body {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font: 62.5%/1.5 Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  background: #fff;
}


/********************************* Typo & html elements ****************************/
p {
  margin: 0.5em 0;
  text-align: justify;
}

a {
  text-decoration: underline;
  color: #444444;
  /*font-weight: bold;*/
}


a:visited {
}

a:hover {
  text-decoration: underline;
}

#header a, #footer a, .left a, .right a {
  text-decoration: none;
}

#header a:hover, #footer a:hover, .left a:hover, #top-box a:hover, .right a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 1em 0 0;
  color: #214f03;
  font-weight: bold;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 150%;
  font-weight: bold;
  margin: 0.25em 0 0;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 105%;
  margin: 3px 0 0 0;
}

h5 {
  font-size: 110%;
}

h6 {
  font-size: 105%;
}

h2 a, h2 a:hover, h2 a:visited, h3 a, h3 a:hover, h3 a:visited {
  text-decoration: underline;
}

a img {
  border: 0px solid #fff;
}

acronym, abbr {
  font-size: 90%;
  letter-spacing: .07em;
}

fieldset{	
  border-width: 1px 0 0 0;
  padding: 1em;
  margin: 0 0 2em 0;
}

body[id] fieldset {
  width:auto;
  -moz-border-radius: 0;
  margin: 0 0 1em 0;
}

legend{
  padding:0 0.5em;
  font-size:140%;
  font-weight:bold;
}

pre {
  font-family: courier;
  font-style: normal;
  font-size: 88%;
}

hr {
  height:1px;
}

fieldset label span {
  display: block;
  width: 15em;
  float: left;
} 

fieldset.add_event label span {
  display: inline;
  width: auto;
  float: none;
}  
fieldset.add_event input {
  margin: 0 5px;
}  

fieldset label.checkbox span {
  display: inline;
  width: auto;
  float: none;
  padding-left: 0.5em;
}  

#userinfo p {
  clear: both;
}

/****************************** basic layout elements *************************/
#all {/* obalujici element s pozadim pro levy sloupec*/
  position: relative;
  margin: 0 auto;
  text-align: left;
  width: 990px;
  font-size: 115%;
  background: #dbf0b8 url('../images/bg.png') 0 0 repeat-y;
}

#wrapper { /* obalujici element s pozadim pro pravy sloupec*/
  margin: 0;
  padding: 0;  
  position: relative;
  _position: static;
}

#header {
  margin: 0;
  padding: 0;
}

.left {/* kontejner pro levy blok - matrjoska - nenastavovat padding */
  float: left;
  width: 292px;
  margin: 0;
  padding: 0;
  border: 0px solid black;
}

.right {/* kontejner pro levy blok - matrjoska - nenastavovat padding */
display: none;
}

.middle {/* kontejner pro levy blok - matrjoska - nenastavovat padding */
  margin: 0;
  width: 697px;
  _width: 694px;
  float: left;
  clear: none;
}

#footer {
  background: #e9f4c8;
}

.column-in {/* vnitrni kontejner pro vsechny bloky - matrjoska - tady nastavit padding */
  margin: 0;
  padding: 0.5em 1em;
}

.cleaner, .cl {
  clear: both;
  height: 1px;
  font-size: 1px;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  visibility: hidden;
  display: block;
}

span.cleaner {
  display: block;
}

.hidden, .hdn {
  position: absolute;
  left: -2000px;
}

.nodsp {
  display: none;
}

#album, #download, #ocontent, #article {
  position: relative;
  width: 100%;
}

/******************************* Layout structures  ****************************/

/****** hlavicka *******/
#header {
  background: url('../images/szu_top.png') left top no-repeat;
  height: 56px;
  border-right: 1px solid #e9f4c8;
}

#header .column-in {
  margin: 0;
  padding: 0;
  padding: 0;
  position: relative;
}

#header h1 {
	position: relative;
	top: 0px;
	left: 0px;
	color: #fff;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	width: 35em;
}
#header h1 a {
	text-decoration: none;
	color: #fff;
}

#header h1 a:hover {
	text-decoration: none;
}

.top-menu {
  width: 600px;
  float: right;
  text-align: right;
  margin: 5px 10px 0px 0px;
}
.top-menu .top-help {
  float: right;
}

.top-menu div {
  display: inline;
}
.top-menu .home a {
  padding: 0 0 0 22px;
  margin: 0 0 0 20px;
  background: url('../images/home.png') 0 0 no-repeat;
  font-weight: normal;
}
.top-menu .sitemap a {
  padding: 0 0 0 22px;
  margin: 0 0 0 20px;
  background: url('../images/mapa.png') 0 0 no-repeat;
  font-weight: normal;
}
.top-menu div.jazyk {
  float: right;
  margin-left: 10px;
}
.top-menu div.jazyk br {
  display: none;
}
.top-menu div.jazyk strong {
  display: none;
}
.top-menu div.jazyk a img {
  margin-left: 5px;
  border: 1px solid #BCDBF0;
  margin-top: 3px;
}

.vystraha .eaddress {
  color: #edb800;
}

.vystraha a, .middle .vystraha a:hover {
  color: #edb800;
}

/*** radkova navigace  ****/
#row-site-navigation {
	width: 100%;
	clear: both;
	padding: 0;
	margin: 0;
	height: 20px;
}

#row-site-navigation ul {
	display: inline;
	padding: 0 0;
}

#row-site-navigation ul li {
	list-style-image: none;
	display: inline;
}

#row-site-navigation ul {
  margin:0 0 0 -4em;
}

#row-site-navigation ul li {
	list-style-type: square;
	display: inline;
	margin: 0 0 0 0em;
	padding: 0 0 0 3em;
	text-align: center;
}

#row-site-navigation ul li a {
	margin: 0 auto;
}

#row-site-navigation a {

}

#searchform {
  float:right;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 30px;
  right: 15px;
}

#searchform #search-input {
  padding: 1px 3px;
  background: #fff;
  margin: 0;
  border-width: 1px;
  font-size: 10px;
}

#searchform #go_button {
  padding: 0;
  margin: 0;
  position:relative;
  top: 4px;
  border: solid #000 0px;
}


/******** preskoceni navigace ********/
a.hidden-nav {
  position: absolute;
  top: 0px;
  height: 1px;
  background: transparent;
  color: #000;
  overflow: hidden;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  width: 960px;
  z-index: 20;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none !important;
}

a.hidden-nav:active,a.hidden-nav:focus {
  height: 1.5em;
  background: #e9f4c8;
  text-decoration: none !important;
}

a.hidden-nav:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none !important;
}

/***************************** obal. blok s obsahem **********************************/
#main {

}


/****************************** levy sloupec ***********************************/
.left {
  background: #e7f2cf;
}

.left .column-in {
	padding: 20px 10px;
  background: url('../images/left.png') left top no-repeat;
  _margin-top: -20px;
}

#main h1 {
  width: 292px;
  height: 167px;
  _height: 187px;
  padding: 0;
  margin: 0;
}
#main h1 a {
  width: 292px;
  height: 167px;
  _height: 187px;
  padding: 0;
  margin: 0;
  display: block;
}
#main h1 a img {
  border: 0px solid;
}

.left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.left ul li {
  padding: 0 0 5px 0;
  margin: 0;
  list-style: none;
}
.left ul li p {
  font-weight: bold;
}
.left ul li p a {
  font-weight: normal;
}

