body { background: #d3d3d3 url(../img/body_bg.gif) top repeat-x;}

/*************** GLOBAL STYLES *************************************************************************************************************************/
/******************************************************************************************************************************************************/

#container {background: #fff url(../img/content_bg.gif) repeat-y left top; border: 1px solid #ababab;}

#content { background: #fff url(../img/content_bg.gif) repeat-y left top; width: 100%; overflow: hidden; }

#container div#footer div.bottom_corners { background: url(../img/content_bottom_corners.gif) bottom no-repeat; height: 7px;}

/*** Global anchor styles ***/

a {color:#000; text-decoration: none;}

a:hover {color: #21558a; text-decoration: none;}

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 { margin: 0px;}

h1 { font-size: 18px; font-weight: normal; }

h1 a { color: #C90404;}

h2, h3 {font-size: 12px; }

h2 a:hover, h3 a:hover {color: #e17827;}

h4 {}

h4 a {}

/*** Global box styles ***/

.box .box_title { 
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
}

/*************** HEADER STYLES *************************************************************************************************************************/
/******************************************************************************************************************************************************/
#header { background: #fff url(../img/header_bg.jpg) no-repeat top left; height: 103px; }

.header_holder { width: 100%; overflow: hidden; height: 103px;}

.header_title { float: left; width: 390px; display:inline; }

.header_title h1 { width: 381px; height: 103px; margin-right: 20px; }

.header_title h1 a { 
	background: url(../img/logo.jpg) no-repeat top left;
	width: 381px;
	height: 103px;
	margin-right: 20px;
	text-indent:-9999px;
	display: block;}

.header_banner { float: left; width: 240px; height: 60px; padding: 21px 25px; display:inline; }

.header_login { float: left; width: 220px; height: 103px; display:inline; }

/*** Login form ***/

#box_login { color: #fff; font-size: 11px; margin-top: 8px; }

#box_login h2 { font-size: 10px; margin-bottom: 2px; padding: 0; color: fdfeff; }

#box_login a { color: #fff; }

#box_login a:hover { text-decoration: underline; }

.loginform_line {
	margin-bottom: 4px;
	width: 100%;
	overflow: hidden; /* if used, needs to be hidden because of Opera */
}

.login_button {
	width: 53px;
	height: 20px;
	line-height: 20px;
	border: none;
	font-size: 11px;
	font-weight: normal;
	color: #fff; 
	background: url(../img/login_button.gif) no-repeat;
}

/*** Static pages navigation and search ***/

#search_bar {
	background:#f2eeef none repeat scroll 0 0;
	font-size:11px;
	width: 100%;
	overflow: hidden;
}

.sn_box_holder { float: left; width: 180px; display:inline; text-align: left; }

.search_holder { float: left; width: 600px; display:inline; text-align: right; }

.pages_holder { float: left; width: 120px; display:inline; padding: 11px;  }

.box_pages {  }

.box_pages li { /*** static pages list ***/
	display: inline;
}

.box_pages a {padding: 6px;}

.box_pages a:link, .box_pages a:visited {
	color: #21558A;
	text-decoration: none;
}

.box_pages a:hover {
	text-decoration: underline;
}

/*** Social networking buttons ***/

#box_sn { padding: 7px 6px; }

#box_sn ul#sn_icons_list li a {
text-indent:-9000px; background-color:transparent; }

#box_sn ul#sn_icons_list { 
width: 130px;
height: 20px;
margin:0;
padding:0;
background: url(../img/sn_buttons.gif) no-repeat;
position:relative;
}

#box_sn ul#sn_icons_list  li {
display:block;
height:20px;
margin: 0;
padding: 0;
list-style: none;
position: absolute;
top: 0;
} 

#box_sn ul#sn_icons_list li a {
display:block;
height:20px;
}

