/* Sisplet CMS Simple
	Size: 1024x786
	CSS compatibility: Sisplet2
	Author: Gasper Koren, Andraz Petric
	Date: December 2005
*/

/* General site characteristics */

html { 
 font-size: small; /* diff. in iehacks */ 
}

body, div, span, a, img, p, td, tr, table, h1, h2, h3, h4, form, ul, label, fieldset {
	margin:0;
	border:0;
	padding:0;
}

body {
	margin: 50px 0 0 0;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
}

a {
	text-decoration: none;
	color:#003399;
}

a:hover {
	text-decoration: underline;
}

p {
	text-align: left;
}

#central p {
    margin: 0 0 5px 0;
}


h1 {
	font-size: 1em;
	color: #ff0000;
	margin: 0 0 0.5em 0;
}

h2 {
	font-size:1em;
	color: #ff0000;
	margin: 1em 0;
}

h3 {
	font-size:1em;
	color:#ff0000;
	margin: 1em 0 0.5em 0;
}

label {
	margin: 0 25px 0 0;
}
ul, ol {
 margin: 0;
 padding: 0;
}

ul li {
	margin-left: 20px;
	padding-left: 10px;
}

ol li {
	margin-left: 25px;
	padding-left: 5px;
}

blockquote {
	margin-left: 20px;
	padding-left: 10px;
}

/* Main elements constructing the page layout */

#header {
	width:980px;
	min-height: 60px;
	margin: 0 auto 0 auto;
	overflow:hidden;
}
div#header .header_field1,
div#header .header_field2,
div#header .header_field3 { /* diff. in iehacks */
 padding-top: 0;
 float: left;
 width: 200px;
}
div#header .header_field2 {
 width: 570px;
 margin: auto 10px 0 0px;
 text-align: center;
}

div#header hr {
	width: 500px;
	height: 2px;
	background-color: #999;
	border: none;
}

div#calendar h1{
    font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	}
	
#main {
	width: 980px;
	margin: 10px auto 10px auto;
	padding: 10px 0 10px 0;
  overflow: hidden;
	text-align:left;
}
#side { 
 float: left; 
 width: 200px;
}
#central {
 float: left;
 width: 780px;

}

#central100 {
 float: left;
 width: 980px;

}

#footer {
  /*float: left;*/
	clear: both;
	width: 980px;
	margin: 0px auto 10px auto;
	border-top: 1px solid #ccc;
	padding: 20px 0 10px 0;
}

#footer p {
	text-align:center;
	font-size:0.9em;
	color: #666;
}

#navL3 { /* diff. in iehacks */
	float: left;
	width: 200px;
	display: block;
	margin: 0 0px 10px 0;
}

div.taskicons ul li {
    list-style-type:none;
    display:inline;
    padding: 0;
    margin: 0;
    text-align: right;
}

/* IMPORTANT 
Adjust columns according to your site width
!!!old:{ c100 = width(main)-(width(mavL3)+margin[left+right](navL3) }
cXX = ( (width(main)-width(navL3))*xx/100 - 15 )
 */

.column { /* diff. in iehacks */
 float: left;
 margin: 0 0 0 15px;
}
.column .column { margin: 0; } /* when column inside column hack is used */

.c20 {width:141px;}
.c25 {width:180px;}
.c30 {width:219px;}
.c33 {width:242px;}
.c40 {width:297px;}
.c45 {width:336px;}
.c50 {width:375px;}
.c53 {width:399px;}
.c55 {width:432px;}
.c58 {width:440px;}
.c60 {width:453px;}
.c66 {width:499px;}
.c70 {width:531px;}
.c75 {width:570px;}
.c80 {width:609px;}
.c100 {width:765px;}

.c20M {width:341px;}
.c25M {width:380px;}
.c30M {width:419px;}
.c33M {width:442px;}
.c40M {width:497px;}
.c45M {width:536px;}
.c50M {width:575px;}
.c53M {width:599px;}
.c55M {width:632px;}
.c58M {width:640px;}
.c60M {width:653px;}
.c66M {width:699px;}
.c70M {width:731px;}
.c75M {width:770px;}
.c80M {width:809px;}
.c100M {width:965px;}


/* Rubrike (kolone) brez menuja) */
.c20C {width:181px;}
.c25C {width:230px;}
.c30C {width:279px;}
.c33C {width:308px;}
.c40C {width:377px;}
.c45C {width:426px;}
.c50C {width:475px;}
.c53C {width:505px;}
.c55C {width:542px;}
.c58C {width:556px;}
.c60C {width:573px;}
.c66C {width:631px;}
.c70C {width:671px;}
.c75C {width:720px;}
.c80C {width:769px;}
.c100C {width:965px;}


/* Bigger elements on the site */

