/* tables */
/*
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
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: #8dbdd8;
}
*/
table.tablesorter 
{
	font-family: Arial, Verdana, sans-serif;
	background-color: #DFDFDF;
	text-align: left;
	border-spacing: 0px;
	border: 1px solid #ffffff;
	border-collapse: collapse;
	width:735px;

}

table.tablesorter  thead, tfoot, tr, th, td 
{
	font-family: Arial, Verdana, sans-serif;
	/*line-height: 2.0em;*/
	color: #55595c;
	text-align: center;
}

table.tablesorter thead tr .header {
	height:50px;
	font-weight: bold;
	color: #0f507f;
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}

table.tablesorter  tr, td 
{
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.0em;
	font-size: 0.99em;
	color: #55595c;
	text-align: left;
}


table.tablesorter a
{
	display: block;
	padding: 0.75em 2px;
	text-decoration: none;
	color: #0f507f;
}

table.tablesorter a:hover, table.tablesorter a:focus
{
	text-decoration: none;
}

table.tablesorter th a
{
	max-height: ;
	text-align: right;
	/*padding: 0 2px 1.5em 2px;*/
}

table.tablesorter th a:hover, table.tablesorter th a:focus, tbody tr:hover th
{
	background-color: #357eb9;
	color: #fff !important;
}


table.tablesorter thead th
{
	text-transform: uppercase;
	height:50px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #0f507f;
	padding: 0px;
	border: 1px solid #fff;
	background-color: #fff;
}

table.tablesorter tbody th
{
	color: #25c1e2;
	font-style: italic;
	background-color: #fff;
	border-bottom: 1px solid #666666;
}

table.tablesorter td
{
color: #0f507f
	border: 1px solid #fff;
	padding: 2px;
}

table.tablesorter tbody tr.odd
{
	background-color: #d7dce0;
}

table.tablesorter tbody tr:hover td
{
	background-color: #5f9ed1;
}

table.tablesorter tbody tr:hover td,tbody tr:hover th, tbody tr:hover a
{
	color: #fff !important;
}

