/*napoveda k formularum*/
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/
padding: 3px;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border: 1px dashed black;
visibility: hidden;
}
.hintanchor { /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
text-decoration: none;
}

.countChar {
float:right;
font-size:11px;
display: block;
padding-bottom: 1	px;
text-align:right;
}

#r-mid .sep {
	margin-bottom: 10px;
	BORDER-bottom: 1px dotted #bcc4c4;
}

/* FORMULAR */
#r-mid table.form textarea:focus,#r-mid table.form select:focus,#r-mid table.form input:focus{
	background: #FFFFE0;
}
#r-mid .formular table.form2 textarea:focus,#r-mid .formular table.form2 select:focus,#r-mid .formular table.form2 input:focus{
	background: #FFFFE0;
}

#r-mid table.form {
	margin-bottom: 10px;
	margin-left: 25px;
	width: 500px;
}
#r-mid table.form td {
	vertical-align: middle;
	padding: 0px 5px 5px 0px;
}
#r-mid table.form input.short {
	border: solid 1px #d0d0d0;
	width: 50px;
}
#r-mid table.form input.normal {
	border: solid 1px #d0d0d0;
	width: 150px;
}
#r-mid table.form input.long {
	border: solid 1px #d0d0d0;
	width: 270px;
}
#r-mid table.form textarea.normal {
	border: solid 1px #d0d0d0;
	width: 150px;
}
#r-mid table.form textarea.long {
	border: solid 1px #d0d0d0;
}
#r-mid table.form select.short {
	width: 50px;
	border: solid 1px #d0d0d0;
}
#r-mid table.form select.normal {
	width: 140px;
	border: solid 1px #d0d0d0;
}
#r-mid table.form select.long {
	width: 275px;
	border: solid 1px #d0d0d0;
}
#r-mid td.color {
	color: #00008B;
	font-weight: bold;
}
#r-mid table.paging td.up {
	width: 80%;
	text-align: right;
}
#r-mid table.paging div.href {
	margin-right: 5px;
	border : 1px solid #9C9C9C;
	background-color: #ffffff;
	padding: 2px 5px;
}
#r-mid table.paging div.href a {
	color: #656565;
	text-decoration: none;
}
#r-mid table.paging div.href a:hover {
	color: #DE4322;
	text-decoration: none;
}

#r-mid table.paging {
	width: 100%;
	margin-bottom: 20px;
}
#r-mid  table.paging td a, #content table.paging td a:visited {
	color: #656565;
	font-weight: Bold;
	text-decoration: none;
}
#r-mid table.paging td a:hover, #content table.paging td a:focus {
	color: #1778D2;
	font-weight: Bold;
	text-decoration: none;
}
#r-mid table.paging td img.lr {
	margin-bottom: 1px;
	
}
#r-mid form input.button {
	padding: 0px 4px;
	margin: 0px;
	background-color: #D0D0D0;
	background-image : none;
	font-weight: Bold;
	color: #4F5D68;
	border: solid 1px #9c9c9c;
cursor: pointer;
_cursor: hand;

}

