/* ##### Common Styles ##### */

body {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: #C6D9EC;
  color: rgb(61,92,122);
}

html > body {
  font-size: 9pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(61,92,122);
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

a {
  color: rgb(61,92,122);
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0 1px 2px 1px;
}

a:hover {
  color: rgb(117,144,174);
  text-decoration: none;
}

ol {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

ul {
  list-style-type: square;
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dl {
  margin: 1em 0 0.5em 0;
  padding: 0;
}

ul li {
  line-height: 1.5em;
  margin: 0.25ex 0 0 1.5em;
  padding: 0 1.5em;
}

ol li {
  line-height: 1.5em;
  margin: 1.25ex 0 0 2em;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0.4ex 0 0.4ex 0;
  background-color: #B8CCDC;
}

dd {
  line-height: 1.2em;
  margin: 0 0 1.2em 0.4em;
  padding: 0 0 0 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}


/* ##### Header ##### */

.superHeader {
  color: #C3C4D2;
  text-align: right;
  margin: 0ex 0 0 0;
  background: #183B58 url(images/bg_topline.gif) repeat-x;
  margin: 0;
  padding: 6px 10px;
}

.superHeader span {
  color: rgb(195,196,210);
  background-color: transparent;
  font-weight: bold;
  
  text-transform: uppercase;
  font-size: 80%;
}

.superHeader a {
  color: rgb(195,196,210);
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0 0.25ex 0 0;
  font-size: 80%;
}

.superHeader a:hover {
  color: rgb(193,102,90);
  background-color: transparent;
  text-decoration: none;
}

.midHeader {
  height: 45px;
  color: #C6D9EC;
  background-color: rgb(61,92,122);
  margin: 0 0 0 0;
  padding: 1ex 10px 2.5ex 10px;
  max-height: 60px;
  min-height: 60px;
}

.headerTitle {
  font-size: 300%;
  margin: 0;
  padding: 0;
}

.headerSubTitle {
  font-size: 111%;
  font-weight: normal;
  font-style: italic;
  margin: 0 0 0ex 0;
  padding: 0;
}

.headerLinks {
  text-align: right;
  margin: -5px;

}

.subHeader {
  color: Black;
  margin: 0 0 0 0;
  background: url(images/bg_menu.gif) repeat-x;
  text-align: center;
  padding: 0.3ex 20px 0.5ex 20px;	 
}

.subHeader a, .subHeader .highlight {
  color: #C6D9EC;
  background-color: transparent;
  font-size: 105%;
  font-weight: bold;
  text-decoration: none;
  margin: 0 0 0 0;
  padding: 0.3ex 20px 0.5ex 20px;
}

.subHeader a:hover, .subHeader .highlight {
  color: black;
    text-decoration: none;
    background: url(images/bg_menuo2.gif) repeat-x;
}


/* ##### Main Copy ##### */

#main-copy {
  margin: 0;
  padding: 0.5em 5px;
  clear: left;
}

#main-copy h1 {
  color: rgb(61,92,122);
  background-color: #A0BAD0;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 150%;
  margin: 0.2em 0 0.8em;
  padding: 0.2em 0 0.2em;
}

#main-copy h2 {
  color: rgb(61,92,122);
  background-color: #D7E5F3;
  font-family: verdana, helvetica, arial, sans-serif;
  font-weight: bolder;
  font-size: 171%;
  margin: 0;
  padding: 1ex 0 2ex 0;
}

#main-copy p {
 background-color: transparent;
  line-height: 1.4em;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
}


#main-copy a {
}

.newsDiv {
  background-color: #B8CDE2;
  margin: 0px 0px 0px 0px;
  padding: 5px 10px 5px 5px;  
}

.newsDiv:hover {
  background-color: #CBDEEF;
}

.newsHeading {
  color: #3D5C7A;
  background-color: transparent;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 100%;
  text-decoration: none;
  margin: 0;
  padding: 1ex 0 0 0;
  float: left;
  display: block;
  font-weight: bolder;
}

.newsHeading:hover {
  color: rgb(117,144,174);
  background-color: transparent;
  text-decoration: underline;
}

.newsDate {
  font-size: 85%;
  font-style: italic;
  margin: 0 !important;
  padding: 0;
  float: right;
  display: inline;
  }

