body {
	margin: 0px 0px;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width: 820px;
	margin: 0px auto;
	text-align: left;
}

#header {}

#content { width: 820px; }

#dynamic_box_left {
	margin: 0;
	float: left;
}

#dynamic_box_center {
	float: left;
}

#dynamic_box_right {
	margin: 0;
	float: right;
}

#content_footer {clear: both;}

#footer {clear: both;}

/*********deafault layout**********/
#layout_default div#dynamic_box_right        {display:none;}
#layout_default div#dynamic_box_left         {display:none;}
#layout_default div#dynamic_box_center       {width: 820px;}

/********** two column *************/
#layout_two_column div#dynamic_box_right     {width: 385px;}
#layout_two_column div#dynamic_box_left      {display:none;}
#layout_two_column div#dynamic_box_center    {width: 410px; margin:0 12px; display:inline; }

/************ three columns ***************/
#layout_three_columns div#dynamic_box_right  {width: 190px;}
#layout_three_columns div#dynamic_box_left   {width: 190px;}
#layout_three_columns div#dynamic_box_center {width: 610px;}

/************ equal ***************/
#layout_equal div#dynamic_box_right   {width: 330px;}
#layout_equal div#dynamic_box_left    {width: 330px;}
#layout_equal div#dynamic_box_center  {width: 330px;}

/************ equal rights ***************/
#layout_equal_rights div#dynamic_box_right   {width: 260px;}
#layout_equal_rights div#dynamic_box_left    {width: 470px;}
#layout_equal_rights div#dynamic_box_center  {width: 260px;}

/************ non equal ***************/
#layout_non_equal div#dynamic_box_right      {width: 320px;}
#layout_non_equal div#dynamic_box_left       {width: 420px;}
#layout_non_equal div#dynamic_box_center     {width: 250px;}


/************* CONTENT FEATURES *****************/
#content_features_left { float: left;}

#content_features_right { float: left;}

.features_equal_default { width: 100%; overflow: hidden;}

/*********** equal_default *********************/
.features_equal_default #content_features_left       {width: 342px;}
.features_equal_default #content_features_right      {width: 228px;}

/*********** equal *********************/
.features_equal #content_features_left       {width: 495px;}
.features_equal #content_features_right      {width: 495px;}

/*********** left *********************/
.features_left #content_features_left        {width: 680px;}
.features_left #content_features_right       {width: 310px;}

/*********** right *********************/
.features_right #content_features_left       {width: 310px;}
.features_right #content_features_right      {width: 680px;}

/*********** equal_three *********************/
.features_inside .content_features_col       {width: 223px; float: left;}

/*********** inside *********************/
.features_inside                              {width: 670px; overflow: hidden;}
.features_inside #content_features_left       {width: 335px;}
.features_inside #content_features_right      {width: 335px;}



/******************** LAYOUT BOXES********************/

#main_news_box {float: left;}

.main_news_box_row {width: 100%; overflow: hidden;}

.main_news_category { 
	float:left; 
	display: inline;
	width:273px; 
	margin: 6px; /****styles****/
}

.category_news_category { 
	float:left; 
	display: inline;
	width:261px; 
	margin: 6px; /****styles****/
}


/******************** TOOLTIPS ********************/
.tooltip {
	position: absolute!important;
	overflow:hidden;
	font-size: 12px;
	z-index: 10000!important;
}

