td.subtotal-header group-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #111111;
	background-color: #C9CACC;
	padding-left: 1px;
}

table.display
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border-color: black;
	border-style: solid;
	border-width: 1px;
}

table.displaytag
{
	border: 1px solid #888888;
	border-spacing:1px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

table.displaytag td a, table.displaytag td a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #116186;
	font-size: 11px;
	text-decoration:underline;
}
table.displaytag td a:hover {
	color: #9f213e;
}
td.displaytag
{
	background-color: #D3DFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #111111;
	padding-left: 1px;
	text-align: center;
}

td.displaytag1
{
	border: 1px solid #FFFFFF;
	color: #FF0000;
}
td.displaytagLeft
{
	background-color: #D3DFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #111111;
	padding-left: 1px;
	text-align: left;
}

thead tr, th
{
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	color: #000000;
	vertical-align: top;
	text-align: center;

}

th.sorted {
	background-color: #C9CACC;
}

th a,th a:visited {
	color: black;
}

th a:hover {
	text-decoration: underline;
	color: black;
}

th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	vertical-align: middle;
	width: 100%;
}

th.sortable a, th.sortable a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #116186;
	text-decoration: none;
	background-image: url(../../images/arrow_off.png);
}

th.sortable a:hover {
	text-decoration: underline;
}
th.order1 a {
	background-image: url(../../images/arrow_down.png);
}

th.order2 a {
	background-image: url(../../images/arrow_up.png);
}

tr.odd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #111111;
	background-color: #E7E8E9;
	padding-left: 1px;
}

.trodd {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border: 3px solid blue ;
}

.inOfficeTotal {
	background-color: #D8D8D8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #6187D8;
}

tr.tableRowEven, {
	background-color: #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #111111;
	padding-left: 1px;	
}

tr.even {
	background-color: #D3DFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #111111;
	padding-left: 1px;	
}

tr.total {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #111111;
	background-color: #C9CACC;
	padding-left: 1px;
	text-align: right;
}

div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
	width: 79%;
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url(../img/ico_file_excel.png);
}

span.csv {
	background-image: url(../img/ico_file_csv.png);
}

span.xml {
	background-image: url(../img/ico_file_xml.png);
}

span.pdf {
	background-image: url(../img/ico_file_pdf.png);
}

span.rtf {
	background-image: url(../img/ico_file_rtf.png);
}

span.pagebanner {
	background-color: #ffffff;
	padding: 2px 4px 2px 4px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;	
	display: block;	
}

span.pagelinks {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
.group-0 {
    font-weight:bold;
	background-color: #BCD0E8;
}

.group-1 {
    font-weight:bold;
}
.group-2 {
	background-color: #C9CACC;
}
.subtotal-sum, .grandtotal-sum {
    font-weight:bold;
    text-align:right;
}
.subtotal {
	color: #111111;
	background-color: #C9CACC;
	vertical-align: middle;
}
.subtotal-header {
    padding-bottom: 0px;
}
.subtotal-label, .grandtotal-label {
    font-weight: bold;
}
.grouped-table tr.even {
    background-color: #D3DFEF;
}
.grouped-table tr.odd {
    background-color: #D3DFEF;
}
.grandtotal-row {
    color: #111111;
	background-color: #C9CACC;
}