.left .lowblock .column-in {
  background: #e1f0ba;
  /*padding: 0px 0px 0px 25px;*/
}

.left h2,.left h3 {
  padding-left: 0;
}

.left h2 {
  padding-left: 0;
  font-size: 120%;
  padding-top: 20px;
}

.left address {
  font-weight: bold;
  font-style: normal;
  line-height: 20px;
}

span.eaddress {
  color: #699550;
  text-decoration: underline;
}

/* leve menu */
.left .column-in #menu {
  margin-top: 20px;
}

.left .column-in #menu ul {
  margin: 0;
  padding: 0;
}

h3.marwelBlockMenuHeader {
  padding: 7px 0 6px 42px;
  background: url('../images/menubg.png') right top repeat-y;

}

.left .column-in #menu li {
  list-style: none;
  margin: 0px 0px;
  padding: 0;
  border-top: 1px dotted #b8d976;
  padding: 6px 0px 6px 0px;
  width: auto;
  background: url('../images/menu-li.png') no-repeat 0 50%;
}

.left .column-in #menu li ul li {
  margin-left: 0px;
  padding: 6px 0;
  margin: 0px 0px 0px 10px;
}
.left .column-in #menu li ul  {
  margin: 5px 0px 0px 0px;
}

.left .column-in #menu li a {
  text-decoration: none;
  font-weight: bold;
  display: block;
  color: #214f03;
  padding-left: 25px;
}

.left .column-in #menu li a:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #214f03;
}

.left .column-in #menu li.active a {
  color: #214f03;
}

.left .column-in #menu li.submenu {
  padding-left: 0;
  padding-bottom: 0px;
}

.left .column-in #menu li.submenu a {
  padding-left: 42px;
}
.left .column-in #menu li.submenu ul li a {
  padding:0px 0pt 0px 42px;
}

.left .column-in #menu li li {
  padding: 4px 0 4px 4px;
}

.left .column-in #menu li li.active {
}
.left .action {
  padding: 0 30px 0 0;
}

/* anketa */
.poll-question {
  font-weight: bold;
}
.left .poll td {
  background: transparent;
}
.poll table {
  border-collapse: collapse;
}
.poll .even td,
.poll .odd td {
  border-top: 1px solid #d0dfa7;
  border-bottom: 1px solid #d0dfa7;
}

/* horni menu - hodit jinam */

.menu {
  clear: both;
  background: #467A01 url('../images/top_right.png') left top no-repeat;
  height: 34px;
  padding: 0;
  margin: 0;
  text-align: center;
  padding-top: 39px;
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #457901;
  width: 100%;
  z-index: 1000;
  position: relative;
}

.menu li.submenu ul {
  background: #e3f0c7;
  display: none;
  text-align: left;
  left: 0;
  position: absolute;
  top: 34px;
  width: 180px;
  z-index: 1000;
  padding: 0 10px;
  display: none;
}

.menu li.menu-active ul,
.menu li.menu-active-parent ul {
  background: #fed2a3;
}

.menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  margin-right: 3px;
}

.menu ul ul li {
  border: 0;
  text-align: left;
  float: none;
  padding: 0;
  &display: inline;
}

.menu li:hover ul {
  display: block;
}

.menu ul li a {
  color: #45641d;
  text-decoration: none;
  font-weight: normal;
  display: block;
  height: 27px;
  width: 80px;
  padding: 7px 5px 0;
  background: #e3f0c7 url('../images/zalozka.png') repeat-x 0 0;
  line-height: 1.2em;
}
.menu ul li a:hover {
  color: #214f03;
  text-decoration: underline;
}
.menu ul li a.povinne-zverejnene-informace {
  padding: 2px 5px 0;
  height: 32px;
  width: 120px;
}
.menu ul li a.nabidka-zamestnani {
  padding: 2px 5px 0;
  height: 32px;
}

.menu ul li.menu-active a,
.menu ul li.menu-active-parent a {
  background: url('../images/zalozka-a.png') repeat-x 0 0;
  color: #000;
}

.menu ul li li {
  background: none !important;
  font-size: 0.95em;
}

.menu ul li.submenu li a {
  background: url('../images/zalozka-podtrzeno-neaktivni.png') repeat-x 0 bottom;
  width: auto;
  height: auto;
  padding: 5px 0;
}
.menu ul li.submenu li a:hover {
  text-decoration: underline;
}
.menu ul li.menu-active li a,
.menu ul li.menu-active-parent li a {
  background: url('../images/zalozka-podtrzeno-aktivni.png') repeat-x 0 bottom;
  width: auto;
  height: auto;
  padding: 5px 0;
}
.menu ul li.menu-active li a:hover,
.menu ul li.menu-active-parent li a:hover {
  text-decoration: underline;
}

/* /horni menu */


/******************************* stredovy sloupec ******************************/

.middle {
}

.middle .column-in {
	padding: 0em 0px 0em 20px;
}

#content{
  font-size:112%;
}

#article {
  position: relative;
}
#article .arttoolbar {
/*  position: absolute;
  top: 0;
  right: 0;
  width: 100px;*/
  float:right;
}

.middle  img {
	width: auto;

}

.article-content {
  width: 100%;
  _padding-bottom: 20px;
  _overflow-x: auto;
}

.middle h3 {
	font-weight: bold;
}
.middle h2 {
	font-weight: bold;
	color: #214f03;
}

.middle a:hover {
  text-decoration: underline;
  color: #666666;
}

.related {
	font-size: 130%;
}


.to-right {
	clear: right;
	margin-top: 0;
	padding-top: 0;
	float: right;
	color: silver;
}
a.to-top:link, a.to-top:visited {
  clear:both;
  margin:0;
	padding: 0;
	display: block;
	float: right;
	text-align: right;
}
a.to-top:hover {
	color: #000;
}
p.box {
	border: 1px black solid;
	padding: 4px;
	margin-right: 6px;
}
.middle table {
	border: 1px solid gray;
	border-collapse: collapse;
	width: auto;
	max-width: 99% !important;
	padding: 0 0;
	margin: 0 0;
}
.middle table th {
	border: 1px solid gray;
	padding: 5px;
}
.middle table th {
	border: 1px solid gray;
	padding: 5px;
}
.middle table td {
	border: 1px solid gray;
	padding: 5px;
}
.middle table td p {
	padding: 0;
	margin: 0;
}
.article-perex {
	font-weight: bold;
	padding: 0 0 0;
	margin: 0.5em 0 1em 0;
}
.article-perex img.perex_image{
  float:right;
	padding: 0 0 0;
	margin: 0.2em 1em 1em 1em;
}
.article-content .article-perex {
  font-weight: normal;
  margin: 3px 0px 0px 0;
}
.inline-nav {
	color: #3B3B3B;
	padding: 0.5em 1em;
}

.middle ul {
  /*list-style-position: outside;
  padding-left:0; 
  margin-left:1em; */
}
.middle ul li {  
  /*list-style-type: none; 
  margin-left:0;
  padding-left:1em;*/
}
.middle ol li {  
  /*list-style-type: decimal; */
}
.article-footer{
 text-align:right;
 font-style:italic;
 border-top:1px solid #f2f2f2;
}

.article-info {
  padding: 0em; 
  font-size: 85%;
}

.article-content .article-info {
  margin-bottom: 25px;
  padding-right: 0.3em;
  font-weight: bold;
  background: rgb(230,250,230);
}

