@import url("thickbox.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: #FCFCE4 url(../images/bcg-body.jpg) repeat-x;
	text-align: center;
	line-height: 1.5em;
}
table
{
	width: 100%;
	border: 1px solid #F4C339;
	border-collapse: collapse;
	background:#FFFCDB;
}
table, th, td
{
	font-size: 100%;
}
td
{
	vertical-align: top;
	border: 1px solid #F4C339;
	
}
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;
}
#IndexMain h1
{
	background: 0 none;
	padding-left: 0;
}
h2
{
	font-size: 110%;
	margin: 20px 0 5px 173px;
  	background: #F2BE34 url(../images/bcg-gradient-color.jpg) repeat-x;
	line-height: 25px;
	padding: 0 0 0 10px;
}

h2 a
{
	color: #333333;
	text-decoration:none;
}

h2 a:hover
{
	color: #000;
	text-decoration:none;
}

h3
{
	font-size: 110%;
	margin-top: 10px;
	padding: 0;
}
/* ... Links ... */
a{color: #47A72A;}
a:hover{color: #333;}
.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;
	padding:5px;
	background:#FFFFFF;
	border:2px solid #F4C339;
}
.img-right
{
	float: right;
	margin-left: 15px;
	padding:5px;
	background:#FFFFFF;
	border:2px solid #F4C339;
}

.ListBlock, .DetailBlock
{
	text-align:justify;
}


.DetailBlock .StampWrap .Stamp img
{
	float:right;
	margin: 0 0 0 20px;
	border: 0 none;
	padding:0;
	
}


.ListBlock .StampWrap .Stamp img
{
	float:right;
	margin: 40px 0 0 20px;
	border: 0 none;
	padding:0;
}



/* ... pro vypisovani odkazu ...  */
.ListBlock.ProductL.LinksL h2
{
	margin: 20px 0 5px 0px;
	width:100%;
}


/* ... pro vypisovani clanku ...  */
.ListBlock.ArticleL h2
{
	margin: 20px 0 5px 0px;
	width:100%;
}

.ListBlock .ProductL .LinksL img
{
	/*margin:-30px 15px 0 0;*/
}

.ListBlock img
{
	float: left;
	margin-right: 15px;
	padding:5px;
	background:#FFFFFF;
	border:2px solid #F4C339;
}

.ListBlock img:hover
{
	float: left;
	margin-right: 15px;
	padding:5px;
	background:#FFFFFF;
	border:2px solid #47A72A;
}

.DetailBlock img
{
	float: left;
	margin-right: 15px;
	padding:5px;
	background:#FFFFFF;
	border:2px solid #F4C339;
}

a.thickbox img 
{
	float: left;
	margin-right: 15px;
	margin-left:0px;
	padding:5px;
	background:#FFFFFF;
	border:2px solid #F4C339;
}

a.thickbox img:hover 
{
	border:2px solid #47A72A;
}

.CatalogGallery a.thickbox img 
{
	float: left;
	margin-right: 7px;
	margin-left:0px;
	padding:5px;
	background:#FFFFFF;
	border:2px solid #F4C339;
}

.CatalogGallery a.thickbox img:hover  
{
	float: left;
	margin-right: 7px;
	margin-left:0px;
	padding:5px;
	background:#FFFFFF;
	border:2px solid #47A72A;
}

/* //////////////////////////////// LAYOUT //////////////////////// */
#Page, #Header, #Navigation, /* #Footer,*/#FooterText, #BottomBar
{
	width: 1076px;
	margin: 0 auto;

}
/* ... Page ... */
#Page
{
	background: url(../images/bcg-page.png) repeat-y 50% 0;
}

#PageIn
{
	text-align: left;
	padding: 10px 55px 20px 64px;
}

/* ... Top Bar ... */
#LangBar
{
	text-align:  right;
  	margin-right: 20px;
}
#LangBar span
{
	padding-left: 20px;
}
#LangBar a, .CurLang
{
	text-decoration: none;
  	color: #FFF;
}
#LangBar a:hover
{
	text-decoration: underline;
}
.CurLang
{
	font-weight:  bold;
  	padding-right: 20px;
}
/* ... Header ... */
#Header
{
	height: 267px;
	background: transparent url(../images/header_default.jpg) no-repeat 50% 0;
}

#subheader{
	background: transparent url(../images/bcg-page.png) repeat-y 50% 0;
	margin:0 auto;
	height:180px;
	width:1076px;
}

#HeaderLogo
{
	padding:50px 0 0 20px;
	
}

#NoLogo
{
	height: 50px;
}

#HeaderName
{
	font-size:  30px;
	padding-right: 150px;
	text-align:right;
	margin: -70px 0 0 0;
}

#HeaderSlogan
{
	font-size:  18px;
	padding-left: 50px;
	font-style:  italic;
	width: 80%;
}

/* ... 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: 690px;
	float: left;
}
.Layout_c #Content
{
	width: 960px;
	float: left;
}
#ContentIn
{
	margin: 0 15px 0 10px;
}

/* ... Bar ... */
#Bar
{
	float: left;
	width: 200px;
}
.Layout_web2 #Bar
{
  float: right;
}

.Layout_lc #Bar
{
	width: 260px;
}

#BarIn
{
	padding: 0 10px;
}

/* ... Secondary ... */
#Secondary
{
	float: right;
	width: 200px;
}
.Layout_cr #Secondary
{
	width: 260px;
}

#SecondaryIn
{
	padding: 0 10px;
}

