/* =============== styly pro monitorový výstup =============== */

/*
tmava-bck #7b867f;
pismo #737e9f;
bck-content #ecedee;
*/

* {
	font-style: normal;
}
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#818c84;	
	color: #57585a;
	margin: 0px auto;
	padding: 0px;
	width: 850px;
}
h1 {
	color: #ffffff;
	background-color:#92a09d;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 2px 0px 2px;
	margin:0px 0px 10px 0px;
	text-align:center;
	text-transform:uppercase;
	height:36px;
}

h1.homepage {
	position:absolute;
	top:179px;
	left:35px;
	background-color:#818c84;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 2px 0px 2px;
	margin:0px;
	text-align:center;
	text-transform:uppercase;
	width:579px;
	height:36px;
	z-index:10;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}

h1 div {
	font-size:12px;
	font-weight:bold;
	clear:both;
	color:#000000;
	text-transform:none;
	}

h1.homepage div {
	color:#ffffff;
}
	
h1 span {
	color:#000000;
	}

h2 {
	color: #7b867f;
	font-size: 120%;
	margin: 0px;
	text-align: left;
}
h3 {
	color: #000000;
	font-size: 13px;
	margin: 5px 0px;
	text-transform:uppercase;
}
h4 {
	font-size:12px;	
	margin-bottom: 3px;
	color: #000000;
}
h5 {
	font-size:11px;	
	font-weight:bold;
	color:#000000;
}
img {
	border: none;
	/*border-color:silver;*/
}
ul {
	margin-top: 0;
	margin-bottom: 0;
}
fieldset {
	border: 1px solid silver;
	margin: 4px;
	padding: 4px;
}
fieldset div {
	float: left;
	width: 1000px;
}
label {
	float: left;
	width: 120px;
	padding-left: 5px;
	border: none;
	clear: left;
}
label, input, textarea, select {
	padding: 1px;
	font-size: 100%;
}
legend {
	padding: 8px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
a, a:visited, a:active {
	color: #7b867f; 
	font-weight: bold;
	/*text-decoration: none;
*/
}

a:hover {
	color: #000000;

}
.clearAll {
	clear: both!important;
}
.matrjoska {
	padding: 10px;
}
.upper {
	text-transform: uppercase;
}

.logo {
	position:abslute;
	top:10px;
	left:10px;
	z-index:1001;
}


/* ******************** FORMS ******************** */
.btnLogin {
	width: 45px;
	height: 35px;
	border: 1px solid silver;
	font-weight: bold;
}
.center {
	margin: 10px 0px 20px 0px;
	padding: 5px;
	text-align: center!important;
}
.txtLogin {
	width: 140px;
}
.selectSmall {
	width: 80px;
}
.selectMiddle {
	width: 250px;
}
.selectBig {
	width: 300px;
}
.selectBig1 {
	width: 360px;
	margin: 5px 2px;
}
.inputSmall {
	width: 80px;

}
.inputVerySmall {
	width: 30px;

}
.inputMiddle {
	width: 350px;
}

.inputBig {
	width: 400px;
}
textArea {
	width: 400px;
}
textarea.fullWidth {
	width: 95%;
	height: 200px;
}
.statusCheckbox {
	padding: 0px;
	margin: 0px;
}
/*div input, div textarea, div select, div label, #frmRequest div span {
	margin: 3px 2px;
}*/

/* ******************* END forms ****************** */