a#logo {
	display:block;
	width:200px;
	height: 45px;
	color: #f00;
	font-weight: bold;
	margin: 0;
	padding: 0;
	overflow: show;
}

h1.txtlogo1 a#logo { font-size: 1.8em; }
h1.txtlogo2 a#logo { font-size: 1.4em; }
h1.txtlogo3 a#logo { font-size: 1em; }

#headerforms {
	float:right;
	width:580px;
}

#search {
	clear:both;
	width: 200px;
	display:block;
}


#login {
	clear: left;
	width: 200px;
	display:block;
	margin: 0px 0 0 0;
	text-align: right;
}

#login p {
 text-align: right;
}

#search_simple p, #login a, #search a, #search_simple a {
	font-size: 0.9em;
	color:#666;
}

form#login h1 {
	display:none;
//        padding-top: 0px;
}

#search input, #login input {
	width: /*13em*/150px;
	height: 1.2em;
	margin: 0 0 0 0;
	padding: 0 0 2px 5px;
	font-size: 0.9em;	
}

#search input.button, #login input.button {
	display:none;
}

#breadcrumbs {
	float:left;
	width:500px;
	margin:15px 0 0 0;
	font-size:0.9em;
	color: #666;
}
#breadcrumbs a {
	color: #666;
}
#extrafield { /* diff. in iehacks */
	float: left;
	margin: 0 0 1em 0;
}

#extrafield p {
	color:#666;
}

#search_simple {
 margin: 0 0 2em 0;
}

#search_simple input {
	width: /*25em*/150px;
}

#search_sort {
	float:right;
}

#search_advanced {
	display:none;
	background:#f3f7eb;
	padding: /*2em*/30px;
}

#search_advanced p {
	margin: 4px 0 4px 0;
}

#search_advanced > p:first-child {
	float:right;
	margin: -5px 10px 10px 0 !important;
}

.gridsearch label {
	display:block;
}

.gridsearch select {
	margin: 0.3em 0 0.5em 0;
}

.gridsearch form div {
	float:left;
	display:block;
}

.gridsearch table {
	clear:left;
	border-collapse: collapse;
}

.gridsearch table th {
	background: #006600;
	text-align:center;
	color:#fff;
}

.gridsearch select.multiple { height: 120px; }

.tcol1 td a:hover {
	font-size: 5em;
}

.article {
    margin: 0 0 1em 0;
}

.article ul, .article ol {
    margin-bottom: 10px!important;
}


.article img {
    margin: 10px 0;
}

.rubrika {
	margin: 0 0 1em 0;
	float: left;  /* fix title of rubrika stacking on previous "more" links */

}
.rubrika p a {
  font-size: 0.9em;
}
.rubrika p, .search_results li p a {
	display: block;
	padding: 5px 0 0 15px;
}

.rubrika li {
	list-style-type: none;
	padding: 0 0px 0.2em 0;
}

.teaser {
	margin-right: /*1em*/15px;
}

p.date, .rubrika span, #SideList span, .search_results li span {
	font-size: x-small;
	color:#666;
}

.sidelist ul { margin-bottom: 1em; }

p.extra { 
    background: #f1f1f1;
    margin:0!important; 
    padding: 5px 0;
}

/* Database */

.dbrecord div { /* diff. in ie_hacks */
	overflow: hidden;
    margin: 0 0 10px 0;
}

.dbrecord div span.fieldname {
	float: left;
	width: 40%;
	color:#003399;
	font-size: 0.9em;
	font-style: italic;
}

.dbrecord div span.fieldcontent {
	float: right;
	width: 60%;
}

/*div.dbrecord div.abstract span.fieldname, div.dbrecord div.abstract span.fieldcontent, div.dbrecord div.abstract2 span.fieldname, div.dbrecord div.abstract2 
*/
/* 
span.fieldcontent {
	width:100%;
}
*/

div.dbselect {margin-bottom: 10px;}

div.dbselect p {margin: 5px 0;}

ul.dbselect_list {margin-bottom: 10px;}

.dbselect_list span {margin-right: 5px;}

div.vir1 span.fieldcontent, div.res2 span.fieldcontent { width:100%;}
div.vir1 span.fieldcontent img { margin-left: 15px; margin-bottom: 10px; float:right; }


.dbrecord iframe {
	width: 100%;
}

.dbrecord h1,
.dbrecord h2,
.dbrecord h3,
.dbrecord h4,
.dbrecord h5,
.dbrecord h6 {
 color:#003399;
}

ul.tabs { display:none; }

.search_results ul { margin: 0 0 1em 0;}
.search_results li{
	list-style-type:circle;
	margin: 0 0 0 30px;
	padding: 0 0 2px 0;
}

/* Paginacija */


