/* Classes */
ul.ulCustImg{list-style-image: url(/images/ant/arrow_on.gif);/*border-bottom:1px solid #557799;*/}
li.ulCustImg{padding-top:.75em;padding-bottom:.75em;/*border-top:1px solid #557799;*/}
div.ulCustImg{margin:1.25em;padding:auto;}

.important{color: #c20000;font-weight: bold}
.LargeMsg{FONT: 12pt verdana, arial; COLOR: red;font-weight:bold;}
.NormalMsg{FONT: 8pt verdana, arial; COLOR: red}

/* DataGrid */
.DGR_HEADER
{
	font-weight:bold;
	font-size: 11px;
	vertical-align: middle;
	/*width: 100%;*/
	cursor: default;
	color: white; /*black*/
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	background-color: #B30000;/*#778899;*/ /*#0066FF;*/ /*lightslategray=#778899*/
	text-align: center;
	text-decoration: none;
	height:15px;
	padding-left:2px;
	padding-right:2px;
}
.DGR_ITEM
{
	font-weight: normal;
	font-size: 10px;
	width: 100%;
	cursor: default;
	color: black;
	font-family: Tahoma,Arial, Verdana, Helvetica, sans-serif;
	height: 20px;
	background-color: #e6e6e6;
	text-align: left;
}
.DGR_ALTERNATE
{
	font-weight: normal;
	font-size: 11px;
	width: 100%;
	cursor: default;
	color: black;
	font-family: Tahoma,Arial, Verdana, Helvetica, sans-serif;
	height: 20px;
	background-color: silver;
	text-align: left;
}
.DGR_MAIN
{
	/*width:100%;*/
	border:0;
}

.TEXTBOX_SMALL_DG1{width:100px;background-color:silver;}
.TEXTBOX_MEDIUM_DG1{width:150px;background-color:silver;}
.TEXTBOX_LARGE_DG1{width:250px;background-color:silver;}



