@import url("thickbox.css");
@import url("jquery.calendar.css");
/* ---------------------------------------------------------------
Default Style Sheet
author: Martin Vach
email: info@vades.cz
website: www.vades.cz
--------------------------------------------------------------- */
*
{
	margin: 0;
	padding: 0;
}
/* ... Body ... */
body
{
	font-family: "verdana", "arial ce", "helvetica ce", verdana, arial, helvetica, sans-serif;
  	font-size: 75%;
	color: #333333;
	background: #B1D1E8 url(../images/bcg-body.jpg) repeat-x;
	text-align: center;
	line-height: 1.5em;
}
table
{
	width: 100%;
}
table, th, td
{
	font-size: 100%;
}
td
{
	vertical-align: top;
}
h1
{
	font-size: 180%;
	margin: 15px 0 20px 0;
	padding-left: 25px;
	font-weight: normal;
	color: #5F5F5F;
	background: url(../images/bcg-h1.png) no-repeat 0 90%;
}
#IndexMain h1
{
	background: 0 none;
	padding-left: 0;
}
h2
{
	font-size: 130%;
	margin: 20px 0 5px 0;
  	color: #3D8EC5;
}

h2 a, h2 a:hover
{
	text-decoration:none;
}

h3
{
	font-size: 110%;
	margin-top: 10px;
	padding: 0;
}
/* ... Links ... */
a{color: #3D8EC5;}
a:hover{color: #E8A800;}
.MoreLink
{
	padding-left: 10px;
	margin-left:  10px;
	font-weight:  bold;
	text-decoration:  none;
}
a.MoreLink:hover
{
	text-decoration:  underline;
	
}
/* ... Text ... */
#Content p
{
	margin-bottom: 10px;
}
.Perex, #CategoryPerex
{
	font-weight: bold;
}
.BoldText
{
	font-weight: bold;
}
.CenterText
{
	text-align: center;
}
/* ... List ... */
#Content ul li,#Content ol li
{
	margin-left: 15px;
}
/* ... Help ... */
.NoScreen
{
  display: none;
}
hr.Cleaner
{
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
}
#Counter
{
	display: none;
	text-align: center;
}
/* ... Messages ... */
.ErrorMessage
{
	color: red;
  margin: 20px 0;
  font-size: 110%;
	font-weight: bold;
	padding: 17px 10px 17px 60px;
	border: solid 2px red;
	background: #FFF url(../images/message-error.png) no-repeat 10px 50%;
}
.WarMessage
{
	color: #FF9900;
  margin: 20px 0;
  font-size: 110%;
	font-weight: bold;
	padding: 17px 10px 17px 60px;
	border: solid 2px #FF9900;
	background: #FFF url(../images/message-war.png) no-repeat 10px 50%;
}
.OkMessage
{
	color: #009966;
  margin: 20px 0;
	font-size: 110%;
	font-weight: bold;
	border: solid 2px #009966;
	padding: 17px 10px 17px 60px;
	background: #FFF url(../images/message-ok.png) no-repeat 10px 50%;
}
.DeveloperMess
{
	margin: 20px 0;
	font-size: 150%;
	padding: 10px;
	border: 1px solid #CCC;
}
/* ... Images ... */
a img
{
	border: 0 none;
}
.img-left
{
	float: left;
	margin-right: 15px;
}
.img-right
{
	float: right;
	margin-left: 15px;
}
.ListBlock img
{
	float: left;
	margin-right: 15px;
}
#DetailBlock img
{
	float: left;
	margin-right: 15px;
}
/* //////////////////////////////// LAYOUT //////////////////////// */
#Page, #Header, #Navigation, #FooterIn,#FooterText, #BottomBar
{
	width: 960px;
	margin: 0 auto;
}
/* ... Page ... */
#Page
{
	padding-bottom: 30px;
  background: #B2D2E7;
  
}

#PageIn
{
	text-align: left;
	padding: 20px 0;
  background: url(../images/bcg-page.jpg) repeat-y;

	
}
.Layout_c #PageIn
{
	background: #E3E4E6;

	
}

/* ... Header ... */
#Header
{
	height: 303px;
	text-align:  left;
  	background: url(../images/cs_header_custom.jpg) no-repeat 100% 100%;
}

#HeaderLogo
{
	height:  213px;
}

#HeaderName
{
  text-align: right;
  font-size:  14px;
  position: relative;
  top: -220px;
  width: 100%;
  height: 20px;
}
#HeaderSlogan
{
	height: 25px;
  padding-top: 5px;
  font-size:  18px;
  font-weight:  bold;
  width:  240px;
  text-align:  right;
}
/* ... Navigation... */

#Navigation
{
	width: 960px;
	height: 40px;
	line-height: 40px;
	
}
div#Navigation ul ul 
{
  position: absolute; 
  width: 160px;
  display: none;
}
#Navigation li
{
  list-style: none;
  float: left;
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
#Navigation li a
{
  display: block;
  float: left;
	text-decoration: none;
  color:#FFF;
  padding: 0 28px;
  height: 40px;
  background: #3086C1;
  filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#Navigation li:hover
{
	
}
#Navigation a:hover
{
	background: #BDD8EB; /*D3D3AD*/
  filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	color:#333333;
}
#Navigation .CurPage{
  text-decoration: underline;
  color: #056CAF;/*3086C1*/
  filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
  }
#Navigation .CurPage{background: #A0C7E4;/*D3D3AD*/ }
#Navigation .CurPage:hover
{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

/*#Navigation
{
	width: 960px;
	height: 40px;
	line-height: 40px;
  background: #3086C1;
}

div#Navigation ul 
{
  margin: 0; 
  padding: 0; 
  z-index: 1000; 
  
}
div#Navigation li 
{
  position: relative; 
  list-style: none; 
  margin: 0;
  float: left; 
  width: 160px; 
  z-index: 1000; 
  white-space: nowrap;
  font-size: 105%;
  font-weight: bold;
  
}
div#Navigation li.Submenu 
{
  width: 160px !important;
  
}

#Navigation li a
{
  width: 160px; 
  display: block;
  float: left;
	text-decoration: none;
  color:#4F4F4F;
   text-align: center !important;
  height: 40px;
  border-right: solid 1px #C2C2C2;
}
div#Navigation ul.IsSubcat li a 
{
  border-right: 0 none !important;
}
#Navigation li a:hover{text-decoration: underline;}

div#Navigation ul ul 
{
  position: absolute; 
  width: 160px;
  display: none;
}
div#Navigation ul.IsSubcat 
{
  top: 40px; 
  left: 0;
}
div#Navigation ul.IsSubcat li
{
  background: #E9E9E9;
  border-bottom: solid #DFE1E0 1px;
  
}
div#Navigation ul.Level_1 li.Submenu:hover ul.Level_2,div#Navigation ul.Level_2 li.Submenu:hover ul.Level_3,div#Navigation ul.Level_3 li.Submenu:hover ul.Level_4, div#Navigation ul.Level_4 li.Submenu:hover ul.Level_5
{
  display:block;
} 
div#Navigation ul.Level_2 li.Submenu:hover ul.Level_3, div#Navigation ul.Level_3 li.Submenu:hover ul.Level_4, div#Navigation ul.Level_4 li.Submenu:hover ul.Level_5
{
  margin: -50px 0 0 160px;
  display:block;
} 
#Navigation a.CurPage
{
  text-decoration: underline;
  color: #FFF;  
  background: #021FB9 url(../images/bcg-gradient-color.jpg) repeat-x;
}*/

/* ... Content layout ... */
#ContentBox
{
	float: right;
	width: 760px;
}
.Layout_web2 #ContentBox
{
	float: left;
	width: 760px;
}
#Content
{
	float: left;
	width: 560px;
}
.Layout_lc #Content
{
  width: 700px;
	float: right;
}
.Layout_cr #Content
{
  width: 700px;
	float: left;
}
.Layout_c #Content
{
	width: 960px;
	float: left;
}
#ContentIn
{
	margin: 0 20px;
	text-align:justify;
}


.ProductL .ContentL .MoreLink
{
	padding-left: 0px;
	margin-left:  0px;
	font-weight:  bold;
	text-decoration:  none;
}

.DetailBlock .MoreLink
{
	padding-left: 0px;
	margin-left:  0px;
	font-weight:  bold;
	text-decoration:  none;
}

/* ... Bar ... */
#Bar
{
	float: left;
	width: 260px;
}
#BarIn
{
	/*padding: 0 10px;*/
}

/* ... Secondary ... */
#Secondary
{
	float: right;
	width: 260px;
}
#SecondaryIn
{
	padding: 0 10px;
}
/* ... Content items ... */
#BreadCrumb
{
	font-size: 80%;
	text-transform:lowercase;
	line-height: 15px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #C5C5C5;
}
/*#BreadCrumb a
{
	font-weight: normal;
	color: #8F8F8F;
}
#BreadCrumb a:hover{color: #021FB9;}*/

/* ... Search result page ... */
.SearchTerm
{
	padding: 5px;
	margin: 10px 0;
	background: #E0E0E0;
}

/* ... Articles ... */
.ArticlePanel
{
  margin: 10px 0;
  border-bottom: solid 1px #70ABD5;
  padding: 5px;
}
.CommentsCnt
{
	padding-top: 5px;
	border-top: solid 1px #CFCFCF;
}
.CommentPanel
{
  margin-bottom: 10px;
  border-bottom: solid 1px #CFCFCF;
  padding: 5px;
}

.ArticlePanel span, .CommentPanel span
{
  padding-left: 20px;
  margin-right: 15px;
  color: #0369B4;
  }
span.CommentNum
{
	padding-left: 0 !important;
	font-style: normal;
	font-weight:  bold;
}
.ArticlePanel a, .CommentPanel a
{
  	color: #0369B4;
}
.ArticlePanel a:hover, .CommentPanel a:hover
{
  	color: #E8A800;
}
.ArticlePanelDate, .CommentDate
{
  background: url(../images/bcg-panel-date.png) no-repeat 0 50%;
  
}
.ArticlePanelAuthor,.CommentName
{
  background: url(../images/bcg-panel-author.png) no-repeat 0 50%;
}
.ArticlePanelCategory
{
  background: url(../images/bcg-panel-category.png) no-repeat 0 50%;
}
.ArticlePanelVisit
{
  background: url(../images/bcg-panel-visit.png) no-repeat 0 50%;
}
.ArticlePanelComments
{
  background: url(../images/bcg-panel-comment.png) no-repeat  0 10%;
}
.ListBlock
{
	border-bottom:  solid 1px #D8D8D8;
	padding-bottom:  10px;
	text-align:justify;
}
.ListBlock img, .DetailBlock img
{
	border:  solid 2px #D8D8D8;
	padding:  5px;
}

/* ... Catalog and Gallery ... */
.CatalogGallery img,.ListGallery img
{
	margin: 6px 15px 6px 0;
	border:  solid 2px #D8D8D8;
	padding:  5px;
}
.CatalogGallery img:hover, .ListGallery img:hover{border: solid 2px #3D8EC5;}
/* ... Download ... */
#DownloadTable .EvenRow
{
	background: #F0F0F0;
}
#DownloadTable td
{
	padding:  10px;
	border:  solid 1px #E2E2E2;
}
#DownloadTable tr:hover
{
	background: #D5FFBF;
}
#DownloadTable td h3
{
	margin-top: 0 !important;
	margin-bottom:  5px;
	background: url(../images/bcg-download.png) no-repeat;
	line-height: 32px;
}
#DownloadTable td h3 a,#DownloadTable td .DownloadDes
{
	padding-left: 40px;
}

/* ... Akce... */
.ActionTableList
{
  _width: 92%;
}
.ActionTableList th
{
  	border-bottom: solid 1px #C3CDDF;
}
.ActionTableList td
{
  	vertical-align: top;
  border-bottom: solid 1px #C3CDDF;
  padding: 5px;
}
.ActionTableList .ActionListTr:hover
{
  	background: #FFF;
}
.ActionTableDetail
{
	_width: 92%;
}
.ActionTableDetail th, .ActionTableDetail td 
{
  vertical-align: top;
  border-bottom: solid 1px #C3CDDF;
  padding: 5px;
  text-align:left;
}
.ActionTableDetail th
{
	width: 200px;
}
td.SectionTitle 
{
  border-bottom: 0 none !important;
  padding-left:0px;
  padding-right:0px;
  
}
.SectionTitle h3
{
  text-align: center;
  text-transform: uppercase;
  background: #72ADD5;
  color: #FFF;
  padding: 5px 0;
}
tr.ActionDetailTr:hover
{
	background: #FFF;
}

.Ucastnici1
{
	text-align: center;
	text-transform: uppercase;
	background: #66CC33;
	color: #FFF;  
}
.Ucastnici2
{
  text-align: center;
  font-style: italic;
  color: #E8A800;
  
}

.Ucastnici3
{
	text-align: center;
	font-style: italic;
	color: #FF3300;
	
}

/* ... Comments... */
.CommentBlock
{
	padding:  10px;
	border:  solid 1px #E2E2E2;
}
.CommentBlock:hover
{
	background: #D0E3F1;
}
.CommentEvenRow
{
	background: #F0F0F0;
}

/* ... Sitemap... */
.SiteMap
{
	padding:  10px;
	border:  solid 1px #E2E2E2;
  margin-bottom: 20px;
}
.SiteMap ul li
{
  list-style: none;
  font-weight: bold;
}

.SiteMap ul.SmSubcat li
{
  font-weight: normal;
}

/* ... Pagination ... */
.Pagination
{
	margin-top: 20px;
  text-align: center;
}
.Pagination a
{
	text-decoration: none;
}
.Pagination a:hover
{
	text-decoration: underline;
}
.Pagination .pagenumlink
{
	padding: 3px;
	border: solid 1px #3F8EC6;
}
.Pagination span
{
	padding: 3px;
	color: #FFF;
	background: #3F8EC6;
    border: solid 1px #3F8EC6;
}
.Pagination p
{
	margin-bottom: 10px;
}
/* ... Bar, Secondary blocks and categories ... */
#Bar .BlockDiv, #Secondary .BlockDiv
{
  margin-bottom: 15px;
  background: #BDD8EB;
  width: 200px;
  padding:  7px;
 /* margin: 0 auto 20px auto;*/
}
#BlockRubricWrap
{
  background: #8BBCDD !important;
}
#Secondary h4,#Bar h4
{
	font-size: 110%;
	margin-bottom: 10px;
	color:  #006BB3; 
  	text-transform: uppercase;
	background: url(../images/bcg-h4.png) no-repeat 0 60%;
	text-indent:20px;
	letter-spacing:1px;
}
#Bar .NotSelect_2 , #Secondary .NotSelect_2
{
  display: none;
}

#Secondary li, #Bar li
{
  list-style: none;
  line-height: 2em;
  background: transparent url(../images/bcg-menu.png) no-repeat 5px 43%; 
  
}
#Secondary .IsSubcat li, #Bar .IsSubcat li
{
  border-bottom: 0 !important;
  padding-left: 0 !important;
  background:#ECECEC;
}
#Secondary .Level_1 a, #Bar .Level_1 a {padding-left: 20px;}
#Secondary .Level_2 a, #Bar .Level_2 a {padding-left: 30px;}
#Secondary .Level_3 a, #Bar .Level_3 a  {padding-left: 40px; font-style: italic;}
#Secondary .Level_4 a, #Bar.Level_4 a {padding-left: 50px; font-style: italic;}
#Secondary .Level_5 a, #Bar.Level_5 a {padding-left: 60px; font-style: italic;}
#Bar a, #Secondary a
{
    text-decoration: none;
    display: block;
}

#Bar a:hover, #Secondary a:hover
{
    text-decoration: underline;
}
#Bar .CurPage, #Secondary .CurPage
{
   
    font-weight: bold;
    text-decoration: underline;
}
#Bar #BlockSearch, #Secondary #BlockSearch
{
	padding:  0 !important;
	border: 0 none;
}

#BlockRubricWrap a
{
    color: #333;
}
#BlockRubricWrap .CurPage
{
    /*background: #3D8EC5;
	color:#FFFFFF;*/
}

.NewsDate
{
	font-weight:  bold;
	padding-left: 20px;
	background: url(../images/bcg-panel-date.png) no-repeat 0 50%;
}
.NewsTitle
{
	font-weight: bold;
	margin-top: 7px;
}

.NewsSummary
{
	margin-bottom: 15px;

}

.NewsSummary .MoreLink
{
	float:right;
	background: url(../images/bcg-more-link.png) no-repeat 0 50%;
}


/* ... Footer ... */
#Footer
{
	font-size: 11px;
	clear: both;
	background: #006BB3;
    color: #FFF;
}


#Footer a
{
	color: #FFF;
  text-decoration: none;
}

#Footer a:hover
{
	color: #E8A800;
}

#FooterIn
{
	padding: 10px 0;
  text-align: left;
	
}

#FooterTextWrap
{
	width: 45%;
  float: left;
   line-height: 30px;
}
#FooterLinks
{
	width: 35%;
  float: right;
  text-align: right;
}

#Created
{
	clear:  both;
  font-size:  11px;
  padding-left: 120px;
  text-align: right;
  font-style: italic;
}
/* ... Form ... */
.ContentForm
{
  border: solid 2px #D8D8D8;
  background: #FFF url(../images/bcg-silver-gradient.jpg) repeat-x;
  padding: 10px;
}
.LoginF
{
  width: 300px;
  margin: 0 auto;
}
.CheckinF
{
  width: 500px;
  margin: 0 auto;
}
fieldset
{
  border: 0 none;
  padding:  10px;
}
.ContentForm label
{
  display: block;
  /*float: left;*/
  width: 98%;
  /*margin-bottom: 10px;*/
   margin-top: 10px;
}
.ContentForm fieldset input,.ContentForm fieldset textarea
{
  display: block;
  /*float: left;*/
  width: 98%;
  border: solid 1px #D8D8D8;
  padding: 5px;
  background: #F6F6F6 url(../images/bcg-input.png) repeat-x;
}

.ContentForm fieldset input:hover,.ContentForm fieldset textarea:hover,.SearchInput:hover {border: solid 1px #3D8EC5;}
.CheckBox
{
	display: inline !important;
	width: 20px !important;
	border: 0 none;
}
.InlineLabel
{
	display: inline !important;
	
}
.BtnSubmit,.BtnSearch
{
	background: url(../images/bcg-btn.png) repeat-x;
	height:  30px;
	padding: 0 5px;
	color:  #FFF;
	font-weight:  bold;
	cursor:  pointer;
	border:1px solid #3D8EC5;
	margin-top: 10px;
}
.BtnSubmit:hover,.BtnSearch:hover
{
	border:1px solid #DFA200;
	background: url(../images/bcg-btn.png) repeat-x center -30px;

}

.IsRequired
{
  font-weight: bold;
}
label.error {
  color: red !important;
  font-weight: bold;
  background: url(../images/iconCaution.gif) no-repeat;
  padding-left: 20px;
  margin-top: 0 !important;
}
.SearchInput
{
  border: solid 1px #D8D8D8;
  color: #5F5F5F;
  padding: 5px 3px;
  width: 110px;
  background: #F6F6F6 url(../images/bcg-input.png) repeat-x;
}

.Loading_ 
{
	/*float:right; */
	margin: 0 auto;
	background: #D5FFBF url(../images/ajax-loader.gif) no-repeat 50% 50%; 
	width: 200px;
	height: 100px;
	display:none;
	text-align: center;
	line-height: 50%;
	padding: 20px;
}
.Loading
{
  background: #D5FFBF url(../images/ajax-loader.gif) no-repeat 50% 50%; 
	position: fixed;
	width: 200px;
	height: 100px;
  top: 50%;
	left: 30%;
	z-index: 1000;
	text-align: center;
	line-height: 50%;
	padding: 20px;
	display:none;
}
.Done
{
	display:none;
}

/* ... Homepage ... */
#IndexMain
{
  font-size: 110%;
  padding: 10px;
  background: #F6F6F6 url(../images/bcg-gradient-color.png) repeat-x;
  color: #333 !important;
  border:  solid 1px #A0C7E4;
  
}
#IndexMain img
{
  padding: 5px;
}


#IndexMain h1, #IndexMain h2, #IndexMain h3, #IndexMain h4, #IndexMain a{color: #3D8EC5;}
#IndexMain a:hover{color: #E8A800;}
#IndexMain img{padding: 5px; border: solid 1px #B7C0EB;}

