/* CSS Document */

body {
	background: #253960 url(background.gif) top left repeat-x;
	color: #FFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 1em 1.3em;
	font-size:10pt;
}

#header {
	background:url(../../images/header3.png) top left repeat-x;
	padding-top:55px;
}

#meniu-right {
	float:right;
	text-align:right;
	display: block;
}

.searchtable
{
	background: #0f2d58;
}
.searchtable
{
	border: 0px;
	margin: 0px;
}
.nopad {
	padding:0 0 0 0 !important;
}
.searchblock {
	background: #001d3f;
	padding: 5px 16px 5px;
}
#searchmenu {
	width:200px !important;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
td.thead {
	background: #405882 url(header.gif) top left repeat-x;
	padding-left:2px;
	padding-right:2px;
}
div.head {
	background: #405882 url(header.gif) top left repeat-x;
	padding-left:15px;
	padding-right:2px;
	line-height:20px;
}
p.tall {
	line-height:1.5em;
}

.loading {
	width:150px;
	background-image:url(ajax-loader.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
.fieldselect {
	width:150px;
}

.updated {
	background: #CFEBF7 url(/images/good.gif) no-repeat 1em ;
	border: 1px solid #2580B2;
	margin: 1em 2em 10px;
	color:#000000;
	padding: 1em 1em 1em 3em;
}

.error {
	background: #FFEFF7 url(/images/error.gif) no-repeat 1em ;
	border: 1px solid #c69;
	margin: 1em 2em 10px;
	color:#000000;
	padding: 1em 1em 1em 3em;
}

.notice {
	background: #ffc url(/images/notice.gif) no-repeat 1em ;
	border: 1px solid #ff3;
	margin: 1em 2em 10px;
	color:#000000;
	padding: 1em 1em 1em 3em;
}

h5 {
	font-size:1.2em;
	display:block;
	border-bottom:#fff 1px solid;
	margin-bottom:15px;
}

.trhead {
	height:20px;
}

#ajaxmsg {
	position:fixed;
	top:25px;
	width:500px;
	margin-left:-250px;
	left:50%;
	
}
