/* CSS Document */

/* CSS Document */
/*all elemnents settings*/
* 
{
	font-family:Arial, Helvetica, sans-serif;
	color:#626161;
	font-size:12px;
}

body, html
{
	margin:0px;
	padding:0px;
}

img{
	border:0;
}

blockquote { 
  margin:0;
}

/*main container of the page*/
div#page
{
	width:960px;
	margin:0 auto; 
}
/*a{text-decoration: none;}*/

/*header*/
div#header
{
	background: url("../images/2011/css_sprites.jpg") no-repeat scroll 0 0px transparent;
	width:960px;
	height:161px;
}
	/*header logo*/
	div#headerLogo
	{
		width:31px;
		height:38px;
		position:absolute;
		margin-left:33px;
		margin-top:27px;
	}
	
	/*header title*/
	div#headerTitle
	{
		position:absolute;
		position:absolute;
		margin-left:92px;
		margin-top:30px;
	}
	
	div#headerTitlePrint
	{
		position:absolute;
		position:absolute;
		margin-left:94px;
		margin-top:30px;
		display:none;
	}
	
	/*header items - language, search, etc.*/
	div#headerItems
	{
		position:absolute;
		margin-left:730px;
		width:230px;
		height:161px;
		overflow:hidden;
	}
	div#headerItems select
	{
		font-size:11px;
		width:171px;
		border: 1px solid #d8d8d8;
		padding:1px;
	}
	
	div#headerItems input.inputText
	{
		font-size:11px;
		width:163px;
		float:left;
		border: 1px solid #d8d8d8;
		padding:3px;
	}
	
	div#headerItems input.inputButton
	{
		margin-right:20px;
		float:right;
		margin-top:2px;
	}
	
		/*language bar*/
		div#language
		{
			padding-top:5px;
			padding-bottom:5px;
		}
		
		div#language a
		{
			font-size:11px;
		}
		
		/*agencies*/
		div#agencies p
		{
			padding-top:5px;
			padding-bottom:5px;
			margin:0px;
		}
		
		div#agencies p a
		{
			font-size:11px;
		}
		
		/*search*/
		div#search
		{
			font-size:11px;
		}
		
		div#search p
		{
			padding:5px;
			margin:0px;
		}
		