.full-story{
  display: block;
  float: right;
}

hr.separator{
 visibility:hidden;
}
.pager{
  padding:0.5em;
 display:block;
 text-align:center;
}
div.detail{
  border:1px solid #f2f2f2;
  margin-left:0;
  padding:0.5em 1em;
}
.res-head-title {
		color: #fff;
	margin: 0;
	padding: 0.25em 1em;
}
.res-head-title a{
  padding:0.25em;
  color:#fff;
}
.res-head-title a:hover{
  background:#fff;
  color:#000;
}

.nobg a{
  padding:0.25em;
}
.current{
  padding:0.25em;
  background:#fff;
}
.res-head-title .current{
  background:#dee;
  color:#000;
}

.arrow-right{
	background: transparent url('../images/ico_pred.gif') left center no-repeat;
  height:20px;
  width:20px;
  text-decoration:none;
}
.arrow-right span,.arrow-left span{
  visibility:hidden;
}
.arrow-left{
	background: transparent url('../images/ico_dale.gif') left center no-repeat;
  height:20px;
  width:20px;
  text-decoration:none;  
}
.center{
  text-align:center;
}
.to_right{
  text-align:right;
  display:block;
}
.r-marg{
  background: transparent url('../images/ico_pred.gif') right top no-repeat;
  padding-right:25px;
  margin-left:0;
}
.l-marg{
  float:left;
  display:block;
  background: transparent url('../images/ico_dale.gif') left top no-repeat;
  margin-left: 0;
  padding-left:25px;
}
.errorMsg{
 background:#feddda;
 border:1px solid red;
 color:red;
 font-weight:bold;
 padding:2em;
}
.img-to-right{
 float:right;
 padding:0 0 0.5em 0.5em;
}
.img-to-left{
 float:left;
 padding:0 0.5em 0.5em 0;
}

#main-content-center {
  padding: 0;
}

.article-content ul li.state_unfinished,
.article-content ul li.state_hidden,
.article-content ul li.state_before,
.article-content ul li.state_after {
  /*width:600px;*/
  background: #ffe2af;
}

.blockContent {
  background: #fff;
  padding: 2px 20px 10px 20px;
  _width: 650px;
  margin: 10px 0px 0 -20px;
}
.navigace {
  background: #F1FCDB;
  margin: 0px 0px 0px -20px;
  padding: 6px 20px 6px 20px;
  font-size: 0.85em;
}
/**      Kalendář        **/


.calendar-result .plugin {
  color: #214F03;
}
.calendar-result p.datum {
  margin: 0;
}
.calendar-result p.description {
  margin-top: 2px;
}
.registration td, .registration {
  border: 0px solid !important;
}
.registration td input {
  &width: 150px !important;
}
/*********Obscura***************/
.go-top {
  float:none;
  width:100%;
  text-align:right;
}
.go-top a{
  text-align:right;
}
.photoblock{
  margin: 0 auto;
  text-align:center;
}
.obscura-edit label{
  clear:both;
  display:block;
  margin:1em 0 0 0;
}
.obscura-edit input, .obscura-edit textarea {
  clear:both;
  float:left;
  width:450px;
}

.obscura-edit input.checkbox {
  clear:none;
  width:auto;
}
.obscura-edit label.checkbox {
  width:auto;
}

.photo {
  float: left;
  background: #e7f2cf;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 168px;
  height: 185px;
  text-align: center !important;
}
.photo p {
  margin: 0;
  padding: 0;
}
.photo p.photo-img {
  padding: 8px;
  padding-bottom: 0;
  text-align: center !important;
}
.photo p.photo-text {
  padding: 0;
  text-align: center !important;
}
.photo a.text, .photo a.text:hover {
  color: #303030;
  font-size: 85%;
}
.photo .img img {
  border: 1px solid #fff;
  margin: 0;
  padding: 0;
}
#album,
#ocontent,
#download {
  position: relative;
}

/* search */
#search_form_block {
  color: #000;
}

#search_form_block a {
  color: #444444;
}

.left #search_form_block h2,
#main .middle #search_result h2 {
  padding: 0;
}

#search_form_block .submit_search {
  text-align: right;
  margin-top: 10px;
}
#search_form_block #plugin_tabs {
  margin-top: 10px;
  position: relative;
  top: 1px;
  _position: static;
  width: 100%;
}
#search_form_block #plugin_tabs .search_tab {
  display: block;
  float: left;
  background: #fff;
  margin-right: 5px;
  padding: 5px 10px;
  border: 1px solid #e7f2cf;
  border-bottom: 0;
}
#search_form_block #plugin_tabs .active {
  background: #e7f2cf;
}
#search_form_block #plugin_tabs .search_tab a {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
}
#search_form_block #search_form {
  border-top: 0;
  background: #e7f2cf;
  padding: 10px;
}
#search_form_block #search_form .wanted_text {
  width: 120px;
  display: block;
  float: left;
}
#search_form_block #search_form #wanted_text {
  width: 200px;
  border: 1px solid #c8beb7;
}
#search_form_block fieldset {
  border: 0;
}
#search_form_block fieldset legend {
  color: #800000;
  font-size: 1.1em;
}
#search_form_block #search_form h4 {
  font-size: 1em;
}
#search_form_block #search_form input[type="text"],
#search_form_block #search_form textarea {
  border: 1px solid #c8beb7;
}
#search_form_block #search_form .date-from img,
#search_form_block #search_form .date-to img {
  vertical-align: middle;
}
#search_form_block .advancedSearch input {
  vertical-align: bottom;
}

/*************** toolbar *********/
#tbbox {
  background: #eee;
  border: 1px solid #aaa;
  width: 240px;
  z-index: 1000;
}

#tb {
  text-align: center;

}

#tbbox .tbtitle {
  border-bottom: 1px solid #aaa;
  padding-left: 5px;
}

#tb div {
  padding: 5px;


}

#tb img {
  border: 0;
  margin: 0;
}

#tb a {
  text-decoration: none;



}

.tbheader {
  background: #ddd;
}

.tbheader strong {
  padding-left: 5px;



}

#tbhandle {
  cursor: move;
}

#tbclose, #tbmin {
  display: block;
  float: right;
  font-family: monospace;
  padding: 0 3px;

}

#tbclose {
  cursor: pointer;
  background: #800;
  color: #fff;
}

#tbclose:hover {
  background: #f00;
}

#tbmin {
  cursor: pointer;
  background: #666;
  color: #fff;
  margin-left: 5px;
}

#tbmin:hover {
  background: #999;

}

/************* inline ***********/
#inlinetoolbar {
	border: 1px solid #aaa;
	background: #eee;
	margin: -20px;
	padding: 5px;
}
#inlinetoolbar p.inlinetitle {
	color: black;
	font-weight: bold;
}
#article_edit label table{
 width:99%;
 background:red;
}


/****************************** paticka ***************************************/
#footer div.article-content {
  display: inline;
}

#footer a {
text-decoration:underline;
}
#footer .column-in {
	text-align: right;
	font-size: 90%;
	padding: 10px 10px;
}
#design{
  color:#000;
}
#actual-date{
  display:block;
  float:left;
  width:20%;
  text-align:center;
}

/****** search words plugin ******/
span.search_words{
  padding:0 0.25em;
  border:1px solid #0E3C66;
  background:rgb(255,204,102);
}

