/* common files */
body {
    margin: 0;
    padding: 0;
    color: #232526;
    overflow-x: hidden;
}

div.languages a.active {
    font-weight: bolder;
}

div.liveAdminMenu {
    position: absolute;
    bottom: 10px;
    left: 0px;
    z-index: 15;
}



div.liveAdminMenu a {
    margin: 2px;
    padding: 3px;
    background-color: white;
    color: black;
    border: 1px solid black;
}

div.tabText div.hr {
    margin: 12px 0;
}

div.tabText h3,div.tabText h3 a {
    color: #006EB4;
    font-family: tahoma;
    font-size: 13px;
    font-weight: bolder;
    margin: 3px 0 5px;
    text-align:left;
}

div.mainBoxMiddleLeft div.tabText h3 {
    color: #BF0D25;
    text-align:center;
}

div.mainBoxMiddleMiddle div.tabText h3 {
    color: #006EB4;
}

div.mainBoxMiddleRight div.tabText h3 {
    color: #080808;
    text-align:center;
}

div.tabText a.vice {
    display: block;
    font-weight: normal;
    text-align: right;
    margin-top: 3px;
}

div.tabText a {
    font-weight: normal;
}

div.clen {
    display: none;
}

    div.clen a{
        text-decoration: none;
    }
    
    div.clen span.h2{
        color:#2E2A29;
        font-family:tahoma;
        font-size:13px;
        font-weight:bolder;
        margin:10px 0 7px;
        display:block;
    }
    
    div.clen img {
        bottom: 8px;
        left: 9px;
        position: absolute;
    }
    
    div.clen span.obsah {
        margin-left:121px;
        margin-right:10px;
        display:block;
    }
    
    div.clen span.citat {
        font-family:georgia;
        font-size:14px;
        font-style: italic;
        display:block;
        color:black;
    }
    
    div.clen span.kraj {
        color:#BD293E;
        font-family:tahoma;
        font-size:11px;
        font-weight:bolder;
        margin-bottom:7px;
        margin-top:3px;
        display:block;
    }

div.fotstr{
    padding-left:30px;
}
div.fotstr span {
    cursor: pointer;
    padding-top: 3px;
}

span.fotogalerie_strankovani_disabled {
    cursor: auto;
}

div.fotstr span:hover {
    background-color: rgb(222, 222, 222);
}

div.fotstr span b {
    font-size: 11pt;
}

div.jmeno_fotky {
    font-size: 10pt;
    font-weight: bold;
}

#fotogalerie {
    margin-top: 20px;
}

#fotogalerie table {
    width: 100%;
}

#fotogalerie td {
    vertical-align: middle;
    text-align: center;
}

div.clanek-podpis {
    text-align: right;
}

div.clanek-paticka {
    background-color: #EEEEEE;
    border-top: 3px solid #AAAAAA;
    font-weight: bolder;
    margin-top: 10px;
    padding: 5px 10px 8px;
    clear:both;
}

div.datum {
    font-weight: bold;
    text-align: left;
    color:#336699;
}

div.tabText div.datum {
    margin-bottom: 5px;
}

div.mainBoxMiddleLeft div.datum{
    color:#DD3333;
} 
div.mainBoxMiddleMiddle div.datum{
    color:#33AADD;
}
div.mainBoxMiddleRight div.datum{
    color:#33AADD;
} 
    
 

div.cl {
    clear: both;
}

table.form td {
    font-size: 10pt;
}

