@CHARSET "UTF-8";

/* =geneneralno ponastavimo box-model na nic za vse html elemente */
* {
	padding: 0;
	margin: 0;
}

div,span,label,p,ul,li,img,a,form,tr,td,fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

/* =body */
body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center; /* IE5/Win hack */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

/* =a generalno za vse linke */
a,a:link,a:visited,a:hover,a:active {
	color: #000000;
}

table {
	font-size: 100%;
}

/* =default soda in liha vrstica */
tr.sodaVrstica {
	background-color: #fff;
}

tr.lihaVrstica {
	background-color: #dbdbdb;
}

div#layout-container {
	margin: 0 auto;
	text-align: left;
}

/*= header layout */
div#layout-header {
	padding: 0 2em;
	height: 33px;
	font-size: 90%;
	color: #fff;
	background: url('../images/bg_header.gif') repeat-x;
	padding: 10px;
}

div#layout-header span {
	
}

div#layout-main {
	width: 100%;
	overflow: auto;
}

div#layout-menu {
	width: 200px;
	min-height: 200px;
	border-right: 1px solid #68bc06;
	border-bottom: 1px solid #68bc06;
	float: left;
	background-color: #96ea33;
	color: #fff;
}

div#layout-body {
	margin-left: 10px;
	margin-right: 10px;
}

div#layout-title {
	margin-bottom: 10px;
	padding: 2px 0;
	border-bottom: 2px solid #100067;
}

input[type="text"],input[type="password"],input[type="file"],select {
	margin: 1px 0;
	padding: 1px;
	border: 1px solid #7f9db9;
}

input[type="checkbox"] {
	margin: 0;
	height: 15px;
	width: 15px;
}

input[type="text"].potrditev,input[type="password"].potrditev,input[type="file"].potrditev,select.potrditev
	{
	border: 1px solid #fff;
	background-color: #f5f5f5;
}

input.autocompleter,select.autocompleter {
	text-transform: uppercase;
}

.x-body label span.autocompleter {
	display: inline;
	float: none;
}

/* =generalno o napaki */
.jsonErr {
	display: none;
	font-weight: bold;
	color: #aa0000;
}

.napaka {
	color: #dd7870;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #dd7870;
	padding: 4px;
	margin-bottom: .5em;
	padding-left: 2px;
}

.napaka ul {
	list-style-type: none;
}

.napaka li {
	
}

.napaka ul li span {
	padding-left: 1em;
}

/** DISABLED fields */
input.shadow {
	background-color: #cbcbcb;
}

TEXTAREA.shadow {
	background-color: #cbcbcb;
}

select.shadow {
	background-color: #cbcbcb;
}

/** END DISABLED fields */
.ajaxWorkingIndicator {
	position: fixed;
	top: 22px;
	right: 10px;
	border: 1px dashed black;
	background-color: #adda52;
	display: none;
}

div.buttons {
	margin-top: 1em;
	overflow: auto;
}

div.okvir {
	border: 1px solid #000;
}

/** START MENU */
#menuTime {
	margin-left: 4px;
	height: 22px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

#navcontainer {
	width: 200px;
}

#navcontainer span {
	display: block;
	padding-top: .75em;
	font-size: 90%;
	color: #000;
	font-weight: bold;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 11px;
	list-style-type: none;
}

#navcontainer li.submenu {
	background: url('../images/nav.gif') 10px 3px no-repeat;
	padding-left: 8px;
	padding-top: 2px;
}

#navcontainer a {
	font-size: 90%;
	color: #000;
	padding: 3px 10px;
	text-decoration: none;
}

#navcontainer a:link,#navlist a:visited {
	
}

#navcontainer a:hover {
	text-decoration: underline;
}

#layout-title a {
	font-size: 90%;
	padding: 3px 10px;
	text-decoration: underline;
}

#layout-title a:link,#navlist a:visited {
	text-decoration: none;
}

#layout-title a:hover {
	color: #ffffff;
	text-decoration: none;
}

/** TRANSPARENTNI DIV */
#alpha_div_indicator {
	position: fixed;
	z-index: 105;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

