table {
border: 1px solid #666;
width: 80%;
margin: 20px 0 20px 0 !important;
}
th,td {
padding: 2px 4px 2px 4px !important;
text-align: left;
vertical-align: top;
}
thead tr {
background-color: #C0C0C0;
}
tbody td {
border-color: #000000;
border-style: solid;
border-width: 1px;
}
th.sorted {
background-color: #99ACF7;
}
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-image: url(../img/arrow_off.png);
}
th.order1 a {
background-image: url(../img/arrow_down.png);
}
th.order2 a {
background-image: url(../img/arrow_up.png);
}
tr.odd {
background-color: #fff
}
tr.tableRowEven,tr.even {
background-color: #DEDCBC}
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;
cursor: pointer;
}
span.excel {
background-image: url(../img/ico_file_excel.png);
}
span.csv {
background-image: url(../img/ico_file_csv.png);
}
span.xml {
background-image: url(../img/ico_file_xml.png);
}
span.pdf {
background-image: url(../img/ico_file_pdf.png);
}
span.rtf {
background-image: url(../img/ico_file_rtf.png);
}
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;
}
