/* CSS Document */

html
{
	width: 100%;
	height: 100%;
}

body
{
	background-color: #8db5cb;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url(Img/bg_body.jpg);
	background-repeat: repeat-x;
	height: 100%;
}

#wrapper
{
	width: 90%;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	height: 100%;
	position: relative;
}

#header
{
	float: left; /*width:900px;*/
	width: 100%;
	height: 85px; /*background-color: #ffffff;*/
	background-image: url(Img/bg_body.jpg);
	background-repeat: repeat-x;
}


#logobox
{
	display: inline;
	float: left;
	width: 220px;
	height: 127px;
	margin: 6px;
	background-image: url(Img/logo220.jpg);
	background-repeat: no-repeat;
	text-align: right;
}

#logobox h1
{
	padding: 0px;
	margin: 0px;
	margin-top: 50px;
	margin-right: 20px;
	font-size: 26px;
	color: #c1d000;
}

#logobox h2
{
	padding: 0px;
	margin: 0px;
	margin-top: -4px;
	margin-right: 20px;
	font-size: 14px;
	color: #8d8d8d;
}

#headimg
{
	display: inline;
	float: left;
	width: 600px;
	height: 127px;
	margin: 6px;
	margin-left: 0px;
	background-image: url(Img/BSbig600.jpg);
	background-repeat: no-repeat;
}

#topnavi
{
	display: inline;
	float: left; /*width:900px;*/
	width: 100%;
	height: 34px;
	background-image: url(Img/bg_topnavi.jpg);
	background-repeat: repeat-x;
}

#topnavi ul
{
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 6px;
	margin-top: 0px;
}

#topnavi ul li
{
	float: left;
	height: 28px;
	background-image: url(Img/button_topnavi_norm.jpg);
	background-repeat: no-repeat;
	line-height: 28px;
}

#topnavi ul li.clean
{
	float: left;
	height: 28px;
	background-image: url(Img/button_topnav_clean.jpg);
	background-repeat: no-repeat;
	line-height: 28px;
	margin-right: 6px;
}

#topnavi ul li.selected
{
	float: left;
	height: 28px;
	background-image: url(Img/button_topnavi_selected.jpg);
	background-repeat: no-repeat;
	line-height: 28px;
}

#topnavi ul li a
{
	line-height: 28px;
	color: #8d8d8d;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	padding-left: 28px;
	padding-right: 26px;
}

#topnavi ul li a:hover
{
	line-height: 28px;
	color: #8d8d8d;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	text-decoration: underline;
	padding-left: 28px;
	padding-right: 26px;
}

#topnavi ul li.selected a
{
	line-height: 28px;
	color: #757575;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	padding-left: 28px;
	padding-right: 26px;
}

#topnavi ul li.selected a:hover
{
	line-height: 28px;
	color: #757575;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	text-decoration: underline;
	padding-left: 28px;
	padding-right: 26px;
}

#topsitepath
{
	width: 100%; /*height: 35px;*/
	font-family: Verdana;
	background-color: white;
}

#bodybox
{
	float: left; /*width:900px;*/
	width: 100%; /*background-image:url(Img/bg_bodybox.jpg);*/
	background-color: white;
	min-height: 100%;
	height: 100%;
}

#bodybox h2
{
	color: #696969;
}

#subnavi
{
	display: inline;
	float: left; /*width:220px;*/
	width: 150px;
	margin-left: 6px;
	margin-top: 10px;
	padding-bottom: 10px; /*border-right: black 1px dotted;*/
}

#subnavi ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#subnavi ul li
{
	height: 24px;
	background-image: url(Img/button_subnavi.jpg);
	background-repeat: no-repeat;
	line-height: 24px;
	margin-left: 22px; /*width:181px;*/
}

#subnavi ul li a
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #8d8d8d;
	text-decoration: none;
	padding-left: 10px;
}

#subnavi ul li a:hover
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #8d8d8d;
	text-decoration: underline;
	padding-left: 10px;
}

#subnavi ul li a.selected
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #c1d000;
	text-decoration: none;
	padding-left: 10px;
}