.tooltip .xtop, .tooltip .xbottom { display: block; background: transparent; font-size: 1px; }
.tooltip .xb1, .tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { display: block; overflow: hidden; }
.tooltip .xb1, .tooltip .xb2, .tooltip .xb3 { height: 1px; }
.tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { background: #666; border-left: 1px solid #333; border-right: 1px solid #333; }
.tooltip .xbottom .xb2, .tooltip .xbottom .xb3, .tooltip .xbottom .xb4 { background: #666; }
.tooltip .xb1 { margin: 0 5px; background: #333; }
.tooltip .xb2 { margin: 0 3px; border-width: 0 2px; }
.tooltip .xb3 { margin: 0 2px; }
.tooltip .xb4 { height: 2px; margin: 0 1px; }

.tooltip .xboxcontent {
	padding: 0 .5em;
	margin: 0;
	color: #000;
	text-shadow: 2px 2px 0px #CCC;
	word-wrap:break-word;
	border: 1px solid #333;
	border-width: 0px 1px 0 1px;
	background-color: #666;
	text-align: left;
}

html { background: #0f0f0e url(../img/content_bg.gif) no-repeat top; }

body.home { background: transparent url(../img/homepage_bg_bw.jpg) center 148px no-repeat;}

body.jubilarna { background: #0f0f0e url(../img/jubilarna_bg.jpg) top repeat-x;}

body.category { background: #0f0f0e url(../img/big_category_bg.gif) 0px 148px repeat-x;}

body.category_default { background: #0f0f0e url(../img/big_category_bg.gif) 0px 148px repeat-x;}

body.category #content { padding-bottom: 0px;}

body{ background: #0f0f0e; color: #fff;}

/*************** GLOBAL STYLES *************************************************************************************************************************/
/******************************************************************************************************************************************************/

#container {background: #666; position:relative; }

#content { padding-bottom: 20px;}

#container div#footer div.bottom_corners { }

/*** Global anchor styles ***/

a {color:#000; text-decoration: none;}

a:hover {text-decoration: underline;}

a img {border: none;}

/*** Global list styles ***/

ul { padding: 0; margin: 0;}

ul li { list-style-type: none;}

/*** Global heading styles ***/

h1, h2, h3, h4 { font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0px;}

h1 { font-size: 22px; font-weight: normal; }

h1 a { color: #f2f2f2;}

h2, h3 {font-size: 16px; padding-bottom: 4px;}

h2 a:hover, h3 a:hover {color: #d6d6d6;}

h2 a, h3 a { color: #f2f2f2;}

h4 {}

h4 a {}

/*** Global box styles ***/

.box .box_title { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

/*************** HEADER STYLES *************************************************************************************************************************/
/******************************************************************************************************************************************************/

.header_image { width:100%; overflow:hidden; padding-bottom: 4px;}

.menu_search_holder {width: 100%; background: url(../img/pages_bg.gif) top repeat-x; line-height:30px; }

#header {background: #0F0F0E; padding: 0px 0px 5px 0px; height:143px;}

.header_lang { float:right; padding: 5px 6px 5px 5px; font-size: 11px; background: #252525; border: 1px solid #6A6865; border-top: none;}

.header_lang a { color: #fff;}

.header_image img {float: left;}

.header_logo img { padding-top: 15px;}

.header_search { float: right; padding: 0px;}

.header_eps { float: right; padding: 0px; padding: 13px 0px 9px 0px;}

/*** Counter kWh ****/
#counter {
	height:105px; 
	width:379px; 
	position:absolute; 
	top:0; 
	right:60px;
}

#counter .info {
	text-align:right; 
	float:left; 
	width:170px; 
	color:#6a6865; 
	font-size:13px;
}

#counter .info p {padding:0; margin:0;}

#counter .info h3 {
	font-size:18px; 
	color:#dce0df; 
	font-weight:normal; 
	padding-top:12px;
}

#counter .display {
	background:url(../img/counter.jpg) top left no-repeat; 
	float:right; 
	width:209px; 
	height:105px;
}

#counter .display_num {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	font-weight:bold; 
	color:#5b5c46; 
	text-align:center; 
	position:absolute; 
	right:34px; 
	top:27px; 
	width:137px;
}


/*** Static pages navigation ***/

.box_pages { /*** static pages list holder ***/ 
	border: 2px solid #000; 
	padding: 6px; 
	background: #42464A url(../img/pages_bg.gif) bottom repeat-x;
}

.box_pages li { /*** static pages list ***/
	display: inline;
}

.box_pages a {padding: 5px 6px;}

.box_pages a:link, .box_pages a:visited {
	color: #fff;
	text-decoration: none;
}

.box_pages a:hover {
	color: #000;
	background-color: #B7B8B8;
	text-decoration: none;
}

/*** Search box ***/

.search { 
	padding: 5px 10px 10px 10px;
    background: url(../img/pages_bg1.gif) top repeat-x;
	text-align: right;
	height: 16px;
	line-height: 16px;
	vertical-align: top;
	width:178px;
}


.search button {
	width: 27px;
	height: 18px;
	line-height: 16px;
	border: none;
	background: url(../img/search_button.gif) 0px 0px no-repeat;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 0px 1px;
	verticla-align: top;

}

input#search_query { font-size: 11px; color: #6A6865; background: #1f1e1c; }

.search label { font-size: 11px; color: #cecece; display: inline; line-height: 16px; height: 16px;}

#rezultati_poslovanja p { margin: 4px 0px; font-size: 11px; font-weight: bold;}

#rezultati_poslovanja h4 { font-size: 14px;} 

span.tab_article_link a { font-size: 11px; font-weight: bold; color: #fff;}

/*************** LEFT COLUMN STYLES ********************************************************************************************************************/
/******************************************************************************************************************************************************/

#box_left_holder { padding: 6px;}

#dynamic_box_left div.box {margin-bottom: 12px;}

#dynamic_box_left div.box_title { 
	background: #A5A5A5; 
	color:#FFFFFF; 
	padding: 4px 2px 3px 3px;
	margin-bottom: 4px;
	border-bottom: 1px solid  #CCCCCC;
}

#dynamic_box_left div.box_body {border-bottom: 4px solid #A5A5A5;}

/*** Section box (navigation list) ***/

#box_sections div.box_body { border-bottom: none; margin-bottom: 30px;}

#box_sections li { 
	background-color: #F1F1F1; 
	border-bottom: 1px solid #fff; 
	padding: 1px 0px; 
	font-variant: small-caps;
}

#box_sections li ul li { 
	border-bottom: none; 
	font-variant: normal; 
	font-size: 11px;
	padding-left: 6px;
}

#box_sections li a { 
	color: #8B8B8B; 
	display: block; 
	padding: 4px;
}

#box_sections li a:hover { 
	color: #FFF; 
	background-color: #A5A5A5; 
	text-decoration: none; 
}

#box_sections li ul li a:hover {
	color: #000000; 
	background: none; 
	text-decoration: underline; 
}



/*************** CONTENT STYLES ************************************************************************************************************************/
/******************************************************************************************************************************************************/

#box_center_holder {padding: 0px 10px;}

#box_center_holder h1 { font-size: 24px; padding-bottom: 4px; margin: 10px 0px 6px 0px; color: #fff;}

#box_center_holder div.category_headline {}

#box_center_holder div.category_headline h2 a { color: #fff; font-size: 18px; font-weight: normal;}

#content #box_center_holder div.category_headline div.image { padding: 6px; margin: 0px 6px 6px 6px; background-color: #eeeeee; border: none; height: 290px; overflow: hidden;}

#box_center_holder div.category_headline div.summary {}

div.article_link {display: inline; padding-left: 4px;}

div.article_link a {color: #d6d6d6;}

div.box_body div.image { 
	padding: 1px; 
	float: left;
	margin: 2px 4px 2px 2px;
	border: 1px solid #CCCCCC;
}

.short_holder { width: 100%; overflow: hidden;}

.short { /*** Global summary styles ***/
	margin-bottom: 4px;
	padding: 4px; 
}

/*** Jubilarna stranica ***/

#banner_jubilej {
	height:88px;
	width:427px;
	background: transparent url(../img/banner_140_god.png) no-repeat top left;
	position:absolute; 
	top:20px; 
	right:60px;
}
#banner_jubilej a { display:block; height:88px;	width:427px; }
.jubilarna .short .short_holder span.date { color:#5dd6ff; font-size:10px; }
.jubilarna h2 a, .jubilarna h3 a { font-size:13px; }
.jubilarna .blue_title {
	color:#5dd6ff;
	background: transparent url(../img/title_rounded_bg.gif) no-repeat scroll 0 0;
	background-color: transparent;
	margin:0;
	height:23px;
	margin-top:12px;
	padding:4px 10px 10px 10px;
}
.jubilarna #box_center_holder { padding:0 0 12px; margin:10px 0; background:#292929 url(../img/jubilej_logo.jpg) top left no-repeat;}

.jubilarna #box_center_holder #article_holder { padding-top:452px; padding-bottom:18px; margin:0 35px; }

.jubilarna .black_stripe {
	background-color:#000;
	height:58px;
	text-align:center;
}
.jubilarna #gallery_stripe_stripe_body .controls {
	background: transparent url(../img/title_rounded_bg.gif) no-repeat scroll 0 0;
	background-color: transparent;
	margin:0;
	border:none;
}
.jubilarna #gallery_stripe_stripe_body .controls a span.title {
	color:#5dd6ff;
}
.jubilarna .box_stripes div.stripe_summary_holder, .jubilarna .box_stripes div.image { border:none; }

.jubilarna .summary { font-size:11px; }

/*** Article summaries heights ***/
#latest_news div.short{height:122px;}


/*** Main news styles ***/
#category_news_box div.box_title { margin-bottom: 6px;}

/*** Category links ***/
#category_news_box div.box_title h4, #category_news_box div.box_title h4 a { 
	font-size: 16px; 
	color: #172973;
	border-bottom: 1px solid #eee;
	padding: 4px 0px;
	margin-bottom: 4px;
}
/*** Subcategory links ***/
#category_news_box div.box_title span { color: #000; font-size: 11px; padding: 0px 1px; }

#category_news_box div.box_title span a { color: #d6d6d6;}

#category_news_box div.box_title span a:hover { color: #000;}

#category_news_box div.box_body ul { padding: 0px 6px;}

#category_news_box div.box_body ul li {
	border-bottom: 1px solid #eee; 
	padding: 1px 0px;
}

#category_news_box div.box_body ul li a {
	display: block; 
	padding: 2px 2px 2px 14px; 
	background: url(../img/bullet_arrow.gif) 6px 6px no-repeat;
}

/*** Category page ***/

#category_holder div.subcategory_list div.box_body { padding: 6px;}

#category_holder div.short { margin-bottom: 12px;}

.category_headline { overflow: hidden; width: 100%; background: url(../img/big_body_category_bg.jpg) top repeat-x;}

.category_headline h1 {color: #fff; padding: 10px;}

.category_headline .category_image { }

.organizaciona_sema { margin-top: 10px;}

/*** Article styles ***/

.box_breadcrumb { padding: 6px 0px; color: #f2f2f2; border-bottom: 1px solid #4d4d4d;}

.box_breadcrumb a {color: #fff; padding-right: 4px;}

#article_holder h1 { font-size: 24px; color: #fff; padding: 1px 0px 4px 0px; margin-bottom: 2px; border-bottom: 3px solid #4D4D4D;}

#article_holder div.article_metadata { padding: 5px 0px 5px 0px; margin-bottom:10px; border-bottom: 1px solid #4D4D4D;}

#article_holder div.article_metadata span.metadata_time { font-size: 10px; color: #fff; float: left;}

#article_holder div.font_size { font-size: 11px; text-align: right;}

#article_holder div.font_size img { vertical-align: bottom; padding-left: 3px;}

#article_holder div.image {
	float: left; 
	padding: 4px; 
	margin-right: 6px; 
	border: 1px solid #cccccc;
}

#article_holder div.image span.image_caption { font-size: 11px; line-height:normal;}

#article_holder div#article_body { line-height: 1.6em; width: 100%; overflow: hidden; margin-bottom: 12px;}

#article_holder div#article_body h1, 
#article_holder div#article_body h2, 
#article_holder div#article_body h3, 
#article_holder div#article_body h4, 
#article_holder div#article_body h5, 
#article_holder div#article_body h6 { font-family: Verdana, Arial, Helvetica, sans-serif;}

#article_holder div#article_body a { color: #ccc; font-size: 11px; font-weight: bold;}

/*** Article social bookmarks ***/

#box_social_bookmarks { 
	color: #666666; 
	padding: 2px 6px; 
	margin: 6px 0px 12px 0px; 
	border-bottom: 1px solid #EEEEEE; 
	border-top: 1px solid #EEEEEE;
}

#box_social_bookmarks img { vertical-align: middle;}

/*** Article comments ***/

.comment_block h4 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: bold;
	color: #666666; 
	border-top: 1px solid #eeeeee; 
	border-bottom: 1px solid #eeeeee; 
	background-color: #f4f4f4;
	padding: 6px;
	margin: 6px 0px;
}

.comment_block h4 img.comment_feed { float:right;}

.comment_block h4 span.no_comments {display:block; font-size:12px; font-weight:normal;}

#comment_list { margin: 15px 8px;}

#comment_list div.comment_holder { margin-bottom: 20px;} 

#comment_list div.comment_header { padding-bottom: 6px;}

#comment_list div.comment_header { font-size: 11px;}

#comment_list div.comment_header a { color: #d6d6d6; font-weight: bold;}

#comment_list div.comment_body_holder {padding: 6px; border-bottom: 1px solid #EBEBEB; background-color: #F8F8F8;}

#comment_list div.comment_body {width: 100%; overflow: hidden; }

#comment_list div.comment_body img { float: left;}

#comment_list div.comment_body div.comment_text { color: #666666; margin-left: 50px; padding: 0px 12px 10px 10px;}

#comment_list div.comment_report, #comment_list div.comment_rate { float: right;}

#comment_list div.comment_rate { padding-right: 6px;}

.comment_rate div.result {
	float: left; 
	border: 1px solid #ebebeb; 
	background-color: #ffffff; 
	padding: 0px 4px; 
	color: #555555; 
	font-weight: bold;
}

.result span.error {font-weight: normal; font-size: 11px; color: #fff;}

div#comment_dump {
	font-size: 14px; 
	color: #172973; 
	background-color: #F8F8F8; 
	border: 1px solid #EBEBEB; 
	padding: 6px; 
}

div#comment_dump span.error {color: #fff;}

/*** Pagination ***/

#box_pagination { padding: 6px; margin: 6px 0px; background: #545454; color: #fff;}

#box_pagination span.pagination { float:right; font-weight: bold;}

#box_pagination span.pagination a { font-weight: normal; color: #f2f2f2;}

#box_pagination span.pagination_total {color: #f2f2f2;}

/*** Archive calendar ***/

#box_calendar table caption { 
	font-weight: bold; 
	background-color: #eeeeee;
	border-bottom: 1px solid #cccccc; 
	padding: 6px 0px;
	margin-bottom: 6px;
}

#box_calendar table caption a {color: #d6d6d6;}

#box_calendar table caption span { cursor: pointer; padding: 0px 4px;}

#box_calendar table td { background-color: #F1F1F1; padding: 1px 2px;}

/*** Accordion ***/


/*** Bottom homepage ***/

#home_bottom_holder { overflow:hidden; width:100%; background: url(../img/divider.gif) top center repeat-y;}

.home_bottom_box { float:left; padding: 0px 20px; width: 370px;}

.home_bottom_box h1 { color: #fff; padding-bottom: 10px;}

.home_bottom_box span.summary { color: #fff;}

.image {float:left; margin: 0px 10px 0px 0px; border: 1px solid #dce0df;}

.home_bottom_right_tabs .box_body { background: #252525; color: #fff; padding: 10px; }

.home_bottom_right_tabs .box_content { overflow: hidden; width:100%;}

.home_bottom_right_tabs .box_body .image { padding: 0px; border: none; margin: 0px 10px 0px 0px;}

.home_bottom_right_tabs .box_body span.summary { font-size: 11px; color: #f2f2f2;}

.home_bottom_right_tabs .tabs a { color: #cecece; padding: 4px 7px 4px 7px; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; background: #4d4d4d;}

.home_bottom_right_tabs .tabs a:hover { color: #f2f2f2; background: #252525;}

.home_bottom_right_tabs .tabs a.active { background: #252525; color: #fff;}

.home_bottom_right_tabs { border-bottom: 1px solid #4a4846; margin-bottom: 0px; padding-bottom: 10px;}

.latest_news_holder span { font-size: 11px; color: #b1b1b1; }

.latest_news_holder h1 { font-size: 12px; color: #fff; font-weight:bold; padding-top: 4px;}

.latest_news_holder span.summary { color: #f2f2f2;}

.home_bottom_box #home_left_bottom_article .image {padding: 0px;}

#home_left_bottom_article h1 a{ font-size: 24px;}

#home_left_bottom_article h2 { color: #fff; padding-bottom: 5px;}

#home_left_bottom_article h2 a { font-size: 18px; font-weight: normal;}

#home_left_bottom_article span.headline_summary { color: #fff; line-height: 16px;}

.more_news_link { float: right;}

.more_news_link a { display: block; padding: 3px; background:#1F1E1C none repeat scroll 0 0; border:1px solid #4A4846; color: #f2f2f2; font-size: 11px; margin-top: 5px;}

span.summary { color: #f2f2f2; line-height: 1.3em;}

span.summary ol li { font-size: 12px;}

span.summary ol li span { font-size: 11px;}

.home_bottom_right_tabs .box_body .box_content{ height: 122px; overflow: hidden;}

#article_holder .box .box_title { padding: 5px 0px 10px 0px;}

.home_bottom_right_tabs a { color: #fff; font-size: 11px; font-weight: bold;}

/*************************************************** Category strana ***********************************************************/
.category_headline_default h2 { font-size:18px;}

.category_default #content #box_center_holder div.category_vertical_image { padding: 0px; margin: 3px 10px 3px 3px; background-color: none; border: none; float:left; border:1px solid #CCCCCC; padding: 1px;}

.category_default .category_image_default h1 { font-size: 34px; color: #333; margin-top: 107px; margin-left: 25px; padding: 0px 0px 0px 0px;}

.category_default .category_image_default {background: url(../img/default.jpg) top left no-repeat; width:818px; height:150px; border: 1px solid #111210; border-top: none; overflow:hidden;}

.category_default #content #box_center_holder { padding-top: 10px;}

.category_headline_default { padding-bottom: 10px; overflow: hidden; width: 100%; background: url(../img/big_body_category_bg.jpg) top repeat-x;}

.category_headline_default .article_link { float: right;}

span.article_category { font-size: 11px;}

.category_default .short_holder h2 { padding-top: 5px;}

/*************** RIGHT COLUMN STYLES *******************************************************************************************************************/
/******************************************************************************************************************************************************/

#box_right_holder {/*stilovi za desnu kolonu, padinzi, margine...*/}

/*** Boxes ***/

#dynamic_box_right div#box_right_holder { padding: 6px;}

#dynamic_box_right .box div.box_title {
	background: url(../img/box_right_head_left.gif) top left no-repeat;
	color: #000;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	padding: 6px;
}

#dynamic_box_right .box_tabs div.box_title {padding: 6px 6px 0px 6px;}

#dynamic_box_right .box .box_title_holder {
	background: url(../img/box_right_head_right.gif) top right no-repeat;
}

/* Hides from IE5-mac \*/
* html #dynamic_box_right .box .box_title_holder { height: 1%;}
/* End hide from IE5-mac */


#dynamic_box_right .box {
	background: #FFFFFF url(../img/box_right_body_right.gif) bottom right no-repeat;
	margin-bottom: 6px;
}

#dynamic_box_right .box .box_body {
	background:url(../img/box_right_body_left.gif) bottom left no-repeat;
}

#dynamic_box_right .box .box_body div.box_content {padding: 6px 12px 12px 12px;}

/* Hides from IE5-mac \*/
* html #dynamic_box_right .box .box_body { height: 1%;}
/* End hide from IE5-mac */

/********** Lists ***************/

#dynamic_box_right div.box_body ul li {
	border-bottom: 1px solid #eee; 
	padding: 1px 0px;
}

#dynamic_box_right div.box_body ul li a {
	display: block; 
	padding: 4px 4px 4px 14px; 
	background: url(../img/right_box_bullet.gif) 6px 10px no-repeat;
}

#dynamic_box_right div.box_body ul li a:hover {background-color: #F5F5DC;}

/*** Tabs ***/

.tabs {
	font-size:11px;
	line-height:normal;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul.tabs{
	margin:0;
	padding:4px 0 4px 0px;
	list-style:none;
}
.tabs li {
	display:inline;
	margin:0;
	padding:0;
}
	  
.tabs a {
	margin: 0px 1px 0px 0px;
	padding:4px 0 4px 4px;
	text-decoration:none;
}

*:first-child+html .tabs a {padding:0 0 0 4px;} /* IE 7 hack */

/* Hides from IE5-mac \*/
* html .tabs a {padding:0 0 0 4px;}
/* End hide from IE5-mac */

.tabs a span {
	padding:4px 8px 4px 4px;
	color:#666666;
}

.tabs a:hover {text-decoration: none;}

.tabs a:hover span {color: #d6d6d6;}

.tabs a.active {background: url(../img/tabs_left.gif) no-repeat left top;}

.tabs a.active span {
	color: #d6d6d6;
	background: url(../img/tabs_right.gif) no-repeat right top;
}

/*** Login Box ***/
.edit_info {border-top: 1px solid #EEEEEE; padding-top: 4px; margin-top: 4px;}

.edit_info a, .fp_link a {color: #d6d6d6;}

.fp_link {
	border-top:1px solid #EEEEEE;
	margin-top:4px;
	padding-top:4px;
	text-align:center;
}

.fp_info { font-size: 11px; color: #A5A5A5; margin-bottom: 6px;}

/*** Latest comments box ***/

div#latest_comments div.single_comment img { float: left; margin: 2px 6px 2px 4px;}

div#latest_comments div.single_comment {display: block; width: 100%; overflow: hidden; padding-bottom: 4px; margin-bottom: 6px; border-bottom: 1px solid #eee;}

div#latest_comments div.single_comment div.comment_header { font-size: 11px; color: #666666;}

div#latest_comments div.single_comment div.comment_header a {color: #d6d6d6;}

div#latest_comments div.single_comment div.comment_body { padding-top: 2px; font-size: 11px;}

/*** Featured author box ***/

div#box_users div.box_body img { float: left; margin: 2px 6px 2px 4px;}

div#box_users div.box_body a { display: block; padding-bottom: 6px; color: #d6d6d6;}

div#box_users div.box_content { width: 90%; overflow: hidden;}

/*** Tag cloud box ***/

div#box_tags a:hover, div#box_tags .view_all a {color: #d6d6d6;}

div#box_tags .view_all {text-align:right; border-top: 1px solid #EEEEEE; padding-top: 4px; margin-top: 4px;}

/*** Article page tag box ***/

#article_tags div.article_tags {}

#article_tags div.article_my_tags { padding-top: 6px; margin-top: 6px; border-top: 1px solid #eeeeee;}

#article_tags div.article_add_tag { padding-top: 6px; text-align: center;}

/*** Article Tools box ***/

#dynamic_box_right div#box_article_tools { margin-bottom: 36px;}

#dynamic_box_right div#box_article_tools ul { font-size: 11px;}

#dynamic_box_right div#box_article_tools ul li img { vertical-align: bottom;}

#dynamic_box_right div#box_article_tools ul li a {padding: 0px 4px 2px 4px; background: none; color: #666666;}

#dynamic_box_right div#box_article_tools ul li a:hover {background: none; text-decoration: none; color: #d6d6d6;}

/*** Email friend box ***/

#send_article { padding: 6px; border: 1px solid #eee; }

/*** Article vote box ***/

#stars { padding: 2px; width: 150px; overflow: hidden;}

.article_rating { 
	color: #CECECE; 
	font-weight: bold; 
	font-size: 14px;
	padding-top: 10px; 
	padding-right: 18px; 
	float: right; 
}

div.standard_star { cursor: pointer;}

/*** Attachments box ***/
#dynamic_box_right div.content_attachment {padding: 4px 0px; width: 100%; overflow: hidden;}

#dynamic_box_right div.content_attachment img { vertical-align: bottom; float: left; padding-right: 4px;}

#dynamic_box_right div.content_attachment a { width:206px; overflow:hidden; float:left;}


/*************** FOOTER STYLES *************************************************************************************************************************/
/******************************************************************************************************************************************************/

#footer { background: #0f0f0e;}


.footer { 
	padding: 0px 0px;
	color: #999;
}

.footer a { color: #999; font-size: 10px;}

.static_footer { padding: 6px 0px 6px 0px; overflow: hidden; width:100%; }

.footer_links { float:left; padding-left: 6px;}

.under_footer { padding: 10px 0px; font-size: 10px; text-align: center; line-height: 14px;}

.copyright { float:right; padding-right: 6px;}

.copyright span { font-size:10px;}

.footer div.corner_bottom {}

/*** First level categories in footer ***/

.footer ul {padding: 6px 0px 6px 0px; margin: 0px;}

.footer li {display: inline; padding: 0px 3px;}

.footer li a { color:#FFFFFF;}

/*************************************************** izveshtaji ***********************************************************/
.download_reports .pdf {margin: 5px 10px 5px 55px; padding: 10px; text-align: center; background: url(../img/inner_bg.png) top left repeat; width: 117px;}

.download_reports { float: left;}

.download_reports .pdf a { color: #999999; font-size:11px;} 

.download_reports .pdf span.pdf_image {display:block; padding-bottom: 5px;}


/*************************************************** Misija Vizija ***********************************************************/

.popup_box {
	width: 300px;  /* width je obavezan! (nije bitno koliki, samo da je setovan) */
	border: 1px solid #191919;
	background: #272727 /*url(../img/inner_bg.png) top left repeat*/;
	padding: 10px;
}

.popup_box a { color: #f2f2f2; font-weight: bold; font-size: 12px;}

.open-right {text-align: left;}

.open-left { text-align:left;}

.category_image { width:818px; height:290px; border: 1px solid #111210; border-top: none; overflow: hidden;}

.category_headline_holder a { color: #fff; font-size: 40px;}

.category_headline_holder {
	display: block; 	
}

#misija a {
	background: url(../img/blue_bg.png) top left repeat; 
	display: block; 
	width: 120px; 
	height: 50px; 
	padding: 10px;
	border-bottom: 1px solid #0a89cb;
	border-right: 1px solid #0a89cb;
	overflow: hidden;
}

#vizija a {
	background: url(../img/green_bg.png) top left repeat;
	display: block; 
	width: 120px; 
	height: 50px; 
	padding: 10px;
	border-bottom: 1px solid #0e6136;
	border-left: 1px solid #0e6136;
	overflow: hidden;
}

#misija { position:relative; left: 30px; top: 30px;}

#popup-misija .image, #popup-vizija .image { border: 1px solid #191919;}

#vizija {position:relative; left: 650px; top: 125px;}

.category_image #misija a:hover { background: url(../img/blue_hover_bg.png) top left repeat; text-decoration: none; } 

.category_image #vizija a:hover { background: url(../img/green_hover_bg.png) top left repeat; text-decoration: none;} 

/*************************************************** Sistem Kvaliteta ***********************************************************/

#sistem_kvaliteta a {
	background: url(../img/green_bg.png) top left repeat;
	display: block; 
	width: 300px; 
	height: 43px; 
	padding: 10px;
	border-bottom: 1px solid #0e6136;
	border-right: 1px solid #0e6136;
	overflow: hidden;
	font-size: 36px;
}

#sistem_kvaliteta { position:relative; left: 25px; top: 25px;}

.category_image #sistem_kvaliteta a:hover { background: url(../img/green_hover_bg.png) top left repeat; text-decoration: none; } 

#popup-sistem_kvaliteta { width: 800px;}

/*************************************************** K O N T A K T ***********************************************************/

#kontakt a {
	background: url(../img/green_bg.png) top left repeat;
	display: block; 
	width: 150px; 
	height: 43px; 
	padding: 10px;
	border-bottom: 1px solid #0e6136;
	border-left: 1px solid #0e6136;
	overflow: hidden;
	font-size: 36px;
}

#kontakt { position:relative; left: 585px; top: 55px;}

#popup-kontakt { width: 400px;}

.category_image #kontakt a:hover { background: url(../img/green_hover_bg.png) top left repeat; text-decoration: none; } 

/*************************************************** Sema proizvodnih kapaciteta ***********************************************************/

#popup-proizvodjaci { width: 320px;}

#proizvodjaci a {
	background: url(../img/blue_bg.png) top left repeat; 
	display: block; 
	width: 230px; 
	height: 50px; 
	padding: 10px;
	border-bottom: 1px solid #0a89cb;
	border-right: 1px solid #0a89cb;
	overflow: hidden;
}

#dobavljaci a {
	background: url(../img/blue_bg.png) top left repeat; 
	display: block; 
	width: 212px; 
	height: 50px; 
	padding: 10px;
	border-bottom: 1px solid #0a89cb;
	border-left: 1px solid #0a89cb;
	overflow: hidden;
}

#kupci a {
	background: url(../img/green_bg.png) top left repeat; 
	display: block; 
	width: 112px; 
	height: 50px; 
	padding: 10px;
	border-bottom: 1px solid #0e6136;
	border-right: 1px solid #0e6136;
	overflow: hidden;
}

#popup-proizvodjaci .image, #popup-proizvodjaci-inner1 .image, #popup-proizvodjaci-inner2 .image, #popup-proizvodjaci-inner3 .image, #popup-proizvodjaci-inner4 .image { border: 1px solid #191919;}


#proizvodjaci { position:relative; left: 25px; top: 25px;}

#dobavljaci { position:relative; left: 561px; top: 30px;}

#kupci { position:relative; left: 320px; top: 25px;}


.category_image #proizvodjaci a:hover { background: url(../img/blue_hover_bg.png) top left repeat; text-decoration: none; } 

.category_image #dobavljaci a:hover { background: url(../img/blue_hover_bg.png) top left repeat; text-decoration: none; } 

.category_image #kupci a:hover { background: url(../img/green_hover_bg.png) top left repeat; text-decoration: none; } 

/*************************************************** Nasi Rekordi ***********************************************************/

#rekordi_ugalj a {
	background: url(../img/blue_bg.png) top left repeat; 
	display: block; 
	width: 110px; 
	height: 50px; 
	padding: 10px;
	border-bottom: 1px solid #0a89cb;
	border-right: 1px solid #0a89cb;
	overflow: hidden;
}

#elektricna_energija_rekordi a {
	background: url(../img/red_bg.png) top left repeat;
	display: block; 
	width: 381px; 
	height: 50px; 
	padding: 10px;
	border-bottom: 1px solid #b7131a;
	border-left: 1px solid #b7131a;
	overflow: hidden;
}

#popup-rekordi_ugalj { width: 343px;}

#popup-elektricna_energija_rekordi { width: 375px;}

.link_list ul li { padding: 5px 0px;}

#popup-rekordi_ugalj .image, #popup-rekordi_ugalj-inner1 .image, #popup-rekordi_ugalj-inner2 .image, #popup-rekordi_ugalj-inner3 .image, #popup-elektricna_energija_rekordi .image { border: 1px solid #191919;}

#rekordi_ugalj { position:relative; left: 25px; top: 25px;}

#elektricna_energija_rekordi { position:relative; left: 398px; top: 128px;}

.category_image #rekordi_ugalj a:hover { background: url(../img/blue_hover_bg.png) top left repeat; text-decoration: none; } 

.category_image #elektricna_energija_rekordi a:hover { background: url(../img/red_hover_bg.png) top left repeat; text-decoration: none; } 

/*************************************************** ISTORIJA ***********************************************************/

#istorija a {
	background: url(../img/green_bg.png) top left repeat; 
	display: block; 
	width: 148px; 
	height: 50px; 
	padding: 10px;
	border-bottom: 1px solid #0e6136;
	border-right: 1px solid #0e6136;
	overflow: hidden;
}

#istorija_1870 a {
	background: url(../img/blue_bg.png) top left repeat; 
	display: block; 
	width: 72px; 
	height: 29px; 
	padding: 10px;
	border-bottom: 1px solid #0a89cb;
	border-left: 1px solid #0a89cb;
	overflow: hidden;
	font-size: 25px;
	font-weight:bold;
}

#istorija_1903 a {
	background: url(../img/blue_bg.png) top left repeat; 
	display: block; 
	width: 72px; 
	height: 29px; 
	padding: 10px;
	border-bottom: 1px solid #0a89cb;
	border-left: 1px solid #0a89cb;
	overflow: hidden;
	font-size: 25px;
	font-weight:bold;
}

#istorija_1943 a {
	background: url(../img/blue_bg.png) top left repeat; 
	display: block; 
	width: 72px; 
	height: 29px; 
	padding: 10px;
	border-bottom: 1px solid #0a89cb;
	border-left: 1px solid #0a89cb;
	overflow: hidden;
	font-size: 25px;
	font-weight:bold;
}

#istorija_1948 a {
	background: url(../img/blue_bg.png) top left repeat; 
	display: block; 
	width: 72px; 
	height: 29px; 
	padding: 10px;
	border-bottom: 1px solid #0a89cb;
	border-left: 1px solid #0a89cb;
	overflow: hidden;
	font-size: 25px;
	font-weight:bold;
}

#istorija_1968 a {
	background: url(../img/blue_bg.png) top left repeat; 
	display: block; 
	width: 72px; 
	height: 29px; 
	padding: 10px;
	border-bottom: 1px solid #0a89cb;
	border-left: 1px solid #0a89cb;
	overflow: hidden;
	font-size: 25px;
	font-weight:bold;
}

#istorija_1987 a {
	background: url(../img/blue_bg.png) top left repeat; 
	display: block; 
	width: 72px; 
	height: 29px; 
	padding: 10px;
	border-bottom: 1px solid #0a89cb;
	border-left: 1px solid #0a89cb;
	overflow: hidden;
	font-size: 25px;
	font-weight:bold;
}
#istorija_1988 a {
	background: url(../img/blue_bg.png) top left repeat; 
	display: block; 
	width: 72px; 
	height: 29px; 
	padding: 10px;
	border-bottom: 1px solid #0a89cb;
	border-left: 1px solid #0a89cb;
	overflow: hidden;
	font-size: 25px;
	font-weight:bold;
}
#istorija_2009 a {
	background: url(../img/blue_bg.png) top left repeat; 
	display: block; 
	width: 72px; 
	height: 29px; 
	padding: 10px;
	border-bottom: 1px solid #0a89cb;
	border-left: 1px solid #0a89cb;
	overflow: hidden;
	font-size: 25px;
	font-weight:bold;
}


#istorija { position:relative; left: 25px; top: 140px;}

#istorija_1870 { position:relative; left: 480px; top: -49px;}

#istorija_1903 { position:relative; left: 480px; top: -29px;}

#istorija_1943 { position:relative; left: 480px; top: -9px;}

#istorija_1948 { position:relative; left: 590px; top: -199px;}

#istorija_1968 { position:relative; left: 590px; top: -179px;}

#istorija_1987 { position:relative; left: 590px; top: -159px;}

#istorija_1988 { position:relative; left: 700px; top: -349px;}

#istorija_2009{ position:relative; left: 700px; top: -329px;}


.category_image #istorija a:hover { background: url(../img/green_hover_bg.png) top left repeat; text-decoration: none; } 

.category_image #istorija_1870 a:hover { background: url(../img/blue_hover_bg.png) top left repeat; text-decoration: none; } 

.category_image #istorija_1903 a:hover { background: url(../img/blue_hover_bg.png) top left repeat; text-decoration: none; } 

.category_image #istorija_1943 a:hover { background: url(../img/blue_hover_bg.png) top left repeat; text-decoration: none; } 

.category_image #istorija_1948 a:hover { background: url(../img/blue_hover_bg.png) top left repeat; text-decoration: none; } 

.category_image #istorija_1968 a:hover { background: url(../img/blue_hover_bg.png) top left repeat; text-decoration: none; } 

.category_image #istorija_1987 a:hover { background: url(../img/blue_hover_bg.png) top left repeat; text-decoration: none; } 

.category_image #istorija_1988 a:hover { background: url(../img/blue_hover_bg.png) top left repeat; text-decoration: none; } 

.category_image #istorija_2009 a:hover { background: url(../img/blue_hover_bg.png) top left repeat; text-decoration: none; } 

/*************************************************** Korporativne vrednosti ***********************************************************/

#integritet a {
	background: url(../img/blue_bg.png) top left repeat;
	display: block; 
	width: 147px; 
	height: 38px; 
	padding: 10px;
	border-bottom: 1px solid #0a89cb;
	border-right: 1px solid #0a89cb;
	overflow: hidden;
	font-size: 30px;
}

#kompetentnost a {
	background: url(../img/blue_bg.png) top left repeat;
	display: block; 
	width: 233px; 
	height: 38px; 
	padding: 10px;
	border-bottom: 1px solid #0a89cb;
	border-left: 1px solid #0a89cb;
	overflow: hidden;
	font-size: 30px;
}

#visoki_standardi a {
	background: url(../img/blue_bg.png) top left repeat;
	display: block; 
	width: 253px; 
	height: 38px; 
	padding: 10px;
	border-bottom: 1px solid #0a89cb;
	border-right: 1px solid #0a89cb;
	overflow: hidden;
	font-size: 30px;
}

#inovativnost a {
	background: url(../img/blue_bg.png) top left repeat;
	display: block; 
	width: 195px; 
	height: 38px; 
	padding: 10px;
	border-bottom: 1px solid #0a89cb;
	border-left: 1px solid #0a89cb;
	overflow: hidden;
	font-size: 30px;
}
#socijalna a {
	background: url(../img/blue_bg.png) top left repeat;
	display: block; 
	width: 341px; 
	height: 38px; 
	padding: 10px;
	border-bottom: 1px solid #0a89cb;
	border-right: 1px solid #0a89cb;
	overflow: hidden;
	font-size: 30px;
}