.newsSummary {
  margin: 0.5ex 0 0.5ex 0.75ex !important;
  padding: 0;
  text-align: justify;
  display: block;
  font-size: 90%;
 
}

.more {
  background-color: #A0BAD0;
  text-align: right;
  margin: 10px 0 10px 0;
  padding: 0.8em 0;
  color: #C6D9EC;
}

.more a {
  color: white;
  background-color: transparent;
  font-size: 95%;
  text-decoration: none;
  margin: 0;
  padding: 0.25ex 0.75ex;
  font-weight: bolder;
}

.more a:hover {
  color: #A0BAD0;
  background-color: #C6D9EC;
  text-decoration: none;
}

.rowOfBoxes {
 clear: both;
 background-color: transparent;
}

.quarter, .oneThird, .oneThird2, .half, .twoThirds, .twoThirds2, .fullWidth {
  margin: 0 0;
  float: left;
}

.quarter {
  width: 21%;
  padding: 0 1.9%;
  border-left: 1px solid rgb(94,131,166);
}

.oneThird {
  width: 27%;
  padding: 0 1.9%;
}

.oneThird2 {
  width: 23%;
  padding: 0 1.9%;
}

.half {
  text-align: justify;
  width: 46%;
  padding: 0 1.9%;
}

.twoThirds {
  text-align: justify;
  width: 65%;
  padding: 0 1%;
}

.twoThirds2 {
  text-align: justify;
  width: 69%;
  padding: 0 1.9%;
}

.fullWidth {
  text-align: justify;
  width: 96%;
  padding: 0 1.2em;
  border-left: none;
}

.filler {  /* use with an empty <p> element to add padding to the end of a text box */
  border: 1px solid #C6D9EC;
}
 
.noBorderOnLeft {
  border-left: none;
}

.noBorderOnRight {
  border-right: none;
  padding: 0 2.1%;
}

.dividingBorderAbove {
  border-top: 1px solid rgb(94,131,166);
}

.zelena {
	background-color: #BED8D5;
	min-height: 280px;
	height: auto; 
	_height: 280px;
}

.zluta {
	background-color: #C7D6D3;
	min-height: 280px;
	height: auto; 
	_height: 280px;
}

.cervena {
	background-color: #C9CED9;
	min-height: 280px;
	height: auto; 
	_height: 280px;
}

.fialova {
	background-color: #BCD0EB;
	min-height: 280px;
	height: auto; 
	_height: 280px;
}

/* ##### Footer ##### */

#footer {
  color: rgb(51,51,102);
  background-color: rgb(147,173,199);
  font-size: 87%;
  text-align: center;
  height: 6em;
  margin: 0em 0 0 0;
  padding: 2em 0 0 0;  
  line-height: 140%;
  clear: left;  
}

#footer a {
  color: rgb(0,68,204);
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

h4 {
 cursor: pointer; 
 text-decoration: underline;
 color: #3D5C7A;
 background-color: transparent;
 font-family: verdana, helvetica, arial, sans-serif;
 font-size: 150%;
 margin: 2ex 0 2ex 0;
 padding: 0 0 0 0;
}
.hid {
font-family: verdana, helvetica, arial, sans-serif;
display: none;
background-color: transparent;
}
.koor {
font-family: verdana, helvetica, arial, sans-serif;
margin: 0 0 0 0;
padding: 0 0 0 0;
text-align: right;
}

.linka {
border-bottom: 1px solid rgb(94,131,166);
}

.inbox {
color: rgb(61,92,122);
background: #C6D9EC;
border: rgb(94,131,166) solid 1px
}


h3 {
 text-decoration: none;
 color: #3D5C7A;
 background-color: transparent;
 font-family: verdana, helvetica, arial, sans-serif;
 font-size: 150%;
 margin: 1ex 0 0 2ex;
 padding: 0 0 0 0;
}

.quarter h3 {
 margin: 8px 0 0;
}

.obr-l, .obr-r {
       float: left;
       width: 170px;
       margin: 0 15px 15px 0;
       padding: 10px 0;
       text-align: center;
       background: white;
       border-right: 1px solid rgb(94,131,166);
       border-bottom: 1px solid rgb(94,131,166);
       font-size: 75%;
       }
