.tablesorter{
|
|
font: Arial;
|
|
border: 1px Solid #ffb300 ;
|
|
background: Window;
|
|
color: #000000;
|
|
padding: 1px 1px;
|
|
border-collapse: collapse;
|
|
width:95%;
|
|
text-align:15%;
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
|
}
|
|
|
.tablesorter thead {
|
|
background:#ffc726;
|
|
|
|
|
}
|
|
|
|
.tablesorter td {
|
|
|
|
border:1px solid #FFB300;
|
|
font-size:11px;
|
|
|
}
|
.tablesorter th {
|
|
|
|
border:1px solid #FFB300;
|
|
font-size:11px;
|
|
|
}
|
.heading1-table td{
|
|
font-size:11px;
|
}
|
|
|
.tablesorter thead td {
|
|
|
|
cursor: default;
|
|
font-weight: bold;
|
white-space:nowrap;
|
|
}
|
|
|
|
|
|
|
|
.tablesorter .header {
|
|
|
height: 11px;
|
|
background-position: 95% 50%;
|
|
background-repeat: no-repeat;
|
|
margin: 0 2px;
|
|
|
|
}
|
|
|
|
.header.headerSortDown {
|
|
background-image: url("../images/downsimple.png");
|
|
|
|
}
|
|
|
|
.header.headerSortUp {
|
|
background-image: url("../images/upsimple.png");
|
|
}
|
|
.sort-table {
|
|
font: Arial;
|
|
border: 1px Solid #ffb300 ;
|
|
background: Window;
|
|
color: #000000;
|
|
padding: 1px 1px;
|
|
border-collapse: collapse;
|
|
width:95%;
|
|
text-align:center;
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
}
|
|
|
|
.sort-table thead {
|
|
background:#ffc726;
|
|
}
|
|
|
|
.sort-table td {
|
|
|
|
border: 1px solid;
|
|
border-color: #ffb300;
|
|
}
|
|
|
|
.sort-table thead td {
|
|
|
|
cursor: default;
|
|
font-weight: bold;
|
|
}
|
|
|
|
|
|
.sort-arrow {
|
|
width: 11px;
|
|
height: 11px;
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
margin: 0 2px;
|
|
}
|
|
|
|
.sort-arrow.descending {
|
|
background-image: url("../images/downsimple.png");
|
|
|
|
}
|
|
|
|
.sort-arrow.ascending {
|
|
background-image: url("../images/upsimple.png");
|
|
}
|
|
.odd{
|
background:#FCFADA;
|
}
|
|
.even{
|
background:#EEEEEE;
|
}
|
.highLight{
|
background:#FFFF00;
|
}
|