#etika a {
	background: url(../img/blue_bg.png) top left repeat;
	display: block; 
	width: 77px; 
	height: 38px; 
	padding: 10px;
	border-bottom: 1px solid #0a89cb;
	border-left: 1px solid #0a89cb;
	overflow: hidden;
	font-size: 30px;
}

#integritet { position:relative; left: 25px; top: 25px;}
#kompetentnost { position:relative; left: 541px; top: -33px;}
#visoki_standardi { position:relative; left: 25px; top: -10px;}
#inovativnost { position:relative; left: 579px; top: -69px;}
#socijalna { position:relative; left: 25px; top: -43px;}
#etika { position:relative; left: 697px; top: -105px;}

.category_image #integritet a:hover { background: url(../img/blue_hover_bg.png) top left repeat; text-decoration: none; } 
.category_image #kompetentnost a:hover { background: url(../img/blue_hover_bg.png) top left repeat; text-decoration: none; } 
.category_image #visoki_standardi a:hover { background: url(../img/blue_hover_bg.png) top left repeat; text-decoration: none; } 
.category_image #inovativnost a:hover { background: url(../img/blue_hover_bg.png) top left repeat; text-decoration: none; } 
.category_image #socijalna a:hover { background: url(../img/blue_hover_bg.png) top left repeat; text-decoration: none; } 
.category_image #etika a:hover { background: url(../img/blue_hover_bg.png) top left repeat; text-decoration: none; } 