#alpha_window_indicator {
	position: absolute;
	padding: 4px;
	background: #fff;
	z-index: 102;
	color: #000;
	display: none;
	border: 4px solid #525252;
	text-align: left;
	top: 15px;
	left: 5%;
	display: block;
}

#alpha_div {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.alpha_divMacFFBGHack {
	background: url(../images/macFFBgHack.png) repeat;
}

.alpha_BG {
	background-color: #000;
	opacity: 0.5; /*supported by current Mozilla, Safari, and Opera */
	-moz-opacity: 0.5; /*older Mozilla */
}

#alpha_window {
	position: absolute;
	padding: 4px;
	background: #fff;
	z-index: 102;
	color: #000;
	display: none;
	border: 4px solid #525252;
	text-align: left;
	top: 15px;
	left: 5%;
	width: 90%;
	display: block;
}

#title_alpha_div {
	height: 25px;
}

#content_alpha {
	min-height: 400px;
}

#content_alpha_session_timeout {
	padding-top: 30px;
	text-align: center;
	height: 100px;	
}

a.close-alpha-link {
	position: absolute;
	z-index: 1002;
	top: 8px;
	right: 10px;
	font-weight: bold;
	color: #000;
}

a.close-alpha-link-session-timeout {
	z-index: 1002;
	font-weight: bold;
	color: red;
}

/** END MENU */ /* =sifranti seznam */
table.sifrant {
	background-color: #fff;
	border-collapse: collapse;
	border-spacing: 1px;
	border: 1px solid #000;
}

table.sifrant th {
	padding: 3px;
	background-color: #000;
	color: #fff;
	border: 1px solid #fff;
}

table.sifrant td {
	padding: 2px;
	border: 1px solid #fff;
}

/** Forma za iskalnike **/
.iskalnik {
	
}

.iskalnik label span {
	font-weight: bold;
}

.iskalnik-body {
	z-index: 2;
	padding: 1em .25em;
	background-color: #ececec;
}

.iskalnik-body ul {
	list-style-type: none;
}

/* =podatki - vsi podatki so boldani */
.podatki {
	font-weight: bold;
}

/* =glava voznika */
.glava-panel {
	z-index: 2;
	border-left: 1px solid #b5b8c8;
	border-right: 1px solid #b5b8c8;
	border-bottom: 1px solid #b5b8c8;
	color: #000099;
}

.glava-header {
	z-index: 2;
	padding: 4px 0.5em;
	border-bottom: 1px solid #b5b8c8;
	background: transparent url(../images/top-bottom.gif) repeat-x 0 0;
}

.glava-body {
	z-index: 2;
	padding: 4px 0.5em;
	background-color: #dfe8f6;
}

.glava-body fieldset {
	border: 1px solid #A9A9A9;
	padding: 2px;
	padding-left: 0.5em;
}

.glava-body fieldset legend {
	text-align: right;
}

/* =glavaNavigation navigacija za zavihke */
#glavaNavigation {
	margin-top: 2px;
	background: url(../images/bg_menu.gif) repeat-x;
}

#glavaNavigation td {
	padding: 4px 2px;
	border-right: 2px solid #fff;
	font-size: 80%;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

/** STATUSI */
.global-status1 {
	color: #ff9900;
	font-weight: bold;
}

.global-status2 {
	color: #00cc00;
	font-weight: bold;
}

.global-status3 {
	color: #00aa00;
	font-weight: bold;
}

.global-status4 {
	color: #cc0000;
	font-weight: bold;
}

/** =seznami vsi seznami */
table.seznam {
	background-color: #fff;
	border-collapse: collapse;
	border-spacing: 1px;
	border: 1px solid #000;
	width: 100%;
}

table.seznam caption {
	padding: 3px 10em;
}

table.seznam caption span {
	font-weight: bold;
	color: #fff;
	background-color: #159;
	padding: 3px 10em;
}

table.seznam th {
	padding: 3px;
	background-color: #68bc06;
	color: #fff;
	border: 1px solid #fff;
}

table.seznam td {
	padding: 2px;
	border: 1px solid #fff;
}