#subnavi ul li a.selected:hover
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #c1d000;
	text-decoration: underline;
	padding-left: 10px;
}

#submeniu
{
	display: inline;
	float: left; /*width:220px;*/
	width: 15%;
	margin-left: 6px;
	margin-top: 10px;
	padding-bottom: 10px;
}

#content
{
	display: inline;
	float: left; /*width:608px;*/
	width: 60%;
	margin-top: 10px;
	padding-bottom: 10px;
	border-left: lightgrey 1px dotted;
	border-right: lightgrey 1px dotted;
	padding-left: 20px;
	padding-right: 20px;
}

#content h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #c1d000;
}

#content p
{
	line-height: 16px;
}

#content a
{
	color: #000066;
}


#footer
{
	/*display: inline;*/ /*float: left;*/ /*width:900px;*/
	width: 100%;
	height: 41px;
	background-image: url(Img/bg_footer.jpg);
	background-repeat: repeat-x;
	text-align: center; /*position: absolute;*/ /*bottom: 0px;*/ /*margin-top: 0px;*/
	clear: both;
}

#footer p
{
	margin: 6px;
	padding: 0px;
	line-height: 28px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #aaaaaa;
}

#footer a
{
	font-size: 10px;
	color: #aaaaaa;
	text-decoration: none;
}

#footer a:hover
{
	font-size: 10px;
	color: #aaaaaa;
	text-decoration: underline;
}

div.imgbox
{
	float: right;
	width: 160px;
	height: 250px;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 10px;
}

div.imgbox img
{
	border: 1px solid #bbbbbb;
}

div.imgbox p
{
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #aaaaaa;
}

div.spacing1
{
	margin-left: 18px;
	margin-right: 18px;
}



.button
{
	color: #444; /*display: block;*/
	margin-right: 6px;
	text-decoration: none;
	background-image: url('Img/bg_button.jpg');
	background-repeat: repeat-x;
	font-family: arial, sans-serif;
	margin-left: 6px; /*float: left;*/
	border-top-style: none;
	border-left: #aaaaaa 1px solid;
	border-right: #aaaaaa 1px solid;
	cursor: pointer;
	border-bottom: #aaaaaa 1px solid;
}

.buttonright
{
	color: #444;
	display: block;
	height: 24px;
	margin-right: 6px;
	text-decoration: none;
	background-image: url(Img/bg_button.jpg);
	background-repeat: repeat-x;
	font-family: arial, sans-serif;
	margin-left: 6px;
	float: right;
	border-top-style: none;
	border-left: #aaaaaa 1px solid;
	border-right: #aaaaaa 1px solid;
	cursor: pointer;
	border-bottom: #aaaaaa 1px solid;
}

.buttonleft
{
	color: #444;
	display: block;
	height: 24px;
	margin-right: 6px;
	text-decoration: none;
	background-image: url(Img/bg_button.jpg);
	background-repeat: repeat-x;
	font-family: arial, sans-serif;
	margin-left: 6px;
	float: left;
	border-top-style: none;
	border-left: #aaaaaa 1px solid;
	border-right: #aaaaaa 1px solid;
	cursor: pointer;
	border-bottom: #aaaaaa 1px solid;
}

.meniubuttonroot
{
	text-decoration: none;
	background-image: url(Img/bg_button_meniu_root.jpg);
	background-repeat: repeat-y;
	font-family: arial, sans-serif; /*cursor: pointer;*/
	width: 150px;
	border-bottom: white 1px solid;
	border-left: white 1px solid;
	border-top: white 1px solid;
	border-right: white 1px solid;
	color: black;
}

.meniubutton
{
	text-decoration: none;
	background-image: url(Img/bg_button_meniu.jpg);
	background-repeat: repeat-y;
	font-family: arial, sans-serif;
	cursor: pointer;
	width: 150px;
	border-bottom: white 1px solid;
	border-left: white 1px solid;
	border-top: white 1px solid;
	border-right: white 1px solid;
	color: black;
}

.ddl
{
	border-bottom: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-right: lightgrey 1px solid;
}

.ddl2
{
	border: 1px solid #808080;
	background-color: #FFFFCC;
}

