﻿/* HEADER */
#headerBanner
{
    padding: 0;
    margin: 0 200px 0 0;
    
    /*border: solid 1px red;*/
}

#headerTitle
{
    padding: 4px 0 4px 10px;
	
	font-family: Arial, Tahoma;
	font-weight: bold;
	letter-spacing:1px;
	
	background-color: #4A4A40;
	color: White;
}

#headerLinks
{
	float:right; 
	width: 400px; 
	
	font-family: Tahoma;
	font-size: 11px;
	text-align: right; 
	letter-spacing: 0;
	/*border: solid 1px white;*/
}

#headerLinks A
{
	margin-right: 10px;
	
	text-decoration: none;
	
	color: #eeeeee;
}

#headerLinks A:hover
{
	text-decoration: underline;
	
	color: White;
}

#headerLogo
{
	width: 210px;
	float: left;
	margin: 7px 0 8px 0;
	
	/*border: solid 1px gold;*/
}

#headerLogo IMG
{
	border: none;
}

#headerBannerContainer
{
	/*width: 468px;*/
	height: 60px;
	margin: 5px 30px 0 260px;
	text-align: center;
	
	/*border: solid 1px red;*/
}

#headerBannerContainer IMG
{
	border: none;
}

#headerLogin
{
    width: 205px;
	float: right;
	
	/*border: solid 1px blue;*/
}

#headerLoginTitle
{
	padding: 4px 0 4px 0;
	
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	
	background-color: #0084a4;
	color: White;
}

#headerLoginForm
{
	height: 85px;
	padding: 0;
	
	/*background-color: #cce0eb;
	border: solid 1px red;*/
	color: #4b4b4b;
}

#headerLoginForm table { background-color: #cce0eb; width: 100%; /*border: solid 1px red;*/ }

#headerLoginForm table.anon-login-choose td { padding: 5px; }
#headerLoginForm table.anon-login-choose a { font-weight: bold; }

#headerLoginForm table.logged-in-view td { padding: 3px 0 3px 0; }

#headerLoginForm .label
{
	font-size: 11px;
}

#headerLoginForm .textbox
{
	width: 110px;
	
	font-size: 10px;
	font-weight:bold;
	padding: 1px;
}

#headerLoginForm a.button { font-weight: bold; }

#headerLoginForm a.forgotten-password { font-size: 10px; }

#headerLoginForm A
{
	text-decoration: underline;
	color: #4b4b4b;
}

#headerLoginForm A:hover
{
	color: maroon;
}