div#menuMain
{
	height:182px;	/*height:53px;*/
	width:960px;
	margin-top:2px;
	font-weight:bold;
	background: url("../images/2011/menu.jpg") no-repeat scroll 0 0px transparent;
	overflow:hidden;
}

	div#menuMain ul
	{
		list-style:none;
		margin:0px;
		padding:0px;
	}
	
	div#menuMain ul li
	{
		margin:0px;
		float:left;
		background-repeat:no-repeat;
		background-position:3px 70px;
	}
	
	div#menuMain ul li img
	{
		position:absolute; right:4px; top:3px;
	}
	
	div#menuMain ul li div {
		position:relative;	
	}
	
	div#menuMain ul li a#btnHome
	{
		width:18px;
		height:69px;
		text-indent:-9999px;
		display:block;
	}
	
	div#menuMain ul li a#btnHome:hover, div#menuMain ul li.active a#btnHome
	{
		background-image:url("../images/2011/home_hover.jpg");
		background-repeat:no-repeat;
		background-color:transparent;
		background-position:0px 0px;
		width: 18px;
		height: 69px;
	}
	
	div#menuMain ul li a.buttonMenu
	{
		height:166px;
		display:block;
		margin-left:2px;
		padding:5px 10px 10px 10px;
		background-repeat:no-repeat;
		overflow:hidden;text-transform:uppercase;
	}

	div#menuMain ul li.active a#btn1, div#menuMain ul li.active a#btn2, div#menuMain ul li.active a#btn3, div#menuMain ul li.active a#btn4, div#menuMain ul li.active a#btn5, div#menuMain ul li.active a#btn6
	{
/*		background: url("../images/2011/css_sprites.jpg") no-repeat scroll -22px -218px transparent;*/
		background: url("../images/2011/menu_over.jpg") no-repeat scroll 1px 0px transparent; 
		color:#fff; 
	}

	
	div#menuMain ul li a#btn1
	{
		width:135px;
	}
	
	div#menuMain ul li a#btn1:hover
	{
		background: url("../images/2011/menu_over.jpg") no-repeat scroll 1px 0px transparent;
	}
	
	div#menuMain ul li a#btn2
	{
		width:135px;
	}
	
	div#menuMain ul li a#btn2:hover
	{
		background: url("../images/2011/css_sprites.jpg") no-repeat scroll -22px -218px transparent;
	}
	
	div#menuMain ul li a#btn3
	{
		width:134px;
	}
	
	div#menuMain ul li a#btn3:hover
	{
		background: url("../images/2011/css_sprites.jpg") no-repeat scroll -22px -218px transparent;
	}
	
	div#menuMain ul li a#btn4
	{
		width:135px;
	}
	
	div#menuMain ul li a#btn4:hover
	{
		background: url("../images/2011/css_sprites.jpg") no-repeat scroll -22px -218px transparent;
	}
	
	div#menuMain ul li a#btn5
	{
		width:135px;
	}
	
	div#menuMain ul li a#btn5:hover
	{
		background: url("../images/2011/css_sprites.jpg") no-repeat scroll -22px -218px transparent;
	}
	
	div#menuMain ul li a#btn6
	{
		width:135px;
	}
	
	div#menuMain ul li a#btn6:hover
	{
		background: url("../images/2011/css_sprites.jpg") no-repeat scroll -22px -218px transparent;
	}
	
	div#menuMain ul li a
	{
		text-decoration:none;
		color:#626161;
	}
	
	div#menuMain ul li a:hover
	{
		color:#fff;
	}

	div#rootLine
	{
		width:960px;
	}
	
	div#rootLine ul
	{
		list-style:none;
		margin:0px;
		padding:0px;
		height:23px;
		line-height:23px;
		background-image:url(../images/2011/arrow2.gif);
        background-repeat:no-repeat;
        background-position:30px 7px;
		padding-left:30px;
	}
	
	div#rootLine ul li
	{
		float:left;
		margin-left:12px;
	}

	div#rootLine ul li.active {
	}

	div#rootLine ul li a {
	  	margin-right:10px;
		color:#529CBA;
	}

	div#mainContainer
	{
		width:715px;
		float:left;
		min-height:300px;
		padding-bottom:35px;
	}

	p.indent {  
		padding-left: 40px !important;
	}
	
	p.align-center {
		text-align: center;
	}
	
	p.align-justify {
		text-align: justify;
	}
	
	p.align-right {  
		text-align: right;  
	}

	.povezava, p.povezava a {
		color:#529CBA;
		text-decoration:underline;
	}

	.poudarjena_povezava, p.poudarjena_povezava A{
		font-weight:bold;
		color:#529CBA;
		text-decoration:underline;
	}
	.rumena_povezava, p.rumena_povezava A{
		font-size:10px;
		color:#ffdd00;
		text-decoration:none;
	}
	
	/*categories*/
	
	div.contentCategory {
		/*background-image:url(../images/backgroundSpacer.gif);*/
  		padding-top:1px;
		margin-top:0px;
  		/*background-repeat:repeat-x;*/
		clear:both;
	}
	#mainContainer .csc-frame-indent {
		background-image:url(../images/2011/backgroundSpacer.gif);
		margin-top:0px;
  		background-repeat:repeat-x;
		clear:both;
	}	

	div.contentFirstCategory {
		background-image:none !important;
	}	

	div.contentCategorySpace {
		margin-top:35px;
		padding-top:20px;
	}
	div.contentCategoryWOLine {
		margin-top:15px;
	}
	
	#mainContainer .csc-frame-rulerBefore {
		background-image:url(../images/2011/backgroundSpacer.gif);
  		padding-top:7px;
  		background-repeat:repeat-x;
		clear:both;
	}
	#mainContainer2 .csc-frame-rulerBefore {
		background-image:url(../images/2011/backgroundSpacer.gif);
  		padding-top:7px;
  		background-repeat:repeat-x;
		clear:both;
	}
	#rightContainer .csc-frame-rulerBefore {
		background-image:url("../images/2011/backgroundSpacer.gif");
		background-repeat:repeat-x;
		clear:both;
		padding-top:7px;
	}

	div#mainContainer div#images div.image
	{
		float:left;
		margin:8px;
		width:162px;
		height:100px;
		overflow:hidden;
	}

	/*main content h1*/
	div#mainContainer h1, p.naslov1, div#mainContainer2 h1, .DocfontTitle
	{
		font-size:14px;
		font-weight:bold;
		background-color:transparent;
		background-image:url(../images/blank.gif);
		padding-top:5px;
		padding-bottom:5px;
		margin-top:5px;
		margin-bottom:0px;
		text-transform: uppercase;
	}

	div#mainContainer h1.page_title, div#mainContainer2 h1.page_title, div#mainContainer .DocfontTitle
	{
		clear:both;
		margin-top:0;
		padding-top:6px; margin-bottom: 25px;
	}

	/*div#mainContainer h1.csc-firstHeader {
		padding-top: 11px;
	}*/
	
	/*main content h2*/
	div#mainContainer h2, .newstitle, p.naslov2, div#mainContainer2 h2, .DocfontSubTitle
	{
		font-size:14px;
		font-weight:bold;
		color:#529CBA;
		margin-top:10px;
		margin-bottom:10px;
	}

	h4, h4 a
        {
                font-size:14px;
                font-weight:bold;
                color:#529CBA;
		margin:0px;
		padding:0px;
        }

	
	/*main content h3*/
	div#mainContainer h3, p.naslov3, div#mainContainer2 h3
	{
		font-size:14px;
		font-weight:bold;
		color:#529CBA;
		padding-top:5px;
		padding-bottom:5px;
		margin-top:5px;
		margin-bottom:0px;
	}
	
	/*header parts 1 - two parts*/
	div.headerParts_1
	{
	}
	
	div.headerPart_1
	{
		float:left;
		width:349px;
	}
	
	div.contentParts_1 h2
	{
		font-size:20px !important;
		margin-top:10px;
		margin-bottom:10px;
	}
	div.contentParts_2 h2
	{
		font-size:15px !important;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	/*big image*/
	div.bigImageContainer
	{
		float:left;
		width:472px;
		height:280px;
	}
	
	/*content container 1*/
	div.contentContainer_1
	{
		float:left;
		width:223px;
		margin-left:17px;
		line-height:16.5px;
	}
	
	/*medium image*/
	div.mediumImageContainer
	{
		width:349px;
		height:231px;
		margin-bottom:17px;
		clear:both;
	}
	
	/*content container 2*/
	div.contentContainer_2
	{
		line-height:16.5px;
	}
	
	div.contentParts_1
	{
		float:left;
		width:349px;
	}
	
	/*small image*/
	div.smallImageContainer
	{
		width:227px;
		height:144px;
		margin-bottom:17px;
		clear:both;
	}
	
	div.contentParts_2
	{
		float:left;
		/*width:227px;*/
		width: 347px;
	}
	
	div.contentParts_2_row{overflow:hidden;}
	
	/*header parts 2 - three parts*/
	
	div.headerPart_2
	{
		float:left;
		width:227px;
	}
	
	div.headerPart_2 h2
	{
		font-size:15px !important;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	div.innerContainer
	{
		width:346px;
		float:left;
	}
	
div#mainContainer2
{
	width:472px;
	float:left;
	min-height:300px;
}

div#rightContainer
{
	width:227px;
	float:left;
	margin-left:17px;
	min-height:300px;
	line-height:16.5px;
}

	/*categories*/
	div.rightContentCategory
	{
		clear:both;
		padding-bottom:42px;
		background-image:url(../images/2011/backgroundSpacer.gif);
 	 	padding-top:7px;
		background-repeat:repeat-x;
	}
	div.rightContentCategory .arrow,
	div#rightContainer .arrow {
		float:right;
	}


	div.rightContentCategoryWOLine {
		 background-image: none;
	}

	/*right content h1*/
	div.rightContentCategory h1
	{
		font-size:14px;
		font-weight:bold;
		margin-bottom:25px;
	}
	
	/*right content h2*/
	div.rightContentCategory h2,
	div#rightContainer h2
	{
		font-size:14px;
		font-weight:bold;
		margin-bottom:23px;
	}

	/*right content h3*/
	div.rightContentCategory h3
	{
		font-size:14px;
		font-weight:bold;
		margin-bottom:25px;
	}
	
	/*right content a*/
	a.more
	{
		color:#529CBA;
		text-decoration:underline;
		background-image:url(../images/arrow.gif);
		background-repeat:no-repeat;
		background-position:right;
		padding-right:10px;
	}

	span.arrow a {
		background-image:url(../images/arrow.gif);
    		background-repeat:no-repeat;
    		background-position:right;
    		padding-right:10px;
		display:inline-block;
		color:#529CBA;
	}

	div.rightContentCategory a
	{
		color:#529CBA;
		text-decoration:underline;
	}
	
	a.audio
	{
		color:#529CBA;
		text-decoration:underline;
		background-image:url(../images/iconsNews.gif);
		background-repeat:no-repeat;
		background-position:0px -14px;
		padding-left:20px;
	}
	
	a.video
	{
		color:#529CBA;
		text-decoration:underline;
		background-image:url(../images/iconsNews.gif);
		background-position:0px 1px;
		background-repeat:no-repeat;
		padding-left:20px;
	}
	
	a.foto
	{
		color:#529CBA;
		text-decoration:underline;
		background-image:url(../images/iconsNews.gif);
		background-position:0px -30px;
		background-repeat:no-repeat;
		padding-left:20px;
	}
	
	a.message
	{
		color:#529CBA;
		text-decoration:underline;
		background-image:url(../images/iconsNews.gif);
		background-position:0px -47px;
		background-repeat:no-repeat;
		padding-left:20px;
	}
	
	a.faq
	{
		color:#529CBA;
		text-decoration:underline;
		background-image:url(../images/iconsNews.gif);
		background-position:0px -80px;
		background-repeat:no-repeat;
		padding-left:20px;
	}
	
	a.noIcon
	{
		color:#529CBA;
		text-decoration:underline;
		padding-left:20px;
	}
	
	div.rightContentCategory a.audio:hover, div.rightContentCategory a.video:hover, div.rightContentCategory a:hover, div.rightContentCategory a.more:hover, div.rightContentCategory a.noIcon:hover
	{
		color:#529CBA;
		text-decoration:none;
	}
	
	div#publicMessagesSelection div#pmYears
	{
		border-top:1px solid #d0cfcf;
		border-bottom:1px solid #d0cfcf;
		padding-bottom:5px;
		padding-top:3px;
	}
	
	div#publicMessagesSelection div#pmYears div.pmYear
	{
		float:left;
		margin-left:7px;
	}
	
	div#publicMessagesSelection div#pmYears div.pmYear a
	{
		text-decoration:underline;
		color:#626161;
		font-weight:bold;
	}
	
	div#publicMessagesSelection div#pmYears div.pmYear a:hover
	{
		text-decoration:none;
		color:#529CBA;
	}
	
	div#publicMessagesSelection div#pmYears div.pmYear a.on
	{
		font-weight:bold;
		color:#529CBA;
	}
	
	div#publicMessagesSelection table
	{
		border-bottom:1px solid #d0cfcf;
		padding-bottom:3px;
		padding-top:3px;
	}
	
     	#rightContainer div#publicMessagesSelection table tr td div.pmMonth
	{
		float:left;
		width:33px;
		display:block;
		padding:2px;
	}
	
	#rightContainer div#publicMessagesSelection table tr td div.pmMonth a
	{
		display:block;
		text-align:center;
		text-decoration:none;
		color:#626161;
		background-image:url(../images/blank.gif);
		background-repeat:no-repeat;
		background-position:-20px -1px;
		padding:2px;
	}

	#rightContainer div#publicMessagesSelection table tr td div.pmMonth span.empty {
		display:block;
		color:#ccc;
		padding:2px;
	}
	
       #rightContainer div#publicMessagesSelection table tr td div.pmMonth a:hover
	{
		color:#fff !important;
		font-weight:bold;
		background-position:-20px -1px;
		background-repeat:no-repeat;
		background-image:url(../images/2011/backgroundSubMenu.gif);
	}

	
	#rightContainer div#publicMessagesSelection table tr td.on div.pmMonth a
	{
		color:#fff !important;
		font-weight:bold;
		background-repeat:no-repeat;
		background-position:-20px -1px;
		background-image:url(../images/2011/backgroundSubMenu.gif);
	}

