dataTable {
	background-color: white;
	width: 100%;
	border: solid 1px #c4d2e0;
	margin: 15px 0 0 0;
	border-collapse: collapse;
}

.dataTable th {
	/* font-weight: bold; */
	/*background:url(../images/table_head_bg.gif) repeat top left !important;*/
	background-color: #79A1BB;
	margin-right: 10px;
	white-space: nowrap;
	font-size: 13px;
	text-align: left;
	border: solid 0px #c4d2e0;
	height: 30px;
	padding: 0 10px;
	color: #fff;
}

.dataTable  td {
	padding: 3px 11px;
	font-size: 12.3px;
}

.dataTable  td center {
	text-align: left;
}

#timeSeriesList td a {
	font-size: 14px;
	color: #033B78;
}

.dataTable tr.total td {
	white-space: nowrap;
	vertical-align: top;
	font-weight: bold;
	border-top: 1px solid black;
	padding-bottom: 10px;
}

.dataTable tr.total td.customer {
	visibility: hidden;
}

.dataTable td.hidden {
	display: none;
}

.dataTable th.hidden {
	display: none;
}

.dataTable th.r {
	text-align: right;
	padding-right: 10px;
}

.dataTable th.c {
	text-align: center;
}

.dataTable td.r {
	text-align: right;
	padding-right: 10px;
}

.dataTable td.c {
	text-align: center;
}

.dataTable  tr.odd {
	background: #DEE9F0;
}

.dataTable tr.even {
	background: #f4f4f4;
}

.dataTable th a, .dataTable th a:visited {
	text-align: left;
}

.dataTable th a:hover {
	color: #ffcc00;
	background-color: transparent;
}

.dataTable .order1 {
	background-position: right;
	background-image: url(../images/arrow_up.gif);
	background-repeat: no-repeat;
}

.dataTable .order2 {
	background-position: right;
	background-image: url(../images/arrow_down.gif);
	background-repeat: no-repeat;
}

.pagelinks {
	color: #999999;
	margin: 5px;
}

.pagelinks img {
	vertical-align: middle;
}

span.export {
	padding: 0 4px 1px 20px;
	font-size: x-small;
	text-align: center;
}

span.excel {
	background-image: url(../images/ico_file_excel.png);
	background-repeat: no-repeat;
	width: 16px;
}

span.csv {
	background-image: url(../images/ico_file_csv.png);
	background-repeat: no-repeat;
	width: 16px;
}

span.xml {
	background-image: url(../images/ico_file_xml.png);
	background-repeat: no-repeat;
	width: 16px;
}

span.pdf {
	background-image: url(../images/ico_file_pdf.png);
	background-repeat: no-repeat;
	width: 16px;
}

span.rtf {
	background-image: url(../images/ico_file_rtf.png);
	background-repeat: no-repeat;
	width: 16px;
}

.dataTable tr.rowMouseOver {
	background-image: url(../images/selected.gif);
	background-repeat: repeat-x;
	background-color: #ffff99;
}

.dataTablefortime th {
	/* font-weight: bold; */
	/*background:url(../images/table_head_bg.gif) repeat top left !important;*/
	background-color: #79A1BB;
	margin-right: 10px;
	white-space: nowrap;
	font-size: 13px;
	text-align: left;
	border: solid 0px #c4d2e0;
	height: 30px;
	padding: 3px 11px;
	color: #fff;
}

.dataTablefortime th a {
	color: #fff;
}