﻿/* 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 250px;
	text-align: right;
	
	/*border: solid 1px red;*/
}
#headerBannerContainer p
{
    margin: 5px 0 0 0;
    padding: 0;
}
#headerBannerContainer a.social-link
{
    margin: 0;
    padding: 0;
    
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
}
#headerBannerContainer a.social-link:hover
{
    margin: 0;
    padding: 0;
    
    text-decoration: underline;
}
#headerBannerContainer a.social-link-img
{
    text-decoration: none;
    border: none;
}

#headerBannerContainer IMG
{
	border: none;
	margin: 0 0 0 10px;
	vertical-align: middle;
}

#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: 125px;
	
	font-size: 10px;
	font-weight:bold;
	padding: 1px;
}
/*
#headerLoginForm div.login-controls
{
	width: 100px;
	float: right;
	border: solid 1px #cce0eb;
	margin: 0 12px 0 10px;
}
*/

#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.EkoLex
{
	background-image: url("Images/TabEkoLex.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 td
{
	padding-top: 10px;
	border-bottom: solid 1px rgb(220,220,220);
}

.latestNews IMG
{
	margin-right: 5px;
	vertical-align: middle;
	
	border: none;
}

.latestNews .newsTitle
{
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0;
	
	/*border-bottom: solid 1px rgb(220,220,220);*/
}

.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: 150px;
	 text-align: right;
	 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, #classTree li.plusEKOLEX
{
	list-style-image: url(Images/plusTax.gif);
}

#classTree li.minusTAX, #classTree li.minusEKOLEX
{
	list-style-image: url(Images/minusTax.gif);
}

#classTree li.bulletTAX, #classTree li.bulletEKOLEX
{
	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, #tflNewslettersContainer
{
	width: 100%;
	/*margin-top: -2px;*/
}

#tflNovostiContainer TD.subSystem, #tflNewslettersContainer td.subSystem
{
	width: 50%;
	vertical-align: top;
}

#tflNewslettersContainer td.subSystem ul { padding-left: 15px; }

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: #e6e6e6;
	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);
	 margin-bottom: 1px;
}

.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;*/
}

/* **********
   * ANKETE *
   ********** */

#ctl00_MiddleColumnContent_pnlPollContainer h2 { color: rgb(197,152,195); }

div.poll-question { margin: 0 0 20px 0; }

div.poll-question span.title { font-weight: bold; background-color: rgb(250,250,250); }

div.poll-question span.error 
{ 
    color: red;
    display: block;
    /*font-size: 10px; */
    font-weight: bold; 
    margin: 10px 0 0 20px;
}

div.poll-question ul { list-style-type: none; margin: 10px 0 0 0; padding: 0 0 0 15px; overflow: hidden; clear: left; }

div.poll-question ul li.vertical { clear: left; }
div.poll-question ul li.horizontal { float: left; padding: 0 20px 0 0; }

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; }


/* *****************
   * photo gallery *
   ***************** */

div#photo-gallery
{
	border: solid 1px white;
	margin-left: auto; 
	margin-right: auto; 
	width: 645px;
}

div#photo-gallery div.tile
{
	background-color: rgb(230,230,230); 
	padding: 5px; 
	margin: 2px; 
	float: left;
	width: 200px;
}

div#photo-gallery div.tile img
{
	width: 200px; 
	padding-bottom: 2px;
	border: none;
}


/* live search */
#search-log-container { margin: 5px 0 0 0; }

#search-log-container div.item
{
	background-color: rgb(247,247,247);
	padding: 2px;
	margin: 2px 160px 0 0;
}

#search-log-container div.info
{
	font-size: 0.8em;
	margin: 0 0 4px 0;
}

#items-log
{
	float: right;
	width: 150px;
}

/* seznam uradnega lista */
#ul-numbers-control 
{ 
	/*border: solid 1px red; */
	color: rgb(200,200,200);
	text-align: center; 
	font-size: 1.6em;
	margin: 10px auto 20px auto; 
}
#ul-numbers-control img { cursor: pointer; }

#ul-numbers-control a { font-size: 1em; }

#ul-numbers-control select { border: solid 1px rgb(220,220,220); font-family: Tahoma; font-size: 1em; }
#ul-numbers-control select.letnik { width: 70px; }
#ul-numbers-control select.stevilka { width: 50px; }

/* STA NEWS ADMIN */
div.sta-content { margin: 0 0 20px 0; /*border: solid 1px green;*/ }
div.sta-content label { display: block; margin: 10px 0 5px 0; font-weight: bold; }
div.sta-content textarea, div.sta-content input, textarea#txXmlSource
{ 
	font-family: Segoe UI; 
	font-size: 1em; 
	border: solid 1px rgb(220,220,220);
	width: 99%;
}
#txSummary { height: 250px; }
#txContent { height: 500px; }


/* 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;   
}

/* LexEvents search */
a.novosti-filter
{
    display: block;
    width: 71px;
    height: 40px;
    float: right;
    margin: 0 2px 0 0;
    
    background-repeat: no-repeat;
    background-image: url("../../Images/search-lex.png");
    /*background-color: Blue;*/
    
    text-indent: -9999px;
}