div#leftContainer
{
	width:227px;
	float:left;
	margin-right:16px;
	min-height:300px;
	line-height:16.5px;
	clear:both;
}

	div#subMenu
	{
		margin-bottom:30px;
		background-image:url(../images/2011/backgroundSpacer.gif);
	  padding-top:7px;
 		background-repeat:repeat-x;

	}
	
	div#subMenu ul
	{
		list-style:none;
		padding:0px;
		margin:0px;
	}
	
	div#subMenu ul li{	}
	
	div#subMenu ul li.level1 a
	{
		display:block;
		width:197px;
		line-height:21px;
		padding-left:30px;
		border-bottom: 1px solid #d8d8d8;
		text-decoration:none;
		font-weight:bold;
		color:#529CBA;
	}
	
	div#subMenu ul li.level1 a:hover
	{
		background-image:url(../images/2011/backgroundSubMenu.gif);
		background-repeat:no-repeat;
		color:#FFF;
		background-color:#529cb8;
	}
	
	div#subMenu ul li.level1_active  a
	{
		display:block;
		width:197px;
		line-height:21px;
		padding-left:30px;
		border-bottom: 1px solid #d8d8d8;
		text-decoration:none;
		font-weight:bold;
		
		background-image:url(../images/2011/backgroundSubMenu.gif);
		background-repeat:no-repeat;
		color:#FFF;
		background-color:#529cb8;
		
	}
	
	div#subMenu ul li.level2 a,	div#subMenu ul li.level3 a,	div#subMenu ul li.level4 a,	div#subMenu ul li.level5 a {display:block;line-height:21px;padding-left:15px;text-decoration:none;border-bottom: 1px solid #d8d8d8;color:#529CBA;}
	
	div#subMenu ul li.level2 a:hover, div#subMenu ul li.level3 a:hover,	div#subMenu ul li.level4 a:hover, div#subMenu ul li.level5 a:hover {text-decoration:none;background-image:url(../images/2011/arrow.gif);background-repeat:no-repeat;background-position:0px 6px;color:#529CBA;}
	
	div#subMenu ul li.level2_active a, div#subMenu ul li.level3_active a, div#subMenu ul li.level4_active a, div#subMenu ul li.level5_active a {display:block;line-height:21px;padding-left:15px;text-decoration:none;border-bottom: 1px solid #d8d8d8;color:#529CBA;background-image:url(../images/2011/arrow.gif);background-repeat:no-repeat;background-position:0px 6px;}
	
	div#subMenu ul li.level2 a, div#subMenu ul li.level2_active a {width:182px;margin-left:30px;}
	div#subMenu ul li.level3 a, div#subMenu ul li.level3_active a {width:167px;margin-left:45px;}
	div#subMenu ul li.level4 a, div#subMenu ul li.level4_active a {width:152px;margin-left:60px;}
	div#subMenu ul li.level5 a, div#subMenu ul li.level5_active a {width:137px;margin-left:75px;}		

	div#hotLinks {
		background-image:url(../images/2011/backgroundSpacer.gif);
		padding-top:7px;
  		background-repeat:repeat-x;
		padding-bottom:7px;
	}
	
	div#hotLinks h2
	{
		font-size:14px;
		font-weight:bold;
	}

	div#hotLinks .csc-textpic-imagewrap {
                margin-bottom:0px;
		margin-top:0px;
        }

        div#hotLinks .csc-textpic-imagewrap dt img {
                margin-bottom:0px;
        }

	
	div.hotLink
	{
		margin-bottom:10px;
		width:227px;
	}
	
