/* CSS Style Sheet For HR E-Leave */

body
{
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#FBFEFE;
	font-family:Arial;
	font-size:10pt;
	letter-spacing:normal;
	word-spacing:normal;
}

table
{
	border-collapse:collapse;
	border-width:0px;
}
	
table.global
{
	border-style:solid;
	border-width:1px;
	border-color:#67A59F;
	padding:0px;
	padding-bottom:3px;
	padding-right:2px;
	background-color:#D7E2E1;
}

table.input
{
	border-style:solid;
	border-width:1px;
	border-color:#67A59F;
	padding:0px;
	padding-bottom:3px;
	padding-right:2px;
	background-color:#E7EBEB;
}

table.inside
{
	border:0px;
	padding:0px;
	border-width:0px;
	padding-bottom:3px;
	padding-right:2px;
}

table.search
{
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-top-color:Black;
	border-bottom-color:Black;
	border-left-color:Black;
	border-right-color:Black;
}

table#report_title /* Report Page */
{
	width:100%;
	height:25px;
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	text-align:left;
	text-indent:1px;
	text-transform:none;
	color:#F7F7F4;
	background-color:#4E625E;
}

td.alignright
{
	width:150px;
	font-family:Arial;
	font-size:9pt;
	text-align:right;
	text-transform:capitalize;
	letter-spacing:normal;
	word-spacing:1px;
}

td.alignright2
{
	width:60px;
	font-family:Arial;
	font-size:9pt;
	text-align:right;
	text-transform:capitalize;
	letter-spacing:normal;
	word-spacing:1px;
}

/* -------------- Box Within Content ----------------- */
td.alignright3
{
	background-color:#C0C1C2;
	width:150px;
	font-family:Arial;
	font-size:9pt;
	text-align:right;
	text-transform:capitalize;
	letter-spacing:normal;
	word-spacing:1px;
}

td.aligncenter
{
	background-color:#C0C1C2;
	font-family:Arial;
	font-size:9pt;
	text-align:center;
	text-transform:capitalize;
	letter-spacing:normal;
	word-spacing:1px;
}

td.aligncenter2
{
	background-color:#C0C1C2;
	width:40px;
	font-family:Arial;
	font-size:9pt;
	text-align:center;
	text-transform:capitalize;
	letter-spacing:normal;
	word-spacing:1px;
}

td.bluetable
{
	background-color:#DADDDC;
	text-align:center;
	font-family:Arial;
	font-size:9pt;
	color:#000000;
}

td.grayboxtitle
{
	background-color:#939393;
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	color:#000000;
	text-indent:2px;
	text-transform:capitalize;
	word-spacing:1px;
}

td.grayboxcontent
{
	background-color:#DADDDC;
	font-family:Arial;
	font-size:9pt;
	color:#000000;
	text-indent:2px;
}

td.infoleft
{
	background-color:#C0C1C2;
	text-align:left;
	text-indent:2px;
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	color:#000000;
}

td.titlecenter
{
	background-color:#939393;
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	text-align:center;
	color:#000000;
	text-transform:capitalize;
	letter-spacing:1px;
	word-spacing:1px;
}

.textbox2
{
	background-color:#DADDDC;
	border-style:none;
	border-width:0px;
	font-family:Arial;
	font-size:9pt;
}
/* --------------------------------------------- */

td.topline
{
	border-top-style:dashed;
	border-top-width:1px;
	border-top-color:#000000;
}

div
{
	position:relative;
	top:-3px;
}

/* --------------- Content Page Title ----------------- */

.bar_title
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#F9FC04;
	text-align:left;
	text-transform:capitalize;
	text-indent:5px;
	letter-spacing:1px;
	word-spacing:1px;
	border-bottom-style:solid;
	border-bottom-color:#67A59F;
	border-bottom-width:1px;	
	height:25px;
	background-color:#9CBBB8;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#536E6B', EndColorStr='#9CBBB8')
}
/* ----------------------------------------------------- */