#popup-integritet .image, #popup-visoki_standardi .image { border: 1px solid #191919;}

/*************************************************** Socijalna odgovornost ***********************************************************/

#socijalna_odgovornost a {
	background: url(../img/blue_bg.png) top left repeat;
	display: block; 
	width: 404px; 
	height: 43px; 
	padding: 10px;
	border-bottom: 1px solid #0a89cb;
	border-left: 1px solid #0a89cb;
	overflow: hidden;
	font-size: 36px;
}

#socijalna_odgovornost { position:relative; left: 370px; top: 25px;}

#popup-socijalna_odgovornost_viminacijum-inner .image { border: 1px solid #191919;}

.category_image #socijalna_odgovornost a:hover { background: url(../img/blue_hover_bg.png) top left repeat; text-decoration: none; } 

/*************************************************** Saradnja sa srtukom ***********************************************************/

#saradnja a {
	background: url(../img/green_bg.png) top left repeat;
	display: block; 
	width: 168px; 
	height: 43px; 
	padding: 10px;
	border-bottom: 1px solid #0e6136;
	border-right: 1px solid #0e6136;
	overflow: hidden;
	font-size: 36px;
}
#edukacija a {
	background: url(../img/blue_bg.png) top left repeat;
	display: block; 
	width: 173px; 
	height: 43px; 
	padding: 10px;
	border-bottom: 1px solid #0a89cb;
	border-left: 1px solid #0a89cb;
	overflow: hidden;
	font-size: 36px;
}

