@charset "utf-8";

/* 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;
}

/*header*/
div#header
{
  background: url("/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/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:17px;
  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:53px;
  width:960px;
  margin-top:2px;
  font-weight:bold;
  background: url("/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/css_sprites.jpg") no-repeat scroll 0 -163px transparent;
  overflow:hidden;
}

div#menuMain ul
{
  list-style:none;
  margin:0px;
  padding:0px;
}

div#menuMain ul li
{
  margin:0px;
  float:left;
}

div#menuMain ul li a#btnHome
{
  width:20px;
  height:53px;
  text-indent:-9999px;
  display:block;
}

div#menuMain ul li a#btnHome:hover, div#menuMain ul li.active a#btnHome
{
  background: url("/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/css_sprites.jpg") no-repeat scroll 0 -218px transparent;
  width: 20px;
  height: 53px;
}

div#menuMain ul li a.buttonMenu
{
  height:33px;
  display:block;
  margin-left:2px;
  padding:10px;
  background-repeat:no-repeat;
  overflow:hidden;
}

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("/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/css_sprites.jpg") no-repeat scroll -22px -218px transparent;
  color:#fff; 
}


div#menuMain ul li a#btn1
{
  width:134px;
}

div#menuMain ul li a#btn1:hover
{
  background: url("/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/css_sprites.jpg") no-repeat scroll -22px -218px transparent;
}

div#menuMain ul li a#btn2
{
  width:135px;
}

