.dgSelectedItemStyle
{
	font-size: 8pt;
	font-family: Arial, Helvetica;
	color: #000000;
	background-color: #C0C0C0;
}

.dgEditItemStyle
{
	font-size: 8pt;
	font-family: Arial, Helvetica;
	background-color: #d9e6f2;
}

.dgAlternatingItemStyle
{
	font-size: 8pt;
	font-family: Arial, Helvetica;
	background-color: #d9e6f2
}
.dgItemStyle
{
	font-size: 8pt;
	font-family: Arial, Helvetica;
	background-color: #ffffff;
}
.dgHeaderStyle
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Arial, Helvetica;
	background-color: #336699;
	text-decoration: none;
}
.dgFooterStyle
{
	font-size: 8pt;
	font-family: Arial, Helvetica;
	background-color: #ffcc66;
}
.bodySmallBold
{
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	font-family: Arial, Helvetica;
	background-color: #ffffe0;
	text-decoration: none;
}

.dataLabel
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	line-height: 15px;
	font-family: Arial, Helvetica;
	height: 24px;
	text-align: right;
	background-color: #ece9d8;
}
.dataLabelLeft
{
	font-weight: normal;
	font-size: 9pt;
	color: black;
	line-height: 15px;
	font-family: Arial, Helvetica;
	height: 24px;
	background-color: #ece9d8;
	text-align: left;
}

.dataField
{
	font-weight:bold;
	font-size: 8pt;
	color: #000000;
	line-height: 15px;
	font-family: Arial, Helvetica;
	height: 24px;
	background-color: #eeeeee;
	text-align: left;
}
.dataFieldLeft
{
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
	line-height: 15px;
	font-family: Arial, Helvetica;
	height: 24px;
	background-color: #f3f3f3;
	text-align: left;
	
}

.dataAlertLeft
{
	font-weight: normal;
	font-size: 8pt;
	color: red;
	line-height: 15px;
	font-family: Arial, Helvetica;
	height: 24px;
	background-color: #ece9d8;
	text-align: left;
}

.blackLine
{
	background-color: #000000;
}
.moduleLine
{
	background-color: #4766a6; /*Light Blue*/
}
.TabLine
{
	background-color: #D4D4D4; /*Grey*/
}
.requiredInput
{
	font-weight: normal;
	font-size: 8pt;
	color: #990000;
	line-height: 16px;
	font-family: Arial, Helvetica;
	background-color: #d6d6d6;
	text-align: right;
}

.table_title_bold{
font-size:12pt;
color:#993333;
font-weight:bold;
Background-Image: Url(../images/tbl.gif); Background-Repeat: repeat-y; Background-Position: 100% 100%;
}