.pagemanage ul {
    list-style: none;
    margin: 0 auto 0 auto !important;
    padding: 0 !important;
    text-align: center;
    width:70%;
}

.pagemanage li {
    margin: 0 0 0 0.2em;
    padding: 0;
    display: inline;
    font-weight:bold;
    color:#000;
    font-size: 0.8em;
}

.pagemanage li a {
    color: #858558;
    font-weight:normal;
}

div.pagemanage * {display:inline;}

.search_results li p {
	color:#666;
	margin:0.5em 0 1em 0;
}

.search_results li span {
	font-style:italic;
}

#newpost {
	background: #f9f9f9;
	border: 1px solid #dfdfdf;
	padding:10px;
	width: 420px!important;
	margin-top: 40px!important; 
}

#newpost h1 {margin-top: 5px !important;}


/* Navigation */

#navL1 {
	width: 500px;
	text-align:center;
	margin:0 auto 0.5em auto;
}

#navL1 li {
	list-style:none;
	display:inline;
	padding: 3px 0 3px 15px;
	margin: 0 0 0 0 !important;
}
#navL1 li strong { font-weight: normal; }


#navL1 a {
	color:#003399;
}

#navL2 {
	width: 500px;
	text-align:center;
	margin:0.5em auto 0 auto;
}

#navL2 li {
	list-style:none;
	display:inline;
	padding: 3px 0 3px 15px;
	margin: 0 0 0 0 !important;
}

#navL2 a {
	color:#003399;
}
#navL3, #navL3 ul {
    margin: 0 !important;
}

#navL3 li {
	list-style-type:none;
	font-weight:bold;
	color: #003399;
	margin: 0 !important;
}

#navL3 li a.highlight{
	font-weight: bold;
}


#navL3 li ul li {
	list-style-type:square;
	margin-left: /*1.5em*/20px !important;
	font-weight:normal;
    padding-left: 1px!important;
}

#navL3 li a.highlight, li.highlight, a.highligh {
	font-weight: bold !important;
}

#navL3 li ul li ul li {
	list-style-type:circle;
	margin-left:/*2em*/10px !important;
}

#navL3 li a {
	color:#003399;
}

ul#navL3 li.opening {
	display: none;
}
ul#navL3 li.closing {
	display: none;
}

#navL4 li {
 list-style-type:none;
 margin: 0;
}

#navL4 li ul {
 margin: 0 !important;
}

#navL4 li ul li {
	list-style-type: none;
	color: #f00;
	margin: 0 0 0 -8px;
	padding:0;
}

#navL4 li a {
	color:#003399;
}

/* System messages */

.sispletmessage p {
	margin: 0.5em 0 0.5em 0;
}

.sispletmessage ul li {
	margin: 0.2em 0 0.2em /*2em*/30px;
}

/* Registration and User Profile */

#reg_welcome { /* welcome instructions */
    margin-bottom: 20px;
}

form#form fieldset { 
 border: none;
 padding: 0;
 margin: 0;
}

#main.registration div#reg_welcome p {
    float:none!important;
    padding:0!important;
}

#main.registration div#central,
#main.registration .c100 {
    width: 860px!important;
    padding: 0;
}

#main.registration div.row_container { 
    /*see ie hacks*/
    min-height:40px;
    clear:both;
    padding: 10px 0!important;
}

#main.registration div.row_container_high { 
    /*see ie hacks*/
    min-height:100px;
    clear:both;
    padding: 10px 0!important;
}

#main.registration div.row_field_1,
#main.registration div.row_field_2 {
    width: 420px;
}

#main.registration div.row_field_1 { float:left; }
#main.registration div.row_field_2 { float:right; }

#main.registration div.form_row span.help { 
    display:block!important; 
    /*width:430px;*/ 
    float:right;
    text-align: right;
    margin: 0 5px 10px 0;
}

#main.registration div.form_row span.help.cookie { 
    width: 250px;
    text-align:left;
}

#main.registration div#alert_freq {
    width: 300px;
    float:left;
    margin-bottom: 10px;
}

#main.registration div#cat_select {
    width: 450px;
    float:left;
    margin-bottom: 10px;
}

#main.registration div#alert_freq p,
#main.registration div#cat_select p {
    font-weight:bold;
}

#form fieldset p { /* descriptions */
 float: left;
 clear: left;
 margin: 0; /* spacing between groups (paragraphs) */
 padding: 0;
}

#form fieldset div.form_row { /* holds label and field, problems with IE witout this division in HTML */
	display: block;
	height: 22px;
}

#form fieldset .form_row span.label { /* holds the label */
 float: left; /* stay on left */
 clear: left; /* be in new line */
 width: 80px;
 margin: 0; /* ident */
 color: #495ba1;
 height: 20px;
}

