@charset "utf-8";
@import url("css/default.css");
@import url("css/style.css");
@import url("css/content.css");
@import url("css/module.css");
@import url("css/ui.tab.css");
@import url("css/print.css");
/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	width: 100%;
	_width: 99%;
	text-align: left;
}
table.tablesorter thead tr th,
table.tablesorter tfoot tr th {
	background-color: #ccc;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}


table.tablesorter thead tr .header {
	background-image: url(img/btn/btnBg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	border: 1px solid #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color: #f2f2f2;
}
table.tablesorter tbody tr.odd td {
	background-color: #f2f2f2;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(img/btn/btnAsc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(img/btn/btnDesc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #FF7F01;
}