#lexevents-timeline ul { overflow: hidden; line-height: 1.4; margin: 0; padding: 0; }
#lexevents-timeline ul li { float: left; display: block; margin: 0 0 0 10px; }
#lexevents-timeline p { margin: 10px 0 10px 0; }

#lexevents-timeline-table table { width: 100%; margin: 20px 0 20px 0; }
#lexevents-timeline-table table td { text-align: center; width: 11%; }
#lexevents-timeline-table table td.desc { font-size: 1.2em; padding: 0 0 10px 0; }
td#tl-hover { font-size: 0.8em; padding: 15px 0 0 0; }
#lexevents-timeline-table table tr.labels td { font-size: 0.8em; padding: 0 0 5px 0; }
#lexevents-timeline-table table tr.line td
{
    background-image: url("../../scripts/timeline.gif");
    background-position: center center;
    background-repeat: repeat-x;
}
#lexevents-timeline-table table tr.line td.tl-label { background: none; padding-right: 5px; text-align: left; font-size: 0.8em; }
#lexevents-timeline-table table tr.line td a { border: none; }
#lexevents-timeline-table table tr.line td img { border: none; }

#results span.time-span { font-weight: bold; }

#lexevents-search-results { padding: 0; }
#lexevents-search-results table { /*border: solid 1px red;*/ }
#lexevents-search-results table th { padding: 2px; }
#lexevents-search-results table td { vertical-align: top; border-bottom: solid 1px rgb(235,235,235); }

table.cenik td { text-align: center; }

/* revija denar */
.search-container { text-align: center; margin: 10px auto 20px auto; /*border: solid 1px orange;*/ width: 500px; }
.search-container input[type=text] { width: 400px; }

.search-options { text-align: center; margin: 0 0 0 10px; /*border: solid 1px green;*/ width: 404px; }
.search-options a { padding: 2px; border: solid 1px white; }
.search-options a.selected { background-color: rgb(240,240,240); border: solid 1px rgb(220,220,220); }
.search-options .error { display: block; text-align: center; margin: 8px 0 0 0; color: Red; }

.toc-container { width: 200px; float: left; }
.toc-container img { margin: 32px 0 0 0; }

.list-container { margin: 0 0 0 205px; }

#denar-toc
{
    margin: 30px 0 10px 5px;
    padding: 0;
    
    list-style-type: none;
}
#denar-toc > li { font-weight: bold; }
#denar-toc ul
{
    margin: 4px 0 4px 50px;
    padding: 0;
    
    list-style-type: none;
}
#denar-toc ul li a { font-weight: normal; padding: 2px; }
#denar-toc ul li a.selected { font-weight: bold; background-color: rgb(230,240,230); color: green; }

#denar-list
{
    margin: 0 0 4px 0;
    padding: 0;
    
    list-style-type: none;
}
#denar-list li 
{ 
    overflow: hidden; 
    border-top: solid 1px rgb(230,230,230); 
    border-bottom: solid 1px rgb(230,230,230); 
    background-color: rgb(245,245,245);
    margin: 0 0 6px 0; 
    padding: 4px;
}
#denar-list li img { display: block; float: left; padding: 2px 10px 2px 2px; width: 50px; }
#denar-list li a
{
    margin: 0;
    
    font-size: 1.4em;
    /*border: solid 1px green;*/
}
#denar-list li p { margin: 0 0 0 60px; }
#denar-list li p.author { font-size: 0.9em; /*border: solid 1px red;*/ }
#denar-list li p.sub-title { margin-top: 5px; font-size: 1.1em; font-weight: bold; /*border: solid 1px red;*/ }
#denar-list li p.summary { font-size: 1em; font-style: italic; /*border: solid 1px red;*/ }

#revija-denar-frontpage  
{
    overflow: hidden; 
    border: solid 1px rgb(230,230,230); 
    background-color: rgb(245,245,245); 
    padding: 10px 2px 20px 10px;
}
#revija-denar-frontpage .side { float: left; width: 150px; text-align: center; margin: 4px 0 0 4px; padding: 0; font-weight: bold; border: solid 1px white; background-color: White; }
#revija-denar-frontpage p { margin: 4px 0 0 180px; }
#revija-denar-frontpage ul { margin: 10px 0 0 200px; padding: 0; }
#revija-denar-frontpage ul li { padding: 0 0 2px 0; }

/* TFL Glasnik administracija */

#toolbar { padding: 2px; }

.dialog input[type=text], .dialog textarea, .dialog input[type=text], #glasnik-header input[type=text]
{ 
    font-family: "segoe ui", Tahoma, Arial;
    font-size: 1em;
    border: solid 1px rgb(220,220,220);

    margin: 5px 0;
    width: 100%;
}

#edition input[type=text] { width: 50px; }

#glasnik-header { margin: 10px 0; border-top: solid 1px gray; border-bottom: solid 1px gray; }
#glasnik-header label { padding: 0 5px 0 0; }
#glasnik-header input[type=text] { width: 80px; }

