/* tables */
.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	color: #FFF;
	padding-right: 1px;
}
.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #234282;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 8pt;
	padding: 4px;
	outline:none;
}

.tablesorter .header,
.tablesorter .tablesorter-header {
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 4px 16px 4px 4px;
	white-space: normal;
	cursor: pointer;
}
.tablesorter .headerSortUp,
.tablesorter .tablesorter-headerSortUp,
.tablesorter .tablesorter-headerAsc {
	background-color: #6688ab;
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
	}
.tablesorter .headerSortDown,
.tablesorter .tablesorter-headerSortDown,
.tablesorter .tablesorter-headerDesc {
	background-color: #6688ab;
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}
.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: middle;
}
.tablesorter td {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}

.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #6688ab;
	border-style: none;
}
.flag {
	border: 1px solid #ccc;
	width: 23px;
	height: 15px;
	margin-right: 3px;
	vertical-align: middle;
}
img {
	float: left;
}
p {
  	margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
	overflow: hidden
}
.subhead {
	color: #3D3D3D;
	padding: 3px;
	background-color: #FFF;
	vertical-align: middle;
	font-size: 7.5pt;
	outline:none;
	cursor: default !important;
}