/*all tables*/
table {
	border-collapse: collapse;
	width:100%;
	
	margin-top:10px;
	margin-bottom:10px;
	font-size: 12px;
	
}
table th{
	height:20px;
	font-size:12px;
	vertical-align:middle;
	text-align:left;
	background:#F1F1F1;
	color:black;
	font-weight:bold;

	padding: 2px 5px;
	text-align: left;
}
table tr td{	
	height:20px;
	vertical-align:middle;
}
table td{
	height:20px;
	font-size:12px;
	vertical-align:middle;
	text-align:left;

}

/*table with tablesorter class*/
table.tablesorter tr td{	
	height:20px;
	vertical-align:middle;
}
/*table.tablesorter tbody tr.odd td {
	background-color:#ecf6fc;
}*/
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

table.tablesorter th {
	height:20px;
	font-size:12px;
	vertical-align:middle;
	text-align:left;
}






table.tablesorter a{
	text-decoration: none;
	color:#000066;
}

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

a:hover{
	text-decoration: underline;
}



table.tablesorter{
	border-collapse: collapse;
	width: 100%;
	
	margin-top:10px;
	margin-bottom:10px;
	font-size: 12px;
}

table.tablesorter th {
	/*background: #3e83c9;*/
	background:#F1F1F1;
	/*color: #fff;*/
	color:black;
	font-weight:bold;

	padding: 2px 5px;
	text-align: left;
	/*border-right: 1px solid #fff;*/
	/*line-height: 1.2;*/
}

table.tablesorter td {
	padding: 4px 8px;
	border-bottom: 1px solid #A8A8A8;
	vertical-align: middle;
}

/*table.tablesorter td * {
	padding: 4px 8px;
}*/

/*tr.alt td {
	background: #ecf6fc;
}
*/
table.tablesorter tr.over td, tr:hover td {
	background: #E1E1E1;
}