#content-preview { margin: 20px 0 0 0; }
#content-preview > div 
{ 
    padding: 0 2px; 
    overflow: hidden; 
    
    border-left: solid 2px white; 
    border-top: solid 1px white; 
    border-right: solid 1px white; 
    border-bottom: solid 1px white; 
}
#content-preview > div:hover { border-left: solid 2px red; }

#content-preview .element-edit
{
    margin: 5px;
    text-align: left; 
}
#content-preview .element-edit a { font-weight: normal; /*font-size: 0.8em;*/ }

#content-preview .glasnik-tema-tedna { background-color: rgb(220,220,220) }
#content-preview .glasnik-tax { background-color: rgb(228,237,198); }
#content-preview .glasnik-fin { background-color: rgb(251,227,189); }
#content-preview .glasnik-lex { background-color: rgb(226,205,228); }
#content-preview .glasnik-tax2 { background-color: rgb(185,210,114); }
#content-preview .glasnik-fin2 { background-color: rgb(248,194,119); }
#content-preview .glasnik-lex2 { background-color: rgb(197,152,195); }
#content-preview .glasnik-tedenska-zakonodaja { background-color: rgb(244,237,246); }
#content-preview .glasnik-sta { background-color: #79B2E1; }
#content-preview .glasnik-text { background-color: rgb(245,245,245); }
#content-preview .glasnik-ekolex { background-color: #f2f9f4; }
#content-preview .glasnik-kliping { background-color: #D6E4F0; }
#content-preview .glasnik-intervju { background-color: rgb(230,230,230); }

#dlg-error .message { color: Maroon; }
#dlg-message .message { color: Green; font-size: 1.1em; }

/* LEX NOVICE ADMIN */
.date-field { width: 80px; text-align: center; border: solid 1px rgb(240,240,240); }

#lnSave { float: right; }

#tabs { margin-top: 10px; }
#tabs > div { padding: 4px; }

#bVpis, #bUlVpis { display: block; float: right; margin-bottom: 10px; }
#koledar-vpis, #ulrs-vpis { overflow: hidden; margin-bottom: 10px; border-bottom: dotted 1px #79B2E1; }
#koledar-vpis input, #koledar-vpis select, #ulrs input { border: solid 1px rgb(240,240,240); }
#koledar-vpis .message { font-size: 0.8em; color: Maroon; }

#ulrs-info { font-size: 1.4em; }
#ulrs-info a { color: #0083CA; }

#comment textarea
{
    font-family: Tahoma;
    width: 99%;
}

table.listGrid { width: 100%; }
table.listGrid tr.header { font-weight: bold; color: white; background-color: #79B2E1; white-space: nowrap; }
table.listGrid td { padding: 5px; font-family: Trebuchet MS; }
/*table.listGrid tr.row:hover, table.listGrid tr.altRow:hover { background-color: #D6E4F0; }*/
table.listGrid tr.altRow { background-color: rgb(245,245,245); }
table.listGrid tr.selected { background-color: rgb(226,205,228); }
table.listGrid tr.sent { background-color: red; }
table.listGrid td.include, table.listGrid td.status { text-align: center; }
table.listGrid td.mark { white-space: nowrap; }
table.listGrid td a { color: #0083CA; }

table.editionList { width: 90%; margin: 0 auto 20px auto; }
table.editionList th { background-color: rgb(200,200,200); color: White; }
table.editionList td { background-color: rgb(240,240,240); vertical-align: top; }
table.editionList td.key { background-color: rgb(220,220,220); font-weight: bold; text-align: center; }
table.editionList td a { font-weight: normal; }
table.editionList td.author img { display: block; width: 50px; float: left; margin: 0 10px 5px 0; }
table.editionList td.graph img { display: inline; height: 12px; margin: 0; }
table.editionList td p { margin: 0 0 2px 0; padding: 0; font-weight: bold; }

h2.list-header
{
    width: 90%;
    margin: 20px auto 10px auto;
    
    /*border: solid 1px red;*/
    cursor: pointer;
}
h2.list-header:hover { color: blue; }

/* content slider */
#content-slider { overflow: hidden; border: solid 1px rgb(230,230,230); }
#content-slider > div.screen { min-height: 235px; padding: 10px; overflow: hidden; }
#content-slider > div.navigation { padding: 5px; height: 23px; background-color: rgb(240,240,240); border-top: solid 1px rgb(230,230,230); overflow: hidden; }
#content-slider > div.navigation a 
{ 
    display: block; 
    float: left; 
    
    padding: 2px 4px;
    margin: 0 2px;
    
    border: solid 1px rgb(230,230,230);
    background-color: white;
    color: rgb(150,150,150);
}
#content-slider > div.navigation a.selected { color: White; background-color: rgb(180,180,180); }
#content-slider img { float: left; margin: 0 10px 10px 0; width: 120px; }
#content-slider h1 { margin: 0; padding: 5px 0; font-weight: normal; text-align: center; background-color: rgb(240,240,240) }
#content-slider h2 { margin: 0 0 10px 0; padding: 0; font-size: 1.4em; font-weight: normal; }
#content-slider p { margin: 0 0 10px 0; padding: 0; }
#content-slider p.title { margin: 5px 0 2px 0; font-weight: bold; }
