body {
	margin: 0px;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#container {
	width: 995px;
	margin: 0px auto;
	text-align: left;
}

#header {}

#content { width: 997px; }

#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: 180px;}
#layout_default div#dynamic_box_left         {width: 470px;}
#layout_default div#dynamic_box_center       {width: 347px;}

/*********deafault article layout**********/
#layout_default_article div#dynamic_box_right     {width: 180px;}
#layout_default_article div#dynamic_box_left      {width: 815px;}
#layout_default_article div#box_left_holder       {width:470px; float:left;}
#layout_default_article div#dynamic_box_center    {width: 345px;}

/********** two column *************/
#layout_two_column div#dynamic_box_right     {width: 180px;}
#layout_two_column div#dynamic_box_left      {width: 815px;}
#layout_two_column div#dynamic_box_center    {display:none;}

/******************** 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****/
}

body{background:#f1f1f1;color:#000;}

/***************GLOBAL STYLES *************************************************************************************************************************/
/******************************************************************************************************************************************************/

#container {background-color: #fff;}
#wrapper {
	background: url('../img/content_bg.gif') repeat-y top center;
        width: 1024px;
        padding-left: 8px;
        padding-right: 12px;
        margin: 0px auto;
}

#content { background: #fff url(../img/content_top_corners.gif) top no-repeat; padding-top: 12px;}

/*** Global clearer ***/
.clearer {width:100%; overflow:hidden;}

