/**
 * společné styly
 */
.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.mLeft15 {
	margin-left: 15px;
}

.mLeft10 {
	margin-left: 10px;
}

.mLeft5 {
	margin-left: 5px;
}

.mBottom5 {
	margin-bottom: 5px;
}

.clear {
	clear: both;
}

.hidden, .onlyIE7 {
	display: none;
}

.hiddenTr {
	height: 0px;
}

.error, .errors {
	color: red;
}

/* layout */
#page {
	width: 964px;
}

.pageBanner {
	width: 1209px !important;
}

#pageLeftContent {
	width: 162px;
	float: left;
	padding-top: 2px;
}

#pageRightContent {
	float: left;
}

#pageMainContent {
	width: 800px;
	margin-left: 2px;
	float: left;
	background-color: #ECF3F9;
}

#pageMainContent a {
	text-decoration: underline;
	color: black;
}

#pageLeftContent .menu {
	border-top: 1px solid #DFDFDF;
}

#pageLeftContent .menu a {
	display: block;
	width: 155px;
	padding-left: 7px;
	line-height: 25px;
	border-bottom: 1px solid #DFDFDF;
	text-decoration: none;
	color: #4A494A;
	font-size: 11px;
}

#pageLeftContent .menu a:hover {
	background-color: #DFDFDF;
}

/*
 * prvky layoutu
 */
body {
	background: white;
	margin: 0;
	padding: 0 0 0 2px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

input, select, textarea {
	font-size: 13px;
	border: 1px solid #9AC1E0;
	background-color: white;
}

img {
	border: 0;
}

h1 {
	color: #11338E;
	font-size: 18px;
	/*font-weight: normal;*/
	margin: 5px 0 15px 0;
}

h2 {
	color: #11338E;
	font-size: 12px;
	margin: 0 0 4px 0;
	padding: 8px 0;
}

hr {
	border: 0;
	border-top: 1px solid #C6C9D1;
}

.officesList .icon {
	border: 0;
}

.icon {
	width: 33px;
	height: 23px;
	border-bottom: 1px solid #C8CED3;
}

#mainLogo {
	position: absolute;
	left: 2px;
	top: 11px;
	width: 162px;
	height: 51px;
	text-align: center;
	background-color: white;
	z-index: 10;
}

#mainLogo a {
	display: block;
	padding: 13px 0;
	border: 0;
}

#topMenu {
	position: relative;
}

#topMenu .links {
	background-color: #DEDFE0;
	width: 100%;
	min-width: 964px;
	height: 22px;
	margin-top: 2px;
	font-size: 11px;
	text-align: right;
}

#topMenu .links .inside {
	padding: 4px 10px 0 0;
}

#topMenu .links a {
	color: #4A4B4C;
	text-decoration: none;
}

#topMenu .links a:hover {
	color: #4A4B4C;
	text-decoration: underline;
}

#topMenu .title {
	background-color: #113388;
	width: 100%;
	min-width: 964px;
	height: 70px;
	margin-top: 2px;
}

#topMenu .title .inside {
	color: white;
	font-size: 20px;
	float: right;
	margin: 20px 10px 0 0;
}

#topMenu .mainMenu {
	background-color: #456ab0;
	width: 100%;
	min-width: 964px;
	height: 14px;
	margin-top: 1px;
	color: white;
	font-size: 10px;
	padding: 5px 0px;
}

#topMenu .mainMenu .loginInfo {
	margin-right: 10px;
	float: right;
}

#topMenu .mainMenu a {
	color: white;
	text-decoration: none;
}

#topMenu a:hover {
	color: white;
	text-decoration: underline;
}

#topMenu ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 162px;
}

#topMenu .mainMenu ul li {
	float: left;
}

#topMenu .mainMenu ul li a {
	padding: 5px 15px;
	text-decoration: none;
	color: white;
}

#topMenu .mainMenu ul li a:hover {
	background-color: #819BCC;
}

.shadowBox {
	width: 750px;
	padding: 7px 25px;
	background: url(/img/shadowBox.gif);
	background-repeat: repeat-y;
}

.shadowBoxBottom {
	background: url(/img/shadowBoxBottom.gif);
	height: 12px;
	width: 800px;
	padding: 0;
}

.shadowBoxTop {
	background: url(/img/shadowBoxTop.gif);
	height: 3px;
	width: 800px;
	padding: 0;
	margin-top: 2px;
}

