a:link		{
	color: #B22222;
}
a:visited	{
	color: #B22222;
}
a:hover		{ color: red; }

a.nav:link		{
	color: Maroon;
}
a.nav:visited	{
	color: Maroon;
}
a.nav:hover		{
	color: Red;
}

body {
	font-size: 10pt;
	color: black;
	font-family: Lucinda, Verdana, sans-serif;
	background-color: white;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.tblMain{
	margin-bottom: 0px;
}

.errorText {
    color: red;
    background-color: white;
}

.pageTitle {
	font-weight: bold;
	letter-spacing: 0.25em;
	background-image: url(../images/top_bgr.png);
}

.title {
	text-align: center;
}

.editTitle {
	font-weight: bold;
	text-align: right;
}

h1 {  font-size: 16pt; color: #993333; font-weight: normal; margin-bottom: 15px}
h2 {  font-size: 13pt; font-weight: normal; color: #993333; margin-top: 0px; margin-bottom: 2px}
h3 {  font-size: 13px; font-weight: bold; color: #267499; margin-top: 0px; margin-bottom: 3px}
h4 {  font-size: 13px; font-weight: bold; color: #993333; margin-top: 5px; margin-bottom: 3px}

.content{
	background: #EEE;
	border: 1px solid #CCC;
	padding-top: 0px;
}
.content th{
	background: #FAEBD7; /*border: 1px solid Maroon;*/
	font: bold 9pt Verdana,Helvetica,sans-serif;
	border-bottom: 1px solid Black;
	text-align: left;
}
.content tr {
}
.content tr.even td {
	background: #DBDBDB;
}
.content tr.selected td {
	background: #FFDAB9;
}

.content td{
	text-align: left;
	border-bottom: 1px solid #CCC;
	padding-right: 2px;
}
div.form .content td{
	text-align: left;	
	padding-right: 2px;
	border-bottom: none;
}
.content td .question{text-align: center; font-size: 8pt;}
.content .text{background:#DDD;border:1px inset #CCC;font:8pt Verdana,Helvetica,sans-serif;width:200px;}
.content .smalltext{background:#DDD;border:1px inset #CCC;font:8pt Verdana,Helvetica,sans-serif;width:100px;}
.content .largetext{background:#DDD;border:1px inset #CCC;font:8pt Verdana,Helvetica,sans-serif;width:360px;}
.content .button{background:#DDD;border:1px outset #CCC;font:8pt Verdana,Helvetica,sans-serif;padding:2px 4px 2px 4px;}
.content .textarea{background:#DDD;border:1px outset #CCC;font:8pt Verdana,Helvetica,sans-serif;padding:2px 4px 2px 4px;width:450px;}
.content .tinytext{background:#DDD;border:1px inset #CCC;font:8pt Verdana,Helvetica,sans-serif;width:30px;}

.content td.error .text{background: #FFE4C4;	border: 1px inset #CCC;	font: 8pt Verdana,Helvetica,sans-serif;	width: 200px;}
.content td.error .smalltext{background:#FFE4C4;border:1px inset #CCC;font:8pt Verdana,Helvetica,sans-serif;width:100px;}
.content td.error .largetext{background:#FFE4C4;border:1px inset #CCC;font:8pt Verdana,Helvetica,sans-serif;width:360px;}
.content td.error .textarea{background:#FFE4C4;border:1px outset #CCC;font:8pt Verdana,Helvetica,sans-serif;padding:2px 4px 2px 4px;width:450px;}
.content td.error .tinytext{background:#FFE4C4;border:1px inset #CCC;font:8pt Verdana,Helvetica,sans-serif;width:30px;}

td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
th {
	text-align: left;
}

.header{
	border-bottom: 1px solid Black;
}

.tblMain{
	border-bottom: 1px solid Black;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
}

.leftMenu{
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 5px 5px 5px 5px;
}

#TreeMain {
	background-color: #EEE;
	border: 1px solid #CCC;
	width: 200px;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	height: 100%;
}

#Main{
	border: 1px dotted Black;
	width: 98%;
	height: 100%;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}

#Copyright{
	margin-top: 5px;
}

#copyright_text {
	text-align: center;
	float: left;
	color: Gray;
}

#copyright_images{
	float: right;	
}

#Copyright img {
	border: 0px;
}



/* new layout*/

#mainbox {width: 100%; height: 100%;position: relative;}
#centerbox {
	width: 100%;
	height: 100%;
	position: relative;
}
#contentbox {
	width: 991px; 
	margin: auto;
	position: relative;
}
#topbox{
	width: 991px;
	height: 76px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #DFDFDF;
	background: Red url(../images/kolaz.png) no-repeat right;
}
#topbox .item {
	position: relative;
	border: 0px;
}
#topbox_logo{
	width: 227px;
	height: 76px;
	float: left;
	border: 0px;
}
#topbox_title{
	width: 764px;
	height: 76px;
	float: left;
	border: 0px;
}
#topbox_title_text{
	text-align: left;
	margin: 0px 0px 0px 0px;
	border: 0px;
}

#topbox_right{
	float: right;
	height: 16px;
	margin: 0px 5px 0px 0px;
}

#middlebox{
	width: 991px;
	border: 1px solid #D3D3D3;
	background: White;	
}
#topbox_bar{
	width: 991px;
	height: 16px;
	border: 1px solid #D3D3D3;
	background: White url(../images/topbar_bgr.png);
	border-top: 0px;
}

#bottombox{
	width: 991px;
}
#leftbox{
	background-color: #EEE;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 215px;
	height: 100%;
	padding: 5px 5px 10px 5px;
	margin: 0px 0px -1px 0px;
	float: left;
}
#main{
	width: 740px;
	float: left;
	display: block;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	border: 0px;
}
#main-content {
	width: auto;
	text-align: justify;
	padding: 0px 1px 1px 1px;
	border: 0px;
}
.cleaner {clear: both; height: 1px; margin: -1px 0 0 0; padding: 0; border: none; visibility: hidden;}
.hlaska {width: 700px; float: left;}
#pager{
	width: 740px;
	height: 17px;
	margin-bottom: 3px;
}
#pagerBottom{
	width: 740px;
	height: 17px;
}
.span_right {
	float: right;
}
.span_left {
	float: left;
}
.noborder{
	border: 0px;
}
.vlajecka {
	padding-top: 2px;
}
.vlajecka img {
	border: 0px Black;
}



