body {
	margin: 0px 0px;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width: 990px;
	margin: 0px auto;
	text-align: left;
}

#header { width: 990px; }

#content { width: 990px; }

#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        {width: 360px;}
#layout_default div#dynamic_box_left         {width: 50px;}
#layout_default div#dynamic_box_center       {width: 580px;}

/********** two column *************/
#layout_two_column div#dynamic_box_right     {width: 320px;}
#layout_two_column div#dynamic_box_left      {display:none;}
#layout_two_column div#dynamic_box_center    {width: 670px;}

/************ three columns ***************/
#layout_three_columns div#dynamic_box_right  {width: 340px;}
#layout_three_columns div#dynamic_box_left   {width: 160px;}
#layout_three_columns div#dynamic_box_center {width: 490px;}

/************ 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: 0px;}
#layout_non_equal div#dynamic_box_left       {width: 580px; margin-left:50px;}
#layout_non_equal div#dynamic_box_center     {width: 360px;}


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

/*********** 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:290px; 
	margin: 0px; /****styles****/
}

.category_news_category { 
	float:left; 
	display: inline;
	width:290px; 
	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;
}

body { background: #F2F1F1;}

/*************** GLOBAL STYLES *************************************************************************************************************************/
/******************************************************************************************************************************************************/

#container { background: #FFFFFF url(../img/content_bg.gif) top left repeat-y; }

#content { padding-top:0px; margin-top:0px; }

#container div#footer div.bottom_corners { height: 0px;}

/*** 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: Arial, Helvetica, sans-serif;  margin: 0px;}

h1 { font-size: 18px; font-weight: normal; }

h1 a { color: #FF0000; }

h2, h3 { font-size: 12px; padding-bottom: 4px; }

h2 a:hover, h3 a:hover {color: #FF0000; border-bottom:1px dotted #0066cc; }

h4 {}

h4 a {}

/*** Global box styles ***/

.box .box_title { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#F88D03;
	text-transform:uppercase;
	padding: 5px 0px;
}

/*************** HEADER STYLES *************************************************************************************************************************/
/******************************************************************************************************************************************************/
#header { background:#003366; height:130px; }

#header div.line {background-color:#507697; margin-top:28px; margin-left:100px; height:1px; position:absolute; width:740px;}

.header_image { width:100%; position:absolute; overflow:hidden;}
.header_image img {float: left; }

.header_image2 { position:relative; overflow:hidden;}
.header_image2 img {float: right; }

.head_ad { float: right; padding: 7px 6px 0px 0px;}

/*** 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;
}

#static_header { width:160px; height:125px; background:url(../img/search_box_bg.gif); line-height:21px; z-index:9; position:relative; float:right; padding: 5px 10px 0px 10px;}
#static_header div.header_link { margin-top:2px;}
#static_header div.header_link a { color:#003366; font-size:12px; font-weight:bold;}
#static_header div.header_link a:hover { color:#003366; border-bottom:1px dotted #003366; text-decoration:none;}

#static_header .search_box { margin-top:-5px;}

.box_right_link .box_title {  height:35px; margin-left:6px; margin-top:10px; background:url(../img/box_right_bg.gif) bottom left repeat-x; }
.box_right_link li { display:inline;  padding: 10px 10px;    }
.box_right_link li a { color: #2b69a6; font-weight:bold;}
.box_right_link li a:hover { color: #FF0000; }


.box_right_link .user_tools a { color:#FF0000; }

#header .lang_tool {
	background:url(../img/lang_tool.gif) top left no-repeat;
	width:180px;
	height:40px;
	position:relative;
	margin:-7px 0px 0px -10px; !important;
	font-size:11px;
	font-weight:bold;
}

#header .lang_tool a { margin: 0px 15px;}
#header .lang_tool a:hover { border-bottom:1px dotted #3d5165; text-decoration:none;}
#header .lang_tool img { 
	padding: 0px 14px;
}
#header .lang_tool img a:hover { 
	text-decoration:none !important;
	border:none !important;
}


/*** Search box ***/

.search_box {	
	position:absolute;	
	z-index:9999;
	}
.search { 
	float:left; 
	padding: 10px 0px 0px 0px;
	text-align: right;
	position:absolute;
}

.search a {color: #CA0405;}

.search .text { width:130px; height:14px; float:left; position:absolute; font-size:11px; color:#666;}

.search button {
	width: 20px;
	height: 17px;
	margin-left: 2px;
	border: none;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	cursor:pointer;
	position:absolute;
	margin-left:135px;
	background: url(../img/search_button.gif) 1px 1px no-repeat;
}


/*************** 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 { }


#dynamic_box_center div.box a {color:#0066cc; line-height:20px;}
#dynamic_box_center div.box a:hover { color:#FF0000; border-bottom:1px dotted #0066cc; }


/*** Section box (navigation list) ***/

#box_sections div.box_title { background-color:#0066cc; height:16px; margin-bottom:-1px; font-size:12px; padding-left:5px; text-transform:none;}

#box_sections div.box_body { border-bottom: none; margin-bottom: 10px; border:1px solid #cccccc; background:#f5f5f5;}


#box_sections li { 
	background-color: #F5F5F5;
	border-bottom:1px dotted #CCC;
	padding: 1px 0px;
}

#box_sections li ul li { 
	border-bottom: none; 
	font-size: 11px;
	padding-left: 3px;
	background-color: #FFFFFF;
}

#box_sections .mobile { padding-left:20px; background:url(../img/mobile.gif) 5px no-repeat;}

#box_sections li a { 
	color: #000000; 
	display: block; 
	padding: 4px 4px;
	font-weight:bold;
	font-size:11px;

}