div#footer
{
	background-image: url(../images/backgroundFooter.gif);
	background-repeat:repeat-x;
	width:960px;
	clear:both;
}

div#footer p {
	padding:0px;
 	margin:0px;
	font-size:11px;
}

	/*contact*/
	div#contact
	{
		width:210px;
		margin-top:15px;
		margin-left:15px;
		font-size:11px;
		float:left;
	}
	
	div#contact a
	{
		font-size:11px;
	}
	
	/*exposed content*/
	div#exposedContent
	{
		width:210px;
		margin-top:15px;
		margin-left:20px;
		font-size:11px;
		float:left;
	}
	
	div#exposedContent a
	{
		font-size:11px;
	}
	
	div#exposedContent li.active
	{
		font-size:11px;
	}
	
	/*info*/
	div#info
	{
		width:210px;
		margin-top:15px;
		margin-left:35px;
		font-size:11px;
		float:left;
	}
	
	div#info a
	{
		font-size:11px;
	}
	
	/*links*/
	div#links
	{
		width:210px;
		margin-top:15px;
		margin-left:30px;
		font-size:11px;
		float:left;
	}
	
	div#links a
	{
		font-size:11px;
	}
	
	div#links ul, div#info ul, div#exposedContent ul
	{
		margin:0px;
		padding:0px;
		list-style:none;
	}