#saradnja { position:relative; left: 25px; top: 200px;}
#edukacija { position:relative; left: 595px; top: -35px;}

#popup-edukacija .image { border: 1px solid #191919;}

#popup-edukacija, #popup-saradnja { width: 400px;}

.category_image #saradnja a:hover { background: url(../img/green_hover_bg.png) top left repeat; text-decoration: none; } 
.category_image #edukacija a:hover { background: url(../img/blue_hover_bg.png) top left repeat; text-decoration: none; } 

/*************************************************** Buducnost kompanije ***********************************************************/

#buducnost a {
	background: url(../img/blue_bg.png) top left repeat;
	display: block; 
	width: 400px; 
	height: 43px; 
	padding: 10px;
	border-bottom: 1px solid #0a89cb;
	border-right: 1px solid #0a89cb;
	overflow: hidden;
	font-size: 36px;
}

#popup-buducnost { width: 650px;}

#buducnost { position:relative; left: 25px; top: 25px;}

.category_image #buducnost a:hover { background: url(../img/blue_hover_bg.png) top left repeat; text-decoration: none; } 

/*************************************************** Zastita zivotne sredine ***********************************************************/

#zastita_sredine a {
	background: url(../img/green_bg.png) top left repeat;
	display: block; 
	width: 416px; 
	height: 43px; 
	padding: 10px;
	border-bottom: 1px solid #0e6136;
	border-left: 1px solid #0e6136;
	overflow: hidden;
	font-size: 36px;
}