.ddlyear
{
	border-bottom: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-right: lightgrey 1px solid;
	margin-left: 4px;
	margin-right: 4px;
	width: 56px;
	font-size: 1em;
}

.ddlmonth
{
	border-bottom: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-right: lightgrey 1px solid;
	margin-left: 4px;
	margin-right: 4px;
	width: 82px;
	font-size: 1em;
}

.navright
{
	margin-left: 2px;
	margin-right: 2px;
}

.navleft
{
	margin-left: 2px;
	margin-right: 2px;
}

.header1
{
	background-image: url(Img/bg_header_table24.jpg);
	background-repeat: repeat-x;
	color: white;
	height: 24px;
	background-color: #d8d6d9;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

.header1 a
{
	color: white;
}

.header2
{
	background-image: url(Img/bg_header_table24.jpg);
	background-repeat: repeat-x;
	color: white;
	height: 24px;
	background-color: #d8d6d9;
	font-weight: bold;
}

.header2 a
{
	color: white;
}

.header2double
{
	background-image: url(Img/bg_header_table26double.jpg);
	background-repeat: repeat-x;
	color: white;
	height: 26px;
	background-color: #d8d6d9;
	font-weight: bold;
	text-align: center;
}



.headercolorfill
{
	background-color: #d8d6d9;
}



.borderstyle
{
	border-bottom: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-right: darkgray 1px solid;
}

.customborder
{
	border-bottom: white 2px solid;
	border-left: white 2px solid;
	border-top: white 2px solid;
	border-right: white 2px solid;
}

.solidfill1
{
	background-color: #F5F5F5;
}

.table
{
	background-color: #F5F5F5;
	border-bottom: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-right: darkgray 1px solid;
}

.tablealternate
{
	background-color: #E6E6FA;
}

.tablealternate2
{
	background-color: #EBF4FF;
}

.tableselected
{
	font-weight: bolder;
}

.top
{
	vertical-align: top;
}

.txt
{
	font-size: 1em;
	border-bottom: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	width: 150px;
	border-top: lightgrey 1px solid;
	border-right: lightgrey 1px solid;
}

.txtborder
{
	/*font-size: 1em;*/
	border-bottom: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-right: lightgrey 1px solid;
}

.txtto
{
	font-size: 1em;
	border-bottom: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	width: 75px;
	border-top: lightgrey 1px solid;
	border-right: lightgrey 1px solid;
}

.txtfrom
{
	font-size: 1em;
	border-bottom: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	width: 75px;
	border-top: lightgrey 1px solid;
	border-right: lightgrey 1px solid;
}

.formlbl
{
	text-align: right;
	margin-right: 5px;
	padding-right: 5px;
}

.formlblbold
{
	text-align: right;
	font-weight: bold;
	margin-right: 5px;
	padding-right: 5px;
}

input[disabled="disabled"], input.disabled
{
	color: gray;
	cursor: default;
	background-color: #dcdcdc;
}

.required
{
	color: red;
}

.edit
{
	background-color: #ffffa9;
}

.modalbackground
{
	background-color: #C0C0C0;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.updateProgress
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=70);
	mozopacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}
.updateProgress div
{
	background-color: white;
	padding: 4px;
	position: absolute;
	top: 40%;
	left: 50%;
}

/*.button span {
    background: transparent url(Img/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
}*/


/*Reorder list*/
.callbackStyle
{
	border: thin blue inset;
}
.callbackStyle table
{
	background-color: #5377A9;
	color: Black;
}
.reorderCue
{
	border: dashed thin black;
	width: 100%;
	height: 25px;
}
.dragHandle
{
	cursor: move;
	background-image: url(Img/ListItem.bmp);
	width: 16px;
	height: 16px;
	background-color: #000000;
}
.itemArea
{
	margin-left: 15px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	text-align: left;
}
.items li
{
	list-style: none;
	margin: 2px;
	background-image: url(Img/bg_blue.jpg);
	background-repeat: repeat-x;
	color: #FFF;
}
.insertArea
{
	margin-left: 15px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	margin-top: 10px;
}

/*Reorder list*/
