@charset "utf-8";
/* CSS Document */

#DataTables {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}
#DataTables .tableTittleRow .tableTittleCell {
	height: 30px;
	background-position: center center;
}
#DataTables    .tablerowHeader {
	background-color: #D3E0E3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}
#DataTables  .tableCellRight {
	text-align: right;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #244A9F;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #244A9F;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#DataTables  .tableCellSetHeight {
	vertical-align: middle;
	height: 20px;
	background-color: #d3e0e3;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #244A9F;
}
#DataTables .tableCellTittle {
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #244A9F;
}



#DataTables .tableTittleRow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #244A9F;
	text-align: center;
}

