.clSaveMsg
{
	font-family: Verdana;
	font-size:8pt;
	font-weight: bold;
	color:"#008000";
}
.clErrorMsg
{
	font-family: Verdana;
	font-size:8pt;
	font-weight: bold;
	color:"#FF7200";
}


.clTextbox
{
	font-family: Verdana; 
	font-size: 8pt; 
	font-weight:normal;
	color: #000000; 
	border: 1px solid #000000;
	height:18px;	
}

.clDropdownBox
{
	color: #000000;
	background-color: #E1ECFC;
	font-family: Verdana;
	font-size: 8pt;
	font-weight:normal;
}
.clSubmit
{
	font-family: Verdana; 
	font-size: 8pt;
	font-weight:normal; 
	width:80px;
	color: #FFFFFF; 
	border: 1px solid #4791C5; 
	background-color: #4791C5;
}


.clGridCaption
{
	margin-top:5px;
	font-family: Verdana;
	font-size:8pt;
	font-weight: bold;
	color:#ffffff;
	background-color:#336699;
	border:1px solid #336699;
	width:100%;
}
.clGridItem
{	
	background-color : white;		
	font-size:8pt;
	padding-left:4px;
}
.clGridAltItem
{
    background-color: white;
    font-size:8pt;
    padding-left:4px;
}

.clGridHeader
{	

}
.clGridHeader td
{
   
   vertical-align:middle;
   font-family: Verdana; 
   text-align:center;
	font-size: 8pt;
	color:#ffffff;
	background-color: #4791C5;
	padding-left:5px;
	border:solid 1px #336699;
 
}

a.clLink:link
{
	color:#0000ff;
	font-weight:normal;
	font-size:8pt;
	text-decoration:none;
}
a.clLink:visited
{
	color:#0000ff;
	font-weight:normal;
	font-size:8pt;
	text-decoration:none;
}
a.clLink:hover
{
	color:#0000ff;
	font-weight:normal;
	font-size:8pt;
	text-decoration:none;
	border-bottom:solid 1 #FFD275;
}

a.clHeader:link
{
	color:#ffffff;
	font-weight:bolder;
	font-size:8pt;
	text-decoration:none;
}
a.clHeader:visited
{
	color:#ffffff;
	font-weight:bolder;
	font-size:8pt;
	text-decoration:none;
}
a.clHeader:hover
{
	color:#ffffff;
	font-weight:bolder;
	font-size:8pt;
	text-decoration:none;
	border-bottom:solid 1px #ffffff;
}



