Body
{
	margin:0px 0px 0px 0px;
}

.Textbox
{
	font-family:Verdana;
	font-size:xx-small;
	width:60px;
	height:21px;

}
.TextboxpH
{
	font-family:Verdana;
	font-size:xx-small;
	width:100px;

}

.ModuleLabelpH
{
	 font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:bold;
    line-height: 14px;
    color:#295b90;    
}

.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    color:black;    
}

.ErrorMessage
{
	font-family: Verdana;
	font-size: 10px;
	color:#CC0000;  
	letter-spacing: 0.01mm; 
} 
.DataGridTheme
{	 
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	text-align:left;
	font-size:8pt;
	border-width:medium;
	border-style:solid;  
	border-color:Black;    
}

.AlternateItemStyle
{
	background-color: white;
	border-color:gray;
	border-style:none;
	border-width:medium;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:8pt;
	width:12;
}

.HeaderStyle
{
	background-color:#d4d0c8;
	border-color:black;
	color:Navy;
	border-style:none;
	border-width:thin;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:8pt;	
	top: expression(document.getElementById("dataTableDiv").scrollTop-2); /* IE5+ only */ 
	z-index: 20; 
	position: relative; 
	width: 100px; 
}

/* td.firstcol
{
	left: expression(document.getElementById("dataTableDiv").scrollLeft); 
	position: relative; 
	z-index: 10; 
}*/

td.HeaderStyle
{
	z-index: 30;
} 

.ItemStyle
{
	background-color: white;
	border-color:gray;
	border-style:none;
	border-width:medium;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:8pt;
	width:12;
}

.PageStyle
{
	background-color:Maroon;
	border-color:black;
	border-style:none;
	border-width:thin;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:smaller;
}
.SelectedItemStyle
{
	background-color:Lime;
	border-color:black;
	border-style:none;
	border-width:medium;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:8pt;
}

	