/************** chapters *********/
.article_chapter{
 padding:1em;
 position:relative;
}
.article_chapter h3{
 margin-top:0;
}
.article_chapter ul{
 margin-left:0;
 padding-left:0;
}
.article_chapter .prev{
 position:absolute;
 top:0;
 left:0;
 background: transparent url('../images/ico_dale.gif') left center no-repeat;
 display:block;
 float:left;
 padding-left:25px;
 margin:1em 0 0 1em;
}
.article_chapter .center{

}
.article_chapter .next{
 background: transparent url('../images/ico_pred.gif') right center no-repeat;
 position:absolute;
 top:0;
 right:0;
 float:right;
 display:block;
 padding-right:25px;
 margin:1em 1em 0 0;

}
.article_chapter .top{
 display:block;
 text-align:center;
}
.article_chapter ul li{
 padding:0.25em 0.25em 0.25em 1em;
 background-position: left center;
 background-image:none;  
}

.article_chapter ul .ch-1{
  padding-left:2em ;
}
.article_chapter ul .ch-2{
  padding-left:3em ;
}
.article_chapter ul .ch-3{
  padding-left:4em ;
}
.article_chapter ul .ch-4{
  padding-left:5em ;
}
.article_chapter ul .ch-5{
  padding-left:6em ;
}
.article_chapter ul .ch-6{
  padding-left:7em ;
}
.article_chapter ul .ch-7{
  padding-left:8em ;
}
.article_chapter ul .ch-8{
  padding-left:9em ;
}
.article_chapter ul .ch-9{
  padding-left:10em ;
}
.article_chapter ul .ch-10{
  padding-left:11em ;
}
.article_chapter ul .ch-12{
  padding-left:13em ;
}
.article_chapter ul .ch-13{
  padding-left:14em ;
}
/**************  Hodnoceni­ pod clankem  **********/
.rating{
  margin-top:2em;
  border-top: 1px solid #185B96;
  text-align:center;
}
.rating table{
  margin:0 auto;
  border:1px none #fff;
}
.rating table td{
  width:3em;
  background:transparent;
  border:1px none #fff;
}

/************** sitemap **********/
ul.sitemap {
}
ul.sitemap li{
  padding:0.25em 0.25em 0.25em 0em;
  background-position: left center;
}
ul.sitemap .lv-4{
  font-weight:bold;
  font-size:120%;
  margin-top:2em;
  background-image:none;  
  padding:.05em 0em .05em 0em ;
  list-style: disc;
}

ul.sitemap .lv-5{
  font-weight:bold;
  font-size:100%;
  margin-top:1em;
  padding:.05em 0em .05em 0px;
  margin-left: 10px;  
  list-style: circle;
}


/******** formatovani v editoru ***********/
.red{
  background:red;
  padding:5px;
}

.pul-doleva{
  width:45%;
  float:left;
  padding:10px;
  margin:1em 0;
  background: #E1F0BA;
}
.pul-doleva h3{
  padding:0px;
  margin: 0px;
}
.pul-doprava h3{
  padding:0px;
  margin: 0px;
}

.pul-doleva p.article-info, .pul-doprava p.article-info {
  font-size: 90%;
  padding: 0;
  margin: 0;
} 
.pul-doleva .art_list, .pul-doprava .art_list {
  font-size: 90%;
  padding: 0;
  margin: 0;
} 
.pul-doprava{
  width:45%;
  float:right;
  padding:10px;
  margin:1em 0;
  background: #E1F0BA;
}

.box {
  border: 0px solid red !important;
}

.middle li {
  /*-list-style-type: circle !important;*/
}

.vystraha {
  background: #b60000;
  color: #fff;
  font-weight: bold;
  padding: 8px 15px;
  margin: -1px 0 0 0px; 
}

.middle .divvystraha {
  *margin: -17px 0 0 0;
  *z-index: 999;
  *position: relative;    
}

h1 {
  -margin: 0;
  padding: 0;
  -font-size: 140%;
}

p.box {
  margin-top: 10px;
  margin-right: 0;
}

.left td {
  background: rgb(220,220,220);
  padding:2px;
}


.article-perex img {
  float: left;
  margin-right: 10px;
}

.middle ul li {
  /*list-style-type: square !important;
  padding: 0 !important;
  margin: 0  0 0 1.5em !important;*/
}

.middle ol li {
  /*padding: 0 !important;
  margin: 0  0 0 1.5em !important;*/
}

.middle a.prev, .middle a.next {
  height:25px;
  list-style-image:none;
  margin:0pt 0pt 0pt 2px;
  overflow:hidden;
  padding:0pt;
  position:relative;
  text-align:center;
  width:24px;
  text-decoration: none;
}
.middle a.prev span {
  background: url('../images/ico_pred.gif') 0px 0px no-repeat;
  /** devel verze **/
  /*background: url('../images/ico_pred.gif') right 0px no-repeat;*/
  cursor:pointer;
  display:block;
  height:20px;
  left:0pt;
  position:absolute;
  top:0pt;
  width:24px;
  z-index:10;
}
.middle a.next span {
  background: url('../images/ico_dale.gif') 0px 0px no-repeat;
  /** devel verze **/
  /*background: url('../images/ico_dale.gif') left 0px no-repeat;*/
  cursor:pointer;
  display:block;
  height:20px;
  left:0pt;
  position:absolute;
  top:0pt;
  width:24px;
  z-index:10;
}
.middle a.next:hover, .middle a.prev:hover, {
  text-decoration: none;
}



/**/
.c-box {
  border:1px solid silver;
  float:left;
  width:125px;
  margin:4px 4px 0 0;
  text-align:center;
  background:#fff;
  height:150px;
  padding:0;
}
div[id] .c-box {
  height:auto;
  min-height:150px;
}
.c-img {
  margin:0;
  padding:0;
  height:90px;
  background:#C2E0EF;
  overflow: hidden;
}
.c-img h3 {
  font-size:110%;
}
.c-box h3 {
  margin:10px 0 0;
  padding:0;
  font-size:110%;
}

.c-box-h {
  float:left;
  margin:0px 4px 15px 0;
  text-align:left;
  height:95px;
  padding:0;
  width:48%;
}
.c-box-h .c-img {
  float:left;
  width:95px;
  text-align:center;  
  margin:0 10px 20px 0;
  padding:0 0;
  height:95px;
  background:#E1F0BA; 
}
.c-box-h .c-img img {
  width:95px;
  height:95px;
}
.c-box-h h3 {
  margin:30px 0 0;
  padding:0;
  font-size:110%;
}

.c-box-dia {
  float:left;
  margin:0px 5px 5px 0;
  text-align:left;
  height:200px;
  padding:0;
  width: 133px;
  background:#F1FCDB;
  border: 1px solid #E1F0BA;
}

div.c-box-dia:hover {
  background-color:#FFEEDF;
}

.c-box-dia .c-img {
/*  float:left; */
  width:95px;
  text-align:center;  
  margin: 15px auto 5px;
  padding: 0;
  height: 95px;
  background:#E1F0BA; 
}
.c-box-dia .c-text h3 {
  font-size: 0.9em;
  margin-top: 0;
}
.c-box-dia .c-img img {
  width:95px;
  height:95px;
}
.c-box-dia h3 {
  padding:0;
  font-size:110%;
}

.c-text h3 {
  padding:0 10px 0 10px;
  text-align:center;
}

.hp-boxes {
  width: 430px;
  float: left;
}