/* -------------------- Data Grid Control ------------------------ */
.dgrid_main
{
	width:100%;
	border-collapse:collapse;
	border-width:1px;
	border-style:solid;
	border-color:#ABACAC;
	background-color:#4E625E;
}

.dgrid_header
{
	height:25px;
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	text-align:left;
	text-indent:1px;
	text-transform:none;
	color:#F7F7F4;
	background-color:#4E625E;
}

.dgrid_item
{
	height:25px;
	font-family:Arial;
	font-size:9.5pt;
	text-align:left;
	text-indent:1px;
	vertical-align:top;
	color:#000000;
	background-color:#DADDDC;
}

.dgrid_altitem
{
	height:25px;
	font-family:Arial;
	font-size:9.5pt;
	text-align:left;
	text-indent:1px;
	vertical-align:top;
	color:#000000;
	background-color:#BECCC9;
}

.dgrid_paging
{
	display:none;
}

.dgrid_pagingvisible
{
	height:25px;
	font-family:Arial;
	font-size:9pt;
	color:#F9F7BE;
	text-align:right;
	background-color:#4E625E;
}

.dgPagingCombo
{
	height:25px;
	border-width:1px;
	border-style:solid;
	border-color:#ABACAC;
	background-color:#4E625E;
}

.dgrid_header_invisible /* Report Page */
{
	display:none;
}
/*----------------------------------------------------------------*/

.copyright
{
	font-family:Arial;
	font-size:8pt;
	text-align:center;
	text-transform:capitalize;
}

/* --------- Welcome Text ------------ */
.welcome
{
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:#989898;
}
/* ----------------------------------- */

.title
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#000066;
}

.normal
{
	font-family:Arial;
	font-size:10pt;
	font-weight:normal;
	color:#000000;
}

/* --------------- Input Fields Control ----------------- */
.textbox
{
	font-family:Arial;
	font-size:10pt;
	width:200px;
}

.combobox
{
	font-family:Arial;
	font-size:10pt;
	border-style:solid;
	border-width:1px;
	border-color:Black;
}

.button
{
	font-family:Arial;
	font-size:10pt;
	text-transform:capitalize;
	width:110px;
}
/* ---------------------------------------------------- */

/* Information Message */
.info
{
	font-family:Arial;
	font-size:8pt;
	font-weight:normal;
	text-transform:none;
	text-indent:2px;
	vertical-align:top;
	color:#000000;
}

.asterik
{
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	color:Red;
}

.boldinfo
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	vertical-align:middle;
	color:#888888;
}

/* Error Message Text Control */
.errmsg
{
	font-family:Arial;
	font-size:10pt;
	color:Red;
	text-indent:2px;
}

.rptbold
{
	font-family:Arial;
	font-size:9pt;
	color:#000000;
}

.rptunbold
{
	font-family:Arial;
	font-size:9pt;
	color:#000000;
}

/* --------- Logout & Home ---------------- */
.TopBarRight
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	text-align:right;
	color:#F9F7BE;
	background-color:#7E9593;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#000000', EndColorStr='#7E9593')
}
/* ---------------------------------------- */

/* --------------- Link Control ------------------ */
A:link	
{	
text-decoration:none;
color:#F7E902;
}	
	
A:visited	
{	
text-decoration:none;
color:#F7E902;
}	
	
A:active	
{	
text-decoration:none;
color:#F7E902;
}	
	
A:hover	
{	
text-decoration:underline;
color:#F7E902;
}
/* ------------------------------------------------ */

/* -------------------- Menu ----------------------- */
.menu_title
{
	height:23px;
	border-style:solid;
	border-width:1px;
	border-color:#67A59F;
	color:#ffffff;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	text-indent:2px;
	word-spacing:3px;
	background-color:#9CBBB8;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#474747', EndColorStr='#9CBBB8')
}

td.menu
{
	height:23px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#67A59F;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#67A59F;
	font-family:Arial;
	font-size:9pt;
	font-weight:normal;
	padding-left:2px;
	word-spacing:3px;
	background-color:#D7E2E1;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#D7E2E1', EndColorStr='#ffffff')
}

