table.displayTable {
	border: 1px solid #666;
	width: 97%;
	margin: 10px 0 10px 0 !important;
}

table.displayTable th,td {
	padding: 2px 4px 2px 4px !important;
	text-align: left;
	vertical-align: middle; 
}

table.displayTable th {
    font-size: 11px;
    color: #FFFFFF;
    font-family: trebuchet ms, verdana, arial, sans-serif;
}    

table.displayTable thead tr {
	background-color: #5079BB;
}

table.displayTable th.sorted {
	background-color: #6D8CBB;
}

table.displayTable th a,th a:visited {
	color: #FFFFFF;
}

table.displayTable th a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

table.displayTable th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

table.displayTable th.sortable a {
}

table.displayTable th.order1 a {
	background: transparent url('../images/sortDesc.gif') no-repeat right;
}

table.displayTable th.order2 a {
	background: transparent url('../images/sortAsc.gif') no-repeat right;
}

table.displayTable tr.odd {
	background-color: #fff
}

table.displayTable tr.tableRowEven,tr.even {
	background-color: #E4EEFC;
}

table.displayTable td.hot {
    color: #FF0000;
    font-weight: bold;
    border: 1px solid #DC4E4C;
    background-color: #FFFFFF;
}

table.displayTable td.cold {
    color: #3333FF;
    font-weight: bold;
    border: 1px solid #3333FF;
    background-color: #FFFFFF;
}

table.displayTable td.coldOverdue {
    color: #3333FF;
    font-weight: bold;
    border: 2px solid #3333FF;
    background-color: #FFFFFF;
}

table.displayTable td.overdue {
    color: #66CC00;
    font-weight: bold;
    border: 1px solid #66CC00;
    background-color: #FFFFFF;
}

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.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 79%;
	margin-top: 10px;
	display: block;
	border-bottom: none;
}

span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 79%;
	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;
}