#form fieldset .form_row span.field { /* holds the content (input & help) */
 float: left; /* wrap around  the content*/
}

#form fieldset .form_row span.field input { /* holds the content (input & help) */
}

#form fieldset div.left_basic {
	width: 50%;
	display: block;
	float: left;
	text-align: left;
	padding-left: 10px;
}

#form fieldset div.right_basic {
	width: 45%;
	display: block;
	float: right;
	text-align: left;
	padding-right: 10px;
}

#form fieldset div.left_forum {
	width: 30%;
	display: block;
	float: left;
	padding-left: 10px;
}

#form fieldset div.central_forum {
	width: 33%;
	display: block;
	float: left;
	text-align: center;
}
#form fieldset div.right_forum {
	width: 33%;
	display: block;
	float: right;
	padding-right: 10px;
}

#form fieldset div.left_other {
	width: 30%;
	display: block;
	float: left;
	text-align: left;
	padding-left: 10px;
}

#form fieldset div.right_other {
	width: 30%;
	display: block;
	float: right;
	text-align: right;
	padding-right: 10px;
}

#form fieldset h1.right {
	text-align: right;
}

#form fieldset h1.center {
	text-align: center;
}

#form fieldset p.uredi {
	margin: 20px auto 10px 382px !important;
}

#form fieldset .form_row span.error { /* holds the label */
	background-color: #ff7777;
	color: white;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 5px;
	min-height: 24px;
}
input.error {
	background-color: #ff7777;
	color: white;
	
}

#form fieldset .radio span.label { /* holds the label for radio */ 
 float: left; /* stay on left */
 clear: none !important;
 width: auto !important;
 margin: 0 0 0 10px !important;
 color: #495ba1;
}

#form fieldset .radio span.field { /* holds the content  for radio */
 float: left; /* wrap around  the content*/
 clear: left; /* be in new line */
 margin: 0; /* ident */
}

#form fieldset .form_row .label label { /* the label */
}

#form fieldset .form_row .field input {
 float: left; /*stay on left (if help follows)*/
 border: 1px solid #b0b0b0;
}

#form fieldset .form_row span.forum_label { /* holds the label */
 float: left; /* stay on left */
 clear: left; /* be in new line */
 width: 100px;
 margin: 0; /* ident */
 color: #495ba1;
}

#main.registration input.text { width: 300px; margin-bottom:5px; }
#main.registration select.text { width: 300px; margin-bottom:5px; }
#main.registration select.forum { width: 183px; margin-bottom:5px; }


#main.registration fieldset img { margin-bottom: 5px; }

#form fieldset .form_row .field ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

#form div.form_row span.next {
 display: block; /* stretch to 100% */
 clear: both; /* start in new line */
 text-align: right;
 height:32px;
 border-top: 1px solid #b0b0b0;
 padding-top: 10px;
 margin-top: 10px;
}

#form div.form_row span.next a {
 width:70px;
 height: 18px;
 display:block;
 float:right;
 font-size: 18px;
 font-weight:bold;
 color:#495ba1;
 text-decoration:none;
 text-transform:uppercase;
 padding: 5px 30px 0 0;
}

#main.registration div#pass_input { display:block; }

/* Registration: Page 2*/

#main.registration div.select_cat_row { clear:both; }
#main.registration div.select_cat_row h1 { 
    font-size: small;
    color: #000;
}
#main.registration div.select_cat_col { width: 280px; float:left; margin-bottom:20px!important; }
#main.registration div.select_cat_col label { display:block; color: #858558; }

#main.registration h2 {
    color: #000;
    border-bottom:1px solid #b0b0b0;
    padding-bottom: 10px;
}

#main.registration p.interested_in {
    width:100%;
    border-top:1px solid #b0b0b0;
    font-weight:bold;
    padding: 10px 0;
}

#main.registration  div.radio span.field input {
    border:none;
}

/*profile specific*/
div#profile_menu {
	width: 890px;
	float: left;
	margin-bottom: 0px;
	margin-top: 1em;
}

div#profile_menu div {
	float:left; 
	margin: 0 30px 0 0;
	text-align:center;
	height: 50px;
	width: 250px;
	padding-top: 15px;
}

div#profile_menu div.highlight {
	background-color: #dee6f1;
}


div#profile_menu div a {
	font-weight: bold;
}
div#profile_content {
	clear:left;
	background-color: #dee6f1;
}

.floatright {
	float: right;
	margin-right: 0px;
	right: 0px;
}

ul#whoami li {
  position: relative;
	list-style:none;
	margin:0 2em 0 0 !important;
	width: 33%;
}
#whoami li strong { position: absolute; top: 0; right: 0; }

#profile_menu { margin: 1em 0 1em 0; }