div#underFooter
{
	height:23px;
	line-height:23px;
	vertical-align:middle;
}

	div#underFooter #copyright
	{
		float:left;
		font-size:11px;
	}
	
	div#underFooter #underFooterMenu
	{
		float:right;
	}
	
	div#underFooter #underFooterMenu ul
	{
		list-style:none;
		margin:0px;
		padding:0px;
	}
	
	div#underFooter #underFooterMenu ul li
	{
		float:left;
		margin-left:5px;
	}
	
	div#underFooter #underFooterMenu ul li a
	{
		text-decoration:underline;
		color:#529CBA;
		font-size:11px;
		margin-right:5px;
	}
	
	div#underFooter #underFooterMenu ul li a:hover
	{
		text-decoration:none;
	}
/*main links/a settings*/
a {
	text-decoration: none; /*!!! a href*/
}


div#mainContainer a, div#mainContainer2 a, div#rightContainer a,
div#mainContainer a b, div#mainContainer2 a b, div#rightContainer a b,
div#mainContainer a span, div#mainContainer2 a span, div#rightContainer a span {
	color:#529CBA /*!!! !important*/;
}
div#mainContainer a strong, div#mainContainer2 a strong, div#rightContainer a strong {
	color:#529CBA /*!!! !important*/;
}
	

a:hover
{
	text-decoration: underline;
}

a.arrow
{
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	padding-left:10px;
	background-position:0px 3px;
}

/*commons*/

#leftContainer a img {
	border:2px solid #ccc;
}

div.emptyLine
{
	clear:both;
}

div.emptyLine2
{
	clear:both;
	height:1px;
}

div.emptyColumn
{
	float:left;
	height:1px;
}

div.spacer
{
	background-image:url(../images/2011/backgroundSpacer.gif);
	height:7px;
	background-repeat:repeat-x;
}

div.spacer2
{
	height:1px;
	background-color: #d0cfcf;
	margin-bottom:10px;
}

span.active
{
	color:#529CBA;
}

/*simple news search*/
.tx-simplnewssearch-pi1 .archiveList tr td {
	border-bottom:1px solid #898888;
	padding-bottom:10px;
	padding-top:10px;
	padding-right:10px;
}

.tx-simplnewssearch-pi1-browsebox-SCell {
	font-weight: bold;
}

.list_text_gallery {
	border-bottom:1px solid #898888;
        padding-bottom:10px;
        padding-top:10px;
	padding-left:0px;	
}
.list_image_gallery {
	border-bottom:1px solid #898888;
        padding-bottom:10px;
        padding-top:10px;
	padding-right:0px;
}


/* JAVNI RAZPISI */
.tx-razpisi-pi1 table tr td
{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #d0cfcf;
}

.tx-razpisi-pi1 table tr td table tr td, .tx-razpisi-pi1 table tr td.bback
{
         border:none !important;
}

.tx-t3javnirazpis-pi1 table tr td.app_head,
.tx-t3javnirazpis-pi1 table tr.app_head td {
	background-color: #fff;
}

/*advanced search*/
div#advancedSearch
{
	margin-top:30px;
}

div#advancedSearch div.labelContainer
{
	float:left;
	width:110px;
}

div#advancedSearch div.formContainer
{
	float:left;
	width:295px;
}

input.textBox
{
	width:225px;
	border: 1px solid #d8d8d8;
	padding:3px;
}

