 /* CSS Document */
html,body{
	margin:0px;
	padding:0px;
	font-family:Tahoma;
	font-size: 0.83em;
	color: #8f8f8f;
}

#page_container{
	width:1000px;
	/*display:table;*/
	background-image:url(/images/pagediv_bg.png);
}
#page_container_print{
	width:1000px;
	/*display:table;*/
}

#page_container, #footer_container, #credits {
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

#left_container, #center_container, #head_container{
	float:left;
}

/* BEGIN LEFT */
#left_container{
	width:276px;
	padding-bottom:5px;
	overflow:hidden;
	display:block;
}
#menu_container{
	float:left;
	width:256px;
	clear:both;
	text-align:left;
	padding-left:20px;
	color:#9c9c9c;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	display:table;
	background-image:url(/images/side_sub_bg.png);
	overflow:hidden;
}
/*MENU*/
#menu{
	display:none;	
}
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	/*background-color:#e2e8ed;*/
}
.treeview ul {
	margin-top: 0px;
	
}
.treeview .hitarea {
/*	background: url(images/treeview-default.gif) -64px -25px no-repeat;*/
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}
.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}
.treeview a.selected {
	/*background-color: #cbd6df;*/
}
.treeview a {
	width:100%;
	height:100%;
	display:block;
}


/*#treecontrol { margin: 1em 0; display: none; }*/
.treeview .hover { color:#7a7a7a; cursor: pointer; }
/*.treeview li { background: url(images/treeview-default-line.gif) 0 0 no-repeat; }*/
.treeview li.collapsable, .treeview li.expandable { /*background-position: 0 -176px; */}
.treeview .expandable-hitarea { /*background-position: -80px -3px;*/ }
.treeview li.last { }
.treeview li.lastCollapsable, .treeview li.lastExpandable { /*background-image: url(images/treeview-default.gif);*/ }  
.treeview li.lastCollapsable { /*background-position: 0 -111px */}
.treeview li.lastExpandable { /*background-position: -32px -67px */}
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }
.filetree li { 
	padding:0;
/*	padding-top:4px;*/
	padding-bottom:0px;
/*	padding: 4px 0 4px 0px;*/
}
.filetree li ul li {
	padding: 0px 0px 0px 16px;
}
/*.filetree .folder, .filetree .file { padding: 0px 0 0px 16px; display: block; }*/
.filetree span.firstlevel { padding: 4px 0px 5px 20px; display: block; /*background: url(/images/side_sub_bg.png) repeat-y;*/ }
.filetree .firstlevel_link { padding: 2px 0px 2px 20px; display: block; font-size:10px; /*background: url(/images/side_sub_bg.png) repeat-y;*/ }
.filetree .firstlevel_link_1 { padding: 4px 0px 5px 20px; display: block; font-size:11px; /*background: url(/images/side_sub_bg.png) repeat-y;*/ }
.filetree .sublevel { padding: 2px 0px 2px 20px; display: block; font-size:10px; /*background: url(/images/side_sub_bg.png) repeat-y;*/ }
.filetree .firstlevel:hover {background-color:#edebeb;}
.filetree .firstlevel_link:hover {background-color:#dddddd;}
.filetree .firstlevel_link_1:hover {background-color:#dddddd;}
.filetree .sublevel:hover {background-color:#dddddd;}

.filetree a:link {color: #9c9c9c; text-decoration: none;}
.filetree a:visited {color: #9c9c9c; text-decoration: none;}
.filetree a:hover {color: #7a7a7a; text-decoration: underline;}
.filetree a:active {color: #9c9c9c; text-decoration: none;}

.filetree li.firstlevel {border-bottom:dotted; border-width:1px; border-color:#ddd; margin-left:17px;}
/*.treeview li.collapsable {border-color:#F00;}*/
/*.filetree .menuitem { padding: 1px 0 0px 0px; display: block; }*/
/*.filetree span.folder { background: url(/images/menu_bullet.gif) 0 5px no-repeat; }*/
.filetree li.expandable span.folder { /*background: url(images/folder-closed.gif) 0 0 no-repeat; */}
/*.filetree span.file { background: url(/images/menu_bullet.gif) 0 5px no-repeat;}*/
/*END MENU*/

#left_lower_title{
	margin-top:18px;
	width:245px;
	height:15px;
	float:right;
	font-size:1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#e03127;
}
#left_lower_title_content{
	float:left;
	margin:1px 0px 0px 5px;
}
.left_lower_content{
	width:226px;
	float:right;
	margin:10px 19px 0px 0px;
}
.left_lower_content_bullet{
	width:19px;
	height:19px;
	float:left;
	background-image:url(images/side_news_bullet.png);
}
.left_lower_content_date{
	font-weight:bold;
	color:#8f8f8f;
	font-size:1em;
	margin:3px 5px 5px 0px;
	float:left;
}
.left_lower_content_unit{
	width:206px;
	float:left;
	margin-left:1px;
}
/* END LEFT */

/* BEGIN CENTER CONTENTS*/
#center_container{
	width:724px;
	/*background-image:url(images/centerdiv_bg.png);
	background-position:right;*/
	padding-bottom:5px;
	overflow:hidden;
	display:block;
}
#head_container{
	width:724px;
}
#head_container img{
	margin:0px;
	padding:0px;
	float:left;
}
#random_image{
	width:694px;
	height:212px;
	float:left;
	overflow:hidden;
}
#head_right{
	width:30px;
	float:left;
}
#center_content_0{
	width:668px;
	float:left;
	padding:19px 37px 19px 19px;
	position:relative;
}
.center_content_title{

}
/* END CENTER CONTENTS*/

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#e03127;
	font-size:1.8em;
	margin: 10px 0px 10px 0px;
	text-indent:1em;
	/*background-attachment:fixed;*/
	background-image:url(/images/bullet.png);
	background-position:left;
	background-repeat:no-repeat;
}