#box_sn ul#sn_icons_list li#icon1 {
left: 0px;
width: 22px;
}
#box_sn ul#sn_icons_list li#icon2 {
left: 22px;
width: 22px;
}
#box_sn ul#sn_icons_list li#icon3 {
left: 44px;
width: 22px;
}
#box_sn ul#sn_icons_list li#icon4 {
left: 66px;
width: 22px;
}
#box_sn ul#sn_icons_list li#icon5 {
left: 88px;
width: 22px;
}
#box_sn ul#sn_icons_list li#icon6 {
left: 110px;
width: 20px;
}

.sn_box_holder ul li.twitter a { background: url(../img/icon_twitter.jpg) no-repeat top left; }

/*** Search box ***/

.search { padding: 6px 0; }

.search a {color: #21558a; margin-left: 10px;}

.search a:hover {text-decoration: underline;}

.search button {
	width: 53px;
	height: 20px;
	line-height: 20px;
	margin-left: 6px;
	border: none;
	font-size: 11px;
	font-weight: normal;
	color: #fff; 
	background: url(../img/search_button.gif) no-repeat;
}


/*************** LEFT COLUMN STYLES ********************************************************************************************************************/
/******************************************************************************************************************************************************/

#box_left_holder { padding: 0 17px; clear: both;}

#dynamic_box_left div.box {margin-bottom: 12px;}

#dynamic_box_left div.box_title { 
	background-color: #21558a; 
	color:#FFFFFF; 
	padding: 5px 7px;
}

#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 { 
	padding: 1px 0px; 
	font-size: 11px;
}

#box_sections li ul li { 
	border-bottom: none; 
	font-variant: normal; 
	
}

#box_sections li a { 
	color: #010202; 
	display: block; 
	padding: 4px 10px;
}

#box_sections li a:hover { 
	color: #FFF; 
	background-color: #e17827; 
	text-decoration: none; 
}

#box_sections li ul li a {padding-left: 20px;
}

#box_sections li ul li a:hover {
	color: #000000; 
	background-color: #e17827;
}

/*************** CONTENT STYLES ************************************************************************************************************************/
/******************************************************************************************************************************************************/

#box_center_holder, #box_center_holder_home { padding-right: 18px;}

#box_center_holder h1 { font-size: 24px; padding-bottom: 4px; margin-bottom: 12px;}

#box_center_holder div.category_headline { width: 100%; overflow: hidden;}

#box_center_holder div.category_headline h2 a { color: #21558a; font-size: 18px; font-weight: normal;}

#box_center_holder div.category_headline div.image { float: left; padding: 6px; margin: 0px 6px 6px 6px; background-color: #eeeeee; border: none;}

#box_center_holder div.category_headline div.summary {}

div.article_link { padding-left: 4px;}

div.article_link a {color: #3675b4;}

div.article_link a:hover { text-decoration: underline;}

div.box_body div.image { 
	float: left;
	margin: 2px 6px 4px 2px;
	border: 1px solid #d6d5d5;
}

.short_holder { width: 100%; overflow: hidden; font-size: 11px;}

.short { /*** Global summary styles ***/
	padding: 4px; 
}

/*** News, video and events section ***/

#content_special { padding: 18px 0; width: 100%; overflow: hidden;}

#content_special .box {
	border: 1px solid #e1e2e1;
	margin-bottom: 18px;
	height: 270px;
}

#content_special .box div.box_title {
	background-color: #21558a;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	padding: 6px 10px;
}

#content_special .box .box_body div.box_content {padding: 5px;}

/* Hides from IE5-mac \*/
* html ##content_special .box .box_body { height: 1%;}
/* End hide from IE5-mac */

#box_news h2 { font-size: 11px; }

#box_news .short {font-size: 11px; }

#box_news .summary { height: 25px; overflow: hidden; line-height: normal; font-size: 10px; }

#box_news article_link { font-size: 10px;}

/*** Article summaries heights ***/