div#advancedSearch input.date
{
	border: 1px solid #d8d8d8;
	padding:3px;
}

div#advancedSearch form p
{
	margin:0px;
	padding:0px;
}

/*prijava na e-novice*/

div#enewsSign div.labelContainer
{
	float:left;
	width:110px;
}

div#enewsSign div.formContainer
{
	float:left;
	width:295px;
}

div#enewsSign form p
{
	margin:0px;
	padding:0px;
}

div#searchResults span.date
{
	padding-left:10px;
	font-size:11px;
}

span.date
{
	font-size:11px;
}


.tx-simplnewssearch-pi1-browsebox {
	text-align:left;
}

.clear {
        clear:both;
}


/******************************************/

/*** multiple content */

.ui-tabs .ui-tabs-nav {
height:21px;
list-style:none outside none;
margin:0;
padding:0;
}

.ui-tabs  {
	padding:0px !important;
}

.ui-tabs .ui-tabs-nav li {
float:left;
margin:0;
padding:0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
background-image:url(../images/buttons/buttonTabHover.gif);
background-repeat:repeat-x;
text-decoration:none !important;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
background-image:url(../images/buttons/buttonTab.gif);
background-repeat:repeat-x;
border-color:#FFFFFF;
border-style:solid solid none;
border-width:1px 1px medium;
color:#FFFFFF;
display:inline-block;
float:left;
font-weight:bold;
height:21px;
line-height:19px;
padding-left:9px;
padding-right:9px;
text-decoration:none !important;
vertical-align:middle;
}

/*********** tt_news ***************/
.news-single-item h1 {
	text-transform: uppercase;
}
.news-single-item .newsdate {
	padding-top:10px;
	font-weight:normal;
	font-size:11px;
}
.news-single-item h2 {
        margin-top:0px !important;
}

.news-single-item p {
	clear:both;
	padding-top:10px;
}
.news-single-item .news-single-backlink {
        background-image:url("../images/2011/arrow.gif");
        background-position:left center;
        background-repeat:no-repeat;
        padding-left:15px;
	margin-top:15px;
}


span.newsdate {
	color:#626161;
}

span.newsdategray{
	color:#626161;
	font-size:11px;	
}

.news-list-container div.spacer2 {
	margin-top:10px;
}
.news-list-container {
	padding-bottom:10px;
	padding-top:10px;
}


.news-list-text {
	padding-right:10px;
}


/***** tt_news AMENU  ************/
#rightContainer #publicMessagesSelection {
	text-transform:uppercase;
}

#rightContainer #publicMessagesSelection table {
	clear:left;
	color:#B1B0B0;
	text-align:center;
}
 

#rightContainer #publicMessagesSelection  td div.pmMonth {
	padding:0px 0px 0px 0px;
	text-align:center;
	height:12px;
	margin-bottom:5px;
	width:33px;
}

#rightContainer #publicMessagesSelection table a {
	color:#626060;
	text-transform:uppercase;
}
#rightContainer #publicMessagesSelection td div.pmMonth {
	color:#B1B0B0;
	text-align:center;
}

#rightContainer #publicMessagesSelection td div.pmMonth a {
	cursor:pointer;
	display:block;
	text-decoration:none;
	width:33px;
}

/**************** powermail*/

.tx-powermail-pi1 form fieldset {
	border:none !important;
}

.tx-powermail-pi1 form fieldset legend {
	display:none;
}

.tx-powermail-pi1 form fieldset label {
	width:100px !important;
	display:block;
	float:left;
}

.tx-powermail-pi1 form fieldset div {
	margin-bottom:10px;
}

.tx-powermail-pi1 form fieldset div input.powermail_text, .tx-powermail-pi1 form fieldset div textarea.powermail_textarea {
	width:225px;
	border: 1px solid #d8d8d8;
	padding:3px;
}

.tx-powermail-pi1 form fieldset div textarea.powermail_textarea {
	height:100px;
}


/**************** gallery*/
.myGallery {
	border:none !important;
}

.jdGallery a.left {
	background-image: url(../images/prev-horizontal-small.png) !important;
}

.jdGallery a.right {
        background-image: url(../images/next-horizontal-small.png) !important;
}

div#mainContainer .jdGallery .slideInfoZone h2
{
	padding: 0 5px 0 0;
	font-size: 90%;
	margin: 5px 10px;
	font-weight: normal;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

/********* fotogalerija ***************/
span.foto_arrow {
	background-image:url("../images/2011/arrow.gif");
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:15px;
}

.rgsgcontent .jdGallery {
	margin-right:0px;
}


#searchResults .arrow_search {
	background-image:url("../images/2011/arrow.gif");
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:10px;
}

#hotLinks p {
	padding-top:5px;
	padding-bottom:5px;
}