.neprehlednete {
  width:205px;
  float:right;
  border: 1px solid #F29601; 
  background:#fff; 
  margin-right: 15px;
  _margin-right: 7px;
  background: #ffeedf;
  padding: 10px;
}
.neprehlednete h3 {
  margin-top: 0;
}
.neprehlednete ul {
  padding-left: 15px;
  margin-left: 0;
  font-size: 0.9em;
}
.neprehlednete ul li {
  list-style-type: disc;
  margin: 10px 0;
  line-height: 1.3em;
}

.three, .two-first, .two-second {
  width:164px;
  float:left;  
  padding:0 5px;
  margin: 0;
  border-right:1px solid silver;
}
.three h3{
  margin: 0;
  padding:0 ;
  font-size:110%;
}
.two-first {
  width:202px;
}
.two-second {
  width:300px;
}
.three img, .two-first img, .two-second img{
  float:left;
  margin-right:5px;
} 
.three p, .two-first p, .two-second p {
  clear:left; 
  padding-top:5px;
}

.intro-flash{
  text-align:center;
  background:#C2E0EF; 
  font-weight:bold;
  padding-top:30px;
  height:60px;
  min-height:90px;
  margin:20px 0;
}
.img-home {
  background:#C2E0EF; 
  height:40px;
  min-height:40px;
}

#main .middle li {
  /*list-style-type:disc !important;*/
}

.c-box-hh {
  float:left;
  clear:left;
  margin:4px 4px 0 0;
  text-align:left;
  height:95px;
  padding:0;
  width:99%;
}
.c-box-hh h3{
  margin: 0;
  text-align:left;
  margin: 0;
  padding:0;
  float:left;
  clear:none;
  font-size:110%;
}
.c-box-hh .c-img{
  width:85px;
  float:left;
  text-align:center;
  margin-right:10px;
  background:#cfcfcf;
}
.c-box-hh .text{
  float:left;
  clear:none;
}

.ext-first {
  border-top: 3px solid rgb(120,120,210);
  margin: 2em 0 0 0;
  padding-top: 0.5em;
}

.ext, .ext-first {                                                                                                                                             
  font-size: 90%;
}   

.sitemap li {
  list-style-type: none;
}

.sitemap li.lv-5 {
  font-weight: bold;
}

.section {
  background: rgb(248,248,253);
  border: 3px solid rgb(230,230,240);
}

.dashboard {
  background: rgb(250,250,240);
  padding: 1em;
}


table.month_calendar {
  width: 90%;
}
.month_calendar, .calendar table {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #555566;
    color: #000000;
    cursor: default;
    font-family: tahoma,verdana,sans-serif;
    font-size: 11px;
}
.month_calendar th {
  background: transparent;
  text-align: center;
  border: solid #214f03 1px;
  background: #214f03;
  padding: 0;
}

.month_calendar th a {
  color: #fff;
}

.month_calendar td {
  background: transparent;
  text-align: center;
  border: solid #214f03 1px;
  background: #214f03;
  padding: 0;
}

.month_calendar td a {
  color: #fff;
}

.month_calendar .calendarHeader {
  background: #214f03;
  color: #fff;
}

.month_calendar .calendarHeader a {
  color: #fff;
  font-weight: bold;
}

.month_calendar .calendarHeaderDay {
  background: #558a09;
  color: #fff;
}

.month_calendar th.calendar {
  background: #e1f0ba;
  border: solid #558a09 1px;
}

.month_calendar th.calendar a {
    color: #000 !important;
}

.month_calendar td.day {
  background: #e1f0ba;
  border: solid #558a09 1px;
}

.month_calendar td.day a {
    color: #000 !important;
}

.month_calendar td.calendarToday {
  /*background: #558a09;*/
  color: #fff;
}

.month_calendar td.selectedDay {
  border: solid #ee7000 1px !important;
}

.month_calendar .calendarWeekNumber {
  background: #214f03;
}

.month_calendar td.event {
  background: #558a09;
}
.month_calendar td.event a   {
  color: #fff !important;
}

.month_calendar td.event span span a   {
  color: #000 !important;
}

form p {
  text-align: left;
}

p.datum abbr {
  border: none;
}

.cc {
  font-size: 95%;
  margin-bottom: 1em;
}

/********************************* login  *****************************/

#login {
  background-color: #F9F9F9;
  padding: 10px;
}

#login #login_form {
  padding: 10px;
  border: 1px solid #b3b3b3;
  background-color: #fff;
  width: 95%;
  display: block;
}

#login label {
  clear: left;
  width: 17%;
  display: block;
  float: left;
  font-weight: bold;
  line-height: 1.2em;
}

#login #login_form form {
  background: url('../images/login-bg.png') no-repeat top right;
}

#login #login_form input {
  width: 70%;
  display: block;
}

#login #lost_password {
  padding: 10px;
  width: 95%;
  display: block;
}


#login #lost_password input {
  width: 70%;
  display: block;
}

#login #login_form .submit_login input,
#login #lost_password .submit_login input {
  width: auto;
  font-size: 0.9em;
  display: block;
}

/******** delete confirm ***********/

.delete_confirm ul {
   width: 90%;
   background: #fff;
   border: 1px solid #cccccc;
   padding: 0;
   margin-left: 0;
}

.delete_confirm ul li {
  display:block;
  padding:5px 0;
  padding-left: 10px;
  margin: 0;
  list-style-image: none;
  font-size: 0.9em;
}

.delete_confirm ul li.even {
  background-color: #ececec;
}

.delete_confirm #submit {
  background-color: #006600;
  color: #fff;
  padding: 5px 10px;
  font-weight: normal;
  text-align:center;
  border: 0px solid;
  margin-top: 5px;
  cursor: pointer;
}


.delete_confirm  #deny {
  background-color: #aa0000;
  color: #fff;
  padding: 5px 10px;
  font-weight: normal;
  text-align:center;
  border: 0px solid;
  margin-top: 5px;
  cursor: pointer;
}

.delete_confirm input:hover {
  text-decoration:underline;
}

.delete_confirm input {
  float: left;
  margin-right: 20px;
  overflow:visible;
  font-size: 0.9em;
}

/******** formatovani v editoru ***********/
.marker {
  background: #fdffc3;
  padding: 5px;
}

.pul-doleva{
  width: 46%;
  float: left;
  padding: 5px;
  margin: 1em 0;
}

.pul-doprava{
  width: 46%;
  float: right;
  padding: 5px;
  margin: 1em 0;
}

.bmk .bmk_body {
  clear: both;
  position: relative;
}

* html .bmk .bmk_title,
*+html .bmk .bmk_title {
  border-bottom: 1px solid #ddd;
}
* html .bmk .bmk_body .bmk_content,
*+html .bmk .bmk_body .bmk_content {
  border-bottom: 1px solid #ddd;
  top: -9px;
}

.bmk .bmk_header {
  position: relative;
  z-index: 1000;





}

.bmk .bmk_body .bmk_content {
  position: relative;
  top: -1px;
  padding: 1em;
  background: #ddd;
  border: 1px solid #aaa;
}

.bmk .visible {
  display: block;

}

.bmk .invisible {
  display: none;
}

.bmk .bmk_title {
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
  padding: 5px;
  border: 1px solid #aaa;
  float: left;
  margin-right: 5px;
  width: 120px;
}

.bmk .bmk_title.active {
  background: #ddd;
  border-bottom: 1px solid #ddd;
}

