table.Listing
{ 
	float:center;
	margin: 15px 2%;
	width : 95%;
/*	background-color: #fafafa;*/
	border: 0px #fff solid;	
	border-collapse: collapse;
	border-spacing: 0px; 
}

tr.ListHead { 
	background-color: #D6EEF1;
	/*border: 1px #000000 solid;*/
	font-family: Arial, sans-serif, Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #000; 
}

tr.ListText { 
	border-bottom: 1px #6699CC dotted;
	text-align: left;
	vertical-align:top;
	font-family: Arial, sans-serif, Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #404040;
	background: #fff url('../images/bg_tr.gif') 0 0 repeat-x;

}

tr.ListText:hover { 
	border-bottom: 1px #6699CC solid;
	border-top: 1px #6699CC solid;
	text-align: left;
	vertical-align:top;
	font-family: Arial, sans-serif, Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #404040;
	background: #fff url('../images/bg_tr2.gif') 0 0 repeat-x;

}

tr.ListText2 { 
	border-bottom: 1px #6699CC dotted;
	text-align: left;
	vertical-align:top;
	font-family: Arial, sans-serif, Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #404040;
	background: #fff url('../images/bg_tr2.gif') 0 0 repeat-x;

}

tr.ListDisable { 
	border-bottom: 1px #FF0000 dotted;
	text-align: left;
	vertical-align:top;
	font-family: Arial, sans-serif, Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #404040;
	background-color: #E4E4E4;

}

tr.ListHighlight { 
	border-bottom: 1px #FF0000 dotted;
	text-align: left;
	vertical-align:top;
	font-family: Arial, sans-serif, Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #404040;
	background-color: #FFFFD9;

}

table.FormPage {

	width: 98%;
	border: 0px #000000 solid;	
	border-collapse: collapse;
	border-spacing: 0px; 
	vertical-align:top;
	font-family: Arial, sans-serif, Verdana;
	font-size: 12px;

}