#box_sections li a:hover { 
	color: #FF0000; 
	background-color: #E3EFF9; 
	text-decoration: none; 
}

#box_sections li ul li a { font-weight:normal; padding: 1px 1px; background:url(../img/arrow.gif) 1px 3px no-repeat; padding-left:7px;}
#box_sections li ul li a:hover {
	color: #FF0000; 
	background: none;
	text-decoration: underline;
	background:url(../img/arrow.gif) 1px 3px no-repeat;
}

#box_sections .current_category { color:#FF0000; font-weight:bold;}


/*************** BOX MORE RESOURCE***************/

#box_more_resource div.box_title { background-color:#ff7900; height:16px; margin-bottom:-1px; font-size:12px; text-transform:none;}
#box_more_resource div.box_content { border:1px solid #CCC;}
#box_more_resource li a { 
	color: #000000; 
	display: block; 
	padding: 4px 4px;
	font-weight:bold;
	font-size:11px;
}

#box_more_resource li a:hover { 
	color: #FF0000; 
	background-color: #E3EFF9; 
	text-decoration: none; 
}





/*************** CONTENT STYLES ************************************************************************************************************************/
/******************************************************************************************************************************************************/


#box_center_holder {padding: 0px 10px 0px 6px;}

#box_center_holder h1 { font-size: 24px; padding-bottom: 4px; margin-bottom: 10px; margin-top:15px; color:#333333; }

#box_center_holder div.category_headline { width: 100%; overflow: hidden;  margin-top:15px;}

#box_center_holder div.category_headline h2 a { color: #0066cc; font-size: 22px; line-height:30px; font-weight: normal;}
#box_center_holder div.category_headline h2 a:hover { color: #0066cc; text-decoration:none; border-bottom:1px dotted #0066cc; }

#box_center_holder div.category_headline div.image { float: left; border: none; margin: 0px 0px -5px 0px;}

#box_center_holder div.category_headline div.summary { color:#333333;}

div.article_link { position:relative; top:2px; display:inline; float:left;}