#headerLoginForm td.bottom-left
{
	background-image: url("Images/loginFormBottomBg.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

#headerLoginForm td.bottom-right
{
	background-image: url("Images/loginFormBottomBg.gif");
	background-position: right top;
	background-repeat: no-repeat;
}

#headerTabs
{
	height: 19px;
	margin: 0;
	padding: 0;
	clear: left;
	
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	
	/*border: solid 1px red;*/
}

#headerTabs TD
{
	width: 100px;
	height: 19px;
	
	background-image: url("Images/TabDefault.gif");
	background-position: center center;
	background-repeat: no-repeat;
}

#headerTabs TD.Tax
{
	background-image: url("Images/TabTax.gif");
}

#headerTabs TD.Fin
{
	background-image: url("Images/TabFin.gif");
}

#headerTabs TD.Lex
{
	background-image: url("Images/TabLex.gif");
}

#headerTabs TD.Kliping
{
	background-image: url("Images/TabKliping.gif");
}

#headerTabs A.selected
{
	color: yellow;
}

#headerTabs A
{
	color: white;
}

#headerTabs A:hover
{
	text-decoration: underline;
}

.headerSystemLinks
{
	clear: both;
	padding: 4px 0 4px 0;
	
	text-align: center;	
}

.headerSystemLinks A
{
	font-weight: bold;
	text-decoration: none;
	
	color: Black;
}

.headerSystemLinks A:hover
{
	text-decoration: underline;
	
	color: White;
}

/* FOOTER */
#footerCopyright
{
    padding: 4px 0 4px 0;
	margin: 0;
	
	font-family: Arial, Tahoma;
	font-weight: bold;
	letter-spacing:1px;
	text-align: center;
	
	background-color: #4A4A40;
	color: White;
}

#footerCopyright A
{
	text-decoration: none;
	
	color: White;
}

#footerCopyright A:hover
{
	text-decoration: underline;
}

#footerContact
{
	padding: 4px 0 4px 0;
	margin: 0;
	
	text-align: center;
	
	color: White;
	background-color: Gray;
}

/* FRONT PAGE NEWS */
.latestNews
{
	/*border: solid 1px red;*/
}

.latestNews IMG
{
	margin-right: 5px;
	vertical-align: middle;
	
	border: none;
}

.latestNews .newsTitle
{
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0;
	
	/*border: solid 1px blue;*/
}

.latestNews .newsSummary
{
	padding: 0;
	text-align: justify;
	
	font-size: 11px;
}

/* NEWS ARCHIVE */
#singleNewsOutput
{
	border-bottom: solid 3px #D2D2D2;
}

#singleNewsOutput .header
{
	padding: 5px;
	
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	
	background-color:rgb(220,220,220);
}

#singleNewsOutput .date
{
	 float:right; 
	 width: 100px;
	 
	 font-size: 11px; 
}

#singleNewsOutput .summary
{
	padding: 5px;
	
	font-weight: bold;
	
	background-color:rgb(240,240,240);
}

#singleNewsOutput .content
{
	padding: 5px;
	
	border-top: 1px solid #E1E1E1;
}

#newsArchive .header
{
	margin: 10px 0 1px 0;
	padding: 5px;
	
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	
	background-color: #E1E1E1;
}

#newsArchive .newsList
{
	margin: 0;
	width: 100%;
}

#newsArchive .newsList .header
{
	padding: 4px;
	
	font-weight: bold;
	text-align: left;
}

#newsArchive .newsList .row
{
	background-color: #F5F5F5;
}

#newsArchive .newsList .pager
{
	font-weight: bold;
	
	color: Red;
	background-color: #E1E1E1;
}

/* SEMINAR DETAIL */
#seminar
{
	/*border: solid 1px red;*/
}

#seminar TD
{
	background-color: #F5F5F5;
}

#seminar .header
{
	padding: 10px;
	
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	
	background-color: White;
}

#seminar .fieldTitle
{
	width: 150px;
	
	font-weight: bold;
	
	background-color: #E1E1E1;
	color: Black;
}


/* PAGE HEADER */
#pageHeader IMG.headerLogo
{
	margin: 10px 10px 0 0;
	float: left;
	vertical-align: middle;
}

#pageHeader .headerTitle
{
	margin: 20px 0 0 50px;
	
	font-family: Arial, Tahoma;
	font-size: 14px;
	font-weight: bold;
	
	/*border: solid 1px gold;*/
}

#pageHeader .headerPath
{
	font-size: 11px;
}

#editProfile .textbox
{
	font-family: Verdana;
	font-size: 11px;
	
	/*border: solid 1px gray;*/
}

/* KAZALA */

#tflControl
{
	
}

.tflControlHeader
{
	padding-bottom: 4px;
	padding-top: 4px;
	
	font-weight: bold; 
	font-size: 14px;  
	font-family: arial; 
	text-align: center
}

.entityCheckBox
{
	float: right;
	vertical-align: middle;
}

.resultGrid
{
	width: 100%;
	padding: 0;
	
	font-size: 11px;
}

.resultGrid caption
{
	font-size: 14px;
	font-weight: bold;
	color: Maroon;
}

.resultGrid .header
{
	font-weight: bold;
	font-size: 12px;
	
	color: white;
}

.resultGrid .header A
{
	text-decoration: underline;
	
	color: White;
}

.resultGrid .header A:hover
{
	text-decoration: underline;
	
	color: Yellow;
}

.resultGrid .row
{
	vertical-align: top;
}

.resultGrid .pager
{
	font-weight: bold;
	
	color: Red;
}

.resultGrid A.disabled
{
	color: Gray;
}

.resultGrid A.disabled:hover
{
	color: Maroon;
}

.gridList
{
	border: solid 1px rgb(220,220,220);
}

.gridList .header
{
	font-weight: bold;
	
	background-color: rgb(240,240,240);
}

.gridList .header TH
{
	padding: 2px;
	
	color: Green;
}

.gridList TD
{
	padding: 2px;
}

.gridList TR.altRow
{
	/*padding: 2px;*/
	background-color: rgb(248,248,248);
}

#classTree
{
	font-size: 11px;
	/*border: solid 1px green;*/
}

#classTree A
{
	color: Blue;
}

#classTree A.selected
{
	padding: 2px;
	
	background-color: #E6E6E6;
	border: solid 1px #D2D2D2;
}

#classTree A:hover
{
	color: Maroon;	
}

#classTree ul
{
	line-height: 18px;
	padding-left: 20px;
	margin-left: 0;
}

#classTree li
{
	margin-left: 0;
	padding-left: 0;
}

#classTree li.plusTAX
{
	list-style-image: url(Images/plusTax.gif);
}

#classTree li.minusTAX
{
	list-style-image: url(Images/minusTax.gif);
}

#classTree li.bulletTAX
{
	list-style-image: url(Images/bulletTax.gif);
}

#classTree li.plusFIN
{
	list-style-image: url(Images/plusFin.gif);
}

#classTree li.minusFIN
{
	list-style-image: url(Images/minusFin.gif);
}
#classTree li.bulletFIN
{
	list-style-image: url(Images/bulletFin.gif);
}

#classTree li.plusLEX
{
	list-style-image: url(Images/plusLex.gif);
}

#classTree li.minusLEX
{
	list-style-image: url(Images/minusLex.gif);
}

#classTree li.bulletLEX
{
	list-style-image: url(Images/bulletLex.gif);
}

/* ZBIRKE */
TABLE.collectionsTable
{
	width: 100%;
	padding-bottom: 10px;
	
	/*border-top: #dcdcd2 3px solid; 
	border-bottom: #dcdcd2 3px solid;*/
	background: rgb(240,240,240); 
}

/* TFL NOVOSTI */
#tflNovostiContainer
{
	width: 100%;
	margin-top: -2px;
}

#tflNovostiContainer TD.subSystem
{
	width: 50%;
	vertical-align: top;
}

A.archiveLink
{
	font-size: 10px;
	font-weight: normal;
	color: Black;
}

#tflNovostiContainer TD.subSystem SPAN
{
	display: block;
	padding: 4px;
	font-weight: bold;
	
	color: White;
}

/* MESEČNI KOLEDARJI */
.finCalendar
{
	width: 150px;
	height: 150px;
	
	/*border: solid 1px #E0E0E0;*/
	border: none;
}

.finCalendar .todayDay
{
	color: Black;
	background-color: #F5F5F5;
	border: solid 1px #D3D3D3;
}

.finCalendar .nextPrev
{
	vertical-align: bottom;
}

.finCalendar .dayHeader
{
	font-size: 11px;
	font-weight: bold;
	
	color: Maroon;
	background-color: #E6E6E6;
}

.finCalendar .selectedDay
{
	font-weight: bold;
	
	color: Maroon;
	background-color: #DCDCDC;
	border: solid 1px Green;
}

.finCalendar .title
{
	margin: 0;
	padding: 0;
	
	font-weight: bold;
	
	color: Black;
}

.finCalendar .weekendDay
{
	 /*background-color: #F5F5F5;*/
}

.finCalendar .otherMonthDay
{
	 color: red;
}

.finCalendarTitle
{
	 padding: 4px;
	 
	 font-weight: bold;
	 text-align: left;
	 
	 background-color:rgb(220,220,220);
}

.finCalendarTitle A
{
	font-weight: normal;
}

.lexCalendar
{
	width: 150px;
	/*height: 150px;*/
	
	/*border: solid 1px #E0E0E0;*/
	border: none;
}

.lexCalendar .todayDay
{
	color: Black;
	background-color: #F5F5F5;
	border: solid 1px #D3D3D3;
}

.lexCalendar .nextPrev
{
	vertical-align: bottom;
}

.lexCalendar .dayHeader
{
	font-size: 11px;
	font-weight: bold;
	
	color: Maroon;
	background-color: #E6E6E6;
}

.lexCalendar .selectedDay
{
	font-weight: bold;
	
	color: Maroon;
	background-color: #e6e6e6;
	border: solid 1px Green;
}

.lexCalendar .title
{
	margin: 0;
	padding: 0;
	
	font-weight: bold;
	
	color: Black;
}

.lexCalendar .selector
{
	margin: 0;
	padding: 0;

	background-color:rgb(226,205,228);
}

.lexCalendar .weekendDay
{
	 /*background-color: #F5F5F5;*/
}

.lexCalendar .otherMonthDay
{
	 color: red;
}

.lexCalendarTitle
{
	padding: 4px;
	 
	font-weight: bold;
	text-align: left;
	
	background-color:rgb(226,205,228);
	margin-bottom: 1px;
}

.lexCalendarTitle A
{
	font-weight: normal;
}

/* ADMINISTRACIJA */
#adminLeftColumn UL, adminMiddleColumn UL
{
	margin: 10px 0 0 20px;
	padding: 5px 0 0 0;
}

#adminMiddleColumn UL LI, adminMiddleColumn UL LI
{
	padding: 2px 0 2px 0;
}

/* KLIPING */
#searchContainer DIV.izraz
{
	background-color: rgb(240,240,240);
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#searchContainer TABLE
{
	width: 100%;
	margin-bottom: 25px;
}

#searchContainer TD
{
	vertical-align: top;
}

#searchContainer TD.title:hover
{
	background-color: rgb(245,245,245);
}

#searchContainer TD.mark
{
	text-align: right;
}

#MailingHistoryContainer
{
	float: left;
	width: 190px;
	/*border: solid 1px orange;*/
}

#MailPreviewContainer
{
	margin-left: 220px;
	min-height: 400px;
	
	background-color: White;
	/*border: solid 1px red;*/
}

/* **********
   * ODJAVA *
   ********** */
#odjavaInfo
{
	margin-left: 320px;
	
	/*border: solid 1px red;*/
}

#odjavaInfo .field
{
	margin-bottom: 10px;
}

#odjavaInfo span
{
	display: block;
	width: 200px;
	font-weight: bold;
	/*border: solid 1px blue;*/
}

/* NOVO IZ NN SCROLLER */
 
#scrollup
{
	position: relative;
	overflow: hidden;
	/*border: 1px solid orange;*/
	height: 250px;
	width: 190px;
	
}

.headline
{
	position: absolute;
	top: 250px;
	left: 0px;
	height: 250px;
	width:190px;
	/*border: solid 1px red;*/
	font-size: 10px;
}

/* **********
   * ANKETE *
   ********** */
   
div.poll-question { margin: 0 0 20px 0; }

div.poll-question span.title { font-weight: bold; }

div.poll-question span.error 
{ 
    color: Maroon;
    display: block;
    font-size: 10px; 
    font-weight: normal; 
    margin: 10px 0 0 20px;
}

div.poll-question ul { list-style-type: none; margin: 10px 0 0 0; padding: 0 0 0 15px; }

div.poll-question ul li { clear: left; }

div.poll-question ul li.result { margin: 0 0 10px 0; }

div.poll-question ul li textarea { height: 60px; margin: 0 0 0 10px; width: 400px; }

div.poll-question ul li span.textbox-label { display: block; margin: 10px 0 0 0; }

/* results */

div.poll-question ul li div.label { /*border: solid 1px red;*/ }

div.poll-question ul li div.custom-answer { font-style: italic; }

div.poll-question ul li div.bar
{ 
    background-color: rgb(250,250,250);
    border-bottom: solid 1px rgb(240,240,240); 
    border-top: solid 1px rgb(240,240,240); 
    padding: 4px 0 5px 10px; 
}

div.poll-question ul li div.bar span { display: inline-block; font-size: 10px; width: 50px; }

div.poll-question ul li div.bar img { height: 12px; margin: 0 0 0 10px; vertical-align: middle; }

/* portal login */
#portal-login 
{ 
	width: 400px; 
	margin: 50px auto 30px auto; 
	border: solid 1px rgb(230,230,230); 
	background-color: rgb(245,245,245); 
	padding: 10px; 
}
#portal-login .login-title
{
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: solid 1px rgb(235,235,235);
	padding-bottom: 4px;
}
#portal-login table td { padding: 4px; }
#portal-login input[type=text], #portal-login input[type=password], #portal-login input[type=submit]
{ 
	font-size: 14px; 
	font-weight: bold; 
	padding: 5px; 
	border: solid 1px rgb(225,225,225);
	width: 270px;
	margin-left: 20px;
}

#portal-login input[type=submit]
{
	margin: 0 0 0 20px;
	width: 100px;
}

#portal-login label { font-size: 1.2em; }

#portal-login div.forgotten-password
{
	display: block;
	float: left;
	margin: 10px 40px 0 0;
}

/* warning about IE6 (heh heh...) */
#ie6-warning
{
    border: solid 1px rgb(220,220,220);
    background-color: rgb(240,240,240);
    margin: 0 5px 5px 5px;
}

#ie6-warning div.close
{
    float: right;
    cursor: pointer;
    margin: 5px 4px 0 0;
    /*border: solid 1px green;*/
}

#ie6-warning p 
{ 
    font-size: 11px; 
    color: rgb(150,150,150);
    margin: 4px 4px 2px 4px;
    text-align: center;   
}