/* Start of CMSMS style sheet 'Plugin: Gallery' */
#content .imagegallery {
   margin: 0;
   padding: 1em 0 0;
}

#content .thumb {
   margin: 0;
   padding: 0;
   width: 130px;
   height: 130px;
   line-height: normal;
   list-style-type:none;
   text-align:center;
   float:left;
}
#content .thumb a {
}
#content .thumb a img {
   padding: 1px;
   border: 1px solid #69c;
   text-decoration:none;
}
#content .thumb a:hover img {
   border-color: #369;
}
#content .thumb a:hover {
   background-color: transparent;
}

/* CSS for Lightbox follows */
#lightbox {
   position: absolute;
   top: 40px;
   left: 0;
   width: 100%;
   z-index: 100;
   text-align: center;
   line-height: 0;
}
#lightbox a img {
   border: none;
}
#outerImageContainer{
   position: relative;
   background-color: #fff;
   border: 1px solid #ccc;
   border-bottom: none;
   width: 250px;
   height: 250px;
   margin: 0 auto;
}

#imageContainer{
   padding: 8px;
}
#imageContainer img {
   border: 1px solid #ccc;
}

#loading{
   position: absolute;
   top: 40%;
   left: 0%;
   height: 25%;
   width: 100%;
   text-align: center;
   line-height: 0;
}
#hoverNav{
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a {
   outline: none;
}

#prevLink, #nextLink{
   width: 49%;
   height: 100%;
   background: transparent url(plugins/lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
   display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover {
   background: url(plugins/lightbox/images/prev.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
   background: url(plugins/lightbox/images/next.gif) right 15% no-repeat;
}
#imageDataContainer{
   font: 10px Verdana, Helvetica, sans-serif;
   background-color: #fff;
   border: 1px solid #ccc;
   border-top: none;
   margin: 0 auto;
   line-height: 1.4em;
}

#imageData{
   padding:0 10px;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose { width: 26px; float: right;  padding-bottom: 0.7em;	}	
#imageData a#bottomNavClose:hover {background-color: transparent}	
		
#overlay{
   position: absolute;
   top: 0;
   left: 0;
   z-index: 90;
   width: 100%;
   height: 500px;
   background-color: #000;
   filter:alpha(opacity=60);
   -moz-opacity: 0.6;
   opacity: 0.6;
}

/* End of 'Plugin: Gallery' */

/* Start of CMSMS style sheet 'Layout: VEKRA' */
* {
   margin:0;
   padding:0;
}
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 73.01%;
   line-height: 1em;
}
div, table, td, th {
   font-size: 1em;
   line-height: 1.4em;
}
img {
   border: 0;
}
img.obrazekvlevo {
   float: left;
   margin: 0.2em 0.5em 0.2em 0;
}
img.obrazekvpravo {
   float: right;
   margin: 0.2em 0 0.2em 0.5em;
}
img.obrazek {
   margin: 0.2em 0.5em;
}
a img.obrazekvlevo, a img.obrazekvpravo, a img.obrazek {
   border: 2px solid #999;
}
a:hover img.obrazekvlevo, a:hover img.obrazekvpravo, a:hover img.obrazek {
   border-color: #333;
}

a,
a:link, 
a:active,
a:visited {
   text-decoration: none;
   background-color: transparent;
   color: #33c; 
}
a:hover {
   text-decoration: underline;
   color: #33f;
}
a.arrowlink {
   padding: 0 12px 0 0;
   font-weight: bold; 
   font-size: 0.85em;
   white-space: nowrap;
   background: url(images/arrowlink.gif) no-repeat right 60% transparent;
}
a.arrowlinkb {
   padding: 0 0 0 12px;
   font-weight: bold; 
   font-size: 0.85em;
   white-space: nowrap;
   background: url(images/arrowlinkb.gif) no-repeat left 60% transparent;
}
a.arrowlinku {
   padding: 0 0 0 8px;
   font-weight: bold; 
   font-size: 0.85em;
   white-space: nowrap;
   background: url(images/arrowlinku.gif) no-repeat left 60% transparent;
}
a.filePDF {
   padding: 0 0 0 20px;
   font-weight: bold; 
   font-size: 0.85em;
   white-space: nowrap;
   background: url(images/file/pdf_16.png) no-repeat left center transparent;
}
a.filePDFbig {
	padding: 60px 0 0 0;
	text-align: center;
	display: block;
	font-weight: bold; 
	font-size: 1.2em;
	background: url(images/file/pdf_48.png) no-repeat center top transparent;
}


/* PAGE LAYOUT */
body {
   color: #000;
   text-align: center;
   padding: 10px 0;
   background: url(images/body-bg.gif) repeat center top #f6f6f6;
}
div#page {
   margin: 0 auto;
   width: 940px;
   background: url(images/page-bg.gif) repeat-y center top transparent;
}
div#page-content {
   background: url(images/page-top.gif) no-repeat center top transparent;
   padding: 20px 0 0;
}
div#sidebar {
   width: 221px;
   float: left;
   background: url(images/side-bg.gif) repeat-y left top transparent;
}
div#sidebar div.sb-inner {
   padding: 0 10px 220px 20px;
   background: url(images/side-bottom.jpg) no-repeat left bottom transparent;
}
div[class] div#sidebar div.sb-inner {
}