#calendar_container {
	width:326px;
}

#calendar_container h1{

	margin: 10px 0px 0px 0px;
}

h2{
	font-weight:bold;
	color:#8f8f8f;
	font-size:1.3em;
	margin:0px 0px 0px 0px;
	background-image:url(images/side_bullet.png);
	background-repeat:no-repeat;
	background-position:2px 1px;
	text-indent:1em;
}
h3{
	font-weight:bold;
	color:#e03127;
	font-size:1em;
	margin:3px 0px 5px 0px;
}
hr{
	border-collapse:collapse;
	border-width:1px;
	border-style:dashed;
	border-color:#dddddd;
	clear:both;
	
}

.zap_label{
	margin:0px;
	padding:0px;
	float:left;
}
.par_zaposleni{
	margin:0px;
	padding:0px;
	float:left;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	height:14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #dddbdb;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
	
}
/*STILI EDITORJA*/
.normal_font{
	font-family:Tahoma;
	font-size: 11px;
	color: #8f8f8f;
}
.vecji_font{
	font-family:Tahoma;
	font-size: 14px;
	color: #8f8f8f;
}
.normal_font_rdec{
	font-family:Tahoma;
	font-size: 11px;
	color: #e03127;
}
.vecji_font_rdec{
	font-family:Tahoma;
	font-size: 14px;
	color: #e03127;
}

.velik_font_rdec{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#e03127;
	font-size:1.8em;
}

.velik_font{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#8f8f8f;
	font-size:1.8em;
}

.naslov_veliki{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#e03127;
	font-size:1.8em;
	margin: 10px 0px 10px 0px;
	text-indent:1em;
	/*background-attachment:fixed;*/
	background-image:url(/images/bullet.png);
	background-position:left;
	background-repeat:no-repeat;
}