span.form {
    color: red;
    font-style: italic;
    font-size: 8pt;
}
table.form_table_hledat td{
        font-size: 11px;
}
table.form_table{
    border: 1px solid rgb(231, 231, 231);
    width: 100%;
}
    table.form_table td{
        font-size: 11px;
    }
        table.form_table td.leva_strana{
             border-bottom: 1px solid rgb(255, 255, 255);
             padding: 8px;
             background: rgb(247, 247, 247) none repeat scroll 0% 0%;
             text-align: right;
             font-weight: bold;
             width:100px;
        }
        table.form_table td.prava_strana{
             /*width:300px; */
             border-bottom: 1px solid rgb(255, 255, 255); 
             padding: 5px; 
             background: rgb(247, 247, 247) none repeat scroll 0% 0%; 
             color: #666;
        }    
        table.form_table td.prava_strana_upr{
             width:400px; 
             border-bottom: 1px solid rgb(255, 255, 255); 
             padding: 5px; 
             background: rgb(247, 247, 247) none repeat scroll 0% 0%; 
        }   
        table.form_table td.uprostred{
             border-bottom: 1px solid rgb(255, 255, 255); 
             padding: 5px; 
             background: rgb(247, 247, 247) none repeat scroll 0% 0%; 
             text-align: center;
        }
        table.form_table td.vysvetlivka{
             border-bottom: 1px solid rgb(255, 255, 255);
             padding: 8px;
             background: rgb(247, 247, 247) none repeat scroll 0% 0%;
             text-align: right;
        }
        table.form_table td span.potvrzeni{
             color:black;
             font-size:12px;
             margin:3px;
             display:block;
        }
    table.form_table td.last{
        border-bottom: none;
    }
    table.form_table input.longInput,textarea.longInput{
        width:370px !important;
        font-size:11px;
    }
    table.form_table div.error{
        color: red;
        font-size: 10px;
    }
    table.form_table span.error{
        color: red;
        font-size: 10px;
    }
table.form_table_nazor{
    width:100%;
}
table.form_table input[type=text]{
    width:145px;
}
td textarea{
    font-size:12px;
}
div.form_success{
  font-size: 15px;
  background-color: #BBF5BB;
  text-align: center;
  font-weight: bold;
  padding:5px;
}
div.form_success2{
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  color:rgb(51,51,255);
  padding:10px;
}
div.blok_pravo_dole {
    position: absolute;
    bottom: 15px; 
    .bottom: 0px;
    right: 10px;
}

div.cis-odkazy {
    display: none;
}
div.clanky_ikony{
    text-align: right;
}

div.subpage-menu a{
    background-image:url(../images/subpage-menu-arrow.gif);
    background-position:250px 3px;
    background-repeat:no-repeat;
    color:black;
    display:block;
    font-weight:bold;
    font-family:Arial;
    font-size:11px;
    padding:4px 4px 2px 3px;
    text-decoration:none;  
   /* width:100%;*/                 
}
/*div.subpage-menu a.zvyranitSubMenu{
    background-image:url(../images/zvyrazneni_submenu.png);
    background-position:0px 2px;
    color:white;
    padding-left:8px;
}*/


div.subpage-menu a.noMenuArrow{
    background:none;
    display:inline;
}
    div.subpage-menu a span{
        padding-right:40px;
        display:block;
    }
div.subpage-menu a.first{
    background-position:250px 0;
    padding-top:0;
}
div.subpage-menu div#accordionSubmenu a.first{
    padding-top: 10px;
}
div.subpage-menu a.last{
    padding-bottom:2px;
}
div.subpage-menu div#accordionSubmenu a.last{
    padding-bottom: 15px;
}
div.subpage-menu a:hover{
    text-decoration:underline;
}

div.main-photo{
    border:1px solid #999999;
    padding:2px;
    background-color:#EEEEEE;
    
}
    div.main-photo a{
        /*font-size:1px;   kvuli alt -snad to neudela problem v zobrazeni  */
        display:block;
    }

div.stranky_ikony{
    text-align: right;
}


div.banner{
    padding-left:20px;
}
    div.banner-nazev{
        font-size:14px;
        font-weight:bolder;
        font-style: italic;
    }
    div.banner-rozmer{
        font-weight:bolder;
    }
    div.banner-code-title{
        font-weight:bold;
        margin-top:20px;
    }
    div.banner-code{
        border:1px solid black;
        padding:10px;
        width:430px;
        word-wrap: break-word;
    }


img.icon{
    margin-right:6px;
    vertical-align:middle;
}

#doporuc_clanek{
    display:none;
}

div.avizo{
    display:none;
    height:33px;
    .height:53px;
    padding:10px;
    width:294px;
    .width:314px;
}

