@charset "utf-8";

:root { font-size: 16px; }

/*
html {
	overflow-y:scroll;
	overflow-x: hidden;
	width:100%;
	height:100%;
}
body {
	background:#beb9b5;
    margin: 0 0 1px;
	padding: 0;
	width:100%;
	height:100%;
}
*/


/* ~~ HTML i BODY iz PROM GENERAL.CSS ~~ */
html {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-x: hidden;
	height: 100%;
	box-sizing: border-box;
}

body {
	margin:0 auto;
	padding: 0;
	width: 100%;
	overflow: hidden;
	min-height: 100%;
	height: auto;
	background-color: #f6f7f2;
	color: #666;
	font: 1em/1.6 Verdana, Arial, Helvetica, sans-serif;
}




/* ~~ Element/tag selectors ~~ */
ul, dl {
	padding: 0;
	margin: 0;
}
.li {
	font:80%/1.4 Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;	
}
p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font:80%/1.4 Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;	
}
.veci {
	font:90%/1.4 Arial, Helvetica, sans-serif;
}
h1 {
    margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
	color: #666666;
}
h2, h3, h4  {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font: 80%/1.4 Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}
img {
	border:#000 solid 1px;
}
a img {
	border: none;
}
a:link {
	color: #09F;
	text-decoration: none;
}
a:visited {
	color: #069;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}


/* ~~ This is the layout information. ~~ */
.fullspread {
	width: 100%;
	background: #f6f7f2;
}
.width970 {
	width: 970px;
	background: #f6f7f2;
	margin: 0 auto;
}
.content {
	width: 970px;
	padding: 7px 0;
}
.sidebar {
	float: right;
	width: 300px;
	border:none;
	padding-bottom: 10px;
	overflow: hidden;
	word-wrap: break-word;
}
.sidebar_x {
	float: right;
	width: 300px;
	padding-bottom: 10px;
	border-left:#666 solid 1px;
	border-bottom: #666 solid 1px;
	border-bottom-left-radius: 7px;
	overflow: hidden;
	word-wrap: break-word;
}
.maincontent {
	float: left;
	width: 640px;
	overflow: hidden;
	word-wrap: break-word;
}
.bttmbar {
	float: left;
	width: 640px;
	overflow: hidden;
	word-wrap: break-word;
}
.maincontent_dpr {
	float: left;
	width: 640px;
/*	overflow: hidden; */
	word-wrap: break-word;
}
/* ~~ The footer ~~ */
#footer {
	background-color:#505050;
	color:#CCC;
	font:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:16;
	padding-top:10px;
	height:50px;
	background-image:url(../pic/bg970Dark.jpg);
}
.footer {
	width: 100%;
	/*padding: 10px 0;*/
	/*background: #CCC49F;*/
}
#copyright {
	background-color:#505050;
	color:#CCC;
	font:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:16;
	padding-top:10px;
}
.caption {
    padding-top:0px;
	padding-bottom:10px;
	margin-top:0px;
	font-weight:normal;
	font-style:italic;
}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #width970) if the #footer is removed or taken out of the #width970 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/* start top navigation menu */

#topNavigation {
	float:right;
}
#topNavigation li {
	float:left;
	list-style:none;
	font: 0.8rem/1.2rem Verdana, Geneva, sans-serif;
	font-weight: 500;
	padding-left:12px;
	padding-right:10px;	
	padding-top:32px;
}
#topNavigation a:link, #topNavigation a:active, #topNavigation a:visited { 
	font: 0.8rem/1.2rem Verdana, Geneva, sans-serif;
	font-style:normal;
	color:#dddddd;
	text-decoration:none;
	text-align:left;
}
#topNavigation a:hover { 
	font: 0.8rem/1.2rem Verdana, Geneva, sans-serif;
	font-style: normal;
	text-decoration:underline;
	color:#FFFFFF;
	/*line-height:150%;*/
	text-align:left;
}
/* end top navigation menu */


div.cssLO .probnilayout_navigation_design{
	margin:0px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	min-height:59px;/*The min-height and the two succesive height style definitions are needed to define a minimum height for IE6 because it does not recognize the min-height CSS property.*/
	height:auto !important;
	height:59px;
}
.probnilayout_navigation_layout{
	width:500px;
	float:right;
	margin-left: 0px !important;
	margin-left: -3px;/*This is a known issue with IE6. The browser leaves 3px margins near floating divs. These two rules come to prevent that.*/
}




.popimg {
	border-bottom: 1px dotted #000000; color: #000000; outline: none;
	cursor:help; text-decoration: none; color: #09F;
	position: relative;  z-index:99;
	}
.popimg span {
	display:none;
	position:relative; z-index:99;
	}
.popimg:hover span {
	display:inline;
	position: absolute; left: -260px; top: 2em; z-index:99;
	margin-left: 0; width: 250px;
	}
.popimg:hover img {
	border: 0; margin: -10px 0 0 -55px;
	float: left; position: absolute; z-index:99;
	}
.popimg:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif;
	color:#000;
	font-size: 1.4em; font-weight: bold;
	padding: 0.2em 0 0.6em 0;
	}
.tooltip {
	border-bottom: 1px dotted #000000; color: #000000; outline: none;
	cursor:help; text-decoration: none; color: #09F;
	position: relative;
	}
.tooltip span {
	display:none;
	position:relative;
	}
.tooltip:hover span {
	display:inline;
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
	font-family: Calibri, Geneva, sans-serif;
	font-size:12px;
	position: absolute; left: -260px; top: 2em; z-index: 99;
	margin-left: 0; width: 250px;
	}
.tooltip:hover img {
	border: 0; margin: -10px 0 0 -55px;
	float: left; position: absolute;
	}
.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif;
	color:#000;
	font-size: 1.4em; font-weight: bold;
	padding: 0.2em 0 0.6em 0;
	}

.help { background: #EaE9E7; border: 1px solid #666; color:#000; padding: 0.5em 0.8em 0.8em 2em;}
.classic { padding: 0.8em 1em; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover { background: transparent; }
.classic {background: #FFFFAA; border: 1px solid #FFAD33; }
.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.warning { background: #FFFFAA; border: 1px solid #FFAD33; }


.boxshadow {
	box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.5);
	}
.txtshadow {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	}
.dalo {
    text-align:center;
	background-color: #c52;
	padding: 0;
	margin: 0 auto;
}
.dalofooter {
	font: 90%/1.0 Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	margin:0 auto;
	padding-bottom:10px;
}
.novifooterlink {
	 text-align:center;
	 font: 0.7rem/1.0rem Verdana, Geneva, sans-serif;
	 color:#DDDDDD !important;
}