#latest_news div.headlines { background: url(../img/latestnewsshort_bg.jpg) repeat-x; height:58px; overflow: hidden;}

#latest_news div.headlines_holder {width: 100%; overflow: hidden;}

div.box_rotating div.image { 
	float: left;
	margin: 5px 4px 2px 5px;
	border: 1px solid #bcbcbc;
	width: 73px;
	height: 47px;
	overflow: hidden;
}
div.box_rotating { line-height: 58px;}

div.box_rotating h2 { padding: 10px 4px 0 10px; line-height: 18px;}

div.box_rotating h2 a { color: #fff; font-size: 16px; font-weight: bold;}

/*** Main news styles ***/

#category_news_box { width: 100%; overflow: hidden; }

#category_news_box .main_news_category { width: 230px; margin-right: 4px;}

#category_news_box div.box_title { margin-bottom: 6px;}

.main_news_category .summary { height: 40px; overflow: hidden; font-size: 10px;}

.main_news_category .article_link { padding-left: 0px;}

/*** Category links ***/
#category_news_box div.box_title h4, #category_news_box div.box_title h4 a { 
	font-size: 12px; 
	color: #000;
	border-bottom: 1px solid #000;
	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: #C90404;}

#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; 
	font-size: 11px;
	padding: 2px 2px 2px 14px; 
	background: url(../img/right_box_bullet.gif) 3px 6px no-repeat;
}

/*** Category page ***/

#category_holder div.subcategory_list div.box_body { padding: 6px;}

#category_holder div.short { margin-bottom: 12px; padding-bottom: 12px;}

/*** Article styles ***/

.box_breadcrumb { padding-bottom: 10px ; color: #666666; font-size: 11px;}

.box_breadcrumb a {color: #21558a; padding-right: 2px; }

#article_holder h1 { font-size: 24px; color: #010101; padding: 8px 0px 4px 0px; margin-bottom: 2px; }

#article_holder div.article_metadata { padding: 0px 0px 18px 0px; margin-bottom: 4px;}

#article_holder div.article_metadata span.metadata_time { font-size: 10px; color: #666666; float: right;}

#article_holder div.font_size { font-size: 11px; text-align: right; margin-bottom: 12px;}

#article_holder div.font_size img { vertical-align: bottom; padding-left: 3px;}

#article_holder div.image {
	float: left; 
	padding: 0; 
	margin: 16px 10px 6px 0px; 
}

#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; font-size: 10px; }

#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: Arial, Helvetica, sans-serif;}

#article_holder div#article_body p.article_abstract { font-size: 12px; font-weight: bold;}

#article_holder div#article_body a { color: #002BB8;}

#article_holder div#article_body a:hover { text-decoration: underline;}

/*** Article social bookmarks ***/

#box_social_bookmarks { 
	color: #000; 
	font-size: 10px;
	padding: 2px 6px; 
	margin: 6px 0px 12px 0px; 
	border-bottom: 1px solid #a6a4a3; 
	border-top: 1px solid #a6a4a3;
}

#box_social_bookmarks img { vertical-align: middle;}

/*** Article comments ***/

.comment_block h4 { 
	font-family: 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: #C90404; 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: #21558a;}

div#comment_dump {
	font-size: 14px; 
	color: #172973; 
	background-color: #F8F8F8; 
	border: 1px solid #EBEBEB; 
	padding: 6px; 
}

div#comment_dump span.error {color: #21558a;}

/*** Pagination ***/

#box_pagination { padding: 6px; margin: 6px 0px; background: #eeeeee; color: #666666;}

#box_pagination span.pagination { float:right; font-weight: bold;}

#box_pagination span.pagination a { font-weight: normal; color: #C90404;}

#box_pagination span.pagination_total {color: #21558a;}

/*** 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: #C90404;}

#box_calendar table caption span { cursor: pointer; padding: 0px 4px;}

#box_calendar table td { background-color: #F1F1F1; padding: 1px 2px;}

/*************** RIGHT COLUMN STYLES *******************************************************************************************************************/
/******************************************************************************************************************************************************/