.obr-r {
       float: right;
       margin: 0 0 15px 15px;
}
.ex-l, .ex-r {
       float: left;
       width: 270px;
       margin: 0 10px 15px 0;
       padding: 10px 10px 0 10px;
       text-align: center;
       background: #D7E5F3;
       font-size: 75%;
    	 height: 350px;
	    overflow:auto;       }
.ex-r {
       float: right;
       margin: 0 0 15px 15px;
}
.obr-titl {
	margin: 0 0 5px 0;
	font-size: 130%;
	color: green;
	}
.obr-foto {
	margin: 0 auto 10px; 
	padding:0;
	border: none;
	}
.obr-desc {
	margin: 15px 10px 0 10px; 
	padding: 0 0 0 10px;
	text-align: justify;
	font-size: 110%;
	}
.obr-info {
	margin: 25px 10px 0 10px; 
	padding: 0 2ex;
	text-align: right;
	font-size: 100%;
	color: #666;
}
.fl-i {
	float: inherit;
}
.ram-l {
       float: left;
       margin: 0 15px 15px 0;
       padding: 10px 10px 0 10px;
       text-align: center;
       background: transparent;
       font-size: 75%;
		 height: 220px;
   	 width: 130px;
		 display: block;

	    }
.ram {
       margin: 0 15px 0 0;
       padding: 2px 2px 0 2px;
       text-align: center;
       background: transparent;
       font-size: 75%;
		 display: block;
}

.ram-desc {
	margin: 15px 0px 0 0px; 
	padding: 0 0 0 10px;
	text-align: center;
	font-size: 110%;
	display: block;
}
.inline-button {
   _width:12em;
   font: bold 85%/1 Verdana, sans-serif;
   padding: 0.1em 0; _padding:0;
   border: 1px solid black;
   white-space:normal;
   text-decoration: none;
   background: #ccc;
   color: black;
   vertical-align:bottom;
   }
.inline-button em {
   _width:1em; _cursor:hand;
   font-style: normal;
   padding: 0.1em 0.5em;
   background: white;
   color: black;
   }
.inline-button span {
   _width:1em; _cursor:hand;
    padding: 0.1em 0.5em 0.1em 0.3em;
   }
.inline-button:hover {
   background: #666;
   color: white;
   }
