table {
	/*border: 1px solid #666;*/
	width: 100%;
	/* margin: 20px 0 20px 0 !important;
	font-size: 75%; 
	margin: 11px 0 20px 0 !important;*/
}
table.tableStyle2 {
    font-size: 1.1em;
}
h3 {
	color: #555555;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 0;
}
#results h3, #results h4 {
    padding: 10px 10px 0;
}

th {
	background-image: url("/media/images/rpi/track_results_hdr_bg.jpg");
    background-repeat: no-repeat;
    color: #959595;
    font-size: 0.9em;
    text-transform: uppercase;
}
th,td {
	padding: 2px 10px 2px 10px !important;
	text-align: left;
	vertical-align: top;
}
td {
	border-left: 1px solid #DEDBDE;
	padding-bottom: 5px;
    padding-top: 5px;
    width:300px;
}
/* thead tr { */
/* 	background-color: #BBBBBB; */
/* 	border-top: 1px solid #DBDBDB; */
/* 	border-bottom: 1px solid #BBBBBB; */
/* } */
tr.sortable {
	border: 1px solid #DEDBDE;
}
th.sorted {
	background-color: #FFFEEC;
}
/* 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;
	width: 100%;
}
th.sortable a {
	background: url("/media/images/rpi/displaytag/arrow_off.png") no-repeat scroll 90px 2px transparent;
}
th.order1 a {
	background: url("/media/images/rpi/displaytag/arrow_down.png") no-repeat scroll 85px 2px transparent;
}
th.order2 a {
	background: url("/media/images/rpi/displaytag/arrow_up.png") no-repeat scroll 90px 2px transparent;
}
tr.odd {
	background-color: #fff;
}
tr.tableRowEven,tr.even {
	background-color: #F4F3F3;
}
.layout-1col-A #results-content.cap-middle {
    padding: 0;
}
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(media/images/rpi/displaytag/ico_file_excel.png);
}
span.csv {
	background-image: url(media/images/rpi/displaytag/ico_file_csv.png);
}
span.xml {
	background-image: url(media/images/rpi/displaytag/ico_file_xml.png);
}
span.pdf {
	background-image: url(media/images/rpi/displaytag/ico_file_pdf.png);
}
span.rtf {
	background-image: url(media/images/rpi/displaytag/ico_file_rtf.png);
}
span.pagebanner {
/*	background-color: #eee; */
	border-top: 1px dotted #999; 
	padding: 2px 4px 2px 4px;
	width: 180px;
	margin-top: 0px;
	display: block;
	border-bottom: none;
	float:left;
}
span.pagelinks {
/*	background-color: #eee; */
	border-top: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	display: block;
/*	margin-bottom: -5px;
	float:left;
	width:706px; */
}
.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;
}
.layout-1col-A #results-content.cap-middle p {
	padding-top: 10px;
	padding-bottom: 10px;
}
#result-bottom {
    border-bottom: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
}
#result-bottom {
    border-top: 1px solid #DBDBDB;
}
.result-bottom {
    background: url("/media/images/rpi/table_footer_bg.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-bottom: 8px;
    width: 949px;
}