.shadowBoxExt {
	width: 624px;
	padding: 7px 15px;
	background: url(/img/shadowBoxExt.gif);
	background-repeat: repeat-y;
}

.shadowBoxBottomExt {
	background: url(/img/shadowBoxBottomExt.gif);
	height: 12px;
	width: 654px;
	padding: 0;
}

.shadowBoxTopExt {
	background: url(/img/shadowBoxTopExt.gif);
	height: 3px;
	width: 654px;
	padding: 0;
	margin-top: 2px;
}

#footer {
	font-size: 10px;
	width: 780px;
	margin: 10px;
}

#footer, #footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*
 * formuláře
 */
 #formIndexSearch input {
	 width: 180px;
 }

 #formIndexSearch select {
	 width: 186px;
 }

#externalZastupciAllianz #formIndexSearch input {
	width: 138px
}

#externalZastupciAllianz #formIndexSearch select {
	width: 138px
}

#externalZastupciAllianz #formIndexSearch .formElementDescription {
	font-size: 11px;
}

#externalZastupciAllianz #formIndexSearch .formElementErrors {
	display: none;
}


.formElementLabel {
	font-size: 11px;
	background-color: #E5F0F8;
	color: #113388;
	padding: 5px 20px 5px 5px;
	margin: 2px 0;
}

.formElementButton {
	background: url(/img/submitButton.gif) right top;
	border: 0;
	color: white;
	font-size: 11px;
	font-weight: bold;
	height: 21px;
	padding: 1px 23px 2px 20px;
}

.formElementButtonLeft {
	background: url(/img/submitButtonLeft.gif);
	width: 3px;
	height: 21px;
	float: left;
}

.formElementDescription {
	padding-top: 10px;
}

#formAdminLogin table, .loginError {
	margin-left: 180px;
}

.errorMessage {
	margin-top: 10px;
	padding: 15px;
	background-color: #FFBFBF;
	border: 1px dotted red;
	color: red;
	font-size: 16px;
}

#formAdminImport table.form {
	width: 100%;
}

#formAdminImport td.errors {
	padding: 2px;
	background-color: red;
	color: white;
	border: 1px solid black;
}

#formAdminImport td.formElementLabel {
	width: 185px;
}

/*
 * výpis kanceláří
 */
 .officesList {
	 width: 744px;
	 margin: 10px 0 10px 3px;
	 background-color: white;
	 table-layout: fixed;
 }

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

.officesList tr th a {
	 text-decoration: none !important;
 }

 .officesList tr th img {
	 float: right;
 }

 .officesList .col1 {  width: 175px; }
 .officesList .col1a {  width: 158px; }
 .officesList .col2 {  width: 176px; }
 .officesList .col2a {  width: 160px; }
 .officesList .col3 {  width: 60px; }
 .officesList .col4 {  width: 52px; }
 .officesList .col5 {  width: 180px; }
 .officesList .col6 {  width: 94px; }
 .officesList .col7 {  width: 33px; }

 .officesList .center1 {
	display: table;
	height: 52px;
	overflow: hidden;
 }

 .officesList .center2 {
	display: table-cell;
	vertical-align: middle;
 }

 .officesList .center3 {
	display: block;
	padding-left: 3px;
 }

 .officesList tr th a span {
	 padding: 4px 6px;
	 display: block;
 }

 .officesList tr th img {
	 float: right;
 }

 .officesList tr.districtName td {
	 height: 28px !important;
	 padding: 0 5px;
	 color: #113388;
 }

 .officesList tr.districtName:hover td {
	 background-color: #E5ECF6;
 }

 .officesList tr td {
	 background-color: #E5ECF6;
 }