.ph_left {
  float: left;
  margin: 0 10px 10px 0;
}
.ph_right {
  float: right;
  margin: 0 0 10px 10px;

}
.ph_center {
  text-align: center;

}

/************* modulove css *************/
/* obscura */
.admin-tools {
  border:1px solid silver;
  padding:.5em 1em;
  float:right;
  background:#F7F7F7;
}

.subalbums-box {
  float:right;
  border-left:1px solid silver;
  padding-left:10px;
  padding-bottom:10px;
  width:250px;
}
.photopaginator{
  clear:both;
  border-top:1px solid silver;
  padding-top:1em;
  margin:0 1em;

}

.subalbums paginator{
  width:100%;
}

.photo {
  display: block;
  float: left;
  padding:10px;
  margin:10px;
  background: #F7F7F7;
  width:150px;
  height:190px;
  text-align:center;
}
* html .photo {
  width:190px;
}

.photo img{
  padding-bottom:10px;
  margin:0 auto;



}

.pphoto {





  display: block;
  float: left;
  padding:5px;
  margin:0px;
  width:150px;
  text-align:center;
  padding-bottom: 0;
}

.pphoto img{
  margin:0 auto;
}

#album-name {
  float: right;
  width: 220px;
  text-align: right;
  padding-right: 10px;
  clear: both;
  border-bottom: solid #aaa 1px;
}

#pphoto-desc {
  margin: 5px;

}

.hidden {
  clear:both;
  visibility:hidden;
}
.go-top {
  float:none;
  width:100%;
  text-align:right;
}
.go-top a{
  text-align:right;

}
.photoblock{
  margin: 0 auto;
  text-align:center;
}
.obscura-edit label{
  clear:both;
  display:block;
  margin:1em 0 0 0;



}
.obscura-edit input, .obscura-edit textarea {
  clear:both;
  float:left;
  width:450px;
}

.obscura-edit input.radio {
  width: auto;

}

.obscura-edit input.submit {
  margin: 1em 1em 2em 1em ;
  padding:.5em 1em;
  width:auto;
  background:green;
  color:#fff;
}
.obscura-edit input.checkbox {
  clear:none;
  width:auto;

}
.obscura-edit label.checkbox {
  width:auto;

}

/* poslední verze z LE */
.listphoto{
  padding: 4px;
  background-color:#F0F0F0;
}

#ocontent h2 {
  margin-bottom: 10px;
}

#ocontent .photo {
  width: 150px;
  float: left;
  height: 200px;
  padding: 0 5px;
  text-align: center;
  display: block;
  margin: 10px 10px 10px 5px;
  display: block;
  background-color:#FFF;
}
* html #ocontent .photo {
  margin-right: 8px;



}

#ocontent .photo .photo-text {
  margin-top: 10px;
  text-align: left;
  padding: 0 10px;
  font-weight: bold;
}

#ocontent .photo .photo-text a {
  color: #558;
  text-decoration: underline;
  font-weight: bold;

}

#ocontent .photo img {
  margin:0;
  padding:0;
  border: 0;
}

.options-buttons .multiselect_chck {
  border:1px solid #00B400;
  height:100px;
  overflow:auto;


}

#obscura-dropbox {
  background: #eee;
  border: 2px dashed #ccc;
  height: 500px;
  right: 15px;
  position: absolute;
  top: 20px;
  width: 500px;
  z-index: 1500;
  border-radius: 10px;
  -moz-border-radius: 10px;
  color: #777;
  overflow: auto;
}

#obscura-dropbox.drag_over {
  border: 2px solid #060;
  background: #E1EFD1;
}

#obscura-dropbox #msg {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 450px;
  padding: 10px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#obscura-dropbox #msg.err {
  background: #FFF5EF;
}

#obscura-dropbox ul {
  margin: 0;
  padding: 10px;
  list-style-type: none;
}
#obscura-dropbox ul li {
  font-size: 10px;
  margin-bottom: 10px;
  position: relative;
}
#obscura-dropbox ul li img {
  float: left;
  margin-right: 10px;
  width: 120px;

}
#obscura-dropbox ul li .file_info {
  float: right;
  width: 320px;



}
#obscura-dropbox ul li .file_info div {
  margin-bottom: 4px;



}
#obscura-dropbox ul li .file_info .file_name {
  width: 320px;
  border: 1px solid #ccc;
}
#obscura-dropbox ul li .file_info .progress_bar {
  position: relative;

}
#obscura-dropbox ul li .file_info .progress_width {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  display: block;
  height: 100%;
  background: #C3DFB5;

}
#obscura-dropbox ul li .file_info .progress {
  position: relative;
  z-index: 210;
  display: block;
  background: transparent;
  text-align: center;
  color: #000;
}
#obscura-dropbox ul li .dlt {
  position: absolute;
  background: #b00;
  color: #fff;
  top: 0;
  right: 0;
  font-size: 10px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  cursor: pointer;
}
#obscura-dropbox input.upload_btn,
#obscura-dropbox input.cancel_btn {
  width: 150px;
  margin: 10px;
}

/* neviditelne prvky */
#ocontent .notVisibleAlbum {
  background: #ddf;
}
#ocontent .notVisiblePhoto {
  background: #ddf;

}


/***** download *****/
* html #download {
  width: 90%;
}

.download .f-img img {
  vertical-align: bottom;
}

* html .download .file-box {
  width: auto;
}


.download {                                                                             
  width: 100%;    
}
.download table, .download table td, .download table th {
	border: 0px;
	vertical-align: top;
}

.download th {
  text-align: right;
}

.download h3, .download h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 5px 0px;
}

.download h4 {
	line-height: 1.2em;
	float: left;
	width: 150px;
	clear: left;
	font-size: 0.9em;
	font-weight: bold;
}

.download #file_new h4 {
  float: none;
  width: auto;
  font-size: 1.1em;
}

.download p.data {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	color: #4D4D4D;
}

.download p.data span{
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	color: #4d4d4d;
	font-weight: normal;
}