.naslov_srednji{
	font-weight:bold;
	color:#8f8f8f;
	font-size:1.3em;
	margin:0px 0px 0px 0px;
	background-image:url(images/side_bullet.png);
	background-repeat:no-repeat;
	text-indent:1em;
}
.naslov_mali{
	font-weight:bold;
	color:#e03127;
	font-size:1em;
	margin:3px 0px 5px 0px;
}
/*END STILI EDITORJA*/
.button{
	width:7.1em;
	height:1.3em;
	background-image:url(images/button_bg.png);
	background-position:center right;
	background-repeat:no-repeat;
	/*background-color:#FF0000;*/
	font-size:0.83em;
	margin-bottom:5px;
	float:right;
	clear:both;
	border-style:solid;
	border-width:1px;
	border-color:#e4e9ed;
}
.button a{
	width:7.1em;
	height:1.3em;
	display:block;
	padding:0px 0px 0px 0px;
}
.button a:link {color: #454545; text-decoration: underline; font-weight:bold;}
.button a:visited {color: #454545; text-decoration: underline; font-weight:bold;}
.button a:hover {color: #454545; text-decoration: none; font-weight:bold; background-image:url(images/button_bg_over.png); background-position:center right;}
.button a:active {color: #454545; text-decoration: none; font-weight:bold;}

.button_large{
	width:10em;
	height:1.3em;
	background-image:url(images/button_bg.png);
	background-position:center right;
	background-repeat:no-repeat;
	/*background-color:#FF0000;*/
	font-size:0.83em;
	margin-bottom:5px;
	float:right;
	clear:both;
	border-style:solid;
	border-width:1px;
	border-color:#e4e9ed;
}
.button_large a{
	width:100%;
	height:1.3em;
	display:block;
	padding:0px 0px 0px 0px;
}
.button_large a:link {color: #454545; text-decoration: underline; font-weight:bold;}
.button_large a:visited {color: #454545; text-decoration: underline; font-weight:bold;}
.button_large a:hover {color: #454545; text-decoration: none; font-weight:bold; background-repeat:no-repeat; background-image:url(images/button_bg_over.png); background-position:center right;}
.button_large a:active {color: #454545; text-decoration: none; font-weight:bold;}

a:link {color: #394554; text-decoration: underline; font-weight:bold;}
a:visited {color: #394554; text-decoration: underline; font-weight:bold;}
a:hover {color: #394554; text-decoration: none; font-weight:bold;}
a:active {color: #394554; text-decoration: none; font-weight:bold;}

/* FOOTER */
#footer_container{
	width:1000px;
	min-height:20px;
	background-color:#e4e9ed;
	overflow:auto;
	color:#8b8d8f;
}
#footer_text{
	padding-top:2px;
	text-align:center;
	font-size:11px;
}

#footer_text a:link {color: #8b8d8f; text-decoration: none; font-weight: normal;}
#footer_text a:visited {color: #8b8d8f; text-decoration: none; font-weight: normal;}
#footer_text a:hover {color: #8b8d8f; text-decoration: underline; font-weight: normal;}
#footer_text a:active {color: #8b8d8f; text-decoration: none;}

#credits{
	width:780px;
	background-color:#FFFFFF;
	padding-top:10px;
	text-align:center;
	font-size:10px;
}
#credits a:link {color: #8b8d8f; text-decoration: none; font-weight: normal;}
#credits a:visited {color: #8b8d8f; text-decoration: none; font-weight: normal;}
#credits a:hover {color: #8b8d8f; text-decoration: underline; font-weight: normal;}
#credits a:active {color: #8b8d8f; text-decoration: none;}


/*MENU*/
.menu_li{
	padding:3px 0px 0px 6px;
	font-weight:bold;
	color:#8f8f8f;
}
.menu_li a:link {color: #8f8f8f; text-decoration: none; font-weight:bold;}
.menu_li a:visited {color: #8f8f8f; text-decoration: none; font-weight:bold;}
.menu_li a:hover {color: #8f8f8f; text-decoration: underline; font-weight:bold;}
.menu_li a:active {color: #8f8f8f; text-decoration: none;}


.izbrani_menu_li{
	color:#ffffff;
	clear:both;
	font-size:12px;
	margin-top:10px;
}
.izbrani_menu_li a:link {color: #ffffff; text-decoration: none; font-weight:bold;}
.izbrani_menu_li a:visited {color: #ffffff; text-decoration: none; font-weight:bold;}
.izbrani_menu_li a:hover {color: #ffffff; text-decoration: none; font-weight:bold;}
.izbrani_menu_li a:active {color: #ffffff; text-decoration: none;}

.submenu_li{
	padding:3px 0px 0px 6px;
	font-weight:bold;
	font-size:10px;
	color:#9c9c9c;
	clear:both;
}
.submenu_li a:link {color: #9c9c9c; text-decoration: none; font-weight: bold;}
.submenu_li a:visited {color: #9c9c9c; text-decoration: none; font-weight: bold;}
.submenu_li a:hover {color: #7a7a7a; text-decoration: underline; font-weight: bold;}
.submenu_li a:active {color: #7a7a7a; text-decoration: none;}

.izbrani_submenu_li{
	color: #7a7a7a;
	padding:3px 0px 0px 6px;
	font-size:10px;
	font-weight:bold;
	clear:both;
	
}
.izbrani_submenu_li a:link {color: #7a7a7a; text-decoration: none; font-weight:bold;}
.izbrani_submenu_li a:visited {color: #7a7a7a; text-decoration: none; font-weight:bold;}
.izbrani_submenu_li a:hover {color: #7a7a7a; text-decoration: none; font-weight:bold;}
.izbrani_submenu_li a:active {color: #7a7a7a; text-decoration: none;}
/*END MENU*/

/*GALERIJA*/
#gallery_thumbs_numbers{
	font-weight:bold;
	float:left;
/*	margin-left:7px;*/
	width:250px;
}
#gallery_page_numbers{
	float:right;
	width:100px;
	text-align:right;
}
.gallery_line{
	clear:both;
	width:650px;
}
.gallery_images{
	float:left;
	width:162px;
	height:150px;

}
.gallery_images img {
	display:block;
	margin:0 auto;
	text-align:center;
	float:inherit;
	border:dashed;
	border-width:1px;
}
#gallery_images_large{
	display:block;
	margin:0 auto;
	text-align:center;
}
#gallery_images_large img {
	display:block;
	margin:0 auto;
	text-align:center;
	float:inherit;
	border:dashed;
	border-width:1px;
}
/*END GALERIJA*/

/*OTHER*/
#helpers{
	position:absolute;
	left:655px;
	top:10px;
	
}
#intranet_login{
	width:250px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	clear:both;
	
}
#intranet_login_error_msg{
	color:#FF0000;
	width:100%;
	text-align:center;
	display:none;
}
fieldset{
	border-style:dashed;
	border-collapse:collapse;
	border-width:1px;
	border-color:#dddddd;
	position:relative;
	padding-left:10px;
}
legend{
	font-weight:bold;
	color: #666666;
	background-color:#FFFFFF;
	position:relative;
	font-size:1.2em;
}


.text_field_line {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	height:14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #dddbdb;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}
.select_menu {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	border:none;
	border-bottom: 1px solid #ccc;
	/*height:14px;*/
	
	
}
.tipka {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	height:14px;
}

#profile_image{
	float:right;
	padding:16px 38px 16px 38px;
	margin-right:10px;
	width:120px;
	height:150px;
	display:table-row;
	border-width:1px;
	border-color:#dddbdb;
	border-style:dashed;
	text-align:center;
}

.filelist{
	margin-bottom:20px;
}


.table_urnik th{
	background-color:#dddddd;
}
.table_urnik_soda{
	background-color:#f4f4f4;
}
.table_urnik_liha{

}
/*END OTHER*/

/* datepicker */
#datepicker_div, .datepicker_inline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	background: #fff;
}
#datepicker_div {
	display: none;
	border: 1px solid #777;
	z-index: 10; /*must have*/ 
}
#datepicker_div, .datepicker_control, .datepicker_links, .datepicker_header, .datepicker {
	width: 185px;
}
.datepicker_inline {
	float: left;
	display: block;
	border: 0;
}
.datepicker_dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
button.datepicker_trigger {
	width: 25px;
}
img.datepicker_trigger {
	margin: 2px;
	vertical-align: middle;
}
.datepicker_prompt {
	float: left;
	width: 181px;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html .datepicker_prompt {
	width: 185px;
}
.datepicker_control, .datepicker_links, .datepicker_header, .datepicker {
	clear: both;
	float: left;
	color: #fff;
}
.datepicker_control {
	background: #971b14;
}
.datepicker_links {
	background: #333;
}
.datepicker_control, .datepicker_links {
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
}
.datepicker_links label { /* disabled links */
	padding: 2px 5px;
	color: #888;
}
.datepicker_clear, .datepicker_prev {
	float: left;
}
.datepicker_current {
	float: left;
	width: 35%;
	text-align: center;
}
.datepicker_close, .datepicker_next {
	float: right;
}
.datepicker_header {
	background: #777;
	text-align: center;
	font-weight: bold;
}
.datepicker_header select {
	background: #777;
	color: #fff;
	border: 0px;
	font-family:Tahoma;
	font-size:11px;
	font-weight: bold;
}
.datepicker {
	background: #ccc;
	text-align: center;
	font-size: 100%;
}
.datepicker a {
	display: block;
	width: 100%;
}
.datepicker .datepicker_titleRow {
	background: #8f8f8f;
}
.datepicker .datepicker_daysRow {
	background: #eee;
	color: #666;
}
.datepicker .datepicker_daysCell {
	color: #000;
	border: 1px solid #ddd;
}
#datepicker .datepicker_daysCell a{
	display: block;
}
.datepicker .datepicker_weekEndCell {
	background: #ddd;
}
.datepicker .datepicker_daysCellOver {
	background: #fff;
	border: 1px solid #777;
}
.datepicker .datepicker_unselectable {
	color: #888;
}
.datepicker_today {
	background: #ddd !important;
}
.datepicker_currentDay {
	background: #999 !important;
}

/* ________ datepicker LINKS _______

** Reset link properties and then override them with !important */
#datepicker_div a, .datepicker_inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
.datepicker_inline .datepicker_links a {
	padding: 0 5px !important;
}
.datepicker_control a, .datepicker_links a {
	padding: 2px 5px !important;
	color: #eee !important;
}
.datepicker_titleRow a {
	color: #eee !important;
}
.datepicker_control a:hover {
	background: #ddd !important;
	color: #333 !important;
}
.datepicker_links a:hover, .datepicker_titleRow a:hover {
	background: #ddd !important;
	color: #333 !important;
}

/* ___________ IE6 IFRAME FIX ________ */

.datepicker_cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 193px; /*must have to match width and borders*/
    height: 200px; /*must have to match maximum height*/ 

}
/*END OF datepicker*/

/*REZERVACIJA PROSTOROV*/
#timetable_hour_container{
	float:left;
	width:33px;
	background-color:#f9f8f8;
	border-right:solid;
	border-left:solid;
	border-width:1px;
	border-color:#dddddd;
}
.timetable_hour_list{
	height:20px;
	width:100%;
	border-top:double;
	border-width:3px;
	border-color:#dddddd;
}
.timetable_day_container{
	float:left;
	width:85px;
	/*width:80px;*/
	padding:0px 2px 0px 2px;
	background-color:#f9f8f8;
	border-right:solid;
	border-color:#dddddd;
	border-width:1px;
	position:relative;
}
.timetable_hour{
	border-top:double;
	border-width:3px;
	border-color:#dddddd;
	text-align:center;
	color:#f9f8f8;
	font-weight:bold;
}
.timetable_hour_taken{
	width:81px;
	position:absolute;
	border: 1px dashed #cc0000;
	text-align:center;
	background-color:#FFFFFF;
	z-index:2;
}
.timetable_hour_taken_u{
	width:81px;
	position:absolute;
	border: 1px dashed #cc0000;
	text-align:center;
	background-color:#FFDDDD;
	z-index:2;
}
/*END REZERVACIJA PROSTOROV*/
/*TOOLTIP start*/
#tooltip {
	position: absolute;
	color:#8f8f8f;
	z-index: 3000;
	border: 1px dashed #cc0000;
	background-color: #f9f8f8;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
/*TOOLTIP end*/
/*NANOPOPUP START*/
#window
{
	z-index:51;
	position: absolute;
	left: 200px;
	top: 100px;
	width: 400px;
	height: 300px;
	overflow: hidden;
	display: none;
	background-color:#FFFFFF;
}
#windowTop
{
	height: 16px;
	overflow: 30px;
	border-top:1px dashed #394554;
	border-left:1px dashed #394554;
	border-right:1px dashed #394554;
	border-bottom:1px dashed #394554;
	background-color: #dddddd;
	position: relative;
	overflow: hidden;
	cursor: move;
}
#windowTopContent
{
	/*margin-right: 79px;*/
	/*background-image:url(/images/nano_popup/header_top_left.png);
	background-position: left top;
	background-repeat:no-repeat;*/
	overflow: hidden;
	height: 16px;
	text-indent: 15px;
	padding-top: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #e03127;
}
#windowClose
{
	position: absolute;
	right: 10px;
	top: 1px;
	cursor: pointer;
}
#windowBottom
{
	position: relative;
	height: 400px;
	background-color:#f9f8f8;
	border-bottom:1px dashed #394554;
	border-left:1px dashed #394554;
	border-right:1px dashed #394554;
	
}
#windowBottomContent
{
	position: relative;
	height: 350px;
	/*background-image:url(/images/nano_popup/footer_left.png);
	background-position: left bottom;
	background-repeat: no-repeat;*/
	margin-right: 18px;
}
#windowResize
{
	position: absolute;
	right: 3px;
	bottom: 18px;
	cursor: se-resize;
}
#windowContent
{
	position:absolute;
	top: 29px;
	left: 10px;
	width: 100%;
	height:2px;
	overflow: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:1px dashed #ddd;
}
#windowContent *
{
	margin: 0px;
}
.transferer2
{
	z-index:50;
	border: 1px solid #003366;
	background-color: #CCCCCC;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}
/* ___________ IE6 IFRAME FIX ________ */

.window_cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
	bottom: -10px; /*must have*/
    left: -4px; /*must have*/
    width: 2000px; /*must have to match width and borders*/
    height: 96.5%; /*must have to match maximum height*/ 

}
/*NANOPOPUP END*/

/*Koledar dogodkov*/
.calendar{
	width:100%;
	table-layout:auto;
	text-align:center;
	border:#666 solid 1px;
	border-collapse:collapse;
	margin-bottom:20px;
}
.calendar td{
	height:30px;
}
.calendar .highlighted{
	background-color:#EAEAEA;
	color:#e12f29;
	border-color:#8f8f8f;
}
.calendar caption{
	font-size:14px;
	font-weight:bold;
	text-align:center;	
}
.ponedeljek{
	width:15%;
}
.torek{
	width:15%;
}
.sreda{
	width:15%;
}
.četrtrek{
	width:15%;
}
.petek{
	width:15%;
}
.sobota{
	width:15%;
}
.nedelja{
	background-color:#ededed;
}

/*COOKIE BAR*/
.expstickybar{
position:fixed;
color: white;
padding: 5px;
right:0; /*horizontally center bar in window*/
left:0; /*horizontally center bar in window*/
visibility:hidden;
background: #e12f29;
z-index: 10000;
width:auto; /*set width of bar to width of entire window*/
font-weight:normal;
}



/*Cookie Consent*/
.cookieWarningBox{
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 250px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #8f8f8f;
	color:#575757;
	padding: 10px;
	font-size: 12px;
	background-color: #efefef;
	display: none;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.2);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.2, #f4f4f4),
		color-stop(1, #e4e4e4)
	);
	background-image: -o-linear-gradient(bottom, #f4f4f4 42%, #e9e9e9 71%);
	background-image: -moz-linear-gradient(bottom, #f4f4f4 42%, #e9e9e9 71%);
	background-image: -webkit-linear-gradient(bottom, #f4f4f4 42%, #e9e9e9 71%);
	background-image: -ms-linear-gradient(bottom, #f4f4f4 42%, #e9e9e9 71%);
	background-image: linear-gradient(to bottom, #f4f4f4 42%, #e9e9e9 71%);
}
.cookieWarningBox h2{
		color:#e12f29;
}
.cookieWarningBox strong{
	color:#e12f29;
}
.cookieWarningBox .button {
	float:right;
	clear:both;
	display:block;
	color:#545454;
	background-image:none;
	background-color:#fff;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.2, #f4f4f4),
		color-stop(1, #f9f9f9)
	);
	background-image: -o-linear-gradient(bottom, #f4f4f4 20%, #f9f9f9 100%);
	background-image: -moz-linear-gradient(bottom, #f4f4f4 20%, #f9f9f9 100%);
	background-image: -webkit-linear-gradient(bottom, #f4f4f4 20%, #f9f9f9 100%);
	background-image: -ms-linear-gradient(bottom, #f4f4f4 20%, #f9f9f9 100%);
	background-image: linear-gradient(to bottom, #f4f4f4 20%, #f9f9f9 100%);
	width:85px;
	height:22px;
	text-align:center;
	padding-top:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #575757;
	font-size:11px
}
.cookieWarningBox .button a  {
	background-image:none;
}
.cookieWarningBox .button a:hover  {
	background-image:none;
}
#cookie_list{
	border-color:#86bbd4;
}
/*END Cookie Consent*/


/*THICKBOX*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px 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(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;
}




/* --- Accordion --- */

.accordion {margin:0; padding:0 10px}

.accordion li {list-style-type:none}

.accordion li.last-child {margin-left:19px; list-style-type:disc}

.accordion h4 {
	font-weight:bold;
	color:#8f8f8f;
	font-size:1.3em;
	margin:2px 0px 0px 0px;
	padding:0px 0px 2px 0px;
	text-indent:1em;
	background-color:#EFEFEF;
	border-style:solid;
	border-color:#CCC;
	border-width:1px;
}

.accordion h5 {
	font-weight:bold;
	color:#8f8f8f;
	font-size:1.3em;
	margin:2px 0px 0px 0px;
	padding:0px 0px 2px 0px;
	text-indent:1em;
	background-color:#EFEFEF;
	border-style:solid;
	border-color:#CCC;
	border-width:1px;
}

#side ul.accordion ul {margin:0; padding:0 0 0 20px;}

.accordion .outer {border:1px solid #dadada; border-width:0 1px 1px; background: #fff}

.accordion .inner {margin-bottom:0; padding:.5em 20px 1em; position:relative; overflow:hidden}

.accordion .inner .inner {padding-bottom:0}

.accordion .h {padding-top:.3em} /* vertical padding instead of vertical margin (ie8) */

.accordion p {margin:.5em 1px 1em}

.accordion ul{
	padding:0;
}

/*  
  Add styles for all links in the 'accordion':
.accordion a {...}
*/    

a.trigger {display:block; background-image: url(images/side_bullet.png); background-repeat: no-repeat; background-position: 1px 50%;  font-weight:700}

a.trigger.open {background-image: url(images/side_bullet.png)}

.last-child a.trigger{padding-left:1px; background-image:none; font-weight:normal}

#main a.trigger {background-color:#f0f0f0}

#main a.trigger.open {border-color:#dadada; background-color:#e7e7e7}

#main a:hover.trigger.open, #main a:focus.trigger.open, #main a:active.trigger.open {border-color:#bcd}

#side a.active{font-weight:700; color:#f72; text-decoration:none}