div.article_link ul li a {color: #0066cc; padding-left:10px; line-height:18px; background:url(../img/arrow.gif) top left no-repeat;}
div.article_link ul li a:hover {color: #FF0000;}

div.box_body div.image { 
	float: left;
	margin: 2px 4px 0px 0px;
	border: 1px solid #CCCCCC;
}

.short_holder { width: 100%; overflow: hidden;}

.short_holder h2 a{ font-size:12px; color:#0066cc;}
.short_holder h2 a:hover{color:#FF0000; text-decoration:none; border-bottom:1px dotted #0066cc; }

.short { /*** Global summary styles ***/
	margin-bottom: 4px;
	padding: 4px; }



/*** Article summaries heights ***/
#latest_news div.short{height: auto;}
#latest_news div.box_title_holder div.box_title { text-transform:uppercase; font-weight:bold; color:#F88D03; margin-left:5px;}
#latest_news div.current_category a { color:#999999; font-size:11px;}


/*** Main news styles ***/

#subcategory_list {
		margin:20px 0px 5px 4px;
		min-height:120px;
}

#subcategory_list div.box_body ul li a {
	display: block; 
	padding: 1px 2px 2px 5px;
	background: #FFF url(../img/arrow.gif) left 1px no-repeat;
	font-size:11px;
	color: #0066cc;
}

#subcategory_list div.box_body ul li a:hover {
	color: #FF0000;
}

/*** Category links ***/
#subcategory_list div.box_title h3 {
	font-size: 14px;
	color: #444;
	margin-bottom: 4px;
	border-bottom:1px solid #CCCCCC;
}



#category_news_box div.box_title h4 a { 
	font-size: 14px;
	text-transform:none;
	color: #333333;
	padding: 2px 0px;
	margin-bottom: 4px;
	margin-left:4px;
	border:none;
	line-height:30px;
}


/*** Subcategory links ***/
#category_news_box div.box_title_holder div.box_title {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#F88D03;
	text-transform:uppercase;
	padding: 20px 0px 5px 0px;
}


#category_news_box div.box_title span { color: #000; font-size: 11px; padding: 0px 1px; }

#category_news_box div.box_title span a { color: #FF0000;}

#category_news_box div.box_title span a:hover { color: #000;}

#category_news_box div.box_body ul { padding: 0px 0px;}

#category_news_box div.box_body ul li {
	padding: 1px 0px;
}

#category_news_box div.box_body ul li a {
	display: block; 
	padding: 2px 2px 2px 5px;
	/** background: url(../img/bullet.gif) 5px 6px no-repeat; **/
	border:none;
	font-size:12px;
	color: #0066cc;
	margin-left:-1px;
}

#category_news_box div.box_body ul li a:hover {
	color: #FF0000;
}

/*** Category page ***/
.page_index .title { 
	height:30px; 
	background: url(../img/page_title_bg.gif) top left repeat-x; 
	border-bottom:1px solid #e7ffb6;
}
.page_index .title h1 {  }
.page_index a { color:#0066cc; }
.page_index h1 a {padding:10px 10px;  color:#FF0000; font-size:16px; font-weight:bold;}

.page_index .page_content { padding:10px; }
.page_title { background: url(../img/title_bg.gif); padding:15px; }
.page_title h1 { color:#FFF; font-size:25px; margin-left:40px;  }



#category_holder div.subcategory_list div.box_body { padding: 6px;}

#box_center_holder div.box_body div.subcategory_list a { color:#0066cc; padding-left:4px; font-size:11px; }
#box_center_holder div.box_body div.subcategory_list a:hover { color:#FF0000; }

#category_holder div.short { margin-bottom: 12px; padding-bottom: 12px;}

/*** Article styles ***/

.box_breadcrumb { font-size:12px; padding: 6px 0px; color: #333333; border-bottom: 1px solid #EEEEEE; font-weight:normal;}

.box_breadcrumb a {color: #FF0000; padding-right: 4px;}

#article_holder h1 { font-size: 25px; color: #222222; padding: 8px 0px 4px 0px; margin-bottom: 2px; }

#article_holder div.article_metadata { padding: 5px 0px 18px 0px; margin-bottom: 4px; border-bottom: 0px solid #EEEEEE;}

#article_holder div.article_metadata span.metadata_time { font-size: 10px; color: #666666; float: left;}

#article_holder div.font_size { font-size: 11px; text-align:left; float:right; }

#article_holder div.font_size img { vertical-align: bottom; margin: -1px; }

#article_holder div.image {
	float: left; 
	margin-right: 6px; 
	border: 1px solid #F1F1F1;
}

#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: Arial, Helvetica, sans-serif;}

#article_holder div#article_body a { color: #002BB8;}

/*** Article social bookmarks ***/

#box_social_bookmarks { 
	color: #666666; 
	padding: 2px 0px; 
	margin: 6px 0px 12px 0px; 
	border: 1px solid #EEEEEE; 

}

#box_social_bookmarks img { vertical-align: middle;}




/*** Article comments ***/

#box_comments {
	background-color:#FFF;
	border: 1px solid #EEEEEE;
	}

#box_comments div.form_line .comment_body { text-align:left; margin-left:5px;}

.comment_block h4 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #0066cc; 
	background-color: #F1F1F1;
	padding: 4px;
	margin-bottom:5px;

}
#comment_list { margin: 5px 2px; border:1px solid #eeeeee;}
#comment_list div.comment_holder { margin-bottom: 10px;} 
#comment_list div.comment_header { padding-bottom: 6px; padding-left:6px;}
#comment_list div.comment_header { font-size: 11px;}
#comment_list div.comment_header a { color: #FF0000; }
#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: #000000; padding: 0px 10px 0px 5px;}
#comment_list div.comment_report { float: right;}



.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_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: #CA0405;}

div#comment_dump {
	font-size: 14px; 
	color: #0066cc; 
	background-color: #F8F8F8; 
	border: 1px solid #EBEBEB; 
	padding: 6px; 
}