div#header {
   padding: 0.5em 0 1em;
}
div#header h1 {
   padding: 0;
   margin: 0;
   line-height: 1em;
   font-size: 1.2em;
}
div#header h1 a {
   text-decoration: none;
   color: #ccc;
   padding: 0;
   margin: 0;
}
div#header h1 a:hover {
   background-color: transparent;
}
div#menu {
   padding: 0;
}

div#content {
   width: 710px;
   float: right;
   text-align: left;
   font-size: 1em;
   line-height: 1.4em;
}
div#content div.c-inner {
   padding: 5px 25px 0 5px;
}
div#printbuttons {
   float: right;
   font-size: 0.85em;
}
div#printbuttons a,  div#printbuttons a:hover {
   text-decoration: none;
}

div#footer {
   clear: both;
   width: 940px;
   margin: 0 auto;
   background: url(images/footer.gif) no-repeat center top transparent;
}
div#footer div.f-inner {
   padding: 20px 25px 0 235px;
}

div#footer2 {
   clear: both;
   width: 940px;
   overflow: hidden;
   margin: 0 auto;
}
div#footer2 div.f-inner {
   padding: 40px 10px;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}


/* CONTENT STYLING */
table.rellinks {
   width: 680px;
   margin: 0 auto;
}
table.rellinks td{
   width: 33%;
}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2, div#content h2#main {
   color: #666; 
   font-size: 1.5em; 
   line-height: 1em;
   text-align: left; 
   padding: 0 0 0.8em;
   margin: 0 0 0.5em 0;
   background: url(images/title.gif) repeat-x left bottom transparent;
}
div#content h3 {
   color: #006; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h4 {
   color: #006; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #006; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h6 {
   color: #006; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0;  /* some air around p elements */
   line-height: 1.4em;
   padding: 0 0 0.5em;
}
blockquote {
   border-left: 5px solid #ccc;
   margin: 0.5em 0 0.5em 1.5em ;
   padding-left: 0.5em;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#content ul, 
div#content ol, 
div#content dl {
   font-size: 1.0em;
   line-height:1.4em;
   margin: 0;
   padding: 0 0 0.5em 0;
}
div#content ul li,
div#content ol li {
   margin: 0 0 0 2.5em;
   padding: 0 0 0.25em 0;
}

div#content dl dt {
   font-weight: bold;
   margin: 0 0 0 2.5em;
   padding: 0 0 0.25em 0;
}
div#content dl dd {
   margin: 0 0 0 2.5em;
   padding: 0;
}

div#content ul.arrowlist {
   list-style: none; 
   padding: 0.3em 0;
}
div#content ul.arrowlist li {
   list-style: none; 
   margin: 0;
   padding: 0 0 0.5em 15px;
   background: url(images/arrow.gif) no-repeat 0 0.5em transparent;
}

/* END LISTS */

/* End of 'Layout: VEKRA' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

.cleaner {width: 1px; clear: both; font-size: 1px; height: 1px; margin: -1px 0 0 0; padding: 0; border: none; display: inline;  visibility: hidden;}
.clleft {clear: left;}
.clright {clear: right;}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Navigation: CSSMenus' */
.sidelink {
display:block;
idth:140px;
margin:3px 10px 2px 0;
padding:5px 0px 5px 8px;
font-size:1.1em;
font-weight:bold;
text-align:left;
background:#eee url(images/gradient1.png) repeat-x;
color:#26c;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
}
.sidelink:hover, li.menuactive a.sidelink {
background:#fff url(images/gradient2.png) repeat-x;
color:#222;
border-top:1px solid #ddd;
border-right:1px solid #888;
border-bottom:1px solid #888;
border-left:1px solid #ddd;
text-decoration:none;
}

#menuwrapper { 
   width: 100%; 
}
#primary-nav { 
   list-style: none;  
   padding: 0px; 
   width:auto; 
   margin: 3px 0px;
}
#primary-nav ul {
   list-style: none; 
   margin: 0px; 
   padding: 0px; 	 
   margin-left: 0px; 
   position: absolute; 
   top: 0; 
   left: 100%; 
   display: none; 
}
#primary-nav li { 
   margin-bottom: 3px; 
   position: relative; 
}
#primary-nav li li{
   width:160px;
   margin-bottom: 0px; 
   argin-right: 10px; 
   position: relative; 
}
#primary-nav ul li li{
   margin-left: 0px;
}

/* Styling the basic apperance of the menu elements */

#primary-nav a { 
   color #666; 
   display: block; 
   margin: 0px;  
   text-decoration: none; 
}
#primary-nav li, #primary-nav li .menuparent { 
}

#primary-nav li.menuactive { 
   color:#000
}
#primary-nav ul li. menuparent, 
#primary-nav ul li .menuparent:hover,
#primary-nav li .menuparent, 
#primary-nav li .menuparent:hover { 
   background-image: url(images/arrow.gif); 
   background-position: center left; 
   background-repeat: no-repeat;
}
#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh {
}
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul, 
#primary-nav li.menuparenth ul ul ul { 
   display: none; 
}
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav ul ul ul li:hover ul,
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul, 
#primary-nav ul ul ul li.menuparenth ul { 
   display: block; 
}

/* IE Hack, will cause the css to not validate */
#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }

/* End of 'Navigation: CSSMenus' */