#box_right_holder {/*stilovi za desnu kolonu, padinzi, margine...*/}

/*** Boxes ***/

#dynamic_box_right div#box_right_holder { padding-right: 18px;}

#dynamic_box_right .box div.box_title {
	background-color: #21558a;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	padding: 6px 10px;
}

#dynamic_box_right .box_tabs div.box_title {padding: 6px 6px 0px 6px;}

#dynamic_box_right .box .box_title_holder {

}

/* Hides from IE5-mac \*/
* html #dynamic_box_right .box .box_title_holder { height: 1%;}
/* End hide from IE5-mac */


#dynamic_box_right .box {
	border: 1px solid #e1e2e1;
	margin-bottom: 18px;
}

#dynamic_box_right .box .box_body {

}

#dynamic_box_right .box .box_body div.box_content {padding: 5px;}

/* 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 {
	padding: 1px 0px;
}

#dynamic_box_right div.box_body ul li a {
	display: block; 
	padding: 4px 4px 4px 18px; 
	background: url(../img/right_box_bullet.gif) 6px 6px 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: 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: #C90404;}

.tabs a.active {background: url(../img/tabs_left.gif) no-repeat left top;}

.tabs a.active span {
	color: #C90404;
	background: url(../img/tabs_right.gif) no-repeat right top;
}

/*** Related News Box ***/

#box_related_news { font-size: 11px;}

/*** Login Box ***/
.edit_info {border-top: 1px solid #EEEEEE; padding-top: 4px; margin-top: 4px;}

.edit_info a, .fp_link a {color: #C90404;}

.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: #C90404;}

div#latest_comments div.single_comment div.comment_body { padding-top: 2px; font-size: 11px;}

/*** Video box ***/

#box_video .box_body { padding: 16px 0;}

/*** Tag cloud box ***/

div#box_tags a:hover, div#box_tags .view_all a {color: #21558a; font-size: 11px;}

div#box_tags a:hover, div#box_tags .view_all a:hover { text-decoration: underline;}

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 { font-size: 11px;}

#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: 18px;}

#dynamic_box_right div#box_article_tools ul { font-size: 10px;}

#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: #000;}

#dynamic_box_right div#box_article_tools ul li a:hover {background: none; text-decoration: none; color: #C90404;}

/*** 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; font-size: 10px; color: #000;}


/*************** FOOTER STYLES *************************************************************************************************************************/
/******************************************************************************************************************************************************/

#footer { background-color:#FFFFFF; margin: 12px 12px 0 12px; font-size: 11px; }

.footer { 
	text-align: center; 
	padding: 12px 0px;
	margin: 0px 6px 0px 6px;
	color: #666666;  
}

.footer a { color: #666666;}

.static_footer { background-color: #EFEFEF; padding: 12px 0px 8px 0px;}

/*** First level categories in footer ***/

.footer ul.footer_sections { background: #a39f9c; padding: 6px 0px 6px 0px; margin: 0px;}

.footer ul.footer_sections li {display: inline; padding: 0px 3px;}

.footer ul.footer_sections li a { color:#fff; border-right: 1px solid #fff; padding: 0 6px;}

.copyright {color:#000; padding:6px 0px; font-size:10px;}

/*** Industry links box ***/
#industry_links {width:900px; overflow:hidden; padding-top:12px;}

#industry_links .title {text-align:center; color:#000; padding-bottom:5px;}

#industry_links .industry_col {float:left; width:215px; padding:0px 5px;}

#industry_links .industry_col ul {padding:0; margin:0; list-style:none; text-align:left;}

#industry_links .industry_col ul li {padding:2px 0px;}

#industry_links .industry_col ul li a {color:#3675b4;}

#industry_links .industry_col ul li a:hover {text-decoration:underline;}