div.csc-textpic-center div.csc-textpic-imagewrap, div.csc-textpic-left div.csc-textpic-imagewrap {
	margin-top:10px;
	margin-bottom:10px;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	margin-top:10px;
	margin-bottom:10px;
}
div.csc-textpic-intext-left-nowrap img {
	margin-top:0px !important;
}
div.csc-textpic-intext-right-nowrap img {
	margin-top:0px !important;
}
div.csc-textpic-intext-left img {
	 margin-top:0px !important;
}
div.csc-textpic-intext-right img {
	margin-top:0px !important;
}

.newsSpacer {
        margin-bottom:10px;
}

.tx-ttnews-browsebox-SCell  {
	background-color:#FFF;
}
.browseLinksWrap .disabled {
        display:none;
}
.news-list-browse .active {
	font-weight:bold;
}

.news-list-browse a {
	text-decoration:none;
}
.news-list-browse a:hover {
	text-decoration:underline;
}



/* --------------------- */
/* ------ CALENDAR ----- */
/* --------------------- */

.calendar-container{ border: 0px solid black; }

#right .whole_col .calendar-container{ border:0px solid black; float: none;}

.calendar{  /*background-color: #dbebd5;*/border-collapse:collapse; border-top: 1px  solid  #b1b0b0; border-bottom: 1px  solid  #b1b0b0;}
.calendar-caption{	 
	height: 23px;
	text-align: center; vertical-align: middle; font-family: Arial; font-size: 13px; color: black; font-weight: bold;
	
	border-bottom: 2px  solid  #d8d8d8;
	}

.calendar-prev-container{ width: 33%; text-align: left; padding-left: 3px;}
.calendar-prev-container a{font-family: Arial; font-size: 12px; color: black; text-decoration: none;}
.calendar-next-container{ width: 33%; text-align:right;padding-right: 3px;}
.calendar-next-container a{ font-family: Arial; font-size: 12px; color: black; text-decoration: none;}
.calendar-all-container{  text-align: center;}
.calendar-all-container a{font-family: Arial; font-size: 12px; color: black; text-decoration: none;}
.calendar-navig{border-bottom: 1px  solid  #b1b0b0;}


.calendar-dayofweek{
	text-align: center; font-family: Arial; font-size: 12px; color: black; font-weight: bold;
	/*padding: 3px 8px 3px 8px;*/
	width: 25px; height: 22px;
	background-image: url(../images/new/calendar_dayofweek_repeater.gif); background-repeat: repeat-x; background-position: bottom left;
}
.calendar-day{ 
	text-align: center; font-family: Arial; font-size: 12px; color: black; 
	padding: 3px;
	width: 25px; height: 22px;
	}
.calendar-day-sunday{ 
	text-align: center; font-family: Arial; font-size: 12px; color: black; 
	background-color: #e2e0e0;  /*padding: 5px 8px 5px 8px;*/
	width: 25px; height: 22px;
	}
.calendar-day-selected{
	text-align: center;font-family: Arial;  font-size: 12px; color: white; 
	/*background-color: #69ae51; */
	width: 25px; height: 22px;
	cursor:pointer; cursor:hand;
	background-image: url(../images/2011/calendarSelected.jpg); background-repeat:repeat-x;
	}
	
/*
div#mainContainer a, div#mainContainer2 a, div#rightContainer a,
div#mainContainer a b, div#mainContainer2 a b, div#rightContainer a b,
div#mainContainer a span, div#mainContainer2 a span, div#rightContainer a span {
	color:#529CBA !important;
}
div#mainContainer a strong, div#mainContainer2 a strong, div#rightContainer a strong {
	color:#529CBA !important;
}
*/

div#rightContainer .calendar-day-selected a{
	text-align: center;font-family: Arial;  font-size: 12px; color: white; text-decoration: none;
		
	}
.calendar-day-selected a:hover{
	text-align: center;font-family: Arial;  font-size: 12px; color: white; text-decoration: none;
	 /*padding: 5px 8px 5px 8px;*/
	}
	
.calendar-day-selected-filter{
	/*text-align: center;font-family: Arial;  font-size: 12px; color: white; font-weight: bold;
	width: 25px; height: 22px;
	
	cursor:pointer; cursor:hand;
	padding-top: 2px;
	*/
	color: white; 
	
	}
.calendar td{ }
/*
.calendar td{ border: 1px solid white; }
.calendar th{ border: 1px solid white;}
*/


/* timeland  */

#rightContainer .link-bar a{
	font-weight:bold;
	color:#626060;
	padding:0 6px 0 6px;
}
.timeline {
	border-top:1px solid #b1b0b0;
	border-bottom:1px solid #b1b0b0;
	text-transform:uppercase;
	margin:0 0 5px 0;
}
.link-bar{
	border-bottom:2px solid #d8d8d8;
	font-weight:bold;
	padding:5px 0 5px 0;
}
#rightContainer .link-bar a:hover{
	color:#529bb9;
}