#popup-zastita_sredine { width: 500px;}

#zastita_sredine { position:relative; left: 356px; top: 25px;}

#popup-zastita_sredine_projekti_u_toku-inner, #popup-zastita_sredine_plan-inner, #popup-zastita_sredine_ekoloski_problemi-inner { width: 550px;}

#popup-zastita_sredine_plan-inner .image, #popup-zastita_sredine_ekoloski_problemi-inner .image  { border: 1px solid #191919;}

.category_image #zastita_sredine a:hover { background: url(../img/green_hover_bg.png) top left repeat; text-decoration: none; } 

/*************************************************** Organization Category page ***********************************************************/

#box_center_holder h2 { color: #fff; padding-bottom: 15px; font-weight: bold;}

#skupstina {position:relative; top:17px; left: 304px; }

#direktor{ position:relative; top:47px; left: 302px; }

#menadzment {position:relative; top:64px; left: 166px;}

#info-sistem {position:relative; top:79px; left: 167px;}

#resursi {position:relative; top:91px; left: 167px;}

#komercijalni_poslovi {position:relative; top:105px; left: 167px;}

#kabinet {position:relative; top:-26px; left: 530px;}

#javnost {position:relative; top:-13px; left: 530px;}

#kontrola {position:relative; top:1px; left: 530px;}

