body {
	font-size:9pt; 
	font-family:verdana, arial, geneva, helvetica;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	 	}
.style1 {
	font-size: 12pt;
	font-weight: bold;
}	

.style2 {
	font-size: 10pt;
	font-weight: bold;
}

.style3 {
	color: #990000;
	font-weight: bold;
}

.style4 {font-size: 10}	

.TITLE {color: #990000; font-size:14pt; font-family:verdana, arial, geneva, helvetica ; font-weight:bold}

.bg {background-color:#FFEDB0;}
.ddl{font-size:9.5pt; font-family:verdana, arial, geneva, helvetica}
.cap{font-size:9.5pt; font-family:verdana, arial, geneva, helvetica; text-transform: capitalize; font-family:verdana, arial, geneva, helvetica}
.ucase {text-transform: uppercase; font-size:9.5pt; font-family:verdana, arial, geneva, helvetica}
.label {font-size:  9.5pt; color: #666666}
.sub_label {font-size: 7pt; color: #666666}
.header {font-size: 9.5pt; color: #808080; font-weight:bold}
.form {font-size:9pt; font-family:Verdana ; font-weight:bold}
.noUdr { text-decoration:none}
.required {color: #FF0000}
.white {color: WHITE}


a { color: #990000;  }
a:visited { color: #990000}
a:active{ color: BLACK}
a:hover{ color: BLACK}

select { font-size: 9.5pt; font-family:Verdana; padding: 0}
tbody{ font-size: 9.5pt; font-family:Verdana; padding: 0}
thead {color:#000080; font-size:9.5pt; font-family:Verdana; font-weight:bold}
th{color:#000080; font-size:9.5pt; font-family:Verdana; font-weight:bold}

/*GridViewCSS*/
.GridViewStyle
{    
	font-family: Arial, Sans-Serif;
	font-size:small;    
	table-layout: auto;    
	border-collapse: collapse;    
	border: #1d1d1d 5px solid;
}
/*Header and Pager styles*/
.HeaderStyle, .PagerStyle /*Common Styles*/
{    
	background-image: url(Images/HeaderGlassBlack.jpg);    
	background-position:center;    
	background-repeat:repeat-x;    
	background-color:#1d1d1d;
}
.HeaderStyle th
{    
	padding: 5px;    
	color: #ffffff;
}
.HeaderStyle a
{    
	text-decoration:none;    
	color:#ffffff;    
	display:block;    text-align:left;    
	font-weight:normal;
}
.PagerStyle table
{    
	text-align:center;    
	margin:auto;
}
.PagerStyle table td
{    
	border:0px;    
	padding:5px;
}
.PagerStyle td
{    
	border-top: #1d1d1d 3px solid;
}
.PagerStyle a
{    
	color:#ffffff;    
	text-decoration:none;    
	padding:2px 10px 2px 10px;   
	border-top:solid 1px #777777;    
	border-right:solid 1px #333333;    
	border-bottom:solid 1px #333333;    
	border-left:solid 1px #777777;
}
.PagerStyle span
{    
	font-weight:bold;   
	color:#FFFFFF;    
	text-decoration:none;    
	padding:2px 10px 2px 10px;
}
/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{    
	padding: 5px;    
}
.RowStyle td
{    
	background-color: #DCDCDC;
}
.AltRowStyle td
{    
	background-color: #f0f0f0;
}
.SelectedRowStyle td
{    
	background-color: #ffff66;
}