.profile ul#menu {
	list-style:none;
	float:left;
	margin: 0 0 1em 0em !important;

}

.profile h3#menu {
	margin-left:/*2em*/30px;
}

span.fieldcontent h1, div.article h1,
span.fieldcontent h2, div.article h2,
span.fieldcontent h3, div.article h3,
span.fieldcontent h4, div.article h4,
span.fieldcontent h5, div.article h5,
span.fieldcontent h6, div.article h6 {
	color: #f00;
	margin: 0;
	padding: 0;
}

span.fieldcontent h1, div.article h1 { font-size: 1.6em; margin: 6px 0; }
span.fieldcontent h2, div.article h2 { font-size: 1.5em; margin: 5px 0; }
span.fieldcontent h3, div.article h3 { font-size: 1.4em; margin: 4px 0; }
span.fieldcontent h4, div.article h4 { font-size: 1.3em; margin: 3px 0; }
span.fieldcontent h5, div.article h5 { font-size: 1.2em; margin: 2px 0; }
span.fieldcontent h6, div.article h6 { font-size: 1.1em; margin: 1px 0; }

/* Generic classes */

.floatleft {
	float:left !important;
}

.floatright {
	float:right !important;
}

a.highlight  {
	font-weight: bold !important;
}

.nonhighlight, .nonhighlight a  {
	font-weight: normal !important;
}

.dashed {
	border:dashed 1px;
	display:block !important;
}

.dotted {
	border:dotted 1px;
	display:block !important;
}

.solid {
	border:solid 1px;
	display:block !important;
}

.width33 {
	width:33% !important;
}

.width50 {
	width:50% !important;
}

.width66 {
	width:66% !important;
}

.clear {
	clear:both;
}

.none li {
	list-style-type:none  !important;
}
/*bullets*/
/* bullet1-8 diff. in ie_hacks */
ul.bullet1 li span,
ul.bullet2 li span,
ul.bullet3 li span,
ul.bullet4 li span,
ul.bullet5 li span,
ul.bullet6 li span,
ul.bullet7 li span,
ul.bullet8 li span
{position: absolute; left: 0em; top: 0.1em; overflow: hidden;

  font-size: x-small; /*WARNING: changing this will effect bullet formating, must be set with word and not em size (for IE)*/
	color:#666;}
ul.bullet1 li,
ul.bullet2 li,
ul.bullet3 li,
ul.bullet4 li,
ul.bullet5 li,
ul.bullet6 li,
ul.bullet7 li,
ul.bullet8 li
{position: relative; list-style: none; margin: 0 0 0 0.3em; }
ul.bullet9 li,
ul.bullet10 li,
ul.bullet11 li
{	margin: 0 0 0 1.5em; padding: 0;}
/*none*/
ul.bullet0 li { 
	list-style: none;
	margin: 0 0 0 0.3em;
	padding: 0;
}
/*DD.MM*/
ul.bullet1 li { padding: 0 0 0 3.1em; }
ul.bullet1 li span { width: 3.4em; }
/*DD.MM.YY*/
ul.bullet2 li { padding: 0 0 0 4.2em; }
ul.bullet2 li span { width: 4.6em; }
/*DD.MM.YYYY*/
ul.bullet3 li { padding: 0 0 0 5.3em; }
ul.bullet3 li span { width: 5.7em; }
/*MMM DD*/
ul.bullet4 li { padding: 0 0 0 3.5em; }
ul.bullet4 li span { width: 3.9em; }
/*MMM DD YYYY*/
ul.bullet5 li { padding: 0 0 0 5.8em; }
ul.bullet5 li span { width: 6.6em; }
/*MMM DD - MMM DD, YYYY*/
ul.bullet6 li { padding: 0 0 0 9.7em; }
ul.bullet6 li span { width: 11em; }
/*MM/DD*/
ul.bullet7 li { padding: 0 0 0 3em; }
ul.bullet7 li span { width: 3.4em; }
/*MM/DD/YYYY*/
ul.bullet8 li { padding: 0 0 0 5.3em; }
ul.bullet8 li span { width: 6.1em; }
/*disc*/
ul.bullet9 li { 
	list-style: disc;
}
/*square*/
ul.bullet10 li { 
	list-style: square;
}
/*circle*/
ul.bullet11 li { 
	list-style: circle;
}
/*custom*/
ul.bullet12 {
	list-style-image: url(img/bluedot.png)  !important;
	margin:0 0 0 15px !important;
}

ul.bullet13 {
	list-style-image: url(img/bluedot.png)  !important;
	margin:0 0 0 15px !important;
}

ul.bullet14 {
	list-style-image: url(img/bluedot.png)  !important;
	margin:0 0 0 15px !important;
}

ul.bullet15 {
	list-style-image: url(img/bluedot.png)  !important;
	margin:0 0 0 15px !important;
}


ul.bullet1, 
ul.bullet2, 
ul.bullet3, 
ul.bullet4, 
ul.bullet5, 
ul.bullet6, 
ul.bullet7, 
ul.bullet8, 
ul.bullet9,
ul.bullet10,
ul.bullet11,
ul.bullet12,
ul.bullet13,
ul.bullet14,
ul.bullet15 { margin-bottom: 5px; }


li.doc {
	list-style-image: url(img/doc.png);
}

li.xls {
	list-style-image: url(img/doc.png);
}

li.ppt {
	list-style-image: url(img/doc.png);
}

li.pdf {
	list-style-image: url(img/pdf.png);
}

li.html {
	list-style-image: url(img/html.png);
}

li.txt {
	list-style-image: url(img/txt.png);
}

li.zip {
	list-style-image: url(img/zip.png);
}

li.rar {
	list-style-image: url(img/rar.png);
}

li.xml {
	list-style-image: url(img/txt.png);
}


.author, .source {
	color: #666;
	display: inline;
	margin: 20px 0 10px 10px !important;
}

.author a, .source a {
	color: #003300;
}

.rubrika div.more {
        padding:5px 0 0 0;
}

.rubrika div.more a {
        font-size: 1.1em;
}

.rubrika div.more span.more {
	float:left;
}

.rubrika div.more span.archive {
	margin-top: -15px;
/* 	margin-right: 40px; */
	float:left;
	margin-left: 150px;
}

/* Admin Stuff and other restricted access things */

#admintools {
	position: absolute;
	top:0;
	right:0;
	width:150px;
	background:#dee6f1;
	text-align: left;
	border: 1px dashed #000;
	font-size:0.9em;
}