#proizvodnja_elektricne_energije {position:relative; top:74px; left: 22px;}

#proizvodnja_uglja {position:relative; top:42px; left: 186px;}

#unapredjenje_proizvodnje {position:relative; top:9px; left: 349px;}

#ekonomski_poslovi {position:relative; top:-25px; left: 512px;}

#pravni_poslovi {position:relative; top:-57px; left: 676px;}


#skupstina a {background: url(../img/white.png) top left repeat; display: block; width:222px; height: 46px;overflow: hidden;}

#direktor a { width:227px; height: 36px; background: url(../img/white.png) top left repeat; display: block; overflow: hidden; }

#menadzment a { width:133px; height: 33px; background: url(../img/white.png) top left repeat; display: block; overflow: hidden;}

#info-sistem a { width:131px; height: 33px; background: url(../img/white.png) top left repeat; display: block; overflow: hidden;}

#resursi a { width:132px; height: 34px; background: url(../img/white.png) top left repeat; display: block; overflow: hidden;}

#komercijalni_poslovi a { width:132px; height: 34px; background: url(../img/white.png) top left repeat; display: block; overflow: hidden;}

#kabinet a { width:131px; height: 33px; background: url(../img/white.png) top left repeat; display: block; overflow: hidden;}

#javnost a { width:131px; height: 33px; background: url(../img/white.png) top left repeat;display: block; overflow: hidden;}

#kontrola a { width:131px; height: 33px; background: url(../img/white.png) top left repeat; display: block; overflow: hidden;}

#proizvodnja_elektricne_energije a { width:131px; height: 33px; background: url(../img/white.png) top left repeat; display: block; overflow: hidden;}

#proizvodnja_uglja a { width:131px; height: 33px; background: url(../img/white.png) top left repeat; display: block; overflow: hidden;}

#unapredjenje_proizvodnje a { width:131px; height: 33px; background: url(../img/white.png) top left repeat; display: block; overflow: hidden;}

#ekonomski_poslovi a { width:131px; height: 33px; background: url(../img/white.png) top left repeat; display: block; overflow: hidden;}

#pravni_poslovi a { width:131px; height: 33px; background: url(../img/white.png) top left repeat; display: block; overflow: hidden;}

	
.category_image #skupstina a:hover { background: url(../img/white_bg.png) top left repeat; text-decoration: none; } 

.category_image #direktor a:hover { background: url(../img/white_bg.png) top left repeat; text-decoration: none; } 

.category_image #menadzment a:hover { background: url(../img/white_bg.png) top left repeat; text-decoration: none; } 

.category_image #info-sistem a:hover { background: url(../img/white_bg.png) top left repeat; text-decoration: none; } 

.category_image #kabinet a:hover { background: url(../img/white_bg.png) top left repeat; text-decoration: none; } 

.category_image #resursi a:hover { background: url(../img/white_bg.png) top left repeat; text-decoration: none; } 

.category_image #komercijalni_poslovi a:hover { background: url(../img/white_bg.png) top left repeat; text-decoration: none; } 

.category_image #javnost a:hover { background: url(../img/white_bg.png) top left repeat; text-decoration: none; } 

.category_image #kontrola a:hover { background: url(../img/white_bg.png) top left repeat; text-decoration: none; } 

.category_image #proizvodnja_elektricne_energije a:hover { background: url(../img/white_bg.png) top left repeat; text-decoration: none; } 

.category_image #proizvodnja_uglja a:hover { background: url(../img/white_bg.png) top left repeat; text-decoration: none; } 

.category_image #unapredjenje_proizvodnje a:hover { background: url(../img/white_bg.png) top left repeat; text-decoration: none; } 

.category_image #ekonomski_poslovi a:hover { background: url(../img/white_bg.png) top left repeat; text-decoration: none; } 

.category_image #pravni_poslovi a:hover { background: url(../img/white_bg.png) top left repeat; text-decoration: none; } 




/* Styles for forms */

form { /******* Used for all forms in Vivvo *********/
	padding: 0px;
	margin: 0px;
}

input, select, textarea { }

select  {}

