﻿Body
{
	/*margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, serif;
	font-size: 12px;
	color: #333;
	background-color: #fffbff; 
	background-repeat: no-repeat;
	background-position: center center;
	background-repeat: no-repeat;*/
}

.label
{
    font-weight: bold;
    font-size: 9pt;
} 

.labelView
{
    font-weight:normal;
    font-size: 9pt;
} 

.Text
{
	font-size: 9pt;
	width: 120pt;
	height: 15px;
	border-bottom-style: groove;
	border-left-style: groove;
	border-right-style: groove;
	border-top-style: groove;
	padding-left:2px;
}

.TextCurrency
{
    font-size: 9pt;
    width: 120pt; 
    height: 15px;
    border-bottom-style:groove;
    border-left-style:groove;
    border-right-style:groove;
    border-top-style:groove; 
    text-align:right;
    padding-right:2px;
}

.TextRight
{
	font-size: 9pt;
	width: 120pt;
	height: 15px;
	border-bottom-style: groove;
	border-left-style: groove;
	border-right-style: groove;
	border-top-style: groove;
	text-align: right;
	padding-right:2px;
}

.DropDownList
{
	font-size: 9pt;
    width: 120pt;   
	/*filter:progid:DXImageTransform.Microsoft.Glow(color='blue', Strength='1');*/
	border-bottom-style: groove;
	border-left-style: groove;
	border-right-style: groove;
	border-top-style: groove;
}

.ddlStyle
{
	FONT-SIZE: 9pt;
    text-align:Left;
    vertical-align:middle;
    BORDER-RIGHT: 1px solid #ABABAB;    
    BORDER-Left: 1px solid #ABABAB;
    border-top : 1px solid #ABABAB;
    border-bottom : 1px solid #ABABAB;    
}

/* Start of Table Styles */ 

.TableHeading
{
	/*font-family:Trebuchet MS, Arial;*/
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	height:20px;
	background-color:#ccc;
}

.TableHeading1
{
	font-family:Arial;
	font-size:12px;
	color:#333333;
	text-transform:capitalize;
	font-weight:bold;
	height:23px;
	background-color:#ccc;
}

.labeltxt
{
    font-size: 9pt;
}

.CurrentDate
{
    font-size: 8pt;
    color:Blue;
}  

/*modalPopup Control*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.AllHeading
{
	font-size: large;
	color: #666666;
	font-weight: bold;
}
.headerbar
{
	/*font-family:Trebuchet MS, Arial;*/
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	height:14px;
	background-color:#ccc;
	cursor:hand;	
}
.tblOddRow
{
	font-size: 9pt;
	height: 20px; 
	background-color: White;
	vertical-align:middle;
	/*border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;*/
}
.tblEvenRow
{  
	background: #e5e5e5; 
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	font-size: 9pt;
	height: 20px;
	vertical-align:top;
}

/* Start of Grid Styles */ 

.LeaveSheetGridFooter
{
	font-size:11px;
	font-weight:bold;
	color:#000000;
}
.gvheader
{
	text-align: center;
	background-color: #ca0000;
	color: #ffffff;
	vertical-align: middle;
	height: 25px;
	padding-left:3px;
	padding-right:3px;			
}
.gvrow1
{
	text-align: left;
	background-color: #e5e5e5;
	vertical-align: middle;
	height: 25px;
	padding-left:3px;
	padding-right:3px;		
}
.gvFooter
{
	text-align: center;
	background-color: #c8c5be;
	vertical-align: middle;
	height: 25px;
	font-weight: bold;
	text-align: center;			
}

.grdLink A:link { TEXT-DECORATION: underline }
.grdLink A:visited { TEXT-DECORATION: underline }
.grdLink A:active { TEXT-DECORATION: underline }
.grdLink A:hover { TEXT-DECORATION: underline }

.Paging:link 
{
	font-style: normal;
	font-weight: bold;
	color: Red;
	TEXT-DECORATION: underline
}

.Paging:visited 
{
	font-style: normal;
	font-weight: normal;
	color:blue;
}

.Paging:hover 
{
	font-style: normal;
	font-weight: normal;
	background-color:Silver;
}

.Paging:active 
{
	font-style: normal;
	font-weight: bold;
	color:maroon;
}

.blink:link 
{
	font-style: normal;
	font-weight: normal;
	color: Red;
}

.blink:visited 
{
	font-style: normal;
	font-weight: normal;
	color:blue;
}

.blink:hover 
{
	font-style: normal;
	font-weight: normal;
	background-color:Silver;
}

.blink:active 
{
	font-style: normal;
	font-weight: normal;
	color:maroon;
}

A:link { TEXT-DECORATION: none }
A:visited { TEXT-DECORATION: none }
A:active { TEXT-DECORATION: none }
A:hover { TEXT-DECORATION: underline }





