/* tables */
table.tablesorter {
	font-family:arial;
	margin:10px 0pt 15px;
	font-size: 9pt; /* SIZE FOR COMPLETE TEXT */
	width: 96%;
	text-align: left;
	#background-color: #CDCDCD;
	background-color: #EFEFEF;
	padding:3px;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #DCDCDC;
	border-bottom:1px solid #DCDCDC;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	#background-color: #AA0000;
	color: #FFFFFF;
	background-color: #314238; /* BG COLOR FOR TITLE*/
	border: 2px solid #FFF;
	font-size: 8pt;
	padding: 1px;
	line-height:19px;
	padding-left:4px; /* PADDING FOR NOT SORT HEADER LINE */
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	height:8px;
	line-height:19px; /* LINE HEIGHT FOR HEADER LINE */
	padding-left:4px; /* PADDING FOR SORT HEADER LINE */
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFFFFF; /* COLOR 1 FOR ZEBRA*/
	vertical-align: center;
	height:22px;
	line-height:16px; /* LINE HEIGHT FOR LINES */
}
table.tablesorter tbody tr.odd td {
	background-color:#f8f9f4; /* COLOR 2 FOR ZEBRA*/
	height:22px;
	line-height:16px;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #2d372d;
}