textarea  {border: 1px solid #7F9DB9;}

.form_line {
	margin-bottom: 6px;
	padding-bottom: 6px;
	width: 100%;
	overflow: hidden; /* if used, needs to be hidden because of Opera */
}

*:first-child+html .form_line {margin-bottom: 0px; padding-bottom: 6px;}


input.text {border: 1px solid #4a4846;}

select.options { border: 1px solid #4A4846;}



input.submit_button, button { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}

.formElement p { margin-top: 0;}

/***************** Box forms *******************/

#dynamic_box_right .form_line label {}

#dynamic_box_right .form_line div.submit { text-align: right;}

#dynamic_box_right .form_line div.submit a { float: left; padding-top: 3px; color: #C90404;}

/*************** CONTENT FORMS *******************************************************************************************************************/
/******************************************************************************************************************************************************/

#dynamic_box_center div.form_line label {
	text-align: right;
	padding: 3px 0px 3px 3px;
	display: block; 
	float: left;
	width: 30%;
	font-size: 12px;
	color: #f2f2f2;
}

#dynamic_box_center div.formElement {float: left; margin-left: 6px; display: inline; z-index: auto;}

#dynamic_box_center div.formElement label {
	padding: 0px;
	width: auto;
	text-align: left;
	float: none;
	display: block;
	font-weight: normal;
}

/***************** User registration form (ajax validations) *******************/

.tos_label {color:#666666;}

.tos_label a {color:#C90404;}

.tos_box {border: 1px solid #7F9DB9; padding: 6px; margin-top: 6px; width: 350px; height: 200px; overflow: scroll;}

.tos_box pre {padding:0; margin:0; font-family: Arial, Helvetica, sans-serif;}

#error_message {background:#FCD6D4; margin-bottom: 6px;}

#error_message p {margin: 2px 0px; padding: 4px; color: #555555;}

.validation {
	padding: 2px 0px 2px 18px; 
	font-size: 11px; 
	font-weight:bold;
}

.not_valid {background: url(../img/validation_not_valid.gif) 0 0 no-repeat; color:#F3735D;}

.checking {background: url(../img/validation_info.gif) 0 0 no-repeat; color:#6b99c5;}

.valid {background: url(../img/validation_valid.gif) 0 0 no-repeat; color:#80CA73;}
.menu, .menu ul { /* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}

.menu{ padding-left:0px;}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	      /* move all main list items into one row, by floating them */
	position: relative;	  /* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		      /* thus we need to apply explicit z-index here... */
	list-style: none;
}

.menu li:hover {
	z-index: 10000;	      /* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;  /* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							 see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;		 /* items of the nested menus are kept on separate lines */
	position:relative !important;
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	       /* while hidden, always keep them at the top left corner, */
	top: 0;		       /* to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	            /* 1st level go below their parent item */
}

.menu li li:hover>ul {	    /* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear -- force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {/* IE7 float clear: */min-height: 0;}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(../img/empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: 0 0 0 -10px;
}
/* -- sticky.submenu.END -- */



/************************************************************************************/
/*************************** DHTML_menu styles **************************************/
#mainNav {
    background: url(../img/pages_bg1.gif) top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 622px;
}

.menu ul {
	font-size:90%;
}

.menu ul li {
    margin:0;
    float:none;
    border:none;
	padding:0px;
	line-height: 29px;
  }
  
.menu ul li ul {
	font-size:100%;
}

.menu ul {
	width: 13em;
	margin:0; 
	padding:0;
	border: 1px solid #878986;
	background:#4f4f4b;
	border-top: none;
}

.menu li:hover {
	background: url(../img/dhtml_bg_a.gif) top right no-repeat;
}

.menu li:hover span{
	background: url(../img/dhtml_bg_span.gif) top left no-repeat;
}

/* Link styles */

.menu li a span{
	display:block-inline;
	padding:7px 0px 7px 9px;
	margin: 0px;
	height: 29px;
	overflow: hidden;
	line-height: 29px;
	/*text-transform:lowercase;*/
}

.menu li a {
	display:block;
	height:29px;
	line-height:29px;
	padding:0px 9px 0px 0px;
}

.menu li a:link,
.menu li a:visited,
.menu li a:hover {
	color: #dce0df;
    font-weight:normal;
    text-decoration:none;
}

.menu li a:hover {
	background: url(../img/dhtml_bg_a.gif) top right no-repeat;
	text-decoration:none;
	color: #dce0df;

}

.menu li a:hover span { background: url(../img/dhtml_bg_span.gif) top left no-repeat;}

.menu ul li {
	background:#4f4f4b;
}

.menu ul li:hover {
	background:#4f4f4b;
	border: none;

}

.menu ul li a:link,
.menu ul li a:visited,
.menu ul li a:hover {
	text-decoration: none;
	display: block;
	float:none;
	position: relative;
	border:none;
	height:100%; 
	line-height:100%;
	padding:7px 10px;
	background:transparent;
	color: #dce0df;
	margin: 0px;
}

.menu ul li a:hover {
	background: transparent;
	color: #dce0df;
	text-decoration: underline;
}

.menu ul li ul li a:link,
.menu ul li ul li a:visited,
.menu ul li ul li a:hover {
	background:#4F4F4B;
}

.menu li ul li ul li a:hover {
	/*background: #bfbfbf;
	color: #dce0df;*/
	text-decoration:underline;
}
  
.menu a:hover, .menu li:hover>a {}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	/*background:#333333;*/
	padding:0;
}
/********************************************************************************************/
/**************************** Internet Explorer only styles ********************************/

/* Hides from IE5-mac \*/
* html #mainNav a {float:left;}

* html .menu, * html .menu ul {zoom: 1;}

* html .menu li.adxmhover {z-index: 10000; 	background: url(../img/dhtml_bg_a.gif) top right no-repeat; color: #dce0df;}

* html .menu .adxmhoverUL {visibility: visible;}

* html .menu .adxmhoverUL {top: 100%; left: 0;}

* html .menu .adxmhoverUL .adxmhoverUL {top: 0; left: 100%;}

* html .menu ul a {zoom: 1;}

* html .menu ul li {display:inline !important;}

* html .menu ul li a:link,
* html .menu ul li a:visited,
* html .menu ul li a:hover 
* html .menu ul li span {text-decoration: none; display:inline-block; display:block;}

* html #mainNav .menu li ul li {margin:0; padding:0;}

* html .menu li li {width:100%; margin:0; padding:0;}

* html #mainNav .menu ul li a:link,
* html #mainNav .menu ul li a:visited,
* html #mainNav .menu ul li a:hover {float:none;}

* html .menu ul ul {padding:0;}
/* End hide from IE5-mac */
/* Container styling*/
#horizontal_container {
	margin: 0;
	overflow:hidden;
	height: 290px;
	padding: 0px;
	width:633px;
	position:relative;
}


#home_accordion_holder { margin: 0px 0px 20px 0px;  background: url(../img/big_accordion_bg_bw.jpg) top left no-repeat; height: 290px;}

.horizontal_home_accordion { position:relative; right:-187px;}

.horizontal_accordion_toggle {
	/* REQUIRED */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
	display: block;
	height: 290px;
	width: 44px;
	/*background: #0f0f0e;*/
	color: #CBCBCB;
	text-decoration: none;
	font-size:11px;
	outline: none;
	cursor: pointer;
	margin: 0 0 0 0;
	overflow: hidden;
}

.horizontal_accordion_toggle_active {
}

.horizontal_accordion_toggle div.image_caption {}


.horizontal_accordion_content {
	/* REQUIRED */
	height: 290px;	/* We need to define a height for the accordion as it stretches the width */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
	overflow: hidden;
	background-color: none;
	color: #656565;
	border: none;
	width: 460px;
}

/* Hides from IE5-mac \*/
* html .horizontal_accordion_content { height: 1%;}
/* End hide from IE5-mac */

.horizontal_accordion_content_holder {
	display:block;
	width: 460px;
	line-height: 150%;
	padding: 0px 0px 15px 0px;
	height: 290px;
}

.accordion_text_holder {
	height:110px;
	color:#fff;
	background-color: #000000;
	padding: 10px 10px 3px 10px;
	opacity: .80;               /* Standard style for transparency */
	-moz-opacity: .80;          /* Transparency for older Mozillas */
	filter: alpha(opacity=80);  /* Transparency for IE */
	width:439px;
	overflow: hidden;
	line-height: 1.3em;
	}

.accordion_title {
	height: 27px;
	padding: 8px 0px 0px 5px;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	margin-top: -42px;
}

.accordion_title a {color: #fff;}

.accordion_text_holder span p { padding: 0px; margin: 0px;}

.accordion_text_holder span{ padding: 0px; margin: 0px;}

#accordion_otkrivka .accordion_title {background: #e42226;}

#accordion_ugalj .accordion_title {background: #01a351;}

#accordion_struja .accordion_title {background: #117ded;}

#accordion_EPS .accordion_title {background: #9339ff;}

.horizontal_accordion_content h3 a { color: #444444;}

.main_accordion_image { height: 175px; overflow: hidden;}



/* Container styling*/
#vertical_container {
	margin: 0 0 12px 0;
	width: 100%;
	background: #ffffff;
	border-bottom: 1px solid #A5A5A5;
}

.vertical_accordion_toggle {
	display: block;
	height: 30px;
	background: #EEEEEE;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #A5A5A5;
	cursor: pointer;
	margin: 0 0 0 0;
	overflow: hidden;
}

.vertical_accordion_toggle_active {
	background: #e0542f;
	color: #ffffff;
	border-bottom: 1px solid #f68263;
}

.vertical_accordion_content {
	height: 100px;
	overflow: hidden;
	background-color: #ffffff;
	color: #444444;
}

.vertical_accordion_content_holder {
	display:block;
	height: 100px !important;
	line-height: 150%;
	background: #ffffff;
}

.vertical_accordion_content_holder img {
float: left; padding: 4px; margin: 4px; border: 1px solid #eeeeee;
}


.box_stripes { 
	width: 100%; 
	overflow: hidden;
	margin: 0px;
	width: 368px;
	border-bottom: 3px solid #4D4D4D; 
}


.controls { 
	padding: 4px 10px 0px 10px; 
	background-color: #4D4D4D; 
	border-bottom: 1px solid  #555; 
	height: 23px;
	margin-top: 12px;
}

.controls a { color: #A5A5A5;}

.controls img { vertical-align: middle;}

.controls span.section_next { float: right;}

.scroller {
	height:80px;
	width:100%;
	overflow:hidden;
}

.section {
	width:368px;
	height:80px;
	overflow:hidden;
	float:left;
	padding-left: 4px;
	
}

.box_stripes div.image { 
	float: none; 
	border: 1px solid #4D4D4D;
	text-align: center;
	margin: 0px 4px 0px 0px; 
}

.box_stripes div.stripe_summary_holder { 
	width: 78px; 
	height:80px; 
	float: left; 
	padding: 7px 6px 0px 6px;
	border-right: 1px solid  #4D4D4D;
}

span.title { color: #fff; font-size: 16px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif;}

.box_stripes div.stripe_summary_holder h3 a { font-size: 11px; color: #fff; font-weight: normal;}


.box_stripes div.stripe_summary_text_holder h3 a {
	color: #C90404; 
	font-size: 14px;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1002;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
.ticker .section

{ width: 820px; text-align: center; font-size:10px;}

.ticker { 
	height: 20px; 
	padding: 6px 0 0px 0px;
	background: #252525;
	color: #999;
	
}

.ticker a {}

.ticker .scroller {
	height:20px;
}

.ticker .section {
	height:20px;
}