div#menuMain ul li a#btn2:hover
{
  background: url("/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/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("/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/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("/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/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("/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/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("/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/css_sprites.jpg") no-repeat scroll -22px -218px transparent;
}

div#menuMain ul li a
{
  text-decoration:none;
}

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(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/arrow.gif);
  background-repeat:no-repeat;
  background-position:6px 7px;
  padding-left:20px;
}

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, .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;
}
.poudarjena_povezava strong, p.poudarjena_povezava A strong {
  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(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/backgroundSpacer.gif);*/
  padding-top:1px;
  margin-top:0px;
  /*background-repeat:repeat-x;*/
  clear:both;
}
#mainContainer .csc-frame-indent {
  background-image:url(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/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(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/backgroundSpacer.gif);
  padding-top:7px;
  background-repeat:repeat-x;
  clear:both;
}
#mainContainer2 .csc-frame-rulerBefore {
  background-image:url(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/backgroundSpacer.gif);
  padding-top:7px;
  background-repeat:repeat-x;
  clear:both;
}
#rightContainer .csc-frame-rulerBefore {
  background-image:url("/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/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
{
  font-size:14px;
  font-weight:bold;
  background-color:transparent;
  background-image:url(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/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
{
  clear:both;
  margin-top:0;
  padding-top:13px;
}

/*div#mainContainer h1.csc-firstHeader {
padding-top: 11px;
}*/

/*main content h2*/
div#mainContainer h2, .newstitle, p.naslov2, div#mainContainer2 h2, div#mainContainer .contentParts_1 h2 a, div#mainContainer .contentParts_2 h2 a
{
  font-size:24px;
  font-weight:bold;
  color:#529CBA;
  margin-top:10px;
  margin-bottom:10px;
}

/*div#mainContainer h2 div.headerbr, div#mainContainer h2 div.headerbr, 
div#mainContainer h2 span.headerbr, div#mainContainer h2 span.headerbr {
margin:0px;
}*/

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, div#mainContainer .contentParts_1 h3 a, div#mainContainer .contentParts_2 h3 a
{
  font-size:14px;
  font-weight:bold;
  color:#529CBA;
  padding-top:5px;
  padding-bottom:5px;
  margin-top:5px;
  margin-bottom:0px;
}
div#mainContainer2 h3 {padding-top:0px !important;}

/*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;
}

div.contentParts_1 img {
  max-width:349px;
}

div.contentParts_2 img {
  max-width:227px;
}

div.contentParts_1 h2 div.headerbr, div.contentParts_2 h2 div.headerbr {
  line-height:24px;
  clear:both;
}

div.contentParts_1 h2 span.headerbr, div.contentParts_2 h2 span.headerbr {
  display:block;
}

div.contentParts_1 h2 div.headerbr-empty, div.contentParts_2 h2 div.headerbr-empty,
div.contentParts_1 h2 span.headerbr-empty, div.contentParts_2 h2 span.headerbr-empty {
  height:24px;
  clear:both;
}

/*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;
}

/*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(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/backgroundSpacer.gif);
  padding-top:7px;
  background-repeat:repeat-x;
}
div.rightContentCategory .arrow,
div#rightContainer .arrow,
div.contentParts_2 .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;
  margin-top:13px;
}

/*right content a*/
a.more
{
  color:#529CBA;
  text-decoration:underline;
  background-image:url(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/arrow.gif);
  background-repeat:no-repeat;
  background-position:right;
  padding-right:10px;
}

span.arrow a {
  background-image:url(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/arrow.gif);
  background-repeat:no-repeat;
  background-position:right;
  padding-right:10px;
  display:inline-block;
  color:#529CBA;
}

div.rightContentCategory a, table a
{
  color:#529CBA;
  text-decoration:underline;
}

a.audio
{
  color:#529CBA;
  text-decoration:underline;
  background-image:url(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/iconsNews.gif);
  background-repeat:no-repeat;
  background-position:0px -14px;
  padding-left:20px;
}

a.video
{
  color:#529CBA;
  text-decoration:underline;
  background-image:url(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/iconsNews.gif);
  background-position:0px 1px;
  background-repeat:no-repeat;
  padding-left:20px;
}

a.foto
{
  color:#529CBA;
  text-decoration:underline;
  background-image:url(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/iconsNews.gif);
  background-position:0px -30px;
  background-repeat:no-repeat;
  padding-left:20px;
}

a.message
{
  color:#529CBA;
  text-decoration:underline;
  background-image:url(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/iconsNews.gif);
  background-position:0px -47px;
  background-repeat:no-repeat;
  padding-left:20px;
}

a.faq
{
  color:#529CBA;
  text-decoration:underline;
  background-image:url(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/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#mainContainer .tx-jfmulticontent-pi1 a {
  color:#fff !important;}


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(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/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(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/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(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/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(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/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
{
  font-weight:bold;
  display:block;
  width:197px;
  line-height:21px;
  padding-left:30px;
  border-bottom: 1px solid #d8d8d8;
  text-decoration:none;
}

div#subMenu ul li.level1 a:hover
{
  background-image:url(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/backgroundSubMenu.gif);
  background-repeat:no-repeat;
  color:#FFF;
  background-color:#529bb8;
}

div#subMenu ul li.level1_active
{
  background-image:url(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/backgroundSubMenu.gif);
  background-repeat:no-repeat;
  color:#FFF;
  background-color:#529bb8;
  line-height:21px;
  padding-left:30px;
  width:197px;
  font-weight:bold;
}

div#subMenu ul li.level1_active a
{
  color:#FFF;
  text-decoration: none;
}

div#subMenu ul li.level2 a
{
  display:block;
  width:182px;
  line-height:21px;
  margin-left:30px;
  padding-left:15px;
  text-decoration:none;
  border-bottom: 1px solid #d8d8d8;
}

div#subMenu ul li.level2 a:hover
{
  text-decoration:underline;
}

div#subMenu ul li.level2_active
{
  width:182px;
  line-height:21px;
  margin-left:30px;
  padding-left:15px;
  color:#529CBA;
  background-image:url(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/arrow.gif);
  background-repeat:no-repeat;
  background-position:0px 6px;
  font-weight:bold;
  border-bottom: 1px solid #d8d8d8;
}

div#subMenu ul li.level2_active a
{
  color:#529CBA;
  text-decoration: none;
}

div#subMenu ul li.level2_active a:hover
{
  text-decoration: underline;
}

div#subMenu ul li.level3 a
{
  display:block;
  width:167px;
  line-height:21px;
  margin-left:45px;
  padding-left:15px;
  text-decoration:none;
  border-bottom: 1px solid #d8d8d8;
}

div#subMenu ul li.level3_active a
{
  color:#529CBA;
  text-decoration: none;
}

div#subMenu ul li.level3_active a:hover
{
  text-decoration: underline;
}

div#subMenu ul li.level3 a:hover
{
  text-decoration:underline;
}

div#subMenu ul li.level3_active
{
  width:167px;
  line-height:21px;
  margin-left:45px;
  padding-left:15px;
  color:#529CBA;
  background-image:url(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/arrow.gif);
  background-repeat:no-repeat;
  background-position:0px 6px;
  border-bottom: 1px solid #d8d8d8;
}

div#hotLinks {
  background-image:url(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/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(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/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:underline;
}

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,
div#mainContainer a strong em, div#mainContainer2 a strong em, div#rightContainer a strong em,
div#mainContainer a em, div#mainContainer2 a em, div#rightContainer a em {
  color:#529CBA !important;
}


a:hover
{
  text-decoration:none;
}

a.arrow
{
  background-image:url(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/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(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/backgroundSpacer.gif);
  height:7px;
  background-repeat:repeat-x;
}

div.spacer2
{
  height:1px;
  background-color: #d0cfcf;
  margin-bottom:10px;
}

span.active
{
  color:#529CBA;
}

div#mainContainer table.contenttable td p, 
div.contentCategory table.contenttable td p,
div.contentCategory table.contenttable th p {
  margin:0px;
  padding:0px;
}

div#mainContainer .contenttable tr td b, div#mainContainer .contenttable tr td {
  color:inherit;
}

/*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(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/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(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/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("/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/arrow.gif");
  background-position:left center;
  background-repeat:no-repeat;
  padding-left:15px;
  margin-top:15px;
}

.news-single-item .news-single-img, .news-single-item .single-image {
  float:left;
  padding-right:15px;
}


.news-single-item .single-image p.news-single-imgcaption {
  margin-top:0px !important;
  width:472px;
}

span.newsdate {
  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;
}
.news-list-text p {
  padding:0px;
  margin:0px;
}

span.newsdate {
  margin-right: 7px;
}
span.newscategory, span.newscategory a {
  font-size: 11px;
}

/***** tt_news - CATMENU ******/
#ttnews-cat-tree ul {
  margin:0px;
  padding:0px;
  list-style:none;
}

#ttnews-cat-tree ul li img {
  display:none;
}
#ttnews-cat-tree li ul li {
  font-weight: normal;
  cursor: auto;
  background-color: #fff;
  padding: 0px;
}
#ttnews-cat-tree li ul li a {
  display: block;
  width: 182px;
  line-height: 21px;
  margin-left: 30px;
  padding-left: 15px;
  text-decoration: none;
  border-bottom: 1px solid #d8d8d8;
  color: #626161 !important;
}
#ttnews-cat-tree li ul li.active a {
  color: #529CBA !important;
  background-image: url(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  font-weight: bold;
}
#ttnews-cat-tree li ul li a:hover {
    text-decoration: underline;
}
#ttnews-cat-tree .expanded {
  background-image: url(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/backgroundSubMenu.gif);
  background-repeat: no-repeat;
  color: #FFF;
  background-color: #529bb8;
}
#ttnews-cat-tree .expanded > a {
  font-weight: bold;
  display: block;
  width: 197px;
  line-height: 21px;
  padding-left: 30px;
  border-bottom: 1px solid #d8d8d8;
  text-decoration: none;
  color: #fff !important;
}

/***** tt_news AMENU  ************/
#rightContainer #publicMessagesSelection {
  margin-bottom: 20px;
}

div#publicMessagesSelection ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

div#publicMessagesSelection ul li.news-amenu-item-month {
  border-bottom: 1px solid #D8D8D8;
  margin-left:30px;
}


