div.exportlinks {
    display:inline;
    text-align:right;
    float:right;
    padding: 3px 4px 3px 3px;
    margin:0px;
    font-size: .95em;    
}

div.exportlinks a {
    text-decoration: none;
}

div.bottombanner {
    padding:2px 0px 20px 4px;
    font-size: .95em;
    font-weight: bold;
    clear:both;
    margin-bottom:25px;
    border-bottom: 2px solid #74B3DC; 
    border-left: 2px solid #74B3DC; 
    border-right: 2px solid #74B3DC; 
    background: #d7e9f5; 
}    

div.exportlinks span {
    background-repeat: no-repeat;
}

span.csv {
/*    background-image: url(../images/ico_file_csv.png); */
}

span.excel {
  /*  background-image: url(../images/ico_file_excel.png);*/
}

span.pdf {
  /*  background-image: url(../images/ico_file_pdf.png); */
}

span.xml {
 /*   background-image: url(../images/ico_file_xml.png); */
}

span.export {
    cursor: pointer;
    display: inline;
/*    display: inline-block; */
}

div.pagebanner {
    display:inline;
    float:left;
    margin:0px;
    padding: 3px 4px 3px 3px;
    text-align:left;
    font-size: .95em;    
}

span.pagelinks {
    display: block;
    font-size: .95em;
     margin-top:-27px; 
     padding: 2px 4px 12px 0px;     
     margin-left: 300px;

    text-align: left;
}

th.sorted a, th.sortable a {
    background-position: right;
    display: block;
}

.table th.order1 a {
    background-image: url(../images/arrow_down.png) !important;
}

.table th.order2 a {
    background-image: url(../images/arrow_up.png) !important;
}

div#main .tableHeaderImage { /* Tapestry */
    position: absolute;
    margin: 2px 0px 0px -5px;
    background: transparent;
    border: 0px;
}

/*.table th.sortable a {
    background-image: url(../images/arrow_off.png);
}*/

.table th.sorted {
    background-color: #ffd;
    color: #000000;
}

.table th.sorted a, .table th.sortable a {
    background-position: right;
    background-repeat: no-repeat;
    display: block;
}

.table tr.even {
    background: #eee;
    border-top: 1px solid #990000;
    color: #000000;
}

.table tr.odd {
    background: #fff;
    border-top: 1px solid #990000;
    color: #000000;
}

.table tr.selected {
    font-weight:600; 
    color:#660000;
    border-top: 1px solid #990000;    
}

.table tr.selected a {
    color: #660000;
}        

/* highlight .table row onmouseover */
.table tr.over {
    border-bottom: 1px solid #990000;
    border-top: 1px solid #990000; 
    color: #000000;
    cursor: pointer; 
}

.detail th {
    text-align: right;
}

/* SCROLLING DIV SUPPORT */

div.tableContainer {
	clear: both;
	margin:0px;
    border: 2px solid #990000; 
	height: 285px;
	overflow: auto;
}

div.tableContainer table {
	float: left;
	width: 550px;
	border:0px;
}

.table thead tr {
	position: relative;
	margin-top:0px;
	padding-top:0px;
}

.table thead a, , .table td a,.table thead a:link, .table thead a:visited {
	display: block;
	text-decoration: none;
	width: 100%
}

.table thead th {
	border-top: 0px;
	font-weight: normal;
	padding: 4px 3px; 
	text-align: left;
    border-bottom:1px solid #990000;
    font-size: .75em;    
}