a.bela-povezava,a:link .bela-povezava,a:visited .bela-povezava,a:hover
	.bela-povezava,a:active .bela-povezava {
	color: #fff;
}

div.expand-div {
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

div.expand-div table {
	border: 1px dotted #000;
	background-color: white;
}

span.indikator {
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}

.linkImg {
	font-weight: normal;
	text-decoration: none;
	border: 1px dashed black;
	padding: 5px;
}

.linkImg:hover {
	font-weight: normal;
	text-decoration: none;
	border: 1px solid black;
}

div.priceListButton {
	float: left;
	padding: 7px;
}

.tab {
	float: left;
	height: 32px;
	width: 102px;
	margin-top: 0pt;
	margin-right: 1px;
	margin-bottom: 0pt;
	margin-left: 0pt;
	text-align: center;
	background-color: #8dc70a;
	background-image: url(images/admin/greentab.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
}


table.topic {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

table.topic th{
	font-weight: bold;
	border-top: 1px solid black;
	border-right: 1px solid black;
	padding: 5px;
}

table.topic td{
	border-top: 1px solid black;
	border-right: 1px solid black;
	padding: 5px;
}

table.forum-reply {
	border-top: 1px dashed black;
	border-right: 1px dashed black;
	border: 1px dashed black;
	padding: 0px;
	font-style: italic;
	width: 100%;
}

table.forum-reply td {
	border: none;
}

/** GALLERY **/
ul#gallery, #gallery ul{
/*Remove all spacings and bullets*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#gallery>li{
	float: left;
	padding: 10px;
	margin: 10px;
	width: auto;
	height: auto;
	border: 1px solid transparent;
}

ul#gallery>li ul{
	padding: .8em;
	margin-top: 50px; /*may be adjusted according to the dimension size of the thumbnail images*/
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	font-size: 90%;
	max-width: 40%; /*prevent the popups from being too wide*/
	display: none;
	position: absolute;
}

ul#gallery>li ul li{
	margin-top: 2px; /*some spacing between the image data*/
}

ul#gallery>li:hover{
/*of course, the colors are customizable*/
	color: #369;
	background-color: transparent;
	border-color: #369;
}

ul#gallery>li:hover ul{
	display: block;
	list-style-type: none;
}

ul#gallery ul:before{
/*display the 'Image Information' at the top of the popups*/
	/*content: "Image Information";*/
	font-size: 130%;
	font-weight: bold;
	border-bottom: 1px solid #999;
	display: block;
}

ul#gallery ul:after{
/*display the '(click to view the larger version of this image)' at the bottom of the popups*/
	/*content: "(click to view the larger version of this image)";*/
	font-size: 90%;
	text-align: right;
	border-top: 1px solid #999;
	display: block;
	margin-top: 1em;
}

ul#gallery img{
/*width and height may be adjusted according to the dimension size of the thumbnail images*/
	width: 48px;
	height: 48px;
	display: block;
}

img,a img{
/*Remove borders from images*/
	border: 0;
}

div.clear{
/*clear the floats*/
	clear: both;
} 

ul#gallery:after{
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	visibility:hidden;
}

/* TOOLTIP */
#dhtmlgoodies_tooltip {
	background-color: #EEE;
	text-align: left;
	border: 1px solid #000;
	position: absolute;
	display: none;
	z-index: 1002;
	padding: 10px;
	font-size: 0.9em;
	-moz-border-radius: 6px; /* Rounded edges in Firefox */
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
}

#dhtmlgoodies_tooltipShadow {
	position: absolute;
	background-color: #555;
	display: none;
	z-index: 1001;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius: 6px; /* Rounded edges in Firefox */
}


/* dock - top */
.dock {
	position: relative; 
	height: 66px; 
	text-align: center;	
	z-index: 5;
}
.dock-container {
	position: absolute;
	height: 50px;
	/*background: url(../images/dock-bg2.gif);*/
	padding-left: 20px;
	z-index: 5;	
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	z-index: 5;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
	z-index: 5;
}
.dock-item span {
	display: none; 
	padding-left: 20px;
	z-index: 5;
}