div#comment_dump span.error {color: #CA0405;}

/*** 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: #FF0000;}

#box_pagination span.pagination_total {color: #FF0000;}

/*** 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: #FF0000;}

#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: 6px;}

#dynamic_box_right div#box_right_holder img { margin-top:0px; margin-left:10px; }

#dynamic_box_right .box div.box_title {
	color: #000;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	padding: 6px;
	font-weight:bold;
	color:#FB8D03;
}


#dynamic_box_right .box_tabs 

#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 {
	margin-bottom: 10px;
	margin-left:-5px;
}

#dynamic_box_right .box .box_body {

}

#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 { 
	padding: 1px 0px;
}

#dynamic_box_right div.box_body ul li a {
	display: block;
	color:#0066cc;
	padding: 2px 4px 2px 14px; 
	background: url(../img/right_box_bullet.gif) 6px 10px no-repeat;
}

#dynamic_box_right div.box_body ul li a:hover { color:#FF0000 }

/*** 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 10px;
	color:#f78d03;
	font-size:12px;
}

.tabs a:hover {text-decoration: none;}

.tabs a:hover span {color: #FF0000;}

.tabs a.active {background: url(../img/tabs_left.gif) no-repeat left top;}

.tabs a.active span {
	color: #FF0000;
	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: #FF0000;}

.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: #FF0000;}

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: #FF0000;}

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: #FF0000;}

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: #FF0000;}


/***Featured Video box ***/
#dynamic_box_right div#box_featured_video { min-height:120px; background:url(../img/horizontal.gif) bottom left repeat-x;}
#dynamic_box_right div#box_featured_video h2 a{ font-size:14px; color:#0066cc;}
#dynamic_box_right div#box_featured_video h2 a:hover {color:#FF0000; text-decoration:none;}

/*** Email friend box ***/

#send_article { padding: 6px; border: 1px solid #eee; }

/*** Article vote box ***/

#stars { padding: 0px; width: 150px; overflow: hidden;}