#google_translate_element{ background:#FFFCDB;padding:5px 0 7px 7px; border:solid 1px #F4C33A;} 
/* ... Content items ... */
#BreadCrumb
{
	font-size: 80%;
	text-transform:lowercase;
	line-height: 15px;
	font-weight: bold;
	color: #8F8F8F;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #C5C5C5;
}
#BreadCrumb a
{
	font-weight: normal;
	color: #47A72A;
}
#BreadCrumb a:hover{color: #333;}

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

div.ListBlock.SearchL h2
{
	margin: 20px 0 5px 0px;
	width:100%;
}

/* ... Articles ... */
.ArticlePanel
{
  margin: 10px 0;
  border-bottom: solid 1px #ECF4F6;
  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: 15px;
  margin-right: 15px;
  font-style: italic;
  color: #666;
}
span.CommentNum
{
	padding-left: 0 !important;
	font-style: normal;
	font-weight:  bold;
}
.ArticlePanel a, .CommentPanel a
{
  	text-decoration:  none;
}
.ArticlePanel a:hover, .CommentPanel a:hover
{
  	text-decoration:  underline;
}
.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 50%;
}

.ListBlock
{
	border-bottom:  solid 1px #D8D8D8;
	padding-bottom:  10px;
}
.ListBlock img, .DetailBlock img
{
	border:  solid 2px #F4C339;
	padding:  5px;
}

/* ... Catalog and Gallery ... */
.CatalogGallery img,.ListGallery img
{
	margin: 6px;
	border:  solid 2px #F4C339;
	padding:  5px;
}
.CatalogGallery img:hover, .ListGallery img:hover{border: solid 2px #47A72A;}
/* ... Download ... */
#DownloadTable .EvenRow
{
	background: #F0F0F0;
}

#DownloadTable th
{
	background: #fff;
	border:  solid 1px #fff;
	border-bottom:solid 1px #CFCFCF;
}
#DownloadTable td
{
	padding:  10px;
	border:  solid 1px #CFCFCF !important;
	border-collapse: collapse;
	
}
#DownloadTable tr:hover
{
	background: #F8E7A2;
	
}
#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;
}

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

/* ... Sitemap... */
.SiteMap
{
	padding:  10px;
	border:  solid 1px #E2E2E2;
  	margin-bottom: 20px;
}
.SiteMap ul li
{
  list-style: none;
  font-weight: bold;
  line-height: 2em;
  text-indent: 20px;
  background: url(../images/bcg-menu.png) no-repeat 0px 6px;
}

.SiteMap p
{
	  margin: 0 0 0 10px;

}


.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 #F4C339;
}
.Pagination span
{
	padding: 3px;
	color: #333;
	background: #F3C649;
  	border: solid 1px #F4C339;
}
.Pagination p
{
	margin-bottom: 10px;
}

/* ... Bar, Secondary  ... */
#Bar .BlockDiv, #Secondary .BlockDiv
{
	margin-bottom: 15px;
}

#Secondary h4,#Bar h4
{
	font-size: 110%;
	background:#F2BE34 url(../images/bcg-gradient-color.jpg) repeat-x;
	line-height: 27px;
	padding-left: 10px;
	border: none;
}

#Bar .BlockType_box, #Secondary .BlockType_box
{
	padding: 7px;
	border:solid 1px #F4C33A;
	background: #FFFCDB;
}
#Bar #BlockSearch, #Secondary #BlockSearch
{
	padding:  0 !important;
	border: 0 none;
	background:none;
}
.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;
}


.NewsTitle a, .NewsTitle a:hover
{
 	color:#F4C33A;
}

.NewsSummary
{
	margin-bottom: 15px;
}

div.ListBlock.NewsL h2
{
	margin: 20px 0 5px 0px;
	width:100%;
}


/* ... Footer ... */
#Footer
{
	font-size: 11px;
	clear: both;
	position: relative;
	top: -25px;
	background: transparent url(../images/bcg-footer.png) repeat-x 0 0;
	color: #666;
	text-align: left;
}
#Footer, #FooterText, #Created
{
	color: #5B5B5B;
}

#FooterIn
{
		margin: 0 auto;
		height: 100px;
		text-align:center;
		line-height:100px;
}

#FooterText
{
	margin-top: -20px;
	margin-bottom:10px;
	font-size:  11px;
}

/* ... Bottom Bar ... */
#Created
{
	font-size: 11px;
	text-align: center;
	color: #5B5B5B;
	margin-bottom:25px;
}

#Footer a, #FooterText a, #Created a
{
	color: #5B5B5B;
}

#Footer a:hover, #FooterText a:hover, #Created a:hover
{
	color: #3AA631;
}


/* ... Form ... */
.ContentForm
{
  border: solid 2px #F4C339;
  background: #FFFCDB;
  padding: 10px;
}
.LoginF
{
  width: 300px;
  margin: 0 auto;
}
.CheckinF
{
  width: 500px;
  margin: 0 auto;
}
fieldset
{
  border: 0 none;
  padding:  10px;
}
.ContentForm label
{
  display: block;
  width: 98%;
  margin-top: 10px;
}
.ContentForm fieldset input,.ContentForm fieldset textarea
{
  display: block;
  width: 98%;
  border: solid 1px #D8D8D8;
  padding: 5px;
}

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

}

.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: 3px;
  width: 130px;
}

.Loading_ 
{
	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%;
  
}

#IndexMain img
{
 padding: 5px;
 background:#FFFFFF;
 margin:0 auto;
 display:block;
 }

#IndexMain h1, #IndexMain h2, #IndexMain h3, #IndexMain h4, #IndexMain a{color: #47A72A;}
#IndexMain a:hover{color: #333;}
#IndexMain img{padding: 5px; border: solid 1px #F4C339;}
#IndexMain.BlockType_box p a{padding-left:5px;}


