/* styly pro tisk */

#top,
#mainLogo,
#topMenu,
#pageLeftContent,
#footer,
.searchPane,
.shadowBoxBottom,
.shadowBoxTop,
.goBack,
hr,
th img,
div.infoNotSent,
.adminButtons,
.admin
{
	display: none;
}

.print {
	display: block !important;
}

body, body a {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: black;
}

img {
	border: 0;
}

.shadowBox {
	margin: 10px 0;
}

h1 {
	margin: 10px 0 5px 0;
	font-size: 22px;
}

h2 {
	margin: 10px 0 2px 0;
	font-size: 18px;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.clear {
	clear: both;
}

.hidden, .onlyIE7 {
	display: none;
}

/*
 * výpis kanceláří
 */
 .officesList {
	 margin: 15px 0 15px 3px;
	 background-color: white;
 }

 .officesList td, .officesList th {
	 border-bottom: 1px solid black;
 }

 .officesList tr th {
	background-color: #c9c9c9;
	height: 28px;
	text-align: left;
	font-size: 14px;
 }

.officesList tr th a {
	 width: 100%;
	 height: 100%;
	 display: block;
	 text-decoration: none !important;
 }

 .officesList tr th a div {
	 padding: 4px 6px;
 }

 .officesList tr.districtName td {
	 background-color: #999999;
	 height: 28px;
	 padding: 0 5px;
 }

.officesList tr td a {
	 text-decoration: none !important;
	 display: block;
	 width: 100%;
	 line-height: 52px;
 }

 .officesList tr td a div {
	display: table-cell;
	height: 52px;
	line-height: normal;
	vertical-align: middle;
	padding: 0 5px;
 }

 .officesList tr td.img {
	 width: 52px;
 }


 .officesList .hSpacer {
	 height: 52px;
 }

 .officesList .thConsultants {
	 width: 30%;
 }

 .splitter {
	 height: 20px;
 }
