/*---------MAP-----------------------*/
.back {
	width:100%;
	text-align:right;
	padding-right:1px;
	font-size:0.9em !important;
	background: url("/common/img/top_bord.gif") repeat-x top left;
}
.total_tbl {
	font-size: 1em !important;
}
.total_tbl {
	border-bottom:solid 1px #b6b6b6;
}
.total_tbl td.bord {
	border-left:solid 1px #b6b6b6;
	border-right:solid 1px #b6b6b6;
}
.total_tbl h1 {
	font-size:2.2em;
	font-weight:normal;
}
.dashed {
	text-decoration:none !important;
	border-bottom:dashed 1px #000;
}
.pdf_map a, .pdf_map {
	font-size:11px;
	font-family:arial;
}


/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #fff;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #6d6d6d;
	font-size: 8pt;
	color:#fff;
	padding: 4px;
}
table.tablesorter thead tr th a, table.tablesorter tfoot tr th a
{
	color:#fff !important;
}
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: none;*/
	vertical-align: top;
} 
/* ЦВЕТ СТРОКИ, которую нужно выделить цветом. */
table.tablesorter .hover {background:#fff000;}  

table.tablesorter tbody .hover td {background-color: #fff000;} 

table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp , table.tablesorter thead tr th#sort_up {
	background-image: url("/common/img/asc.gif");
	background-repeat: no-repeat;
	background-position: center right;
}
table.tablesorter thead tr .headerSortDown , table.tablesorter thead tr th#sort_dn {
	background-image: url("/common/img/desc.gif");
	background-repeat: no-repeat;
	background-position: center right;
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr #sort_up, table.tablesorter thead tr #sort_dn, table.tablesorter thead tr .headerSortUp {
	background-color: #6d6d6d;

}

table#filter_links a.active, div#filter_links_layer a.active
{
	text-decoration:none;
}