.article_rating { 
	color: #CECECE; 
	font-weight: bold; 
	font-size: 12px;
	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 { 
	text-align: left; 
	padding: 6px 0px;
	margin: 0px 6px 0px 6px;
	color: #666666;
	font-size:11px;
	height:195px;
	width:990px;
}

.footer a { color: #666666; font-size:12px; margin-left:25px;}

.static_footer { background:url(../img/bg_bottom.gif) bottom left repeat-x; padding: 6px 0px 6px 0px;}

.footer div.corner_bottom {height: 0px;}

/*** First level categories in footer ***/

.footer { background:url(../img/bg_bottom.gif) bottom left repeat-x; border-top: 1px solid #e2e2e2; padding: 0px 0px 0px 0px; margin:10px 0px 0px 0px;}

.footer li {display: inline; padding: 0px 3px; color:#0066cc; }

.footer li a { color:#0066cc;}

.footer li a:hover { color:#FF0000;}

.copy { margin: 5px 30px; }


.live_chat {
	position:relative;
	width:345px;
	margin-left:7px;
	margin-top:-7px;
	height:100px;
	background:url(../img/live_support.gif) no-repeat;
}

.live_chat .title {
	position:absolute; 
	left:95px; 
	top:7px;  
	font-weight:bold;
	color:#FB8D03;
}

.live_chat .sub_title {
	position:absolute; 
	left:78px; 
	top:30px;  
	color:#666;
}

.live_chat .sub_title  span {
	padding: 0px 18px;
	}
.live_chat .photo_album {
	float:right; 
	margin-top: 30px; 
	margin-left:250px; 
	position:absolute;
}

.live_chat .photo_album a { 
	font-size:11px;
	color:#003366;
	font-weight:bold;
}

.live_chat .photo_album span a:hover { border-bottom:1px dotted #003366; text-decoration:none; }


.live_chat .video_clip {
	margin-top: 70px; 
	margin-left:250px; 
	position:absolute;
}
.live_chat .video_clip a { 
	font-size:11px;
	color:#003366;
	font-weight:bold;
}
.live_chat .video_clip span a:hover { border-bottom:1px dotted #003366; text-decoration:none; }
/*************** FOOTER SEO ***************/


#btWrapper {
	  height:0 auto;
	  margin:0 auto;
	  position:absolute;
	  background: #FFFFFF url(../img/content_bg.gif) top left repeat-y; 
	  border: 1px solid #cccccc;
}

#btWrapper h1 {
	padding-top:5px;
}

#btWrapper h2 {
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
}

#btWrapper h5 {
	font-size:11px;
	font-weight:normal;
}

#bt {  
	  position:absolute;
	  margin-left:auto;
	  margin-right:auto;  
	  margin-top:0px;
	  margin-bottom: 0px;
	  text-align:left;
	  height: auto;
	  overflow:hidden;
	  border: 1px solid #FFFFFF;
	  color:#666666;
	  padding:5px;
	  text-align:center;
	  font-size: 11px;
	  padding-right: 10px;
	  background-color:#F1F1F1;
	  width: 972px;
}

#bt a {  
	color: #666666;
	font-size:11px;
}

.page_content a { color:#06C !important}

#box_most_popular { margin-left:5px; }



#who_is_online .box_content { padding: 10px !important}

#who_is_online .box_content .guest { 
	background:url(../img/guest_icon.gif) left center no-repeat;
	padding-left:25px;
	margin: 3px 0px !important;
	height:16px;
}

#who_is_online .box_content .member { 
	background:url(../img/member_icon.gif) left center no-repeat;
	padding-left:25px;
	margin: 3px 0px !important;
	height:16px;
}

#who_is_online .box_content .member_on { 
	background:url(../img/user_online.gif) left center no-repeat;
	padding-left:25px;
	margin: 3px 0px !important;
	height:16px;
}
/* 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 #7F9DB9;}

select.options { border: 1px solid #7F9DB9;}



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

#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{
	line-height: 1.6em;
	margin: 0;
	display: block;
	position: relative;
}

.menu, .menu ul { /* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
}

.menu ul {
	width: 100%;
	display: block;
	visibility: hidden;
	position: absolute;
	clear: both;
	top: 1.6em;/* watch for this value! you must make sure that this value and value of line-height for the parent items are such that it is possible to move the mouse over to submenu */
	left: 0;
}


/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
/* -- float.clear.END --  */

.menu li.selected ul, .menu li:hover ul, .menu li.adxmhover ul {
	visibility: visible;
}

.menu li.selected ul {
	z-index: 10;
}

.menu li:hover ul {
	
	z-index: 9999;
}

/*	Navigation make-up 	*/

#mainNav_container {
	position:absolute;
	top:70px;
	margin-left:100px;
}

#mainNav {
	width:740px;
	height:30px;	
	position:absolute;
	border-top: 1px solid #507697;
	
}