div#publicMessagesSelection ul li a {
  /*border-bottom: 1px solid #D8D8D8;*/
  display: block;
  font-weight: normal;
  line-height: 21px;
  padding-left: 15px;
  text-decoration: none;
  /*width: 197px;*/
  color:#626161 !important;
}

.archive-menu-hr {
  background-image: url("/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/backgroundSpacer.gif");
  background-position: center bottom;
  background-repeat: repeat-x;
}

#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;
}

/*
#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 fieldset.tx-powermail-pi1_fieldset {
  background:none;
}

.tx-powermail-pi1 fieldset.tx-powermail-pi1_fieldset label, fieldset.tx-powermail-pi1_fieldset fieldset legend {
  font-weight:normal;
}

.tx-powermail-pi1 span.powermail_mandatory {
  color: #626161;
}

.tx-powermail-pi1 fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
  font-weight: bold;
  margin: 0 0 10px;
}

.error {
  -moz-border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 0 0 6px #DDDDDD;
  background-color: #CCCCCC !important;
  border: 1px solid #CCCCCC !important;
  color: #FFFFFF;
  font-size: 11px;
  height: auto;
  margin-left: -2px;
  padding: 3px 10px 5px;
  text-align: left;
  z-index: 10;
}
html:root .error em {
  border-color: #CCCCCC transparent -moz-use-text-color !important;
}

.tx-powermail-pi1 form fieldset {
  border:none !important;
}

.tx-powermail-pi1 form fieldset legend {
  display:none;
}

.tx-powermail-pi1 form fieldset label {
  width:250px !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;
}

.contentCategory .myGallery {
  height:315px;
}

.jdGallery a.left {
  background-image: url(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/prev-horizontal-small.png) !important;
}

.jdGallery a.right {
  background-image: url(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/next-horizontal-small.png) !important;
}

div#mainContainer .jdGallery .slideInfoZone h2, div#mainContainer2 .slideInfoZone h2 {
  padding: 0 5px 0 0;
  font-size: 90%;
  margin: 5px 10px;
  font-weight: normal;
  color:#FFFFFF;
  font-family:Arial, Helvetica, sans-serif;
}

.contentParts_2 p {
  margin-top:0px;
  margin-bottom:0px;
}

.contentParts_2 .myGallery {
  height:155px;
}


/********* fotogalerija ***************/
span.foto_arrow {
  background-image:url("/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/arrow.gif");
  background-position:left center;
  background-repeat:no-repeat;
  padding-left:15px;
}

