
.tableReport {
	/*background-color: #2A63B5;#D0D9DF;*/
	background-color: #A0A0A0;
	border-spacing: 2px;
	width: 80%;
}
.tdReportHeader {
	/*background-color: #68A0E7;#ADAEBE;*/
	background-color: #A0A0A0;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.tdSideHeader {
	/*background-color: #68A0E7;#ADAEBE;*/
	color : #FFFFFF;
	background-color : #5E7796;
	text-indent : 2px;
	width : 35%;
	text-align : left;
	border-top: 1px dotted #A18400;
	border-bottom: 1px dotted #A18400;
	font-weight: bold;
	font-size: 14px;
}




.tdReportFootter {
	/*background-color: #68A0E7;#5E7796;*/
	background-color: #D0D9DF;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
.tdReport {
	/*background-color: #F0F8FF;*/
	background-color: #F2F2F2;
	color: #000000;
	font-size: 12px;
}

.tdSideReport {
	/*background-color: #F0F8FF;*/
	color : #000000;
	background-color : #F2F2F2;
	text-indent : 2px;
	text-align : left;
	border-bottom: 1px dotted #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.displayTable {
	background-color: #FFFFFF;
	border-spacing: 2;
	font-family: Arial, Helvetica, Sans-Serif;
	width:100%;
}

.displayTable th {
	background-color: #A0A0A0;
	border-right: 1px solid #c8c8ff;
	padding-left: 2px;
	padding-right:12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	margin-right: 10px;
	/*white-space: nowrap;*/
	color:#000000;
	text-align: center;
	font-size: 14px;
}
.displayTable  td {
	font-family: arial, helvetica, sans-serif;
	padding-left: 2px;
	width:11%;
	font-size: 12px;
}

.displayTable tr.total td {
	white-space: nowrap;
	vertical-align: top;
	font-weight: bold;
	border-top: 1px solid black;
	padding-bottom: 10px;
}

.displayTable tr.total td.customer {
	visibility: hidden;
	font-family: arial, helvetica, sans-serif;
	font-size :	11px;
	font-weight: bold;
	color:#000000;
}

.displayTable td.hidden {
	display: none;
}

.displayTable th.hidden {
	display: none;
}

.displayTable th.r {
	text-align: right;
	padding-right: 10px;
	color:#FFFFFF;
}

.displayTable th.c {
	text-align: center;
	color:#FFFFFF;
}

.displayTable td.r {
	text-align: right;
	padding-right: 10px;
	width:100%;
}

.displayTable td.c {
	text-align: center;
}

.displayTable  tr.odd {
	background-color: #F0F0F0;
}

.displayTable tr.even {
	background-color: #E9ECEE;
}

.displayTable th a,.displayTable th a:visited {
	font-family: arial, helvetica, sans-serif;
	font-size :	9pt;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

.displayTable th a:hover {
	color: #ffcc00;
	background-color: transparent;
	font-size :	9pt;
	font-weight: bold;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
}
/*
.displayTable .order1 {
	background-position: right;
	background-image: url(../images/arrow_up.gif);
	background-repeat: no-repeat;
}

.displayTable .order2 {
	background-position: right;
	background-image: url(../images/arrow_down.gif);
	background-repeat: no-repeat;
}
*/
.pageLinks {
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
}

.pageLinks img {
	vertical-align: middle;
}

.text {
	color: #003399;
	font: bold 11px tahoma;
	text-decoration: none;
	
}
.customer {
	width: 20%;
	text-align: center;
	background-color: #000066;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size :	11px;
	color:#FFFFFF;
}

div.exportlinks {
	background-color: #FFFFFF;
	color:#000000;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
}

span.export {
	padding: 0 4px 1px 20px;
	display: table-cell;
	cursor: pointer;
	text-align:right;
	width : 60px;
	height : 40px;
	background-repeat: no-repeat;
	background-position: left;
}
/*
span.excel {
	background-image: url(../images/excel.jpg);
}

span.csv {
	background-image: url(../images/ico_file_csv.png);
}

span.xml {
	background-image: url(../images/ico_file_xml.png);
}
*/
/*span.pdf {
	background-image: url(../images/pdf.jpg);
}

span.rtf {
	background-image: url(../images/ico_file_rtf.png);
}
*/
span.pagebanner {
	background-color: #FFFFFF;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 100%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
}

span.pagelinks {
	background-color: #FFFFFF;
	border: 0px dotted #999;
	padding: 2px 4px 2px 4px;
	display: block;
	border-top: none;
	margin-bottom: -5px;
}


.group-1 {
    font-weight:bold;
    padding-bottom:10px;
    border-top:1px solid black;
}
.group-2 {
    font-style:italic;
    border-top: 1px solid black;

}
.subtotal-sum, .grandtotal-sum {
    font-weight:bold;
    text-align:right;
}
.subtotal-header {
    padding-bottom: 0px;
    border-top: 1px solid white;
}
.subtotal-label, .grandtotal-label {
    border-top: 1px solid white;
    font-weight: bold;
}
.grouped-table tr.even {
    background-color: #fff;
}
.grouped-table tr.odd {
    background-color: #fff;
}
.grandtotal-row {
    border-top: 2px solid black;
}
fieldset {
  padding: 1em;
  font:80%/1;
  border: 1px solid #781351;
  width: 90%;
}
label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
}
legend {
  padding: 0.2em 0.5em;
  border: 1px solid #7D5A3E;
  color: #7D5A3E;
  font-size: 90%;
  font-weight: bold;
  text-align: right;
  background: #eeeeee;
}

a.hyper:link {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
	
}