#mainNav ul li {
	display: block; 
	text-decoration: none;   
	overflow: hidden;
}

#mainNav ul li a.first_level {
	display: block; 
	text-decoration: none;   
	overflow: hidden;
}

.menu {
	font-weight: bold;
	color: #FFF;
	
}

.menu a {
	color: #99ccff;
	display: block;
	font-size:11px;
}

.menu li {
	margin: 0;
	padding:2px 2px 0 5px;
}

.menu li a {
	float:left;
	display:block;
	padding:3px 10px 5px 8px;
	color: #99ccff; /*start color*/
}


.menu span.current a {
	float:left;
	display:block;
	padding:3px 10px 5px 8px;
	background: url(../img/menu_separator.gif) -2px 10px no-repeat;
	color: #FFF; /*start color*/
}



/* which is why the link is styled separatelly */

.menu li a:hover { text-decoration:none; color:#FFFFFF; background: url(../img/menu_separator_next.gif) left 9px no-repeat;}

/* always pay attention that the value for top is such that it is possible to move the mouse over to submenu */
.menu ul {
	top: 22px;
	padding: 8px 0px 6px 0px;/* should be identical to .navig, for best results */
	color: #7F7772;
}

.menu li li {
	background: none;
	padding:0 0 0 4px;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 11px;
}

.menu li li a {
	color: #FFF;
	background: url(../img/submenu_separator.gif) left 0px no-repeat;
	padding:1px 8px 1px 8px;
	text-decoration: none;
	border-right: none;
	font-size:9px;
}

.menu li li a:hover {
	color: #99ccff;
	text-decoration: none;
}

/* fix the colors for selected item and submenu, for better usability */

.menu li.selected a, .menu li.selected, .menu li.selected a:hover {
	color: #99ccff;
}

.menu li.selected, .menu li.selected:hover a, .menu li.selected ul {
	color: #FFF;
}

/* IE5/Mac: \*//*/

.menu {
	display: inline-block;
}

.menu a {
	float: left;
}

.menu li a { float: none;}

.menu li ul {
	top: 24px;
	height: 2em;
}

.menu li li, .menu li li a {
	display: inline;
	float: none;
}

/*  */

/********************************************************************************************/
/**************************** Internet Explorer only styles ********************************/

/* Hides from IE5-mac \*/
* html .menu {
	height: 1%;
}

* html .menu .adxmhover ul {
	visibility: visible;
	z-index: 100;
}

* html .menu {
	/*padding: 0 20px;*/
}

* html .menu li.adxmhover  {
	text-decoration: none;
	color: #FFF;
}

* html .menu .adxmhover a {
	text-decoration: none;
	
}

* html .menu .adxmhover ul { }
/* End hide from IE5-mac */

#box_newsletter { 
	border: 1px solid #F4F4F4; 
	margin-top:5px;
	height:50px;
	width:335px;
	padding:5px;
	position:relative;
	background:url(../img/newsletter_bg.gif) top left repeat-x;
}

#newsletter_header { 
	width:390px;
	z-index:99999;
}

#newsletter_header img { position:absolute; top:0px; margin-left:5px; }


#newsletter_icon { 
	width:31px;
	height:34px;
	position:absolute;
	z-index:99999;
	margin-top:10px;
}


#box_newsletter div.box_title { 
	text-align:left; 
	font-size:11px !important;
	color:#f78d03;
	font-weight:bold;
	margin-top:-7px;
	padding-left:0px;
}

#newsletter_header div.box_title span { display:block;}
.box_body span.label { color:#f78d03; font-weight:bold; }
#box_newsletter div.button_holder { float:right; height: 20px; margin-top:-25px; padding: 4px; }

#newsletter_form_holder .text { border:1px solid #e3e3e3; width:210px; height:15px; font-size:11px; color:#666666;  }

#newsletter_form_holder { padding:3px; }

#box_newsletter .submit_button {
	background:url(../img/button_bg.gif) top left no-repeat; 
	border:none; 
	width:75px; 
	height:20px; 
	color:#FFF;
	float:right;
	margin-top:34px;
	position:absolute;
	right:4px;
	top:0px;
}
