.DataTableHeaderColumnCellStyle
{
	border-right-style: solid; 
	border-right-width: 1px;
/*	background-color: #DBE6F1; */
	background-color: #727272; 
	color: #FFFFFF;
	border-color: #FFFFFF;
	padding-top: 3px; 
	padding-bottom: 5px;
	padding-left: 5px; 
	padding-right: 5px;
	font-weight:bold;
	text-align: center;
	font-family: Verdana;
	font-size: 9pt;
}

.DataTableRowTopicColumnCellStyle
{
	border-color: #C0C0C0;
	padding-top: 1px; 
	padding-bottom: 2px;
	font-weight:bold;
	white-space:nowrap;
	font-family: Verdana;
	font-size: 9pt;
}
.DataTableDataCell
{
	/*border-bottom-style: solid; */
	border-color: #C0C0C0;
	text-align: right;
	font-family: Verdana;
	font-size: 9pt;
	padding-bottom: 3px !important;
	padding-top: 3px !important;
}
.OddRow
{
	background-color:#EBEBEB;
}