#admintools ul li {
	list-style:none;
	margin: 0 1em;
}

.admin, .admin a {
	color:#e97e00 !important;	
}

.manager, .manager a {
	color:#0000ff !important;
}

.user, .user a {
	color:#996600 !important;
}

.ajaxmenu {
	border: 1px solid #ddd;
	background: #eaeaea;
	text-align:center;
	width:70%;
	margin:1em auto;
}


/* Hover title font */
.o3_captionfontclass {
    font-family: Arial, Helvetica;
    font-size: 0.9em;
    color: black;
    font-weight: bold;
}

/* Hover title background (td) */
.o3_bgclass {
    background: red;
    text-align: center;
}

/* Hover content background (td). Please!!!! do the borders!!! */
.o3_fgclass {
    background: white;
    text-align: left;
    border-left: 1px solid red;
    border-right: 1px solid red;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}

/* Hover text font class */
.o3_textfontclass {
    font-family: Courier;
    font-size: 1.5em;
}

/* casovnice */
.uretable {
	border: 1px solid #000000;
}


.inline {
	display: inline;
}

.zebra {
	background-color: #ebebff !important;
}

.normal {
	background-color: white !important;
}

input.title {
	width: 400px;
}

table.finance {
	width: 100%;
	padding: 3px;
	margin: 0px;
	border: 0px;

	font-family: Arial, Helvetica;
	color: black;
	font-size: 12px;
	font-weight: normal;

}

table.finance thead tr td {
	font-family: Arial, Helvetica;
	color: black;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	border-bottom: 2px solid black;
	background-color: #f2f2f2;
}


table.finance tbody td {
	height: 18px;
}

table.finance tbody tr td {
	font-family: Arial, Helvetica;
	color: black;
	font-size: 12px;
	font-weight: normal;
	border: none;
	background-color: white;
}


table.finance tbody tr td.shaded {
	background-color: #dce5ef;
}

.left15 {
	margin-left: 15px;
}


/* Finance */



/* Financni povzetek*/

table.crosstabs_summary {  /* naziv vrstica */
	width: 700px;
	text-align:center;
}


table.crosstabs_summary tbody tr.toprow  td ,
table.crosstabs_summary tbody tr.toprow  td.first {  /* naziv vrstica */
color:black;
font-size:12px;
font-weight:bold;
}



table.crosstabs_summary tbody tr  td {  /* naziv */

height: 35px;
width: 30px !important;
color:black;
font-size:12px;
font-weight:normal;
}


table.crosstabs_summary tbody tr td.first {  /* naziv */
width: 40px !important;
color:black;
font-size:12px;
font-weight:normal;
background-image: none !important;
}


td.left{    /* prilivi-proracun */

}

table.crosstabs_summary tbody tr.budget td.first, 
table.crosstabs_summary tbody tr.budget td.left { /* cela prva vrstica */
width: 40px !important;
text-align: center !important;	
	
}

table.crosstabs_summary tbody tr.budget td.first{ /*priliv*/

}