div#rightContainer .timeline a{ color: #626060 ; text-decoration:none}
div#rightContainer .timeline a:hover{ text-decoration:none}
/*

div#mainContainer a, div#mainContainer2 a, div#rightContainer a,
div#mainContainer a b, div#mainContainer2 a b, div#rightContainer a b,
div#mainContainer a span, div#mainContainer2 a span, div#rightContainer a span {
	color:#529CBA !important;
}
*/
#rightContainer .timeline a.on{
	color:#529bb9;
}
#rightContainer .timeline table {
	width:225px;
	text-align:center;
	color:#b1b0b0;
	clear:left;
}
#rightContainer .timeline td {
	text-align:center;
	padding:0; color: #b1b0b0;
}
#rightContainer .timeline td a{
	display:block;
	padding:3px 0 3px 0;
	width:100%;
	line-height:12px;
	text-decoration:none;
	cursor:pointer;
}
#rightContainer .timeline table a{
	text-transform:uppercase;
	color:#626060;
}
#rightContainer .timeline td a:hover {
	background: url('../images/2011/calendarSelected.jpg') repeat-x;
	color:#fff;
}
#rightContainer .timeline .on a{
	background: url('../images/2011/calendarSelected.jpg') repeat-x;
	color:#fff;
}
/* timeline end */



/* news start */
.news_seperator{ height:1px; background-color: #d8d7d7; margin-top: 15px; margin-bottom: 15px; clear: both;}
.news_item_date{ margin-bottom: 1px; font-size: 11px;}

.news_item_image{float: right; margin-left: 25px;margin-bottom: 10px;}
/* news end */




/* Table */ 

TABLE.table { border-collapse: collapse; text-align: left;}
TABLE.table tr th { padding: 5px 5px 5px 5px; border-bottom: 2px solid #626161;}
TABLE.table tr td { padding: 5px 5px 5px 5px; border-bottom: 1px solid #d8d7d7;}

TABLE.table2 { border-collapse: collapse;}
TABLE.table2 tr th { border: 2px solid #626161;}
TABLE.table2 tr td { border: 1px solid #d8d7d7;}

/* table end*/

.DocCenter{	text-align: center;}


.gallery_index{
width:714px; overflow:hidden; height:110px;
background-image:url(../images/gallery/bg.jpg); background-repeat:repeat-x; background-position:bottom;
margin-bottom:5px;
margin-top:2px;
position:relative;
}

.gallery_index_content{
	width:714px; height:110px; position:absolute; top:0px;	

}

.gallery_index_navig{
	position:absolute;
	height:110px;
	width:714px;	
	display:none;
}

.gallery_index_navig_btn{
width:21px; height:22px; position:absolute; top:42px; z-index:10; cursor:pointer;	
}

.gallery_img{
	width:140px; height:90px; position:absolute;
	background-position:center; top:5px; cursor:pointer;	
	border:3px solid #ffffff;
}

.gallery_img_over{
border:3px solid #539ab8;
}

.banner_index_container{
	position:relative;
	width:100%;
	height:142px;
}

.banner_index_content{
	position:absolute;
	left:0px;	
	width:100%;
	height:37px;
	bottom:0px;
	background-image:url(../images/bannerji/prosojno_ozadje.png);
	background-repeat:repeat-x;
	text-align:center;
	padding-top:18px;
}

.banner_index_content a {
	font-weight:bold;
	color:#529CBA;
	font-size:11px;
}

/* cookie begin */

.cookie_btn{
    color:black; float:left; text-align:center; cursor:pointer; font-size:11px;
    border:1px solid #cccccc; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    padding:3px 10px 3px 10px;
    background-color:#eee;
    background-image: linear-gradient(top, rgb(235,232,235) 0%, rgb(209,209,209) 100%);
    background-image: -o-linear-gradient(top, rgb(235,232,235) 0%, rgb(209,209,209) 100%);
    background-image: -moz-linear-gradient(top, rgb(235,232,235) 0%, rgb(209,209,209) 100%);
    background-image: -webkit-linear-gradient(top, rgb(235,232,235) 0%, rgb(209,209,209) 100%);
    background-image: -ms-linear-gradient(top, rgb(235,232,235) 0%, rgb(209,209,209) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(235,232,235)), color-stop(1, rgb(209,209,209)));
}

.cookie_btn:hover{background-image:none; background-color:White;}
.cookie_MainDiv{width:100%; padding:10px; background-color:#ffffde; color:black; overflow:hidden; font-size:12px; text-align:center; border-bottom:1px solid #cccccc;}
.cookie_MainText{margin-bottom:5px;}
.cookie_BtnContainer{clear:both; overflow:hidden; width:250px; margin:0px auto;}
#cookie_More{width:600px; margin:0px auto; margin-top:10px; border:1px solid #cccccc; background-color:#fafad1; padding:10px; text-align:justify; font-size:11px;}

/* cookie end */

.article-black-content, .article-black-content * /*, .rot_cont span.date span.newsdategray, span.dateBlack span.newsdategray*/{color:#000000 !important;}
.article-black-content .newsdategray {color:#626161 !important;}
.article-black-content a {color:#529cba !important;}

.index-izpostave-list{width:227px;}
.index-izpostave-list span{color:#ff0000;font-size:24px;float:left;display:inline-block;padding-right:5px;}