div.avizo_zadne{
    height:33px;
    .height:53px;
    padding:10px;
    padding-right:2px;
    width:301px;
    .width:314px;
}

    div.avizo_zadne p{
        margin:2px;
    }

div.addthis_toolbox{
    height:24px;
}
    div.addthis_toolbox div.social{
        padding-top:4px;
    }

div.plusOneGoogleAvizo{
    float: left;
    padding-left:3px;
}
div.clear-margin{
    height:1px;
    overflow:hidden;
}

div.mapa-regionu{
    width:453px;
    height:325px;
    position: relative;
}
    div.mapa-regionu img{
        top:0px;
        left:65px;
        position:absolute;
    }
    div.mapa-regionu img.aktivni{
        z-index:2;
    }
    div.mapa-regionu a.titulek{   
        display:none;
        background-color:#D7DCFF;
        border:1px solid gray;
        font-weight:bolder;
        padding:2px 7px;
        position:absolute;
        z-index:4;
        white-space: nowrap;
        text-decoration: none;
    }

div.mapa-regionu-HP{
    position: relative;
}
    div.mapa-regionu-HP img{
        position:absolute;
        margin-top:7px !important;
    }
    div.mapa-regionu-HP img.aktivni{
        z-index:2;
    }
    div.mainBoxBottomMiddle a.titulek{   
        display:none;
        color:#BD293E;
        font-family:tahoma;
        font-size:11px;
        font-weight:bolder;
        margin-bottom:7px;
        margin-top:3px;
        text-decoration: none;
    }
    div.mainBoxBottomMiddle div.popis{
        padding-left:170px;
    }
    div.mainBoxBottomMiddle h2{
        margin-bottom:7px!important;
    }

div.polozka{
  
}
    div.polozka div.fotka{
      float:left;
      width:155px;
      margin:5px;
    }
    div.polozka div.popis{
      float:left;
      width:320px;
      margin-left:10px;
    }
    div.polozka div.cena{
      float:left;
      width:80px;
      font-weight: bold;
      margin-left:10px;
      text-align: right;
    }
    input.button_pokracovat{
      display: none;
    }
table.souhrn{
  width:100%;
}
    table.souhrn td{
      text-align: center;
    }

div.zed_narku{
    float:left;
}
div.zn1{ width:95px;  }
div.zn2{ width:190px; }
div.zn3{ width:285px; }
div.zn4{ width:380px; }
div.zn5{ width:475px; }
div.zn5{ width:570px; }

   .zed_narku a{
      width:90px;
      height:60px;
      line-height: 60px;
      float:left;
      text-align: center;
      display: block;
      margin-left:5px;
      margin-bottom:5px;
      text-decoration: none;
   }
      .zed_narku a:hover{
      text-decoration: none;
   }
   .zed_narku img{
      vertical-align: middle;
   } 
    
div.narek{
    width:280px;
    border: 1px black solid;
    display:none;
    padding: 5px;
    position: absolute;
    background-color: white;
}

div.vyprodano{
    color:red;
}

div.strankovani{
    text-align: left;
    font-weight: bold;
    clear:both;
}
    div.strankovani a{
        padding-left: 10px;
        color:rgb(0,80,180);
    }
    div.strankovani span.activ{
        padding-left: 10px;
        font-size: 15px;
    }
    
    div.strankovani span.text{
        float:right;
    }
    

span.autor{
  font-weight: normal;
  font-style: italic;
}

table.podpis_menu div.active{
    border: 1px rgb(160,160,160) solid;;
    border-bottom-color: white;
    background-color: rgb(200,200,255);
    padding:3px;
    font-weight: bold;
}

table.podpis_menu div.neactive{
    border: 1px rgb(160,160,160) solid;
    background-color: rgb(230,230,255);
    padding:3px;
    margin-bottom:0px;
    border-bottom-color: white;
}

table.podpis_menu div:hover{
    background-color: rgb(163,163,163);
}

table.podpis_menu a{
    font-size: 13px;
    text-decoration: none;
    color:black;
}

table.podpis_menu{
  margin-bottom: -20px;
}