.download img, .download form {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.download .frame {
  padding: 0px;
  /*width: 750px;*/
}
.download .bc {
  padding-bottom: 10px;
}
.download .editbox {
  /*background-color: #DDDDDD;*/
  margin-top: 5px;
  padding: 2px 2px 2px 2px;
  text-align: right;
  width: 105px;
}
.download .fl-left {
  float: left;
  padding-top: 5px;
  width: 99%;
}
.download .fl-right {
  float: right;
  padding-top: 5px;
}
.download .cleaner {
  clear: both;
}
.download .list {
  margin-top: 10px;
}
.download .desc {
  margin: 5px 5px 5px 0px;
  padding: 0px;
  float: left;
	clear: left;
}

.download .desc h4 {
  float: left;
	clear: left;
}

.download .desc p {
	clear: left;
	font-size: 0.9em;
	margin:  1px 0 1px 0;
}

.download .statistics {
  /*background-color: #F0F0F0;*/
  /*border-bottom: 1px solid black;*/
  margin: 5px 5px 5px 0px;
  padding: 5px 5px 5px 0px;
  font-size: 80%;
}
.download .half-size {
  width: 49% !important;
}
.download .divider {
  border-right: 1px solid black;
}

.download .button {
	border: 1px solid #aad400;
	background: #fff  url('../images/flash_download.png') right top no-repeat;
  width: 100%;
	margin: 0.5em 0 1em;
	display: block;
	float: left;
}

.download-back {
  text-align: right;
}

.download .button .data {
	color: #4d4d4d;
}

.download .button img {
	width: 48px;
	height: 48px;
	margin: 20px 20px;
	padding-right: 20px;
	float: left;
}

.download .button div.main-info {
	float: left;	
	margin: 10px 0;
	width: 300px;
}

.download .button div.main-info h3 {
	line-height: 1.2em;
}

.download .button div.main-info h3 a {
	text-decoration: none;
}



.download .label {
  display: block;
  float: left;
  width: 55px;
}
.download .submit {
  width: 75px;
}
.download .top-bottom-margin {
  margin-top: 5px;
  margin-bottom: 5px;
}
.download .acenter {
  text-align: center;
}
.download .input-label {
  display: block;
  float: left;
  width: 90px;
}
.download .folder-inputs, .download .file-inputs {
  width: 400px;
}

.download .f-img {
  float: left;
  width: 20px;
}

.download .f-img img {
  vertical-align: bottom;
}

.download .f-name {
  display: block;
  padding-left: 20px;
}

.download .l-item {
  margin-top: 5px;
}

.download .file-box {
  border: 1px solid #00B400;
  background: #F0FFF0 none repeat scroll 0%;
  min-width: 150px;
  _width: auto;
  padding: 1em 1em 1em 1em;
  margin: 1em 0em 0em 0em;
}

.download .error {
  border: 1px solid #FF9900;
  background: #FFEEDD none repeat scroll 0%;
  padding: 1em 1em 1em 1em;
  margin: 1em 0em 0em 0em;
}

.download div.other-info {
	margin: 10px 0;
	float: left;
	display: block;
	font-size: 0.9em;
}

.download .preview {
  float: right;
  margin: 5px 0px;
}

.download .preview img {
	float: left;
	clear: left;
}

.download .detail {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 10px;
  width: 500px;
}

.download .detail li img {
  padding-right: 5px;
}

.download .detail .space {
  height: 20px;
}

.download .detail th {
  text-align: right;
  width: 70px;
}

.download .detail .icon {
  width: 40px;
  background-color: #fff;
  margin-bottom: 20px;
  
}

.download .detail h3, .download .detail h3 a {
  background-color: #fff;
}

.download .detail td a {
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.download .ftype h4 {
  float: none;
  padding: 0;
}
.download .ftype p.data {
  margin-bottom: 1em;
}

.not_valid_yet {
  background-color: #FFFFDC;
}

.expired {
  background-color: #E2C5C5;
}

.hidden_version {
  background: #D9ECFF;
}

.hidden_file {
  background: #FED;
}

.f-state {
  color: gray;
}

.f-state-detail {
  float: right;
}

.download .l-item .f-state {
  float: right;
  padding-right: 10px;
}

#download-dropbox {
  background: #eee;
  border: 2px dashed #ccc;
  height: 500px;
  right: 15px;
  position: absolute;
  top: 20px;
  width: 500px;
  z-index: 1500;
  border-radius: 10px;
  -moz-border-radius: 10px;
  color: #777;
  overflow: auto;
}

#download-dropbox.drag_over {
  border: 2px solid #060;
  background: #E1EFD1;
}

#download-dropbox #msg {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 450px;
  padding: 10px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#download-dropbox #msg.err {
  background: #FFF5EF;
}

#download-dropbox ul {
  margin: 0;
  padding: 10px;
  list-style-type: none;
}
#download-dropbox ul li {
  font-size: 10px;
  margin-bottom: 10px;
  position: relative;
}
#download-dropbox ul li img {
  float: left;
  margin-right: 10px;
  width: 120px;
}
#download-dropbox ul li .file_info {
  float: right;
  width: 320px;
}
#download-dropbox ul li .file_info div {
  margin-bottom: 4px;
}
#download-dropbox ul li .file_info .file_name {
  width: 320px;
  border: 1px solid #ccc;
}
#download-dropbox ul li .file_info .valid_from,
#download-dropbox ul li .file_info .valid_to {
  width: 138px;
  border: 1px solid #ccc;
}
#download-dropbox ul li .file_info .progress_bar {
  position: relative;
}
#download-dropbox ul li .file_info .progress_width {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  display: block;
  height: 100%;
  background: #C3DFB5;
}
#download-dropbox ul li .file_info .progress {
  position: relative;
  z-index: 210;
  display: block;
  background: transparent;
  text-align: center;
  color: #000;
}
#download-dropbox ul li .dlt {
  position: absolute;
  background: #b00;
  color: #fff;
  top: 0;
  right: 0;
  font-size: 10px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  cursor: pointer;
}
#download-dropbox input.upload_btn,
#download-dropbox input.cancel_btn {
  width: 150px;
  margin: 10px;
}

.hash-files li img {
  vertical-align: bottom;
}
/* search form */
#search_form_block {
  color: #000;
}

#search_form_block .search-left {
  float: left;
  width: 48%;
}

#search_form_block .search-right {
  float: right;
  width: 48%;
}

#search_form_block a {
  color: #162d50;
}

.left #search_form_block h2, #main .middle #search_result h2 {
  padding: 0;
}

#search_form_block .submit_search {
  text-align: right;
  margin-top: 10px;
}

#search_form_block #plugin_tabs {
  margin-top: 10px;
  position: relative;
  top: 2px;
  width: 100%;
  z-index: 10;
}

#search_form_block #plugin_tabs .search_tab {
  display: block;
  float: left;
  background: #ccc;
  margin-right: 5px;
  padding: 5px 10px;
  border: 1px solid #ccc;
}

#search_form_block #plugin_tabs .active {
  background: #fff;
  border-bottom: 1px solid #fff;
}

#search_form_block #plugin_tabs .search_tab a {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 0.95em;
  font-weight: bold;
  text-decoration: none;
}

#search_form_block #search_form {
  border-top: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  position: relative;
  z-index: 5;
}

#search_form_block #search_form .wanted_text {
  width: 120px;
  display: block;
  float: left;
  font-weight: bold;
}

#search_form_block #search_form #wanted_text, #search_form_block #search_form #znacka {
  width: 230px;
  border: 1px solid #ccc;
}

#search_form_block fieldset {
  border: 0;
}

#search_form_block #search_form h4 {
  font-size: 1em;
}

#search_form_block #search_form input[type =
"text"], #search_form_block #search_form textarea {
  border: 1px solid #c8beb7;
}

#search_form_block #search_form .date-from img, #search_form_block #search_form .date-to img {
  vertical-align: middle;
}

/* tasks*/
table.tasks_list tr.task_line {
  cursor: pointer;
}

table.tasks_list tr.task_line:hover td {
  background: #eee;
}

table.tasks_list tr.task_detail td {
  background: #eee;
}


table.tasks_list tr.task_detail p {
  font-size: 1em;
}

table.tasks_list tr.task_detail .vice {
  float: right;
}

.new_task_form label {
  width: 18%;
  display: block;
  float: left;
  font-weight: bold;
  position: relative;
}

.new_task_form input,
.new_task_form textarea {
  width: 80%;
}

.new_task_form textarea {
  height: 12em;
}
.new_task_form input.tasksubmit {
  width: auto;
  float: right;
  position: relative;
}