.officesList tr td a {
	display: block;
	width: 100%;
	text-decoration: none !important;
	cursor: pointer;
 }

 .officesList tr td.admin a {
	 line-height: normal;
 }

 .officesList tr:hover td {
	 background-color: #C2D6EF;
 }

 .officesList .hSpacer {
	 height: 52px;
 }

 .officesNotFound {
	 color: red;
	 padding: 5px;
 }

 .noLinksTable td {
	 padding: 2px 8px;
 }

 .ui-dialog-buttonpane .lastButton {
	 padding: 0px !important;
	 background: white !important;
	 border: 0px !important;
	 color: #026890 !important;
	 margin-top: 10px !important;
	 margin-right: 15px !important;
 }

 .ui-dialog-buttonpane .lastButton:hover {
	 text-decoration: underline;
 }

 /* detail poradce */
 .adminButtons {
	 position: absolute;
	 left: 953px;
	 width: 33px;
	 margin-top: 6px;
	 border-top: 1px solid #C8CED3;
	 border-right: 1px solid #C8CED3;
 }

 .adminButtons a {
	 display: block;
	 height: 24px;
	 background: white;
 }

 table.blue td.col1 {
	 background-color: #E5F0F8;
	 padding: 2px 50px 2px 10px;
 }

 table.blue td.col2 {
	 background-color: #E5F0F8;
	 text-align: left;
	 padding: 2px 10px 2px 50px;
 }
 
 table.blue td.col3 {
	 background-color: #E5F0F8;
	 text-align: left;
	 padding: 2px 10px;
 }

 .splitter {
	 width: 99%;
	 height: 1px;
	 padding: 15px 0 15px 0;
	 background: transparent url(/img/point.gif) repeat-x center center;
 }

 .address {
	 margin-bottom: 10px;
 }

 .consultant .infoNotSent {
	cursor: pointer;
 }

 div.infoNotSent {
	 width: 250px;
	 background-color: #FF3C3C;
	 color: white;
	 text-align: center;
	 padding: 5px;
	 margin-right: 5px;
 }

 .officesList tr.infoNotSent td, .officesList tr.infoNotSent td a div {
	 background-color: #FF3C3C;
	 color: white;
 }

/* hover kraje mapy ČR */
.mapDiv {
	width: 408px;
	height: 253px;
	background: url(/img/mapa_cr.gif);
	position: relative;
}

.mapDiv .current {
	display: inline;
}

#map {
	z-index: 20;
	position: absolute;
}

.district {
	z-index: 10;
	display: none;
	position: absolute !important;
	border: 0;
}

#mapDistrict1 { margin: 93px 0 0 137px; }
#mapDistrict2 { margin: 49px 0 0 90px; }
#mapDistrict3 { margin: 146px 0 0 92px; }
#mapDistrict4 { margin: 97px 0 0 27px; }
#mapDistrict5 { margin: 60px 0 0 13px; }
#mapDistrict6 { margin: 4px 0 0 62px; }
#mapDistrict7 { margin: 8px 0 0 144px; }
#mapDistrict8 { margin: 31px 0 0 185px; }
#mapDistrict9 { margin: 91px 0 0 200px; }
#mapDistrict10 { margin: 125px 0 0 169px; }
#mapDistrict11 { margin: 142px 0 0 202px; }
#mapDistrict12 { margin: 66px 0 0 273px; }
#mapDistrict13 { margin: 77px 0 0 299px; }
#mapDistrict14 { margin: 150px 0 0 297px; }


/*
 * výpis kanceláří
 */
 #externalZastupciAllianz {
	 background-color: #ECF3F9;
 }
 
 #externalZastupciAllianz .officesList {
	 width: 624px !important;
	 margin: 5px 0;
	 background-color: white;
 }

 #externalZastupciAllianz .officesList tr th {
	 padding-left: 5px;
 }

 #externalZastupciAllianz .officesList tr.districtName td {
	 height: 22px;
 }

 #externalZastupciAllianz .officesList tr td a {
	 line-height: 22px !important;
 }

 #externalZastupciAllianz .officesList tr td a span {
	height: 22px !important;
 }

 #externalZastupciAllianz .officesList tr td {
	 padding-left: 5px;
 }

 #externalZastupciAllianz .searchPane {
	margin-right: -10px;
}

#externalZastupciAllianz .openingTime td.col1 {
	padding-right: 10px;
}

#externalZastupciAllianz .openingTime td.col2 {
	padding-left: 10px;
}

#externalZastupciAllianz .openingTime,
#externalZastupciAllianz .address {
	margin-left: 10px;
}

h2.noBarrier {
	padding-left: 25px;
	background: url('/img/icoInvalida.gif') center left no-repeat;
}

.noBarrier {
	padding-right: 25px;
	background: url('/img/icoInvalida.gif') 95% 50% no-repeat;
}

div.noBarrier {
	width: 25px;
	height: 25px;
	float: left;
	
}

div.street {
	float: left;
}

.clearLeft {
	clear: left;
}

table.phones tr td {
	padding: 0;
	margin: 0;
}

ul.productsList {
	float: left;
	width: 40%;
	padding-left: 0;
}

ul.productsList li {
	list-style-type: none;
}