.rgsgcontent .jdGallery {
  margin-right:0px;
}


#searchResults .arrow_search {
  background-image:url("/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/arrow.gif");
  background-position:left center;
  background-repeat:no-repeat;
  padding-left:10px;
}

#hotLinks p {
  padding-top:5px;
  padding-bottom:5px;
}

div.csc-textpic-left div.csc-textpic-imagewrap {
  margin-bottom:0px !important;
}

div.csc-textpic-center div.csc-textpic-imagewrap, div.csc-textpic-left div.csc-textpic-imagewrap {
  /*margin-top:10px;*/
  margin-bottom:0px;
}
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom:10px !important;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
  /*margin-top:10px;*/
  margin-bottom:0px;
}
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;
}

div#mainContainer .rgsgcontent .carouselBtn {
  color:#FFFFFF !important;
}
div#mainContainer .slideInfoZone a span{
  color:#FFFFFF !important;
}

.contentParts_2 div.spacer2 {
  margin-top:13px;
}


img.bpic {
  border:2px solid #CCCCCC !important;
}

/***** povezane vsebine *****/
.news-single-related img.video {
  padding-right:10px;
}
.news-single-related img.audio {
  padding-right:10px;
}
.news-single-related img.foto {
  padding-right:10px;
}
.news-single-related img.novica {
  padding-right:10px;
}
.news-single-related img.stran {
  padding-right:10px;
}
.news-single-related img.datoteka {
  padding-right:10px;
}
.news-single-related img.zunanji_url {
  padding-right:10px;
}

div#rightContainer .arrow {
  float:right;
}

/* smoothgallery */
.imageblock {
  width:auto !important;
}

.news-amenu-container {
  padding: 0;
}

.news-amenu-container UL {
  padding: 0;
  margin: 0;
  margin-top: 5px;
  list-style-type: none;
}
LI.news-amenu-item-year {
  font-weight: bold;
  line-height: 21px;
  border-bottom:1px solid #D8D8D8;
  /*padding: 5px 5px 5px 30px;*/
  padding-left:30px;
}
.news-amenu-container li {
  list-style-type: none !important;
}

/****** amenu *************/
#accordion {
  list-style: none;
  padding: 0 0 0 0;
  width: 170px;
}
#accordion div {
  font-weight: bold;
  display: block;
  width: 197px;
  line-height: 21px;
  padding-left: 30px;
  border-bottom: 1px solid #d8d8d8;
  text-decoration: none;
}
#accordion ul {
  list-style: none;
  padding: 0 0 0 0;
}
#accordion ul{
  display: none;
}
#accordion ul li {
  font-weight: normal;
  cursor: auto;
  background-color: #fff;
  padding: 0px;
}
#accordion li ul li a {
  display: block;
  width: 182px;
  line-height: 21px;
  margin-left: 30px;
  padding-left: 15px;
  text-decoration: none;
  border-bottom: 1px solid #d8d8d8;
  color:#626161 !important;
  ž}

#accordion a {
  text-decoration: none;
}
#accordion a:hover {
  text-decoration: underline;
}

#accordion .archive_year {
  cursor:pointer;
}
#accordion .archive_year:hover, #accordion .act {
  background-image: url(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/backgroundSubMenu.gif);
  background-repeat: no-repeat;
  color: #FFF;
  background-color: #529bb8;
}
#accordion li.amenu-act a {
  color: #529CBA !important;
  background-image: url(/web/20160831060843im_/http://www.ukom.gov.si/fileadmin/common/templates/images/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  font-weight: bold;
}

/* ------ */
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
a:focus {
  background-color: #ffbf47;
  outline: 3px solid #ffbf47;
}
div#headerItems input.inputButton {
margin-top:1px;
margin-bottom:1px;
}

/*
     FILE ARCHIVED ON 06:08:43 Aug 31, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:15:14 Jul 04, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 63.383
  exclusion.robots: 0.309
  exclusion.robots.policy: 0.298
  RedisCDXSource: 0.742
  esindex: 0.01
  LoadShardBlock: 42.166 (3)
  PetaboxLoader3.datanode: 57.974 (5)
  CDXLines.iter: 17.158 (3)
  load_resource: 96.03 (2)
  PetaboxLoader3.resolve: 49.995 (2)
*/