.inline-button:hover em {
   background: black;
   color: white;
}
.red { background: red; color: black }
.red em { background: white; color: #c60C0A }

.yellow { background: yellow; color: black }
.yellow em { background: white; color: #C5930B }

.blue { background: #06c; color: white }
.blue em { background: white; color: #06c }

.green { background: green; color: white }
.green em { background: white; color: green }

.male {
	font-size: 83%;
}
.pad {
	padding: 1.2em 1.2em 0 1.2em;
}

label
{
float: left;
text-align: right;
margin: 0 0.5em 0 0;
clear: both;
}

.input-box
{
float: left;
color: #3D5C7A;
background: #B8CDE2;
border: #5E83A6 solid 1px;
margin: -2px 0.5em 0 0;
}

.submit-button
{
margin: -2px 0 0 0;
color: #C5D8EB;
float: left;
height: 20px;
background: #3D5C7A;
padding: -2px;
border: 2px #5E83A6 outset;
font-size: x-small;
}

fieldset
{
border: #5E83A6 solid 1px;
margin: 0 0 10px 0;
padding: 0 1em 0.1em 1em;
clear: left;
width: 287px;
display: block;
}

legend
{
background: #A0BAD0;
border: #5E83A6 solid 1px;
padding: 1px 10px;
color: #3D5C7A;
font-weight: bold;
}
.searchd {
margin: 0 0 0 0;
	padding: 1em 0 3em 0;
	display: block;
}

#katobsah {
  margin: 0 0 0 0;
  padding: 15px 0 15px 0;
  clear: left;
  line-height: 1.6em;  
  width: 65%;
  float: left;
  border-bottom: 1px solid rgb(94,131,166);
  border-top: 1px solid rgb(94,131,166);
  overflow:auto;
}

#katobsah p {
 font-size: 100%;
 background-color: transparent;
 line-height: 1.4em;
 margin: 0 0 0 0;
 padding: 1em 0 0 0;
 text-align: justify;
}

#katobsah a {
  color: rgb(11,17,75);
  background-color: transparent;
  text-decoration: none;
  margin: 0;
}

.undrline {
 font-family: verdana, helvetica, arial, sans-serif;
 font-size: 150%;
 border-bottom: 1px solid rgb(94,131,166);
 width: 60%;
}
.linkaa {
border-bottom: 1px solid #A0BAD0;
}

.katodkaz {
	background-color:#A0BAD0;
	border-bottom: 1px solid rgb(94,131,166);
	font-weight: bold;
   font-size: 115%;
   line-height: 1.6em;  
   padding: 1px 0 0px 0em;	
   margin: 0px 0 1px 0;
}
.katodkazo {
	float: right; 
	width:90%;
	border-bottom: 1px solid rgb(94,131,166);
   border-top: 1px solid rgb(94,131,166);
   padding: 15px 10px 15px 0;
   margin: 0ex 0 0px 0px;
}

.menukat {
   padding: 5px 0px 2px 0;
}

h5 {
 cursor: pointer; 
 text-decoration: underline;
 color: #3D5C7A;
 background-color:transparent;
 font-family: verdana, helvetica, arial, sans-serif;
 font-size: 125%;
 margin: 2ex 0 2ex 0;
 padding: 0 0 0 0;
}

h6 {
 cursor: pointer; 
 text-decoration: none;
 color: #3D5C7A;
 background-color:#B4CBDC;
 font-family: verdana, helvetica, arial, sans-serif;
 font-size: 90%;
 margin: 2ex 0 2ex 0;
 padding: 0 0 0 0;
 border-bottom: 1px solid rgb(94,131,166);
}

.whitebox {
	border-bottom: thin;
	border-bottom-color: White;
	border-top: thin;
	border-top-color: White;
	border-left: thin;
	border-left-color: White;
	border-right: thin;
	border-right-color: White;
}

.bo {
  font-weight: bold;
  background: url(images/bgr_vz.gif) repeat-y;
}

#tic {
  /* enter any styles for the ticker below */
  border: .05em #C5D8EB solid;
  font-size:0.85em;
  padding:25px 10px 5px 70px;
  width:290px;
  height: 40px;
  line-height:18px;
  float:right;
  background: #20303E url(images/ico_hdr.jpg) no-repeat left top;
  margin: 0 5% 0 0;
}
#tic * {
  /* this will hide all children tags */
  font-size: 1em;
  margin:0px;
  padding:0px;
  display:none;
  background: transparent;
}
#tic a {
  /* add more tags to this list if you wish to display them inside the children */
  display:inline;
  color: #EFE70B;
}

#tic p {
  /* add more tags to this list if you wish to display them inside the children */
  font-size: 130%;
  font-weight: bold;
}

#tic .h7 {
font-size: 1.8em;
font-weight: bold;
background: transparent;
}

#ticmore {
  display:inline;
  background: #20303E;
  border: 1px #C5D8EB solid;
  clear: none;
  text-align: right;
  padding: 2px 20px 2px 20px;
  margin: 0px 4% 5px 0;
  font-weight: bold;
  font-size: 1.2em;
}

#ticmore a {
color: #F6DB28;
text-decoration: none;
}

#ticmore a:hover {
color: #FAF700;
text-decoration: none;
}

.nav-global-container {
	float: left;
	background-color: transparent;
  width: 25%;
  padding: 0 0px 0 0;

}
.nav-global ul {
	margin: 0px 0 0 14px;
	padding: 0px;
	list-style: none;
}
.nav-global li {
	float: left;
	white-space: nowrap;
	text-transform: uppercase;
	background: transparent;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 6px;
}
.nav-global li a {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 0px !important;
	background-color: transparent;
	color: rgb(150,150,150);
	text-decoration: none;
	font-size: 100%;
}
.nav-global a:hover {
	background-color: transparent;
	color: rgb(0,0,0);
	text-decoration: underline;
}
.img-flag {
	display: block;
	height: 22px;
	margin: 0px;
	padding: 0px;
	border: 0;
}

