@charset "utf-8";
.def {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #114E78;
	letter-spacing: 1px;
}
.cherveno {
	font-family: verdana;
	font-size: 11px;
	color: #FF6600;
}
.form_obj {
	font-family: verdana;
	font-size: 11px;
	color: #666666;
	border: 1px dotted #0099CC;
}
.zeleno {
	font-family: verdana;
	font-size: 11px;
	color: #66CC00;
}
.linkove {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
a.linkove:hover {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #CC6600;
	text-decoration: underline;
}
.ime_tb {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #006633;
	letter-spacing: 1px;
}
.body_menu {
	background-attachment: scroll;
	background-image: url(file:///D|/images/bg.jpg);
	background-repeat: repeat-x;
}
body {
	font-family: verdana;
	font-size: 11px;
	color: #F6F2D9;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #0082C3;
	margin-top: 10px;
}
.adm_menu_title  {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #F6F2D9;
	text-decoration: none;
}
a.adm_menu_title  {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #F6F2D9;
	text-decoration: none;
}
a.adm_menu_title:hover {
	text-decoration: underline;
}
.adm_menu_link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #F6F2D9;
	text-decoration: none;
}
.adm_menu_link:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #F6F2D9;
	text-decoration: underline;
}
.adm_menu_txt {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #F6F2D9;
	text-decoration: none;
	display: block;
}
#iztrivanebuton {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #CC0000;
	height: 25px;
	font-weight: bold;
}


/* clasove za thickbox */

#TB_window {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(file:///D|/web%20saitowe/pm/macFFBgHack.png) repeat;}
.TB_overlayBG {
/*	background-color:#000;*/
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

.zoom_img {
	cursor: url(file:///D|/web%20saitowe/adm_img/zoom.cur);
}
a.def {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006600;
}
a.def:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}
.def_mm {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #114E78;
	letter-spacing: 1px;
}

/* menu */

#submenu li a.current {
	background:none;
	border:none;
}

#adminmenu a, #submenu a, #sidemenu a {
	text-decoration: none;
}

#adminmenu {
	margin: 0;
	list-style: none;
	padding-left: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-family: "Trebuchet MS";
	font-size: 14px;
}

#adminmenu a {
	font-size: 14px;
	padding: 6px 7px;
	line-height: 200%;
	color: #FFFFFF;
}

#submenu a {
	font-size: 12px;
	padding: 6px 7px;
	color: #006600;
	font-weight: bold;
}

#adminmenu a.current, #sidemenu a.current {
	font-weight: normal;
	padding-left: 6px;
	padding-right: 6px;
	-moz-border-radius-topleft: 4px;
	-khtml-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-khtml-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	border-width: 1px;
	border-style: solid;
}

#adminmenu a.current {
	border-bottom-width: 2px;
}

#sidemenu {
	margin: -30px 15px 0 315px;
	list-style: none;
	position: relative;
	float: right;
	padding-left: 10px;
	font-size:12px;
}

#sidemenu a {
	padding: 0 7px;
	display: block;
	float: left;
	line-height: 28px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#adminmenu li, #submenu li, #sidemenu li {
	display: inline;
	list-style: none;
	text-align: center;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

#submenu li {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 17px;
}

#adminmenu li a #awaiting-mod {
	position: absolute;
	margin-left: -0.2em;
	font-size: 0.7em;
	background-repeat: no-repeat;
	background-position: 0 bottom;
	height: 0.9em;
	width: 1em;
}

#adminmenu li a .count-0 {
	display: none;
}

#adminmenu li a:hover {
	background-position: -80px bottom;
}

#adminmenu li a span {
	top: -0.8em;
	right: 0;
	position: absolute;
	display: block;
	height: 1.3em;
	line-height: 1.3em;
	padding: 0 0.8em;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#submenu {
	margin: 0;
	list-style: none;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#submenu li {
	font-size: 12px;
}

/* Because we don't want visited on these links */
#adminmenu a.current, #sidemenu a.current {
	background-color: #fff;
	border-bottom-color: #fff;
	color: #d54e21;
	border-top-color: #00CC00;
	border-right-color: #00CC00;
	border-left-color: #00CC00;
}

#adminmenu li a #awaiting-mod span {
	background-color: #d54e21;
	color: #fff;
}

#adminmenu li a:hover span {
	background-color: #264761;
}

#adminmenu {
	background-color: #358F1E;
	border-bottom-color: #00CC00;
}

#sidemenu a {
	background-color: #e4f2fd;
	border-bottom-color: #c6d9e9;
	border-top-color: #e4f2fd;
}

.text_a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
#bsn_butoni {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 10px;
}
#infosn {
	display: none;
}
#maxip {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
	width: 400px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding: 25px;
}
.exp_div_plus {
	background-image: url(../images/plus.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
.exp_div_minus {
	background-image: url(../images/minus.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
.zaglavie {
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #114E78;
	letter-spacing: 1px;
	font-weight: bold;
}
.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid black;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 200px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}
#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
} 
#legenda {
	font-family: Calibri;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0082C3;
	padding: 1px;
	margin: 1px;
	letter-spacing: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
#stop_play {
	font-family: Calibri;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0082C3;
	padding: 1px;
	margin: 1px;
	letter-spacing: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
.langs {
	font-family: Calibri;
	font-size: 13px;
	color: #FFFFFF;
	font-style: italic;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
}
a.langs:hover {
	font-family: Calibri;
	font-size: 13px;
	color: #FFCC00;
	font-style: italic;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
}
#zabaveno {
	font-family: Calibri;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0082C3;
	padding: 1px;
	margin: 1px;
	letter-spacing: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
#normalno {
	font-family: Calibri;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0082C3;
	padding: 1px;
	margin: 1px;
	letter-spacing: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
.rdef {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #114E78;
	letter-spacing: 1px;
}
a.rdef {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006600;
}
a.rdef:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}
.legenda_r {
	border-bottom: 1px solid #0082C3;
}
