/* tables */
table.ploschadka {
	font-family:arial;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 750px;
	text-align: left;
	border: none;
}

table.ploschadka tr td {

	border: none;
}

table.ploschadka thead tr th, table.ploschadka tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
	height:35px;
	width: 245px;
}
table.ploschadka thead tr .header {
	background-image: url(/Js/tablesorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.ploschadka tbody td {
	color: #3D3D3D;
	padding: 8px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
table.ploschadka tbody tr.odd td {
	background-color:#F0F0F6;
}
table.ploschadka thead tr .headerSortUp {
	background-image: url(/Js/tablesorter/asc.gif);
}
table.ploschadka thead tr .headerSortDown {
	background-image: url(/Js/tablesorter/desc.gif);
}
table.ploschadka thead tr .headerSortDown, table.ploschadka thead tr .headerSortUp {
background-color: #8dbdd8;
}
tbody.mapzeb tr {
	background:#f0f0f0;
}
tbody.mapzeb tr:nth-child(odd) {
	background:#fff;
}