/*** Global anchor styles ***/
a {color:#595959; 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 {margin: 0px;}

h1 { font-size: 23px; font-weight: normal; }

h1 a { color: #000;}

#layout_two_column h1 {border-bottom:1px solid #D7D7D7; padding-bottom:5px;}

h2, h3 {color: #000; font-size: 12px; padding-bottom: 4px;}


h2 a:hover, h3 a:hover {color: #000;}

h4 {}

h4 a {}

/*** Global box styles ***/
.box .box_title { 
	font-size: 16px;
	font-weight: normal;
}

/*** Banners ***/
.banner_body { padding-bottom: 8px;}

.banner_body p { margin:0px; padding:0px; text-align:right;  color:#969991; background:url(../img/banners/banner_label.gif) right no-repeat;}

.banner_body p span {visibility:hidden;}

.banner_header {text-align:center; padding-top:5px; background: url(../img/header_banner_bg.gif) top repeat-x;}

#content_footer .banner_body { width: 468px;}

/*** Full story link ***/
div.article_link {display:inline; padding-left:4px;}

div.article_link a {color:#5a94c5; font-weight:bold; text-decoration:underline;}

div.article_link a:hover {text-decoration:none;}

/*** Breadcrumb ***/
.box_breadcrumb {padding-bottom:5px; margin-bottom:5px; border-bottom:1px solid #D7D7D7;}

.box_breadcrumb a {color:#5a94c5;}

/*** Pagination ***/
#box_pagination { padding: 6px; margin: 6px 0px; color: #5f697c; font-weight: bold;}

#box_pagination span.pagination { float:right;}

#box_pagination span.pagination a {color: #4983b4;}

#box_pagination span.page_button {
	color: #4983b4; 
	display: block; 
	float: left; 
	margin: 0px 2px; 
	background: url(../img/pagination_page_bg.gif) top left no-repeat; 
	padding: 4px 8px;
}

#box_pagination span.pagination_total {color: #4983b4;}

/*** Images ***/
#layout_two_column .short_holder div.image {float:left; margin: 0px 5px 5px 0px;}

/*************** HEADER STYLES *************************************************************************************************************************/
/******************************************************************************************************************************************************/
.main_header {background: #ffffff url(../img/main_header_bg.gif) top repeat-x;}

.main_header_content {width: 995px; margin: 0px auto; text-align:left;}

/*** Login Box ***/
#box_login { 
	float: right; 
	width:394px; 
	height:68px;
	margin-top: 10px;
	background: url(../img/login_box.gif) top no-repeat;
	color:#808080;
}

#box_login div.login_form {padding:10px;}

#box_login div.login_form input.text {
	border: 1px solid #a8a8a8; 
	color:#808080; 
	padding:7px 3px;
	font-size: 11px;
}

#box_login a {color:#2c77b6; font-size:11px; font-weight:bold;}

#box_login div.login_form .submit_button {margin-bottom:-9px; margin-left:5px;}

/* Hides from IE5-mac \*/
* html #box_login div.login_form .submit_button {margin-bottom:-3px;}
/* End hide from IE5-mac */

*:first-child+html #box_login div.login_form .submit_button {margin-bottom:-3px;}

#box_login div.login_options {padding-top: 2px;}

#box_login div.login_options .register {float:right; padding-top:5px;}

#box_login div.login_options label {font-size:10px; color:#808080;}


/*** Navigation/Search/RSS styles ***/
.nav_search { background: url(../img/nav_bg.gif) top repeat-x;}

.nav_search_content {width: 995px; margin: 0px auto; position:relative;}

.rss_link {
	position:absolute; 
	right:0; 
	top:58px;
}

.rss_link a {font-size:11px; font-weight:bold; color:#808080;}

.rss_link a:hover {text-decoration:none; color:#5a94c5;}

.rss_link a img {margin-bottom:-3px; margin-right: 4px;}

/*** Search box ***/
.search { 
	position: absolute;
	right: 0px;
	top: 6px;
	z-index:999;
}

.search a {color: #ffffff; font-size: 11px; font-weight:bold;} 

.search input.text {
	border: none;
	font-size: 11px; 
	color: #adadad;
	font-weight:bold;
	width: 213px;
	padding: 8px 4px 6px 30px;
	margin:0;
	margin-right: -3px;
	background:#fff url(../img/search_icon.gif) 6px 7px no-repeat;
}

/* Hides from IE5-mac \*/
* html .search input.text {padding: 7px 4px 6px 30px;}
/* End hide from IE5-mac */

*:first-child+html .search input.text {padding: 7px 4px 6px 30px;}

.search button {
	width: 55px;
	height: 27px;
	margin-left: 0px;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	background: url(../img/search_button.gif) no-repeat;
}

/*************** LEFT COLUMN STYLES ********************************************************************************************************************/
/******************************************************************************************************************************************************/
.box_headline {
	border-top: 1px solid #dedede; 
	padding:10px 0px;
}

.box_headline img {margin-bottom:5px;}

.box_headline h1 {padding-bottom: 5px; font-weight:bold; font-size: 26px;}

.short_holder div.image { 
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}

.short_holder {width: 100%; overflow: hidden;}

.short_holder h2 {font-size:20px; font-weight:bold;}
#dynamic_box_center .short_holder h2 {
	font-size: 16px;
}
.short_holder h2 *, .short_holder h2 {
	color: #000 !important;
}
.box_title {
	color: #000 !important;
}

.short { /*** Global summary styles ***/
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #d7d7d7;
}

/*** Homepage latest news***/
.latest_short_box {width:225px; float:left;}

.latest_short_home .row_0 {margin-left:8px;}/*right*/

.latest_short_home .row_1 {margin-right:7px;}/*left*/

.latest_short_home div.short {
	padding-top:10px;
	border-top: 1px solid #d7d7d7;
	border-bottom:none;
	padding-bottom:0px;
}

/*** Category page ***/
#layout_two_column div#box_left_holder {padding: 0px 13px 0px 0px;}

#category_holder div.short {margin-bottom: 12px; padding-bottom: 12px;}

.article_summary_info {padding-top:10px; font-size:11px;}

.article_summary_info a {color:#5A94C5;}


/*************** CENTER COLUMN STYLES ************************************************************************************************************************/
/******************************************************************************************************************************************************/

#box_center_holder {padding: 0px 13px 0px 12px;}

#box_center_holder h1 { font-size: 24px; padding-bottom: 4px; margin-bottom: 12px; border-bottom: 3px solid #EEEEEE;}

#box_center_holder div.category_headline { width: 100%; overflow: hidden;}

#box_center_holder div.category_headline h2 a { color: #CA0405; 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;}

/*** Boxes ***/
#box_center_holder .box div.box_title {
	background:#eaf5fe;
	color: #5f697c;
	font-weight: bold;
	font-size: 15px;
	padding: 6px;
	margin-bottom: 2px;
	border-bottom: 1px solid #bcccd5;
	border-top: 1px solid #bcccd5;
}

.box_title_link {float:right; font-size:11px; padding-top:3px;}

.box_title_link a {color:#4983b4; text-decoration:underline;}

.box_title_link a:hover {text-decoration:none;}

#box_center_holder .box .box_title_holder { }

#box_center_holder .box {margin-bottom: 10px;}

#box_center_holder .box .box_body {background: #f6f9fb;}

.box_content ul li {






	font-size: 10px !important;
	color: #000;
}

/* Hides from IE5-mac \*/
* html #box_center_holder .box .box_body { height: 1%;}
/* End hide from IE5-mac */

/********** Lists ***************/
.short_list .short_holder div.image { 
	float: left;
	margin: 0px 5px 5px 0px;
	border: 1px solid #CCCCCC;
}

.short_list .short_holder {width: 100%; overflow: hidden;}

.short_list .short_holder h2 {color: #000; font-size:12px; font-weight:bold;}

.short_list {
	margin-top: 10px;
	padding-bottom:10px;
	border-bottom: 1px solid #d7d7d7;
}

.short_list span.summary {font-size:11px;}

.short_list div.article_link {font-size:11px;}

/*** Article styles ***/
#article_header {border-bottom:1px solid #dedede; margin:0px 12px 10px 0px;}

#article_header div.image img {border: 1px solid #cccccc;}

#article_header div.image div.image_caption {font-size: 11px; padding-top: 5px;}

#article_header h1 {font-size:26px; font-weight:bold; padding: 12px 0px 0px 0px; color: #000;}

#article_header p.article_abstract {padding:0; margin: 4px 0px; color:#000;}

#article_holder div.article_metadata {padding-bottom:10px; font-size: 10px; color: #666666; text-transform:uppercase;}

#article_holder div.article_metadata a {color:#4983b4; font-weight:bold;}

#article_holder div.article_metadata span.metadata_time { font-size: 10px; color: #666666; text-transform:uppercase;}

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

#article_holder div#article_body iframe {
	border: 0px;
	width: 100%; 
}

#article_holder div.content_attachment { padding:6px; text-align:right; font-size: 11px;}

#article_holder div.content_attachment img { vertical-align: bottom;}

#article_holder div.content_attachment a {color: #C90404;}

/*** Article social bookmarks ***/
#box_social_bookmarks div.box_content {padding: 10px 0px; border-bottom: 1px solid #dadde4;}

#box_social_bookmarks a {font-size:11px; font-weight:bold; color:#5f697c; padding: 0px 18px;}

#box_social_bookmarks a img { vertical-align: middle; padding-right: 5px;}

/*** Article Tools box ***/
#dynamic_box_center div#box_article_tools { margin-bottom: 40px;}

#dynamic_box_center div#box_article_tools{ font-size: 11px;}

#dynamic_box_center div#box_article_tools img { vertical-align: middle;}

#dynamic_box_center div#box_article_tools a {padding: 0px 8px 2px 4px; background: none; color: #4983b4; float:left;}

#dynamic_box_center div#box_article_tools label {width:22%;}

#dynamic_box_center div#box_article_tools form {margin-top:23px;}

/*** Email friend box ***/
#send_article { padding: 6px; border: 1px solid #eee; }

/*** Article vote box ***/
#box_article_rating div.box_content {padding: 10px 0px; border-bottom: 1px solid #dadde4;}

#stars { padding: 2px 0px 2px 12px; width: 150px; overflow: hidden;}

.article_rating { 
	color: #55636f; 
	font-weight: bold; 
	font-size: 14px;
	padding-top: 10px; 
	padding-right: 18px; 
	float: right; 
}

div.standard_star { cursor: pointer;}

/*** Article comments ***/
.comment_block h4 { 
	background:#eaf5fe;
	color: #5f697c;
	font-weight: bold;
	font-size: 15px;
	padding: 6px;
	margin-bottom: 2px;
	border-bottom: 1px solid #bcccd5;
	border-top: 1px solid #bcccd5;
}

.comment_block h4 small {
	display: block; 
	font-size: 12px;
}

#comment_list {margin: 15px 0px;}

#comment_list div.comment_holder { margin-bottom: 10px;} 

#comment_list div.comment_header { padding-bottom: 6px; color: #8f9eac;}

#comment_list div.comment_header a { color: #4983b4; font-weight: bold;}

#comment_list div.comment_body_holder {padding: 6px;}

#comment_list div.row_1 {background-color: #eaf5fe;}

#comment_list div.row_0 {background-color: #f6fafd;}

#comment_list div.comment_body {width: 100%; overflow: hidden; }

#comment_list div.comment_body img {float: left; margin-right: 10px;}





#comment_list div.comment_body div.comment_text { color: #666666; margin-left: 50px; padding: 0px 12px 10px 10px;}

#comment_list div.comment_report { float: right; font-weight:bold; color:#55636f;}

#comment_list div.comment_report img {float:none; vertical-align:middle; margin-right: 0px;}

#comment_form_holder {padding:10px; border-bottom:1px solid #dedede;}

input.comment_button {
	width: 67px;
	height: 28px;
	margin: 0px 6px 0px 0px;
	border: none;
	cursor: pointer;
	background: url(../img/comment_submit_button.gif) no-repeat;
}

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

/*** Boxes ***/
#dynamic_box_right .box div.box_title {
	color: #000;
	font-weight:bold;
	font-size: 12px;
	padding: 5px 0px;
	border-bottom: 1px solid #dedede;
}

#dynamic_box_right .box {margin-bottom: 6px;}

#dynamic_box_right .box .box_body div.box_content {padding: 6px 0px 12px 0px;}

/* 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: 4px 0px 4px 0px;
	font-size:11px;
	width: 100%;
        overflow: hidden;
	
}

#dynamic_box_right div.box_body ul li a {
	float:left;
	display: block;
	width: 130px;

	padding: 0px 0px 0px 20px; 
	background: url(../img/right_box_bullet.gif) 0px 0px no-repeat;
}

#dynamic_box_right div.box_body ul li span.comments_list_number {color: #aaaaaa;}

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

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

div#box_users div.box_content { width: 90%; overflow: hidden; }

/*** Tag cloud box ***/
div#box_tags a:hover {color: #4983b4;}

/*** Article page tag box ***/
#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;}



/*************** FOOTER STYLES *************************************************************************************************************************/
/******************************************************************************************************************************************************/

.footer { 
	text-align: center;
	font-size: 11px;  
	padding: 10px 0px;
	color: #8d8d8d;
	background: #f3f3f3 url(../img/footer_bg.gif) top repeat-x;
}

.static_footer {padding: 12px 0px 8px 0px;}

.footer p {padding:0px; margin: 2px 0px;}

.latest_planner {
	text-align: center;
	overflow: hidden;
	border-bottom: 1px solid #c1c1c1;
}
.latest_planner span {
	float: left;
	width: 100px;
	text-align: center;
	margin: 3px;
	margin-bottom: 10px;
}

.latest_planner span img {
	border: 1px solid #c1c1c1;
	display: block;
}

br.clearer {
	clear: both;
}


/*** JS ON ****/
.js_on .menu li a:hover, .js_on .menu li:hover a { background: none; } 
.js_on .menu li a:hover span {background: none; color: #000; } 
* html .js_on .menu li.adxmhover { background: none; }

.js_on li ul { display: none !important; } 
.js_on .show_sub ul { display: block !important; }



.mfc316, .mfc169 {
    display: inline;
}

.banner_body p a:hover, .banner_body p a:active {
   text-decoration: none; border: none; background: none;
}
.banner_body p span {
border: none; text-decoration: none;
}

#mf2620590 {
   width: 1px;
   height: 1px;
}
/* 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;
}






.menu{
line-height: 1.3em;
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.3em;/* 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 {
height: 80px;
}

#mainNav {
height:42px;
padding-left: 12px;
}

#mainNav ul li {
display: block;
text-decoration: none;
overflow: hidden;
}

#mainNav ul li a.first_level {
display: block;
text-decoration: none;
overflow: hidden;
}

.menu {
color: #fff;
}

.menu a {
color: #fff;
display: block;
}

.menu li {
margin: 0;
font-size: 16px;
}

.menu li a {
float:left;
display:block;
padding:0px 6px 0 5px;
color: #fff; /*start color*/
}

.menu li a span {
display:block;
padding:13px 12px 15px 6px;
}

/* which is why the link is styled separatelly */


.menu li a:hover, .menu li:hover a {
text-decoration: none;
}

.menu li a:hover {
color: #c1c1c1;
}

.menu li:hover ul a {
color:#616260;
}

.menu li:hover .active ul {
display: block;
}

.menu .show_sub ul {
visibility: visible;
z-index: 9999;
}

.menu .active { color:#616260; text-decoration:none; background:url(../img/menu_tab_left.gif) left top no-repeat !important; }
.menu .active span { background:url(../img/menu_tab_right.gif) right top no-repeat !important; }
.menu .active:hover { color:#616260 !important; }


.menu li a:hover, .menu li:hover a { color:#616260; text-decoration:none; background:url(../img/menu_tab_left.gif) left top no-repeat; }
.menu li a:hover span, .menu li:hover a span {background:url(../img/menu_tab_right.gif) right top no-repeat; }



.menu ul li .active { background: url(../img/submenu_separator.gif) center right 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: 42px;
padding: 12px 0px 6px 0px;/* should be identical to .navig, for best results */
color: #506f83;
}

.menu li li {
background: none;
padding:0 0 0 4px;
color: #FFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
background: url(../img/submenu_separator.gif) center right no-repeat;
}

.menu li:hover li a {background:none;}

.menu li li a {
color: #506f83;
padding:1px 8px 1px 5px;
text-decoration: none;
border-right: none;
}

.menu li li a:hover {
color: #506f83 !important;
text-decoration: underline;
background: url(../img/submenu_separator.gif) center right no-repeat;
}

/* fix the colors for selected item and submenu, for better usability */

.menu li.selected a, .menu li.selected, .menu li.selected a:hover {
color: #FF0000;
}

.menu li.selected, .menu li.selected:hover a, .menu li.selected ul {
color: #FF0000;
}

/* 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;

background:url(../img/menu_tab_left.gif) left top no-repeat;
}

* html .menu li.adxmhover span {
color: #616260;
background:url(../img/menu_tab_right.gif) right top no-repeat;
}

* html .menu .adxmhover a {
text-decoration: none;
}

* html .menu .adxmhover li a {
background:none;
}

* html .menu .adxmhover ul { }
/* End hide from IE5-mac */


#box_poll .box_body {border-bottom:1px solid #dadde4;}

#box_center_holder #box_poll div.box_content {padding: 6px 12px 12px 12px;}

#box_poll span.poll_question { color: #000;}

#box_poll label {display: block; padding: 5px 0px 5px 10px; font-weight:bold; color:#000;}

#box_poll label img { vertical-align: middle;}

#box_poll div.button_holder {padding: 10px 0px 0px 0px;}

#box_poll div.button_holder a {color: #000; text-decoration:underline;}

#box_poll div.button_holder input {}

input.poll_button {
	width: 67px;
	height: 28px;
	margin: 0px 6px 0px 0px;
	border: none;
	cursor: pointer;
	background: url(../img/poll_vote_button.gif) no-repeat;
	vertical-align:middle;
}

/*** Poll page ***/

.poll_box_holder { background: #eeeeee; border-bottom: 1px solid #dddddd; margin: 12px 0px; padding: 6px;}

.poll_box_header { border-bottom: 1px solid #dddddd; margin-bottom: 6px; padding-bottom: 4px;}

.poll_box_header span { color: #666666;}

.poll_line {
	margin-bottom: 6px;
	padding-bottom: 6px;
	width: 98%;
	overflow: hidden; /*** if used, needs to be hidden because of Opera ***/
}

.poll_line img { vertical-align: middle;}

.poll_answer_title {
	text-align: right;
	padding: 0px 3px 2px 0px;
	display: block; 
	float: left;
	width: 46%;
	font-size: 12px;
	color: #555555;
	font-weight: bold;
}