dl, dt, dd, ul, li 
{
	margin:0;
	padding:0;
	list-style-type: none;
}

#menu 
{
	position:absolute;
	top:0;
	left:0;
}

dl#menu 
{
	width:170px;
}

dl#menu dt 
{
	cursor:hand;
	margin:2px 0;
	height:23px;
	line-height:20px;
	text-align:left;
	padding-left:2px;
	font-weight:bold;
	color:#ffffff;
	border-width:1px;
	border-style:solid;
	border-color:#67A59F;
	background-color:#9CBBB8;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#474747', EndColorStr='#9CBBB8')
}

dl#menu dd 
{
	border-width:1px;
	border-style:solid;
	border-color:#9CBBB8;
}

dl#menu li 
{
	height:23px;
	text-align:left;
	padding-left:2px;
	border-width:1px;
	border-style:solid;
	border-color:#67A59F;
	background-color:#D7E2E1;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#D7E2E1', EndColorStr='#ffffff')
}

dl#menu li a, dl#menu dt a 
{
	color:#000000;
	text-decoration:none;
	display:block;
	border-width:0px;
	height:100%;
}

dl#menu li a:hover, dl#menu dt a:hover 
{
	background-color:#E8E8E8;
}

table#menu td a, table#tab td a, table#help td a, table#link td a
{
	color:#000000;
	text-decoration:none;
}

table#menu td a:hover, table#tab td a:hover, table#help td a:hover, table#link td a:hover
{
	text-decoration:underline;
}

/* ------------------------------------------------- */

/* Legend */
legend
{
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	color:#696969;
}

/*-------------- Login page -------------------*/
h2
{
	font-family:Arial;
	color:#3C3D3C;
}

.TopTitleBar
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#F9F7BE;
	padding-left:4px;
	background-color:#7E9593;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#000000', EndColorStr='#7E9593')
}

.BottomTitleBar
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#E9E10B;
	text-align:right;
	background-color:#7E9593;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#7E9593', EndColorStr='#000000')
}

.SysVersion
{
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	color:#E9E10B;
	text-align:left;
	background-color:#7E9593;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#7E9593', EndColorStr='#000000')
}

.LoginArea
{
	background-color:#b8cbc1;
	border-left-style:solid;
	border-left-width:2px;
	border-left-color:#3c3d3c;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#b8cbc1', EndColorStr='#E4EAE7')
}

td.Logo
{
	background-repeat:no-repeat;
	background-position:50% 50%;	
}

td.DescTitle
{
	font-family:Arial;
	font-size:12pt;
	color:#633A9C;
}
/*---------------------------------------------*/

/*---------------- Processing Page ------------------- */
table#Processing
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#000000;
	text-align:center;
}
/* --------------------------------------------------- */

/*---------------- Pages With Tab ---------------------*/
table#tab
{
	border-bottom:solid 1px #000000;
}

.tabOpen
{
	height:25px;
	background-color:#C0C1C2;
	font-family:Arial;
	font-size:10pt;
	color:#000000;
	font-weight:bold;
	text-align:center;
	border-left:solid 1px #000000;
	border-top:solid 1px #000000;
	border-right:solid 1px #000000;
	border-bottom:none 0px;
}

.tabClose
{
	height:25px;
	font-family:Arial;
	font-size:10pt;
	color:#000000;
	font-weight:normal;
	text-align:center;
	border-left:none 0px #000000;
	border-top:none 0px #000000;
	border-right:none 0px #000000;
	border-bottom:solid 1px #000000;
}

.tabEmpty
{
	height:25px;
	border-left:none 0px;
	border-top:none 0px;
	border-right:none 0px;
	border-bottom:solid 1px #000000;
}

.tabContent
{
	background-color:#C0C1C2;
	font-family:Arial;
	font-size:10pt;
	color:#000000;
	font-weight:normal;
	border-left:solid 1px #000000;
	border-top:none 0px;
	border-right:solid 1px #000000;
}
/*-----------------------------------------------------*/