table.crosstabs_summary tbody tr.budget td,
table.crosstabs_summary tbody tr.budget td.last { /* cela prva vrstica */
	background-color: #EEF6FF;
	
}



table.crosstabs_summary tbody tr.income td.first{   /* prilivi-prihodki*/

}


table.crosstabs_summary tbody tr.income td,
table.crosstabs_summary tbody tr.income td.last{ /* cela druga vrstica */
background-color:#E4FFE3;
}


table.crosstabs_summary tbody tr.financial td.first{  /* stroski-financni*/

}


table.crosstabs_summary tbody tr.financial td,
table.crosstabs_summary tbody tr.financial td.last { /* cela tretja vrstica*/
background-color:#FBE1FF;}


table.crosstabs_summary tbody tr.true_work td.first {  /* stroski-true-dejanski*/

}

table.crosstabs_summary tbody tr.true_work td,
table.crosstabs_summary tbody tr.true_work td.last{  /*cela cetrta vrstica*/
background-color:#FFFCDE;
}



table.crosstabs_summary tbody tr.should td.first {  /* stroski-normirano*/

}



table.crosstabs_summary tbody tr.should td,
table.crosstabs_summary tbody tr.should td.last {  /*cela peta vrstica*/
background-color:#EBEBEB;
}








/* Podrobni financni podatki*/
table.crosstabs_detailed{  /* naziv vrstica */
width: 700px;
color:black;


}

table.crosstabs_detailed tbody tr td{
height: 35px;
width: 50px !important;
color:black;
font-weight:normal;

}

table.crosstabs_detailed tbody tr td.first {  /* naziv */
width:70px !important;
color:black;
font-size:12px;
font-weight:normal;
background-image:none !important;
}


table.crosstabs_detailed tbody tr.toprow td{ /*naziv vrstica*/
color:black;
font-size:12px;
font-weight:bold;
}



table.crosstabs_detailed tbody tr.toprow td.first{   /* Naziv*/
}


table.crosstabs_detailed tbody tr.toprow td.last{    /* Skupaj*/
}


table.crosstabs_detailed tbody tr.budget td.first{   /* Proracun */

}


table.crosstabs_detailed tbody tr.budget td,
table.crosstabs_detailed tbody tr.budget td.last{   /*prva vrstica*/
background-color:#EEF6FF;}

table.crosstabs_detailed tbody tr.financial td{  /*druga vrstica */

}


table.crosstabs_detailed tbody tr.financial td.first
{  /* financni */

}

table.crosstabs_detailed tbody tr.financial td,
table.crosstabs_detailed tbody tr.financial td.last{
background-color:#FFFFFF;
}


table.crosstabs_detailed tbody tr.saldo td{ /*tretja vrstica*/

}


table.crosstabs_detailed tbody tr.saldo td.first{   /* stanje */
color:black;
font-weight:normal;
}


table.crosstabs_detailed tbody tr.saldo td,
table.crosstabs_detailed tbody tr.saldo td.last{
background-color:#FBE1FF;
}


table.crosstabs_detailed tbody tr.spent_p td{ /*cetrta vrstica*/

}


table.crosstabs_detailed tbody tr.spent_p td.first{  /* porabljeno*/

}

table.crosstabs_detailed tbody tr.spent_p td,
table.crosstabs_detailed tbody tr.spent_p td.last{
background-color:#FBE1FF;
}


table.crosstabs_detailed tbody tr.true_work_cost td{ /*peta vrstica*/

}

table.crosstabs_detailed tbody tr.true_work_cost td.first{  /* true dejanski*/

}


table.crosstabs_detailed tbody tr.true_work_cost td,
table.crosstabs_detailed tbody tr.true_work_cost td.last{
background-color:#FFFCDE;
}


table.crosstabs_detailed tbody tr.work_spent_p td{ /*sesta vrstica*/

}


table.crosstabs_detailed tbody tr.work_spent_p td.first{  /* porabljeno*/

}

table.crosstabs_detailed tbody tr.work_spent_p td,
table.crosstabs_detailed tbody tr.work_spent_p td.last{
background-color:#FFFCDE;
}


table.crosstabs_detailed tbody tr.should td{ /*sedma vrstica*/

}


table.crosstabs_detailed tbody tr.should td.first{  /* normirano*/

}

table.crosstabs_detailed tbody tr.should td,
table.crosstabs_detailed tbody tr.should td.last{
background-color:#EBEBEB;
}


table.crosstabs_detailed tbody tr.should_p td{ /*osma vrstica*/

}


table.crosstabs_detailed tbody tr.should_p td.first{  /* normirano*/

}

table.crosstabs_detailed tbody tr.should_p td,
table.crosstabs_detailed tbody tr.should_p td.last{
background-color:#EBEBEB;
}





/*Povzetek clove�kih virov*/

table.crosstabs_hour{  /* naziv vrstica */
width: 720px;
color:black;

}


table.crosstabs_hour tbody tr td{
height: 38px;
width: 50px !important;
color:black;
font-weight:normal;
}


table.crosstabs_hour tbody tr td.first {  /* naziv */
width:60px !important;
color:black;
font-size:12px;
font-weight:normal;
background-image:none !important;
}

table.crosstabs_hour tbody tr td.last{
background-image:none !important;
font-weight:normal;
}


table.crosstabs_hour tbody tr.toprow td{  /* kaj*/
font-weight:bold;
}

table.crosstabs_hour tbody tr.plan td{ /*prva vrstica*/

}

table.crosstabs_hour tbody tr.plan td.first{  /* plan*/

}
table.crosstabs_hour tbody tr.plan td,
table.crosstabs_hour tbody tr.plan td.last{ /*Plan iz prilivov*/
background-color:#EEF6FF;
}

table.crosstabs_hour tbody tr.fte td{ /*druga vrstica*/

}


table.crosstabs_hour tbody tr.fte td.first{  /*Porabljeno FTE:*/

}
table.crosstabs_hour tbody tr.fte td,
table.crosstabs_hour tbody tr.fte td.last{  /*FTE preracun*/
background-color:#FFEFE3;
}

table.crosstabs_hour tbody tr.employee_fte td{ /*tretja vrstica*/

}


table.crosstabs_hour tbody tr.employee_fte td.first{ /*zaposleni*/

}

table.crosstabs_hour tbody tr.employee_fte td,
table.crosstabs_hour tbody tr.employee_fte td.last{
background-color:#FFEFE3;
}


table.crosstabs_hour tbody tr.student_fte td { /*cetrta vrstica*/
background-color:#FFEFE3;
}

table.crosstabs_hour tbody tr.student_fte td.last { /*cetrta vrstica*/
width: 140px !important;
text-align: left !important;
}


table.crosstabs_hour tbody tr.hours td{ /*peta vrstica*/

}

table.crosstabs_hour tbody tr.hours td.first{ /*Porabljeno Ure*/

}
table.crosstabs_hour tbody tr.hours td,
table.crosstabs_hour tbody tr.hours td.last{  /*Ure iz casovnic*/
background-color:#FFFCDE;
}


table.crosstabs_hour tbody tr.employee_hours td{ /*sesta vrstica*/

}


table.crosstabs_hour tbody tr.employee_hours td.first{  /*zaposleni*/

}

table.crosstabs_hour tbody tr.employee_hours td,
table.crosstabs_hour tbody tr.employee_hours td.last{
background-color:#FFFCDE;
}


table.crosstabs_hour tbody tr.student_hours td{ /*sedma vrstica*/

}


table.crosstabs_hour tbody tr.student_hours td.first { /*studentje*/

}

table.crosstabs_hour tbody tr.student_hours td,
table.crosstabs_hour tbody tr.student_hours td.last
{
background-color:#FFFCDE;
}

table.crosstabs_detailed tbody tr td.white {
    background-color: white;
}



table.crosstabs_hour tbody tr.financed td.first,
table.crosstabs_hour tbody tr.financed td,
table.crosstabs_hour tbody tr.financed td.last{  /*Porabljeno % [ljudje] * PLAN ur*/
background-color:#FBE1FF;

}


table.crosstabs_hour tbody tr.work td{ /*deveta vrstica*/

}

table.crosstabs_hour tbody tr.work td.first{  /*Porabljeno (Delo)*/

}
table.crosstabs_hour tbody tr.work td,
table.crosstabs_hour tbody tr.work td.last{  /*Stroski dela % [ljudje] * PLAN ur*/
background-color:#FFFCDE;
}

table.crosstabs_hour tbody tr.should td{ /*deseta vrstica*/

}


table.crosstabs_hour tbody tr.should td.first{ /*normirano*/

}
table.crosstabs_hour tbody tr.should td,
table.crosstabs_hour tbody tr.should td.last{ /*% mesecev * plan*/
background-color:#EBEBEB;
}

table.crosstabs_summary tbody tr.true_financial td,
table.crosstabs_detailed tbody tr.true_financial td,
table.crosstabs_detailed tbody tr.true_saldo td,
table.crosstabs_detailed tbody tr.true_spent_p td {
	background-color:#FBE1FF;
}

table.crosstabs_summary tbody tr.true_financial td.white,
table.crosstabs_detailed tbody tr.true_financial td.white,
table.crosstabs_detailed tbody tr.true_saldo td.white,
table.crosstabs_detailed tbody tr.true_spent_p td.white {
	background-color:white;
}





