
/*
.ajxDspId table {
	border: 1px solid #666;
	width: 559px;
	margin: 20px 0 20px 0 !important;
}
*/
.ajxDspId table {
	border: 1px solid #666;
	padding: 2px 4px 2px 4px;
	width: 530px;
}
#divSpeedDials table {
	border: 1px solid #666;
	padding: 2px 4px 2px 4px;
	width: 280px;
}
.ajxDspId  th, .ajxDspId  td {
	padding: 2px 4px 2px 4px !important;
	text-align: left;
	vertical-align: top;
}

.ajxDspId thead tr {
	background-color: ffcc99;
}

.ajxDspId th.sorted {
	background-color: ffcc99;
}

.ajxDspId th a,th a:visited {
	color: black;
}

.ajxDspId  th a:hover {
	text-decoration: underline;
	color: black;
}

.ajxDspId  th.sorted a, .ajxDspId  th.sortable a {
	background-position: center right;
	display: block;
	background-repeat:no-repeat;
	padding-right:5px;
	
}

.ajxDspId  th.sortable a {
	background-position: center right;
	background-image: url(../img/arrow_off.png);
	background-repeat:no-repeat;
}

.ajxDspId  th.order1 a {
	background-position: center right;
	background-image: url(../img/arrow_down.png);
	background-repeat:no-repeat;
}

.ajxDspId  th.order2 a {
	background-position: center right;
	background-image: url(../img/arrow_up.png);
	backgroud-repeat:no-repeat;
}

.ajxDspId  tr.odd {
	background-color: #E0E0DF;
}

.ajxDspId  tr.tableRowEven,.ajxDspId  tr.even {
	background-color: #EFEFEF;
}

div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
	width: 518px;
}
#divSpeedDials div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
	width: 268px;
} 
 span.export {
	padding: 0 4px 1px 2px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}

span.excel {
	background-position:center right;
	padding-right:3px;
	background-repeat:no-repeat;
	background-image: url(../img/ico_file_excel.png);
	padding-right:20px;
}

span.csv {
	background-position:center right;
	padding-right:3px;
	background-repeat:no-repeat;
	background-image: url(../img/ico_file_csv.png);
	padding-right:20px;
}

span.xml {
	background-position:center right;
	padding-right:3px;
	background-repeat:no-repeat;
	background-image: url(../img/ico_file_xml.png);
	padding-right:20px;
}

span.pdf {
	background-position:center right;
	padding-right:3px;
	background-repeat:no-repeat;
	background-image: url(../img/ico_file_pdf.png);
	padding-right:20px;
}

span.rtf {
	background-position:center right;
	padding-right:3px;
	background-repeat:no-repeat;
	background-image: url(../img/ico_file_rtf.png);
	padding-right:20px;
}

span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 518px;
	margin-top: 10px;
	display: block;
	border-bottom: none;
}

span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 518px;
	display: block;
	border-top: none;
	margin-bottom: -5px;
}

#divSpeedDials span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 268px;
	margin-top: 10px;
	display: block;
	border-bottom: none;
}

#divSpeedDials span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 268px;
	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;
}
