/* tables */
/*
table.tablesorter {
	font-family: Verdana,helvetica,sans-serif;
	background-color: #ffffff;
	margin:0px;
	font-size: 1.0em;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #cde9a7;
	border: 1px solid #FFF;
	font-size: 1.0em;
	padding: 4px;
  color:#000;
  font-weight:bold;
  text-align: left;
}

table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;	
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #70AE4A;
color:#ffffff;
}

*/
table.tablesorter{
	background:#cccccc;
	border:1px solid #bbbbbb;
	-moz-border-radius : 5px 5px 5px 5px; /* Firefox */
	-webkit-border-radius : 5px 5px 5px 5px; /* Safari & Chrome */
	-khtml-border-radius : 5px 5px 5px 5px; /* Linux browsers */
	border-radius : 5px 5px 5px 5px; /* CSS3 compatible browsers */
	overflow: hidden;
	width: 100%;
	
	
}

table.tablesorter thead tr .header {
	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 thead th{
	border:1px solid #bbbbbb;
}

table.tablesorter thead, table.tablesorter td { 
	color:#444444; 
	font-size: 11pt; 
	
	border:1px solid #bbbbbb;
	border-bottom-style:none;
}
table.tablesorter thead th {
	font-family:"Lato-Bol";
	height:50px;
	vertical-align:middle;
}
table.tablesorter td {
	font-family:"Lato-reg",Verdana;
	vertical-align:middle;
	height:37px;
	padding-left:10px;
	padding-right:10px;
	
}

table.tablesorter{
	background:#cccccc;
	border:1px solid #bbbbbb;
	-moz-border-radius : 5px 5px 5px 5px; /* Firefox */
	-webkit-border-radius : 5px 5px 5px 5px; /* Safari & Chrome */
	-khtml-border-radius : 5px 5px 5px 5px; /* Linux browsers */
	border-radius : 5px 5px 5px 5px; /* CSS3 compatible browsers */
	overflow: hidden;
	width: 100%;
	
	
}

table.details thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	
}
table.details thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.details thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.details thead th{
	border:1px solid #bbbbbb;
}

table.details thead, table.details td { 
	color:#444444; 
	font-size: 11pt; 
	
	border:1px solid #bbbbbb;
	border-bottom-style:none;
}
table.details thead th {
	font-family:"Lato-Bol";
	height:50px;
	vertical-align:middle;
}
table.details td:nth-child(2) {
	background-color: white;	
}
table.details td:nth-child(1) {
	font-weight: bold;
}
table.details td {
	font-family:"Lato-reg",Verdana;
	vertical-align:middle;
	height:37px;
	padding-left:10px;
	padding-right:10px;

}
table.details{
 
	border:1px solid #bbbbbb;
	-moz-border-radius : 5px 5px 5px 5px; /* Firefox */
	-webkit-border-radius : 5px 5px 5px 5px; /* Safari & Chrome */
	-khtml-border-radius : 5px 5px 5px 5px; /* Linux browsers */
	border-radius : 5px 5px 5px 5px; /* CSS3 compatible browsers */
	overflow: hidden; 
	
}

