table.sort_table
{
	font-size: 10px;
	border: 1px solid #000000;
	border-collapse: collapse;
	overflow-x: auto;
}

.highlight {
	background-color: #3D3D3D;
	font-weight: bold;
}

/*
.header {
	background-repeat: no-repeat;
	background-color: #00FA00;
}
*/

thead td.ba1
{
	cursor: pointer;
	text-align: center;
	vertical-align: bottom;
	background-color: #c3ccfc;
	border-style: outset;
	border-width: 2pt 2pt 2pt 2pt;
	border-color: #a0c0f0 #808080 #808080 #a0c0f0;
	color: #080080;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
	padding: 2px 0px 0px 0px ;
}

/*
thead td.ba1:hover {
	background-color: #00FA00;
}
*/

tfoot td.ba2, tfoot td.ba3, tfoot td.ba4
{
	padding: 0.1em;
	background-color: #ADEDAD;
	border-width: 3pt 1pt 1pt 1pt;
	border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
	border-style: outset;
}

thead td.headerSortUp,
thead th.headerSortUp
{
	background-color: #DDFFAC;
	background-image: url(tablesorter/down.gif);
	background-repeat: no-repeat;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 12px;
	height: auto;
	color: #FF33CC;
	font-size: 11px;
	vertical-align: bottom;
}

thead td.headerSortDown,
thead th.headerSortDown
{
	background-color: #00F0FF;
	background-image: url(tablesorter/up.gif);
	background-repeat: no-repeat;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 12px;
	height: auto;
	color: #FF33CC;
	font-size: 11px;
	vertical-align: bottom;
}

th.resize-handle-active {
	cursor: e-resize;
}

div.resize-handle {
	cursor: e-resize;
	width: 2px;
	border-right: 1px dashed #1E90FF;
	position:absolute;
	top:0;
	left:0;
}

/*
 *  Normal
 */
table.stripe  tr.odd,
table.sort_table  tr.odd
{
    font-size: 11px;
    line-height: 11px;
	background-color: #EFFFEF;
}

table.stripe  tr.even,
table.sort_table  tr.even
{
    font-size: 11px;
    line-height: 11px;
	background-color: #FFFF99;
}

table.stripe  th,
table.sort_table  th
{
    font-size: 9px;
    line-height: 11px;
    background-color:#FAFA00;
    cursor:pointer;
    text-align:center;
    white-space:nowrap;
}

table.sort_table  th:hover,
table.sort_table  tbody tr:hover
{
    background-color:#00FFFF;
}
