body{
	font-family: Trebuchet MS;
	font-size: 0.8em;
	text-align: center;
	margin: 0px auto;
	background-color: #ddd;
}
a {
  color: #35505C;
  text-decoration:none;
}
a:hover {
  color: #95B0BC;
  text-decoration:underline;
}

.input{
	width: 150px;
}

textarea{
	width: 95%;
	padding: 2px; 
	height: 150px;
}
input{
	margin: 1px;
	font-size: 0.9em;
}
select{
	margin: 1px;
	font-size: 1em;
}
sup{
	color: #FF0000;
}

#okraj{
	text-align: center;
	background-image: url('../img/design/okraj844.png');
	background-repeat: repeat-y;
	background-color:  #EAE8E8;
	margin: 0px auto;
	width: 844px; 
}

#cele{
 	width: 886px; 	
 	text-align: left;
 	margin: 0px auto;
 	border: 1px solid #000000;
 	background-color: #ffffff;
}


#hlava{
	text-align: left;
	margin: 0px auto;
	padding: 10px;
	background-color: #EAE8E8;
	height: 80px;
	background-image: url('../img/design/okrajHorni.png');
	background-position: bottom left;
	background-repeat: repeat-x;
}

#logo {
	float: left;
	background-image: url('../img/design/logo.png');
	height: 100px;
	width: 160px;
}

#login {
	text-align: right;
	height: 80px;
	width: 40%;
	float: right;
}

.reset{
	clear: both;
	margin: 0px;
	padding: 0px;
}

#menu{
	text-align: left;
	padding: 10px;
	background-color: #DDDDDD;	
	float: left;
	width: 153px;
	margin: 0px;
	border: 1px solid #65707C;
}
#stred{
	text-align: left;
	padding: 0 10px;
	margin: 5px 0px 5px 5px;
	margin-left: 185px;
	
}

#info{
	background-color: #E6E6E6;	
	text-align: center;
	font-size: 10px;
}

menu {
	list-style: none;
	margin: 0px;
	padding: 2px;
}
menu .menu_prvni{
	margin-left: -5px;
}


.smajl{
	display: inline;
	vertical-align: middle;
	border:0px;
}
.iconCenter{
	display: inline;
	vertical-align: middle;
	border:0px;	
}
.suda{
	background-color:#F0F0F0;
}
.licha{

}
.menu_prvni{
	font-weight: bold;
	cursor: default;
}
.zpravaDiv{
		background-color: #DDDDDD;	
		border: 1px solid #65707C;
		padding: 2px;
		margin: 2px;	
}
.green{
	color: green;
}

/* písmenka u výpisu*/
	.LetterBar{
		background-color: #DDDDDD;	
		border: 1px solid #65707C;
		text-align: center;
	}
	
/* Detail titulu */
	.titulObalka{
		background-color: #DDDDDD;	
		border: 1px solid #65707C;
		padding: 5px;	
	}
	.ShowTitul p{
		color: #000080;
	}
	.ShowTitul strong{
		color: #000;
	}


/* Třídy pro hlášky */
.msg_ok{
	border:1px solid #008000;
	padding:10px;
	margin: 10px;
	background-color: #DFFFDF;
	text-align: left;
	top: 0px;
	left: 50%;
	z-index: 100;
	position: absolute;
	margin-left: -150px;
}
.msg_error div
{
	width: 300px;
}
.msg_error{	
	border:1px solid #FF0000;
	margin: 10px;
	padding:10px;
	background-color: #FFDFDF;
	text-align: left;
	top: 0px;
	left: 50%;
	z-index: 100;
	position: absolute;
	margin-left: -150px;
}
.msg_error div
{
	width: 300px;
}
.msg_error_close{
	padding: 0px;
	margin: 0px;
	text-align: right;
	float: right;
}

.form_img_error{
	margin: 1px;
	padding: 1px;
	font-size: 0.9em;
	background:url("../img/icon/exclamation.png") no-repeat 100% 50%;
	border: 1px dotted #FF0000;
}

.msg_page_error{
	border:1px solid #FF0000;
	margin: 10px;
	padding:10px;
	background-color: #FFDFDF;
	text-align: left;	
}
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }


/* tabulky */
.tab table{
	width: 90%;
	height: 90%;
}
td, tr {
	vertical-align: top;
}
.povinne{
	font-weight: bold;
}

.vypisTitulu table{
	width: 90%;
	height: 90%;
}
.vypisTitulu th{
	text-align: left;
	padding-right: 20px;
}
.vypisTitulu caption{
	width: 90%;
	text-align: left;
	color: green;
	font-weight: bold;
}

.statistiky table{
	width: 290px;	
}
.statistikyTD{
	border: 1px solid #64707E;
	background-color: #ddd;
	padding: 2px; 
}

/* Seznamy */
ul.information li{
	list-style-image: url('../img/icon/information.png')
}
ul.noList {
	list-style: none;
}