div.vyzvy_main {
    border: 1px rgb(160,160,160) solid;
    padding: 0px 20px 10px 25px
}
div.vyzva_success{
    color:blue;
    font-size: 15px;
    font-weight: bold;
}

a.media{
    display:block;
    width:400px; 
    height:300px;
}
.width180{
    width:180px;
}
.width180height50{
    width:180px;
    height:50px;
}
.alignCenter{
    text-align: center;
}
.alignRight{
    text-align: right;
}
a.addthis_button_linkuj, a.addthis_button_jagg{
    float:left;
}
a.addthis_button_jagg img{
    width: 16px; 
    height: 16px;
}
.b{
    font-weight: bolder;   
}
.i{
    font-style: italic;
}
.marginRight136{
    margin-right:136px;
}
.marginRight90{
    margin-right:90px;
}
.marginLeft136{
    margin-left:136px;
}
.marginLeft260{
    margin-left:260px;
}
.displayNone{
    display:none;
}
.width100{
    width:100px;
}

div.uryvekFotogalerie{
    width: 100%; 
    clear: both;
}
    div.uryvekFotogalerie img {
        width: 170px; 
        float: left;
    }
    div.uryvekFotogalerie .popis{
        padding-left: 20px; 
        width: 75%; 
        float: left;
    }
.floatLeft{
    float:left !important;
    margin:6px 10px 10px 0px !important;
}

.clearBoth{
    clear:both;
}

.hp_main_sfw{
    float:left;
    margin: 0px 10px 0px 0px;
}

div.kalendar_zvyraznen{
  padding: 4px; 
  background-color: rgb(221, 221, 255);
}

.blue{
    color:rgb(0,110,180);
    font-weight: bold;
}
.hidden{
    display:none;
}
.black{
    color:black;
}
.italic{
    font-style: italic;
}
.treeview a{
    font-weight: bold;
    color:black;
    font-size:13px;
    display:block;
    padding-bottom:5px;
    margin-left:8px;
    margin-top:-1px;
}
.fullWidth{
    width:100%;
}

.Organizace {
    width:100%;
}
    .Organizace tr{
        background-color:#FAFAFA !important;
    }
    .Organizace li.type{
        font-size: 12px;
        font-weight: bold;
        background: none;
        background-color:#FAFAFA;
        color:rgb(0,110,180);
        padding-left:5px;
    }
.infobox .main-photo{
    float:left;
    margin-top:3px;
    margin-bottom:3px;
    margin-right:5px;
    position:relative;
}

.ui-helper-hidden-accessible{
    display:none !important;
}

.video-ico{
    position:absolute;
    bottom:8px;
    right:8px;
}

span.krajske_org_tree{
    font-weight: bold;
    font-size:13px;
    text-decoration: underline;
    padding-bottom:5px;
    display:block;
}

span.regionalni_org_tree{
    font-weight: bold;
    text-decoration: underline;
}

div#accordion h3{
    padding-top:10px;
    padding-bottom:10px;
}

div#accordion .ui-icon{
    float:left;
}
div#accordion h3 a{
    margin-left:5px;
    font-weight:bold;
    margin-left:5px;
    text-decoration:underline;
}
div#accordion div.ui-accordion-content{
    padding: 0px 10px 0px 10px;
}

div#accordionSubmenu h3{
    padding-top:10px;
    padding-bottom:10px;
}

div#accordionSubmenu .ui-icon{
    float:left;
}
div#accordionSubmenu h3 {
    background: none repeat scroll 0 0 transparent;
    border:0px;
}
div#accordionSubmenu h3 a{
    margin-left:5px;
    font-weight:bold;
    margin-left:5px;
    text-decoration:underline;
    color:black;
}
div#accordionSubmenu div.ui-accordion-content{
    padding: 0px 10px 0px 10px;
    background: none repeat scroll 0 0 transparent;
    border:0px;
}

div#cluetip-outer{
  width:400px;
}
div#cluetip-inner{
  width:380px;
  min-height:100px;
}
img.imgCluetip{
    border: 1px solid #999999;
    margin-bottom:5px;
    margin-left:5px;
    padding:2px;
}
div.hVLeft{
  float:left;
  width:100px;
  text-align: right;
  margin-bottom:5px;
  margin-right:10px;
}