.tasks_new_block a {
  background: #eee url('../../../modules/tasks/images/icons/task_add.gif') no-repeat 0 0;
  padding: 5px 5px 5px 25px;
  cursor: pointer;
  margin-top: 10px;
  float: left;
  position: relative;
}

#tasks_new_block_form {
  background: #eee;
  margin-top: 0;
}

#tasks_new_block_form form{
  padding: 5px;
}

/* dashboard */
* html .board_col,
* html .sort {
  position: static !important;
}

.board_col {
  padding-bottom: 20px;
}

.board .sort {
  padding-bottom: 10px;
  margin-bottom: 10px;
  background: url('../images/box-bg.png') repeat-x 0 bottom;
}

.cols_2 .board_col {
  width: 49%;
  float: left;
  margin-right: 1%;
}

.cols_3 .board_col {
  width: 32.4%;
  float: left;
  margin-right: 0.5%;
}

tr.under_thin td {
  border-top: 1px solid #cecece;
}

.header_box h3 {
  float: left;
  display: block;
	padding-left: 5px;
	font-size: 1em;
	margin: 5px 0 0;
}

.header_box {
  cursor: move;
	width: 100%;
}

.block_buttons {
  float: right;
}

.block_menu {
  text-align: right;
}

.drop {
  background: #333;
}

.board_content {
  width: 100%;
}

.board_content .conin {
  border: 1px solid #cecece;
  padding: 5px;
  overflow: auto;
  clear: both;
}

.board_content ul.dashboard-list {
  margin: -5px;
  padding: 0;
  list-style-type: none;
}
.board_content ul.dashboard-list li {
  background: #fff url('../images/dashboard/item.png') no-repeat 10px 8px;
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  width: 100%;
  margin: 0;
  cursor: pointer;
}
.board_content ul.dashboard-list li p {
  margin: 0;
  padding-left: 35px;
}
.board_content ul.dashboard-list li:hover {
  background-color: #fee6c4;
}
.board_content ul.dashboard-list li a {
  color: #AB0303;
  text-decoration: none;
}
.board_content ul.dashboard-list li a:hover {
  text-decoration: underline;
}
.board_content ul.dashboard-list li .info {
  font-size: 0.9em;
}
.board_content ul.dashboard-list li .show-details {
  float: right;
  cursor: pointer;
  display: none;
  padding-right: 5px;
}
.board_content ul.dashboard-list li:hover .show-details {
  display: block;
}
.board_content ul.dashboard-list li .details {
  float: right;
}
.board_content ul.dashboard-list li .details a {
  display: block;
  float: left;
  width: 57px;
  height: 15px;
  color: #000;
  text-decoration: none;
  font-size: 0.9em;
  padding: 2px 0 0 25px;
}
.board_content ul.dashboard-list li .details .view a {
  background: url('../images/dashboard/view.png') no-repeat 0 0;
  margin-right: 5px;
}
.board_content ul.dashboard-list li .details .edit a {
  background: url('../images/dashboard/edit.png') no-repeat 0 0;
}
.board_content .more-button {
  margin: 5px -5px -5px;
  padding: 5px;
}
.board_content .more-button a {
  display: block;
  background: url('../images/dashboard/more.png') no-repeat 0 0;
  width: 142px;
  height: 15px;
  color: #000;
  text-decoration: none;
  font-size: 0.9em;
  padding: 2px 0 0 25px;
}

.dashboard-obscura-list {
  padding: 5px;
}

.dashboard-obscura-list .item {
  width: 85px;
  height: 85px;
  float: left;
  margin: 0 10px 10px 0;
  font-size: 0.9em;
  border: 0px solid white;
}

/* inline gallery */
#inlineGalleryBg {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
}
#inlineGallery {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 1000;
}
#inlineGallery img {
  border: 0;
}
#imgOuterBox {
  background: #fff;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  width: 32px;
  height: 32px;
}
#galleryImg {
  height: auto;
  width: auto;
}
#galleryNav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
#prevImg,
#nextImg {
  display: block;
  height: 100%;
  outline: none;
  background: url('../images/blank.gif') no-repeat 0 0;
}
#prevImg {
  float: left;
  width: 49%;
}
#prevImg:hover {
  background: url('../images/left.gif') no-repeat 0 50%;
}
#nextImg {
  float: right;
  width: 49%;
}
#nextImg:hover {
  background: url('../images/right.gif') no-repeat right 50%;
}
#imgInfoBox {
  height: 35px;
  overflow: hidden;
}
#imgInfo {
  float: left;
  width: 80%;
  text-align: left;
}
#imgTitle {
  font-weight: bold;
  font-size: 1.1em;
  color: #888;
}
#imgClose {
  float: right;
  width: 20px;
  padding-top: 3px;
}
#customContentBefore,
#customContentAfter { /* custom content */
  background: #fff;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}

#customContentBefore {
  text-align: left;
}

#customContentAfter {
  background: #eee;
}

.allowed {
  background-color: #3c0;
  border: solid 1px #fff;
}

.forbidden {
  background-color: #f00;
  border: solid 1px #fff;
}

/* google maps */
.middle .obscura_map img,
.middle .marwel_map img {
  max-width: none;
}

.google_map_div{
  width: 100%; 
  height: 300px;
}

/* js calendar */
div.calendar {
  z-index: 10000;
}

/* forum error */
.error-line {
  background: #f77878;
  display: block;
  padding: 5px;
}

/* formulare */
.form_row {
  border-top: 1px dotted #ddd;
}
.form_div .submit {
  border-top: 1px dotted #ddd;
  padding: 10px 0;
}
.form_row .lab {
  width: 30%;
  float: left;
  display: block;
  font-weight: bold;
}
.form_row .val {
  width: 70%;
  float: left;
  display: block;
}
.form_row .text input,
.form_row select,
.form_row textarea {
  border: 1px solid #ddd;
}
.form_row .text input,
.form_row textarea {
  width: 99%;
}
.form_row textarea {
  height: 150px;
}
.form_row select {
  width: 100%;
}
/* mesicni kalendar 
.month_calendar {
  border-collapse: collapse;
  border: 1px solid #ccc;
  width: 100%;
}

.month_calendar th {
  text-align: center;
  background: #eee;
}

.month_calendar td {
  width: 12.5%;
}
*/
.cal_day_hover {
  display: block;
  text-align: center;
}

.cal_day_hover:hover {
  position: relative;
}

.cal_day_hover:hover .cal_day_hover_desc {
  display: block;
}

.cal_day_hover_desc {
  background: #FFFFFF;
  border: 1px solid #ccc;
  color: #000000;
  cursor: default;
  display: none;
  font-weight: normal;
  left: -108px;
  top: 15px;
  margin: 0;
  padding: 5px;
  position: absolute;
  width: 200px;
  z-index: 1000;
  text-align: left;
  border-radius: 5px;
}

.cal_day_hover_desc .cal_day_item {
  display: block;
  padding-left: 5px;
  margin-bottom: 5px;
}
.cal_day_hover_desc .last {
  margin: 0;
}
.cal_day_hover_desc .cal_day_item a {
  font-weight: bold;
}
/*
.month_calendar td.calendarToday {
  background-color: #ddd;
  font-weight: bold;
}
.month_calendar td.event {
  background-color: #558A09;
}
*/
/* vyber skupiny */
.overflow_groups {
  width: 350px;
  max-height: 150px;
  overflow: auto;
  display: block;
  float: right;
  margin: 10px 0;
}
.overflow_groups label{
  display:block;
}

