a				{ text-decoration: none }
a:link      	{ text-decoration: none }
a:active    	{ text-decoration: none }
a:hover     	{ text-decoration: underline }

table 				{
	font-family: Arial;
	font-size: 9pt;
}
table.white			{ font-family: Arial; font-size: 9pt; color:#FFFFFF }
table.silver		{ font-family: Arial; font-size: 9pt; color:#CCCCCC }
table.standard  	{ border: 1px dotted D6D3D6; font-family: Verdana; font-size: 10pt; }

tr.shadewhite		{ background-color: #FFFFFF } /* White shade for <TR> NOT <TD> */

.td.main				{ background-color: #F0F2FF; } /* Main <td> background color "ligh blue" */
.td.shadedarkblue	{ background-color: #5069B3 } /* Dark blue shade for <td> background, usually used as labels such as the CUSTOMER'S LOCAL OFFICE <td> @ Customer_Contacts.asp */
.td.shadelighblue    { background-color: #DCE2EF } /* Same as above but the color is light blue */

input.textfield		{ font-family: Arial; font-size: 10pt; border: 1px solid #93A5E3 }

.TR.RowOver {background-color : #D9D9D9;}
.TR.RowSelected {background-color: #F0F0F0;}

.ListA { text-align: center ; background-color : "#EEEEEE" }
.ListB { text-align: center ; background-color : "#ffffff" }

.New { font-family: Verdana; font-size: 10px }

.td.QueryFields { border-color : "#FFFFFF" ; background-color : "#E0E0E0" ; font-family: verdana ; font-size: 9pt; font-weight: 700 }
.td.QueryRow0   { border-color : "#FFFFFF" ; background-color : "#E0E0E0" ; font-family: verdana ; font-size: 8pt }
.td.QueryRow1   { border-color : "#F4F4F4" ; background-color : "#FFFFFF" ; font-family: verdana ; font-size: 8pt }

.TblNew { font-family: Verdana; font-size: 10px; border-collapse: collapse ; background-color : "#F0F2FF"}
.TblNew_Pop { font-family: Verdana; font-size: 12px; border-collapse: collapse ; background-color : "#E0E0E0" ; border: solid thin; border-color: "#B2B2B2" ; height : 10 }

.LightColor { background-color : "#ebebeb" }
.DarkColor  { background-color : "#c0c0c0" }

.ErrorMsg { color: red; font-family: verdana, arial; font-size:10; font-weight: bold }

td.label { font-family:Arial; font-size:11pt; color:#5069B3; font-weight:bold; text-align:right; }
.submit { font-family: Arial; font-size: 10pt; color: #FFFFFF; font-weight: bold; border: 1px solid #7281AF; background-color: #95A5DC }
.ErrorMsg {font-family:Arial; font-size:9pt; color:#FF0000; font-weight:bold; text-align:center; }
.colheader { font-family:Arial; font-size:9pt; color:000000; font-weight:bold; text-align:left; }