div.hVRight{
  float:left;
  width:45%;
  text-align: left;
  margin-bottom:5px;
  margin-left:10px;
}

div.leftVolbyTd{
  width:100px;
  float:left;
  text-align:right;
  font-size:12px;
}
div.rightVolbyTd{
  float:left;
  text-align:left;
  margin-left:12px;
}
 
  table.hledanivolbeb{
    margin-top:0px;
  }
  table.hledanivolbeb td{
    font-size:12px;
  }

    div.hVRight input[type=text],select{
        width:150px;
    }
    
table.classicTable td{
    font-weight: normal;
}

/* uprava Bohous */
.hledaniClankuKomunalek{
	width:100%;
}
	.hledaniClankuKomunalek td,.hledaniClankuKomunalek th{
		border: 1px solid rgb(221, 221, 243);
		text-align:center;
		padding:10px;
	}
	
	.hledaniClankuKomunalek .hledanivolbeb{
		margin-left:auto;
		margin-right:auto;
	}
	.hledaniClankuKomunalek .hledanivolbeb td,.hledaniClankuKomunalek .hledanivolbeb th{
		border: 0px;	
		padding:5px;
	}
	.hledaniClankuKomunalek .hledanivolbeb td,.hledaniClankuKomunalek .hledanivolbeb div.leftVolbyTd,.hledaniClankuKomunalek .hledanivolbeb div.rightVolbyTd{
		font-size:11px;	
	}
	{
		font-size:11px;	
	}
	
	.hledaniClankuKomunalek div.leftVolbyTd {
		width:71px;
	}
	
span.breadCrumbsSmall{
    font-size:11px;
}
	
ul{
      padding-left: 25px;
      margin-bottom: 11px;
      margin-top: 11px;
}

li{
    margin-top:8px;
    margin-bottom:8px;
    text-align:justify;
}

td.searchClnakyVolbyTdBackground{
  background-image:url(../images/td-background.jpg);
  background-repeat: repeat-y;
  background-position: center;
}

.actualChat{
	background-image:url("../images/chat-online.png");
	background-repeat:no-repeat;
	margin-top:0px;
	padding:0 0 0 66px;
	position:relative;
}
	.actualChat h2{
		color:#599D08;
		font-size:22px;
		font-weight:normal;
		margin:0;
		padding:0;
		text-transform:none;
		background-image:none;
	}
	.actualChat span{
		display:block;
		padding-top:5px;
	}
	.actualChat a{
		background-color:transparent;
		background-image:url("../images/chat-zapojte-se.png");
		border:0 none;
		color:transparent;
		height:36px;
		width:121px;
		display:block;
		margin-top:10px;
	}
	.hpChaty .actualChat{
		margin-left:10px;
	}
	.hpChaty .actualChat a{
		right:15px;
	}
	
	.wall .actualChat, .wall .upcomingChats, .wall .upcomingChat{
		margin-left:10px;
		margin-right:10px;
	}
	.wall .actualChat a,.wall .upcomingChat a{
		position: static;
		
	}
	
.upcomingChat{
	background-image:url("../images/chat-upcoming.png");
	background-repeat:no-repeat;
	margin-top:0px;
	padding:0 0 0 66px;
	position:relative;
}
	.upcomingChat h2{
		color:#397EAD;
		font-size:22px;
		font-weight:normal;
		margin:0;
		padding:0;
		text-transform:none;
		background-image:none;
	}
	.upcomingChat span{
		display:block;
		padding-top:5px;
	}
	.upcomingChat a{
	  margin-top:10px;
		background-color:transparent;
		background-image:url("../images/chat-zapojte-se.png");
		border:0 none;
		color:transparent;
		height:36px;
		width:121px;
		display:block;
	}
	.hpChaty .upcomingChat{
		margin-left:10px;
	}
	.hpChaty .upcomingChat a{
		right:15px;
	}
