/* Start of CMSMS style sheet 'DOSADZ_default' */
html, body {
	height: 100%;
}

html, body, h1, h5, img, ul
{
	border: 0;
	margin: 0;
	padding: 0;
}

body
{
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color : #444;
	behavior: url(csshover.htc);
	font-size: 10pt;
	line-height: 1.5em;
	text-align: left;
}

#mainWindow
{	
	margin: 0 auto;
	padding: 0 4px;
	width: 903px;
	background: #FFF url(../images/marginBg.gif) repeat-y left top;
	min-height: 100%;
	height: 100%;
	position: relative;
}

body>#mainWindow {
	height: auto;
}

h1
{
	font-size: 1em;
}
h2, h3, h4
{
	margin: 0 0 0.5em 0;
	line-height: 2em;
}
h2, h3, h4, h5, h6
{
	color: #2a5566;
}
h2
{
	font-size: 1.2em;
}
h2.leftItemHeader
{
	height: 27px;
	line-height: 27px;
	font-size: 1.05em;
	font-weight: bold;
	padding-left: 30px;
	margin: 0 28px 0 10px;
	background: #FFF url(../images/leftItemHeaderOrange.gif) no-repeat left top;
	width: 164px;
}
h2.contentHeader
{
	height: 27px;
	line-height: 27px;
	font-size: 1.5em;
	font-weight: bold;
/*	padding-left: 30px;*/
	border-bottom: 2px solid #2A5566;
	margin: 0 10px 0 0;
	width: 660px;
	float: right;
}

/*
h2.contentHeader
{
	height: 27px;
	line-height: 27px;
	font-size: 1.05em;
	font-weight: bold;
	padding-left: 30px;
	background: #FFF url(../images/contentHeaderOrange.gif) no-repeat left top;
	margin: 0 10px 0 0;
	width: 621px;
	float: right;
}
*/

h3
{
	font-size: 1.05em;
}
h4
{
	font-size: 1em;
}
h5
{
	font-size: 1em;
}
a:link, a:visited
{
	color: #2962A9;
}
a:hover
{
	color: #2962A9;
	text-decoration: none;
}
p
{
	line-height: 1.5em;
	margin: 0 0 1em 0;
}
ul li, ol li
{
	padding-left: 1em;
	line-height: 1.7em;
	list-style: none;
	background: url(../images/arrow.gif) no-repeat 0px 9px;
}
ul.mediumDots li, ol.midiumDots li
{
	padding-left: 1em;
	line-height: 1.6em;
	list-style: none;
	background: url(../images/arrowMedium.gif) no-repeat 0px 10px;
}
ul.smallDots li, ol.smallDots li
{
	padding-left: 1em;
	line-height: 1.5em;
	list-style: none;
	background: url(../images/arrowSmall.gif) no-repeat 0px 10px;
}

hr
{
	border: 1px solid #FF5D21;
	margin:  0.5em 0;
}

label
{
	margin: 0 0.5em;
}

/* -------------MAIN DESIGN IDs---------- */
#searchWrapper
{
	float: right;
	margin:0 10px 5px 0;
}

#naviTop
{
	margin: 0 auto ;
	padding: 0 20px 0 0;
	width: 883px;
	height: 33px;
	line-height: 33px;
	background: #FFF url(../images/naviTopBack.gif) no-repeat left top;
	text-align: right;
}
#header
{
	margin: 0 auto;
	width: 903px;
	height: 119px;
	position: relative;
}
#header span
{
	background: #FFF url(../images/headerBack.jpg) no-repeat left top;
	width: 903px;
	height: 119px;
	position: absolute;
	top: 0; 
	left: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
}
#mainObalBody
{
	margin: 0 auto; 
	padding: 5px 0 50px 0;
	width: 903px;
	background: #FFF url(../images/mainContentBack.gif) no-repeat left top;
}

.mainContent
{
	width: 650px;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	margin: 10px 10px 10px 0;
	text-align: justify;
}

.contentFooter
{
	height: 27px;
	line-height: 27px;
	font-size: 8pt;
	font-weight: normal;
	background: #FFF url(../images/contentFooterOrange.gif) no-repeat left top;
/*	margin: 0 10px 2em 0;*/
/*	padding-left: 2em;*/

/*	width: 630px;*/
	float: right;
}

/*
.contentFooter
{
	height: 27px;
	line-height: 27px;
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 30px;
	background: #FFF url(../images/contentFooter.gif) no-repeat left top;
	margin: 0 10px 1em 0;
	width: 621px;
	float: right;
}
*/

/* -------- LEFT WRAPPER -------- */
#leftWrapper
{
	width: 194px;
	float: left;
}

.leftItemContent
{
	border: 1px solid #EEE;
	padding: 10px;
	margin: 0 28px 1em 10px;
	width: 172px;
}

/* -------- PATICKA -------- */
#paticka
{
	background: #E7EFF9;
	border-top: 1px solid #AFAFAF;
	text-align: right;
	color: #ADADAD;
	line-height: 1.5em;

	width: 903px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
/*	left: 0;*/
}

#paticka a:link, #paticka a:visited, #paticka a:hover
{
	color: #ADADAD;
}

#paticka .patickaContent
{
		padding: 5px 20px;
}

/* -------- COMMON CLASSES -------- */
.clearAll
{
	clear: both;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.blue
{
	color: #2a5566;
}
.gray
{
	color: #666;
}
.paddingZero
{
	padding: 0;
}
.marginZero
{
	margin: 0;
}
.defaultInput,.defaultInputLeftMenu
{
	background: #FFF;
	border: 1px solid #2a5566;
	height: 18px;
	padding: 2px 0 0 5px;
	font-size: 10pt;
	color: #666;
}
.defaultInputLeftMenu
{
	width: 120px;
}

.defaultSubmitButton
{
	cursor: pointer;
}
.defaultImage
{
	background: #FFF;
	padding: 5px;
	border: 1px solid #2a5566;
	margin: 10px;
}

.searchInput
{
	width: 100px;
	padding: 2px 0px 0px 2px;
	float: none;
	font-size: 9pt;
}

.searchButton{
	width: 16px;
	height: 16px;
	background: transparent url(../images/searchbutton2.gif) no-repeat center;
	padding: 0;
	margin: 0 0 0 0.3em;
	vertical-align: middle;
	cursor: pointer;
	border: 0;
}

.print
{
	vertical-align: middle;
	margin: 0 0 0 0.2em;
}

#breadrcumbs
{
/*	margin-bottom: 1em;*/
}

/*
/* cancel .defaultImage */
/*.noBorder, .noBorder img
{
	background: none;
	border: none;
	padding: 0;
}

.formblok { padding-top: 10px; width: 100%; vertical-align: middle; clear: both; }
.formbloknadpis { font-weight: bold; padding-top: 0px; margin-bottom: 0px; width: 100%; clear: both;}
.formbloktext1 { float: left; text-align: right; width: 170px; padding-right: 1em;  }
.formbloktext15 { float: left; text-align: right; width: 45px; padding-right: 1em;  }
.formbloktext25 { float: left; padding-right: 1em;}
.formbloktext2 { float: left; padding-right: 1em;}
.formbloktext0 { float: left; padding-top: 6px; width: 100%; }



/* End of 'DOSADZ_default' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
.defaultImage
{
	background: #FFF;
	padding: 5px;
	border: 1px solid #2a5566;
	margin: 10px;
}

/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility {
   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 */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'DOSADZ_thickbox' */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* End of 'DOSADZ_thickbox' */

