img
{
	border: 0;
}
.Label
{
	text-align: right;
	white-space: nowrap;
	margin-right: 8px;
	vertical-align: top;
	padding-top: 4px;
	padding-left: 11px;
	padding-right: 8px;
	height: 19px;
	font-size: 12px;
}
.LabelRequired
{
	background: url(images/required.gif) no-repeat;
	text-align: right;
	white-space: nowrap;
	margin-right: 8px;
	vertical-align: top;
	padding-top: 4px;
	padding-left: 11px;
	padding-right: 8px;
	height: 19px;
	font-size: 12px;
}
.LabelRequiredLegend
{
	background: url(images/required.gif) no-repeat;
	text-align: left;
	white-space: nowrap;
	margin-right: 8px;
	vertical-align: top;
	padding-top: 4px;
	padding-left: 14px;
	height: 19px;
	color: #707070;
}

/* DisplayTag */
table.DT {
	border: 1px solid #666;
	width: 100%;
	margin: 0 0 10px 0 !important;
}

table.DT th, table.DT td {
	padding: 2px 4px 2px 4px !important;
	text-align: left;
	vertical-align: top;
}

table.DT thead tr {
	background-color: black;
}

table.DT th.sorted {
	background-color: #333333;
}

table.DT th a, table.DT th a:visited {
	color: white;
}

table.DT th a:hover {
	text-decoration: underline;
	color: white;
}

table.DT th.sorted a, table.DT th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

table.DT th.sortable a {
	background-image: url(images/arrow_off.png);
	background-repeat: no-repeat;
}

table.DT th.order1 a {
	background-image: url(images/arrow_down.png);
	background-repeat: no-repeat;
}

table.DT th.order2 a {
	background-image: url(images/arrow_up.png);
	background-repeat: no-repeat;
}

table.DT tr.odd {
	background-color: #fff
}

table.DT tr.tableRowEven, table.DT tr.even {
	background-color: #fea
}

div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 90%;
	margin: 20px 0 20px 0 !important;
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url(images/ico_file_excel.png);
	background-repeat: no-repeat;
}

span.csv {
	background-image: url(images/ico_file_csv.png);
	background-repeat: no-repeat;
}

span.xml {
	background-image: url(images/ico_file_xml.png);
	background-repeat: no-repeat;
}

span.pdf {
	background-image: url(images/ico_file_pdf.png);
	background-repeat: no-repeat;
}

span.rtf {
	background-image: url(images/ico_file_rtf.png);
	background-repeat: no-repeat;
}

span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 100%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
}

span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 100%;
	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;
}
 
body,td,th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
} 
 
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