div.mainBoxMiddleLeft div.chaty{
    border:1px solid rgb(199,202,204);
    border-radius:10px;
    -moz-border-radius:10px;
    background-image: url(../images/chaty-bg.png);
    padding:10px;
    margin-top:10px;
}
.marginTop0 {
    margin-top:0px !important;
}

div.mapa_tree li a{
    font-size:13px;
    padding-bottom:5px;
    color: black;
    font-weight:bold;
}

.floatRight{
    float:right;
}

div.subpage-infobox-fast .floatRight{
    margin: 6px 10px 10px 0 !important;
}

.floatLeft{
    float:left;
}

.cB{
    clear:both;
}

div.organizaceKrajeSub{
    
}
    
div.organizaceKrajeSub table{
    margin-top:0px;
}

    div.organizaceKrajeSub td{
        border:1px solid #DDDDF3;
    }
    
    div.organizaceKrajeSub div.organizaceKrajeSubHelp{
        font-style: italic;
        text-align: left;
        font-size: 11px;
    }
    
div.organizaceKrajeSubSelect{
    background-color: #DDDDF3;
    margin-left: 2px;
    margin-right:-2px;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

.tisknoutStranku{
    float:right;
    margin-top:6px;
}

div.Liveadmin-ControlPanel{
    display:none;
    background-color:rgb(255, 220, 50);
    border-bottom:1px dotted gray;
    left:0;
    position:fixed;
    bottom:0;
    z-index:1000;
    padding:5px;
    border:1px solid gray;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    opacity:0.5;
}

    .Liveadmin-ControlPanel-links{
        display: none;
        padding-bottom: 5px;
    }
    
    .Liveadmin-ControlPanel-toggler{
        font-weight: bold;
        text-align: center;
    }

    div.Liveadmin-ControlPanel a{
        display:block;
        margin-bottom:3px;
    }
    
div#plusoneButtonSite{
    float:left !important;
    width: 58px !important;
    margin:1px 0 0 4px !important;
}

.accordion-navrh-rud th{
    border: 1px solid silver;        
}
.accordion-navrh-rud td{
    border:1px solid silver;
    font-weight:bold;
    padding-bottom:6px;
    padding-top:10px;     
}
/*.addthis_button_expanded span{
    display:none;
}*/

a.print_page{
    background-image:url('../images/printer.png');
    background-repeat:no-repeat;
    width:16px;
    height:16px;
    display:inline-block;
    float:left;
    background-position: center center;
    margin: 0 2px;
}

a#doporuc_clanek_odkaz{
    background-image:url('../images/email.png');
    background-repeat:no-repeat;
    width:16px;
    height:16px;
    display:inline-block;
    float:left;
    background-position: center center;
    margin: 0 2px;
}

div.facebookLike{
    float:left;
    margin-top:-2px;
}
    div.facebookLike iframe{
        width:84px;
        height:21px;
    }
.addthis_button_google_plusone{
    width:50px !important;
    padding-left:0px !important; 
    margin-top:1px;
}

div.vyber_psp_email_form{
    margin-top:3px;
}

div.vyber_psp_email_form div{
    margin-bottom:5px;
}

.closedImg{
    background-image:url('../images/close_arrow.png');
    background-repeat:no-repeat;
    background-position:8px 7px;
    padding-left:20px;
}
.openImg{
    background-image:url('../images/open_arrow.png');
    background-repeat:no-repeat;
    background-position:8px 7px;
    padding-left:20px;
}
.openImgUp{
    background-image:url('../images/open_arrow_up.png');
    background-repeat:no-repeat;
    background-position:8px 7px;
    padding-left:20px;
}
.sumHead{
    background-image:url("../images/table-header.png");
    background-position:0 50%;
}

.kHPIntMaps img{
    vertical-align: middle;
}
div.kHPIntMaps img{
    position:absolute;
}
div.kHPIntMaps p{
    margin: 0;
}
div.kHPIntMaps img.aktivni{
    z-index:2;
}
    div.kHPIntMaps a.titulek{   
        display:none;
        background-color:#D7DCFF;
        border:1px solid gray;
        font-weight:bolder;
        padding:2px 7px;
        position:absolute;
        z-index:3;
        white-space: nowrap;
        text-decoration: none;
    }
