body {
text-align: center;
background-color: #EFEFEF;
font-size: 80%;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
width: 100%;
color: #000;
margin: 0;
padding: 0;
}
#container {
width: 883px;
margin: 0px auto;
text-align: left;
background-color: #FFF;
}

/* min-width: 832px; */

#topbanner {
position: relative;
top: 0px;
height: 100px;
padding: 2px;
background-color: #efefef;
border-bottom: 1px solid #ccc;
margin: 0 auto;
}

#topbanner #bannerholder {
position: relative;
margin: 0 auto;
}

#topbanner #banner {
position: absolute;
height: 90px;
top: 6px;
z-index:50;
left: 77px;
margin: 0 auto;
}

#header #navmenuholder {
	position: absolute;
	top: 38px;
	right: 0;
	left: 0px;
	color: #FFF;
	height: 25px;
	width: 100%;
	background-color: #990000;
	z-index: 6;
}

#navmenuholder p {
font-family: verdana, arial;
font-size: 0.9em;
color: #FFF;
padding: 2px;
border:0;
margin: 1px 35px 0 10px;
}

#navmenuholder A {
	color: #FFF;
	text-decoration: none;
	}

#navmenuholder A:hover {
	text-decoration: underline;
	}

/*** Search box ***/

.search {
	position: absolute;
	top: 10px;
	right: 0;
	}
.search p {
	margin: 0;
	}

input#search_query {
		width: 255px;
		height: 18px;
		line-height: 100%;
		margin: 0 32px 0 0;
		padding: 2px 2px 0;
		}

.search a {color: #CA0405;}

.search button {
	width: 50px;
	height: 20px;
	margin-left: 6px;
	border: none;
	font-size: 12px;
	font-weight: normal;
	color: #fff; 
}

#aboutinfo {
	position: absolute;
	top: 0px;
	right: 0;
	text-align:right;
	color: #FFF;
	height: 23px;
	width: 306px;
	background-color: #990000;
	z-index: 6;
}



#aboutinfo p {
font-family: verdana, arial;
font-size: 0.9em;
color: #FFF;
padding: 0;
border:0;
margin: 0;
}

#aboutinfo A {
	color: #FFF;
	text-decoration: none;
	}

#aboutinfo A:hover {
	text-decoration: underline;
	}

/* ----------------- Forms ---------------- */




#content {
position:  relative;
width: 100%;
}

#dynamic_box_left {
	margin: 0;
	float: left;
}

#dynamic_box_center {
	float: left;
}

#dynamic_box_right {
	margin: 0;
	float: right;
}



.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/*********deafault layout**********/


/*********deafault layout**********/

#layout_default div#dynamic_box_right        {
float: left;
width: 300px; /*Width of right column in pixels*/
margin-left: -300px; /*Set margin to -(RightColumnWidth)*/
background: #FFF;
margin-top: 20px;
}
* html #rightmenu{
	width: 300px;
	w\idth: 299px;
}

#layout_default div#dynamic_box_left         {
display: none;
}
#layout_default div#dynamic_box_center       {
margin-right: 310px; /*Set right margin to (LeftColumnWidth + RightColumnWidth)*/
}

/********** one column *************/
#layout_one_column div#dynamic_box_right     {
display: none;
}
#layout_one_column div#dynamic_box_left      {
display: none;
}
#layout_one_column div#dynamic_box_center    {
width: 100%;
position:relative;
left: 0px;
top: 20px;
height:auto;
background-color: #FFF;
vertical-align: top;
z-index: 40;}
/********** two column *************/
#layout_two_column div#dynamic_box_right     {
position: absolute;
top: 20px;
width: 165px;
right: 165px;
height: auto;
background-color: #FFF;
background-repeat: repeat-y;
display: inline;
vertical-align: top;
}
#layout_two_column div#dynamic_box_left      {
display: none;
}
#layout_two_column div#dynamic_box_center    {
width: 750px;
position:relative;
left: 0px;
top: 20px;
height:auto;
background-color: #FFF;
vertical-align: top;
z-index: 40;
}

/************ three columns ***************/
#layout_three_columns div#dynamic_box_right  {width: 270px;}
#layout_three_columns div#dynamic_box_left   {width: 165px;}
#layout_three_columns div#dynamic_box_center {width: 507px;}

/************ equal ***************/
#layout_equal div#dynamic_box_right   {width: 33%;}
#layout_equal div#dynamic_box_left    {width: 33%;}
#layout_equal div#dynamic_box_center  {width: 33%;}

/************ equal rights ***************/
#layout_equal_rights div#dynamic_box_right   {width: 26%;}
#layout_equal_rights div#dynamic_box_left    {width: 47%;}
#layout_equal_rights div#dynamic_box_center  {width: 26%;}

/************ non equal ***************/
#layout_non_equal div#dynamic_box_right      {width: 32%;}
#layout_non_equal div#dynamic_box_left       {width: 42%;}
#layout_non_equal div#dynamic_box_center     {width: 25%;}


/************* CONTENT FEATURES *****************/
#content_features_left { float: left;}

#content_features_right { float: right;}

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

/*********** equal_default *********************/
.features_equal_default #content_features_left       {width: 230px;}
.features_equal_default #content_features_right      {width: 230px;}

/*********** equal *********************/
.features_equal #content_features_left       {width: 50%;}
.features_equal #content_features_right      {width: 50%;}

/*********** left *********************/
.features_left #content_features_left        {width: 68%;}
.features_left #content_features_right       {width: 31%;}

/*********** right *********************/
.features_right #content_features_left       {width: 31%;}
.features_right #content_features_right      {width: 68%;}

/*********** equal_three *********************/
.features_inside .content_features_col       {width: 33%; float: left;}

/*********** inside *********************/
.features_inside                              {width: 100%; overflow: hidden;}
.features_inside #content_features_left       {width: 50%;}
.features_inside #content_features_right      {width: 50%;}



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

/* ----------------- Breadcrumbs ---------------- */

#box_breadcrumb {
background-color: #FFF;

}

#box_breadcrumb p {
font-family: tahoma, verdana, arial;
font-size: 0.9em;
color: #369;
padding: 2px;
border:0;
margin: 0 7px;
}

#box_breadcrumb A {
text-decoration: none;
color: #369;
}

#box_breadcrumb A:hover {
text-decoration: underline;
color: #369;
}
img { border: 0px; }

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

/*** Global anchor styles ***/

a:link,
a:visited {
text-decoration: none;}
a:hover,
a:active {
text-decoration: underline;
}

p, ul, ol {
	line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 5px 0;
	padding: 0;
    font-family: Tahoma, "Lucida Grande", Verdana, Sans-Serif;
	font-weight: normal;
}

h1 {font-size: 170%;}
h2 {font-size: 150%;}
h3 {font-size: 140%;}
h4 {font-size: 130%;}
h5 {font-size: 120%;}
h6 {font-size: 110%;}

/*** Global box styles ***/

.box .box_title { 
	font-family: Tahoma, "Lucida Grande", Verdana, Sans-Serif;
	font-size: 16px;
	font-weight: normal;
}

/*************** HEADER STYLES *************************************************************************************************************************/
/******************************************************************************************************************************************************/


.header_image { border-bottom: 1px solid #fff;}

/*** Static pages navigation **

#header ul.navmenu {
	margin: 0 0 0 128px;
	padding: 0;
	list-style-type: none;
	}
#header ul.navmenu li {
	float: left;
	margin: 0 0 0 25px;
	}
#header ul.navmenu li a {
	float: left;
	text-decoration: none;
	line-height: 38px;
	border-top: 5px solid #4a7fd1;
	color: #FFF;
	font-family: verdana;
	font-face: normal;
	font-size: 1.1em;
	}
#header ul.navmenu li a:hover {
	text-decoration: underline;
	border-top: 5px solid #75a5f0;
	color: #fff
	}
#header ul.navmenu li.current_page_item a {
	border-top: 5px solid #b1e100;
	color: #fff;
	}
#header ul.navmenu li.current_page_item a:hover {
	border-top: 5px solid #b1e100;
	text-decoration: none;
	}
*/

.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: #99CCFF;
	background-color: #B7B8B8;
	text-decoration: none;
}

/*** Search box ***/

.search {
	position: absolute;
	top: 10px;
	right: 0;
	}
.search p {
	margin: 0;
	}

input#search_query {
		width: 255px;
		height: 18px;
		line-height: 100%;
		margin: 0 32px 0 0;
		padding: 2px 2px 0;
		}

.search a {color: #CA0405;}

.search button {
	width: 50px;
	height: 20px;
	margin-left: 6px;
	border: none;
	font-size: 12px;
	font-weight: normal;
	color: #fff; 
}

/* ----------------- User info area --------------- */
#userinfo {
display: none;
	position: absolute;
	background-image:url(../img/userarea_bg.gif);
	background-repeat: no-repeat;
	top: 43px;
	right: 345px;
	height: 67px;
	width: 264px;
	border: 0;
	color: #FFF;
	z-index: 5;
	padding: 10px;
}

#userinfo A {
	color: #FFF;
	}

.avatar {
background-image:url(../img/header_avatar_bg.gif);
background-repeat: no-repeat;
float: left;
padding: 3px;
margin-right: 10px;
}


#aboutinfo {
	position: absolute;
	top: 0px;
	right: 0;
	text-align:right;
	color: #FFF;
	height: 23px;
	width: 306px;
	background-color: #990000;
	z-index: 6;
}

#addthis {
	position: absolute;
	top: 12px;
	right: 310px;
	z-index: 27;
}



#aboutinfo p {
font-family: verdana, arial;
font-size: 0.9em;
color: #FFF;
padding: 0;
border:0;
margin: 0;
}

#aboutinfo A {
	color: #FFF;
	text-decoration: none;
	}

#aboutinfo A:hover {
	text-decoration: underline;
	}

/* ----------------- Forms ---------------- */



/*************** LEFT COLUMN STYLES ********************************************************************************************************************/
/******************************************************************************************************************************************************/

#box_left_holder { padding: 0px;}

#leftcolumn H3 {
font-size: 110%;
color: #000;
height: 20px;
width: 165px;
background-color: #FFF;
border-bottom: 1px solid #000; /*#b1e100;*/
margin: 0;
padding: 4px 10px 0 5px;
}

#leftcolumn H3.relatedcontent {
background-color: #EFEFEF !important;
width: 150px;
border-top: 1px solid #333;
border-bottom: 0;
}

#leftcolumn_googlead {
padding: 5px 2px;
}

#dynamic_box_left div.box {margin-bottom: 12px;}

#dynamic_box_left A {  }

#dynamic_box_left div.box_title_holder {
	width: 165px;
	height:  23px;
}

#dynamic_box_left div.box_title { 
	width: 155px;
	color:#000;
	font-size: 1.1em;
	height:  22px; 
	margin-bottom: 4px;
	padding: 4px 0px 0 4px;
	background-color: #ECEFF5;
	border-top: 1px solid #333;
}

#dynamic_box_left div.box_body {padding: 5px;}

#dynamic_box_left div.box_body ul {
	margin: 0; padding: 0; border: 0;
}

#dynamic_box_left div.box_body ul li {
	padding: 2px;
}

#dynamic_box_left div.box_body ul li a {
	 
}

/*** Section box (navigation list) ***/

#box_sections div.box_body { border-bottom: none; margin-bottom: 30px;}

#box_sections li { 
	list-style-type: none;
	border-bottom: 1px solid #435c90; 
	padding: 1px 0px; 
}

#box_sections li ul li { 
	border-bottom: none; 
	font-variant: normal; 
	font-size: 11px;
	padding-left: 6px;
}

#box_sections li a {  
	display: block; 
	padding-left: 12px;
	background: url('../img/right_box_bullet.gif') 4px 6px no-repeat;
}

#box_sections li ul li a { 
	background: none
}

#box_sections li a:hover {
	color: #FFF;
	background-color: #336699; 
	text-decoration: underline; 
}

#box_sections li ul li a:hover {
	background: none; 
	text-decoration: underline; 
}

/*************** CONTENT STYLES ************************************************************************************************************************/
/******************************************************************************************************************************************************/

#box_center_holder {padding: 0px 12px;}

#box_center_holder h1 { font-size: 24px; padding-bottom: 4px; margin-bottom: 0px;}

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

#box_center_holder div.category_headline h2 a { font-weight: normal;}

#box_center_holder div.category_headline div.image { float: left; padding: 0px; margin: 4px 6px 2px 0px; border: 4px solid #FFF;}

#box_center_holder div.category_headline div.summary { font-size: 1.3em; }

#box_center_holder div.category_headline div.summary div.box_gray { color: #232323;}

div.article_link {display: inline; padding-left: 4px;}

div.article_link a { text-decoration: underline; }

div.box_body div.image { 
	margin: 4px 6px 2px 0;
	padding: 0px; 
	float: left;
	border: 3px solid #EEE;
}

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

.short_holder h2 { margin-bottom: 0px; }

.short { /*** Global summary styles ***/
	margin-bottom: 4px;
	padding: 4px; 
	font-size: 1.0em;
}

.short A {
}

/*** ad box styles etx ***/
#article_bottom { position: relative;
display: block; }

#article_bottom div.readalso { width: 280px; float:left; }
#article_bottom div.ads { width: 200px; float: right; }

.bannerbox {
border-top: 1px solid #435c90;
border-bottom: 1px solid #435c90;
}

/*** Last 5 boxes ***/
#last5 {
position: relative;
width:100%;
display: box;
border-top: 1px solid #435c90;
}

#last5 div.left { float: left; width: 233px; padding-right: 5px; text-align: left; }

#last5 div.middle { float: left; width: 155px; padding-right: 5px; text-align: left; }

#last5 div.right { float: right; width: 233px; text-align: left; }

#quiz_last5 div.box_body ul {
	padding: 0; margin: 0; border: 0;
	}

#quiz_last5 div.box_body ul li {
	list-style: none;
	padding: 2px;
	border-bottom: 1px solid #435c90; 
	}

#quiz_last5 div.box_body ul li a { 
	display: block; 
	padding-left: 12px;
	background: url('../img/icon_post_new.gif') 0px 3px no-repeat;
}

#submit_last5 div.box_body ul {
	padding: 0; margin: 0; border: 0;
	}

#submit_last5 div.box_body ul li {
	list-style: none;
	padding: 2px;
	border-bottom: 1px solid #435c90; 
	}

#submit_last5 div.box_body ul li a { 
	display: block; 
	padding-left: 12px;
	background: url('../img/icon_post_new.gif') 0px 3px no-repeat;
}

#last_hypos div.box_body ul {
	padding: 0; margin: 0; border: 0;
	}

#last_hypos div.box_body ul li {
	list-style: none;
	padding: 2px;
	border-bottom: 1px solid #435c90; 
	}

#last_hypos div.box_body ul li a { 
	display: block; 
	padding-left: 12px;
	background: url('../img/icon_post_new.gif') 0px 3px no-repeat;
}


#blog_last5 div.box_body ul {
	padding: 0; margin: 0; border: 0;
	}

#blog_last5 div.box_body ul li {
	list-style: none;
	padding: 2px;
	border-bottom: 1px solid #435c90; 
	}

#blog_last5 div.box_body ul li a { 
	display: block; 
	padding-left: 12px;
	background: url('../img/icon_post_new.gif') 0px 3px no-repeat;
}

/*** Article summaries heights ***/
#latest_news div.short{ }


/*** 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; 
	border-bottom: 1px solid #eee;
	padding: 4px 0px;
	margin-bottom: 4px;
}
/*** Subcategory links ***/
#category_news_box div.box_title span { font-size: 11px; padding: 0px 1px; }

#category_news_box div.box_title span a { }

#category_news_box div.box_title span a:hover {}

#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; padding-bottom: 12px;}

/*** Article styles ***/

#article_holder { color: #000; }

.box_breadcrumb { padding: 6px 0px;}

.box_breadcrumb a { padding-right: 4px;}

#article_holder h1 { border-bottom-style: none; border-bottom-width: 0px; font-size: 24px; padding: 8px 0px 4px 0px; margin-bottom: 2px;}

#byline-top {
background-color:#003366;
border-top: 1px solid #336699;
padding-top: 5px;
margin-bottom: 3px;
}

#byline-bottom {
clear: both;
border-top: 1px solid #336699;
padding-bottom: 10px;
}

#article_holder p.abstract {
font-size: 1.3em;
line-height: 1.3em;
}

#article_holder div.article_metadata { padding: 0px; margin: 0px; border: 0px;
font-size: 0.9em;
float:left; }

.article_metadata A {  }

.article_metadata span.metadata_time { }

.font_size { font-family: Tahoma, Verdana, Arial;
font-size: 1.1em;
line-height: 1.4em;
text-align:left; }

div.font_size img { vertical-align: bottom; padding-left: 3px;}



div.story-tools { padding: 0px 0px 3px 0px; margin: 0px; border: 0px; float: right; font-size: 0.9em; }
div.story-tools p { padding: 0px; margin: 0px; border: 0px; text-align: right; }
div.story-tools a {  }
div.story-tools a:hover { text-decoration: underline; } 

#article_holder div.image span.image_caption { font-size: 11px; line-height:normal;}

#article_holder div#article_body { font-size: 1.1em; 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: Tahoma, Arial, Helvetica, sans-serif;}

#article_holder div#article_body a { text-decoration: underline;}

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

/*** Hypography styles ***/
#article_holder div#article_body span.linkdisplay A { font-weight: bold; text-decoration:none; }
#article_holder div#article_body span.linkdisplay A:hover { font-weight: bold; text-decoration:underline; }


/*** note: class linkdisplay for hypos, id linkdisplay for links.cfm ***/
#linkdisplay ul { margin: 10px; padding: 10px; border: 0; }

#linkdisplay li {
	list-style: none;
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #435c90; 
	list-style-image: url('../img/icon_post_new.gif')
}

#linkdisplay h4 { 
	display: block; 
}

/*** dd and dt ***/
#article_body dt {
	font-weight: bold;
}
#article_body dd {
	margin-bottom: 10px;
}

.rightillustration { float: right; padding-left: 5px; padding-bottom: 2px;}

.smalltext { font-size: 0.8em; }

/*** Article social bookmarks ***/

#box_social_bookmarks { 
	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: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
	border-top: 1px solid #eeeeee; 
	border-bottom: 1px solid #eeeeee; 
	background-color: #336699;
	padding: 6px;
	margin: 6px 0px;
}

#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 { float: right;}

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

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

/*** Forum feed box (topics list) ***/

.forumlist ul {
	padding: 0; margin: 0; border: 0;
	}

.forumlist li {
	list-style: none;
	padding: 2px;
	border-bottom: 1px solid #435c90; 
	}

.forumlist li a { 
	display: block; 
	padding-left: 12px;
	background: url('../img/icon_post_new.gif') 0px 3px no-repeat;
}

/*** article listings items box (topics list) ***/

.articlelist ul {
	padding: 0; margin: 0; border: 0;
	}

.articlelist li {
	list-style: none;
	padding: 2px;
	border-bottom: 1px dashed #EEE; 
	}

.articlelist li a { 
	display: block; 
	padding-left: 12px;
	background: url('../img/icon_post_new.gif') 0px 3px no-repeat;
}


/*************** RIGHT COLUMN STYLES *******************************************************************************************************************/
/******************************************************************************************************************************************************/

.moretoexplore {
position: relative;
background-image:url(../img/morecolumnbar.gif);
background-repeat: no-repeat;
border: 0;
margin: 0;
font-size: 110%;
}

.moretoexplore p {
padding: 2px 2px 2px 10px;
color: #FFF;
}

#rightcolumn_googlead {
position: relative;
padding-left:10px;
}


#box_right_holder { }

#dynamic_box_right div#box_right_holder { }
#dynamic_box_right div.box { margin: 12px;}
#dynamic_box_right .box div.box_title {
	width: 240px;
	color:#000;
	font-size: 1.1em;
	height:  22px; 
	margin-bottom: 4px;
	padding: 4px 0px 0 4px;
	background-color: #ECEFF5;
	border-top: 1px solid #333;
}

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

#dynamic_box_right .box .box_body { }

#dynamic_box_right .box .box_body div.box_content {padding: 6px; color: #000; }

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


#dynamic_box_right div.box_body ul {
	margin: 0; padding: 0; border: 0;
}

#dynamic_box_right div.box_body ul li {
	padding: 2px;
}

#dynamic_box_right div.box_body ul li a {
	 
}

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

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

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

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

#dynamic_box_right div#box_article_tools ul li a:hover {background: none; text-decoration: none; color: #FFF;}

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

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

#clearfooter {width:100%;height:52px;clear:both}

#content_footer {clear: both;}

#footer { 
position: relative;
/* margin-top: -132px; */
clear: both;
width: 100%;
background-color: #001e3c;
color: #FFF;
text-align: center;
padding: 0; 
}

#footer A{
color: #FFF;
text-decoration: none;
}

#footer A:hover {
text-decoration: underline;
}

#footer-top {
background-image: url(../img/header_bg_diagonal.gif);
height: 10px;
width: auto;
margin: 0px;
padding: 0px;
border-bottom 2px solid #fff;
}


#footer-left {
float: left;
width: 30%;
text-align: left;
padding:5px 10px;
}

#footer-middle {
float: left;
width: 30%;
text-align: left;
padding:5px 10px;
}

#footer-right {
float: right;
width: 30%;
text-align: left;
padding:5px 10px;
}

#footer-right A {
text-decoration: underline;
}

#footer-mainwrapper {
text-align: center;
padding: 10px;
}

#copyright {
clear: both;
}

/*** First level categories in footer ***/

#footer div#feeds ul { clear:left; padding: 6px 0px 6px 0px; margin: 0px;}

#footer div#feeds li { padding: 0px 3px;
list-style-type: none;
border-bottom: 1px dashed #336699;
}

#footer #feeds li a { color:#FFFFFF;
background: url(../img/rss_feed_icon.gif) 0px 3px no-repeat;
padding: 2px 2px 2px 16px; 
display: block;}

.alert { color: #FFF; background-color: #CC0000; display: block; padding: 5px; }
.alert A { color: #FFF; text-decoration: none; }


/* Old Hypo Styles for good measure */

/* login styles */
#sidebar .logininfo {
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 170px;
font-size: 12px;
/*background-color: #6E8B8B;*/
background-color: #1d428f;
color: #FFF;
margin: 10px 0 0px 0;
padding: 0 0 5px 0;
}
#sidebar .logininfo p {
	margin: 5px;
	font-size: 12px;
	line-height: 130%;
}
#sidebar .logininfo h3 {
font-size: 110%;
color: #FFF;
height: 20px;
width: 165px;
background-color: #4375c9;
border-bottom: 1px solid #000; /*#b1e100;*/
margin: 0;
padding: 4px 10px 0 5px;
}


/*from old hypostyle*/


.formstyle {
padding: 0px;
border: 0px;
margin: 0px;
width: auto;
}


#hypologo {
position: relative;
left: 0px;
top: 2px;
float: left;
width: 47px;
}


/* sidebar styles */

.partners {
	width: 170px;
	border:0;
	padding:0px;
	z-index:20;
	}

#sidebar {
	position:absolute;
	float: left;
	width:170px;
	top:240px;
	border:0px;
	padding:0 10px 10px 0;
	background-color: #1d428f;
	color: #FFF;
	text-align: left;
	}
	
#sidebar .poll p {
margin: 5px;
line-height: 130%;
}

#sidebar .poll {
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 170px;
font-size: 12px;
/*background-color: #6E8B8B;*/
background-color: #1d428f;
color: #FFF;
margin: 10px 0 0px 0;
padding: 0 0 5px 0;
}

#sidebar .poll form {
	margin: 0;
	padding: 0;
}
#sidebar .poll h3 {
font-size: 110%;
color: #FFF;
height: 20px;
width: 165px;
background-color: #4375c9;
border-bottom: 1px solid #000; /*#b1e100;*/
margin: 0;
padding: 4px 10px 0 5px;
}

#sidebar .feature {
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 170px;
font-size: 12px;
background-color: #1d428f;
color: FFF;
margin: 10px 0 0px 0;
padding: 0 0 5px 0;
}

#sidebar .feature p {
padding-left:5px;
padding-right: 5px;
}

#sidebar .feature .featurewrapper {
margin-top: -1px;
padding: 6px;
background-color: #1d428f;
color: FFF;
}

#sidebar .feature .featurewrapper A {
color: #FFF;
}
#sidebar .feature .featurewrapper A:visited {
color: #CCC;
}

h1 {
	padding-top: 10px;
	margin: 0;
	}

#adbar {
	position:absolute;
	width:310px;
	top:240px;
	margin-left: 622px;
/*	border-left: 1px dashed #999999; */
	background-color: #1d428f;
	color: #FFF;
	padding:5px 0 0 10px;
	}

#adbar .feature {
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 300px;
font-size: 12px;
margin: 10px 0 0px 0;
padding: 0 0 5px 0;
text-align: left;
}
#sidebar .feature h3, #adbar .feature h3 {
font-size: 110%;
color: #FFF;
height: 20px;
width: 165px;
background-color: #4375c9;
border-bottom: 1px solid #000; /*#b1e100;*/
margin: 0;
padding: 4px 10px 0 5px;
}

#adbar .feature .featurewrapper {
margin-top: -1px;
padding: 6px;
margin: 0;
border: 0;
background-color: #1d428f;
color: FFF;
}
#adbar .feature .featurewrapper .blogsub {
color: #EEE;
}
#adbar .feature .featurewrapper A {
color: #FFF;
}
#adbar .feature .featurewrapper A:visited {
color: #CCC;
}

#rightbar {
	position:absolute;
	width:140px;
	top:145px;
	right:0px;
	border:0;
	margin: 0;
	background-color:#fff;
	padding:0;
	z-index:2;
	text-align: left;
	}
#rightbar p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 100%;
/*background-color: #6E8B8B;*/
margin: 10px 5px 0 5px;
padding: 0 0 5px 0;
}

#googlebottom {
        border-top: 1px solid #efefef;
        }

.bookimage {
	float: left;
	clear: both;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 0;
}

/*	handles the style for form buttons */
.coolformbutton {
	font: bold 10px Verdana, Helvetica, Geneva, sans-serif;
	background: #fefefe url("/newdesign/buttonback.gif") repeat-x;
	border: 3px double;
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
	color: #2b333c;
}


/* handles the style for focus of fields (mozilla only) */
.coolformbutton:hover {
	border-color: #aedf9a #94da78 #6ab94b #94da78;
}
	
.bluebanner h3 {
background-image:  url("/newdesign/bluebar.gif");
background-repeat: no-repeat;
width: auto;
height: 22px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-indent: 5px;
font-weight: bold;
color: #ffffff;
padding-top: 2px;
margin: 20px 0 0px 0;
}

.partners h3 {
background-image:  url("/newdesign/featurebg_170.gif");
background-repeat: no-repeat;
width: 170px;
height: 22px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-indent: 5px;
font-weight: bold;
color: #ffffff;
padding-top: 2px;
margin: 20px 0 0px 0;
}
.greenbanner h3 {
background-image:  url("/newdesign/featurebg_170.gif");
background-repeat: no-repeat;
width: 200px;
height: 22px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-indent: 5px;
font-weight: bold;
color: #ffffff;
padding-top: 2px;
margin: 20px 0 0px 0;
}
.silverbanner h3 {
background-image:  url("/newdesign/featurebg_170.gif");
background-repeat: no-repeat;
width: 200px;
height: 22px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.9em;
text-indent: 5px;
font-weight: bold;
color: #ffffff;
padding-top: 2px;
margin: 20px 0 0px 0;
}
.silverbannernowidth h3 {
background-image:  url("/newdesign/bluebar.gif");
background-repeat: no-repeat;
height: 22px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-indent: 5px;
font-weight: bold;
color: #ffffff;
padding-top: 2px;
margin: 20px 0 0px 0;
}

	
td {
	font-family: Verdana, Arial, Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	line-height: 115%;
	vertical-align: top;
}
	
#sidebar p, #adbar p {
	margin: 0 0 1em 0;
	}

	
#contentminorpage {
	position: relative;
	margin:10px 20px 20px 20px;
	padding: 0;
	font-family: Verdana, Arial, Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 115%;
	z-index: 3;
	}

#content .bluebanner h3, #contentminorpage .bluebanner h3 {
background-image:  url("/newdesign/bluebar.gif");
background-repeat: no-repeat;
width: auto;
height: 16px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-indent: 5px;
font-weight: bold;
color: #ffffff;
padding-top: 2px;
margin: 20px 0 0px 0;
border-bottom: 2px solid #003366;
}

/* main content styles */

#content dt {
		font-weight: bold;
		padding: 10px 0 5px 0;
	}
#content dd {
		padding-bottom: 5px;
		border-bottom: 1px solid #cccccc;
	}

/* styles for listings */

.minordisplay ul {
	display: inline;
	list-style-type: square;
	padding: 0;
	margin-left: 0;
}
.minordisplay ul li {
	padding: 0 0 0 14px;
	margin: 0;
}

.minordisplay ul li h4 {
	padding: 0;
	margin: 0 0 0 25px;
	border: 0;
	font-size: 12px;
}


#linkdisplay {
	clear: left;
}
#linkdisplay ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#linkdisplay ul li {
	padding: 1.3em 0 10px 2em;
	list-style-image: none;
	list-style-position: outside;
	vertical-align: text-top;
	background: transparent url("/newdesign/search_icon_link_external.gif") no-repeat 0em 1.4em;
}

#linkdisplay ul li h4 {
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 12px;
}





#newsdisplay ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#newsdisplay ul li {
	padding: 1.3em 0 10px 2em;
	list-style-image: none;
	list-style-position: outside;
	vertical-align: text-top;
	background: transparent url("/newdesign/search_icon_article.gif") no-repeat 0em 1.4em;
}

#newsdisplay ul li h4 {
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 12px;
}

#quizdisplay ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#quizdisplay ul li {
	padding: 1.3em 0 5px 2em;
	list-style-image: none;
	list-style-position: outside;
	vertical-align: text-top;
	background: transparent url("/newdesign/search_icon_quiz.gif") no-repeat 0em 1.4em;
}

#quizdisplay ul li h4 {
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 1,5em;
}

#hypodisplay ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#hypodisplay ul li {
	padding: 1.3em 0 10px 2em;
	list-style-image: none;
	list-style-position: outside;
	vertical-align: text-top;
	background: transparent url("/newdesign/search_icon_hypo.gif") no-repeat 0em 1.4em;
}

#hypodisplay ul li h4 {
	padding: 0;
	margin: 0 0 5px 0;
}
#messagedisplay {
	background-color: #003366;
	z-index: -10;
}
#messagedisplay ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#messagedisplay ul li {
	padding: 1.3em 0 0 2.2em;
	list-style-image: none;
	list-style-position: outside;
	vertical-align: text-top;
	background: transparent url("/newdesign/search_icon_message.gif") no-repeat 0em 1.4em;
}

#messagedisplay ul li h4, #messagedisplay ul li h4 a {
	padding: 0;
	margin: 0 0 1px 0;
	font-size: 12px;
	color: #ffffff;
}

/* styles for showing categories */

#categories p {
	padding: 0 0 0 5px;
}

#categories ul {
	list-style-type: none;
	position: relative;
	top: 2px;
	margin: 0px;
	padding: 0 0 0 20px;
}

#categories ul li {
	padding: 0px 0 5px 0;
	font-size: 11px;
	list-style-image:  url("/newdesign/bg_button_folder_.gif");
}

#categories ul li.bluefolder {
	padding: 0px 0 5px 0;
	font-size: 11px;
	list-style-image:  url("/newdesign/bluefolder.gif");
}


/* some form styles */

#normalform {
	background-color: #efefef;
	color: #333333;
	border: 1px solid #003366;
	padding: 0 5px 0 5px;
	border-top: 1px solid #efefef;
	margin-bottom: 20px;
}

#normalform dt {
	font-weight: bold;
	padding: 2px 0 2px 0;
}

#normalform dd {
	position: relative;
	left: -2em;
	background-color: #fafafa;
	vertical-align: middle;
	border: 0;
	padding: 5px;
}


/* diverse ids */

#breadcrumbs {
position: relative;
left: -6px;
width: 443px;
background-color: #00083d;
}

#breadcrumbs p {
font-family: tahoma, verdana, arial;
font-size: 11px;
color: #FFF;
padding: 2px;
border:0;
margin: 0 7px;
}

#breadcrumbs A {
text-decoration: none;
color: #FFF;
}

#breadcrumbs A:hover {
text-decoration: underline;
color: #FFF;
}

#source {
	margin: 5px 0 10px 0;
}

#question {
/*	background-color: #efefef;
	border-width: thin;
	border-style: outset;
	padding: 5px;
	margin-bottom: 20px;*/
}

#jigsawlist ul {
	list-style-type: none;
}

#jigsawlist ul li {
	display: inline;
}

#pagenav {
	margin: 20px 0 10px 0;
}
#articlenavigator {
	text-align: left;
		clear: both;
}
#articlenavigator h3 {
	margin-top: 10px;
	color: #990000;
}
#articlenavigator p {
	text-align: left;
}


/* classes */

.minorheader1, .overskrift3 {
	font-weight: bold;
}

.alert {
	padding: 20px;
	background-color: #CC3300;
	color: white;
}
.alert a, .alert a:hover, .alert a:visited {
	color: white;
}
.rightillustration {
	border: 0;
	padding: 2px 0px 5px 5px;
	float: right;
}

.readmore {
	text-align: right;
}
.readmorewhite, .readmorewhite a, .readmorewhite a:visited, readmorewhite a:active {
	text-align: right;
	color: #ffffff;
}

.greycell {
	background-color: #efefef;
	border-width: thin;
	border-style: outset;
	padding: 5px;
}

.verysmall {
	font-family: Verdana, Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

p.verysmall {
	border: 0;
	margin: 0;
	padding: 3px;
}

.verysmallgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.large {
	font-size: 130%;
}

.verylarge {
	font-size: 145%;
}

.newsbrief {
	padding: 5px 0 0 0;
	margin: 0;
	font-size: 90%;
}
.blogsub, .credit {
	font-size: 10px;
	padding: 2px 0 0 0;
	margin: 0;
}

.blogsubwhite {
	font-size: 10px;
	padding: 2px 0 0 0;
	margin: 0;
	color: #cecece;
}

.showurl {
	font-size: 11px;
	padding: 0;
	margin: 0;
	border: 0;
	color: #999999;
}

.category {
	font-weight: bold;
	margin: 2px 0 0 0;
	font-size: 12px;
	color: #343434;
}

.category A {
	color: #696969;
}

.textintro {
	font-weight: bold;
}

.infolink {
	/*float: right;*/
	text-align: right;
	margin: 0 10px 0 0;
}


.icon {
	margin: 4px 10px 2px 0;
	float:left;
}
.ad {
	margin: 10px 0 0 0;
}
.newsitem {
	position: relative;
	vertical-align: top;
	padding: 0 10px 5px 10px;
	border: 0px;
	margin: 0px;
}

.altbackground {
	background-color: #eeeeee;
}



.loginicon {
	border: 0px;
	text-align: left;
	vertical-align: top;
}
/* table definitions */
.tablecontentlight {
	background-color: #efefef;
}

/* standard listing of content */
.newsitem {padding: 10px 10px 0px 10px;}
.newsbit { padding: 10px; background-color: #EFEFEF; }
.smallernewsbit { }
.newsheader { padding: 0px; border: 0px; margin: 0px;}
.newsheadline {line-height: 1.2em; }
.newsbit .newsheadline { clear: left; }
.smallernewsbit .newsheadline { padding: 5px 0 10px 63px; color: #333;}
.newsitem .smallfont { color: #333; }
.commentbit { color: #900; }
A.readmore { color: #333; text-decoration: underline; font-size: 0.8em; }
img.inlineimg { border: 0px; margin: 0px; padding: 0px; }

#addthis {
	position: absolute;
	top: 40px;
	right: 50px;
	z-index: 300;
}

#headerwrapper {
	position: relative;
	height: 65px;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
	min-width: 750px;
	width:100%;
	margin: 0 auto;

}
#header {
	background-color: #FFF;
	height: 64px;

}
#menuholder {

	}
#menuholder ul {
	display: block;
	margin: 0 auto;
	height: 30px;
}
#menuholder li.mainmenu {
display: block;
float: left;
position: relative;
margin-top:35px;
height: 30px;
border-left: 1px solid #EFEFEF;
}

#menuholder li.mainmenu A {
	color: #000;
	text-decoration: none;
	font: 0.9em arial, verdana, sans-serif;
	overflow: hidden;
	padding: 2px 10px 16px 10px;
	height: 30px;
	}
#menuholder li.mainmenu A:hover {
	text-decoration: underline;
	background-color: #EFEFEF;
         height:30px;
}


#menuholder li A.selected {
	font-weight: bold;
	}

#header #logo {
	float: left;
	width: 223px;
	height: 63px;
	margin-left:5px;
	border: 0;
	}
#header #logo.img {
	border: 0;
	}
#header #search {
	position: absolute;
	top: -20px;
	right: 10px;
	margin-top: 10px;
	float: right;
	z-index: 50;
	background: url(/forums/images/search_bg.png) no-repeat 0px 0px;
	padding: 0.3em;
}
#header #search form {
	margin: 0;
	padding: 9px 5px 1px 15px;
	border:0;
	width:333px;
	height: 50px;
}
/* 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;
}






#box_poll {}

#box_poll span.poll_question { }

#box_poll label { display: block; border-bottom: 1px solid #435c90; padding: 4px 0px; font-size: 1.0em; font-weight: normal;}

#box_poll label img { vertical-align: middle;}

#box_poll div.button_holder { height: 20px; padding: 4px;}

#box_poll div.button_holder a { color: #fff;}

#box_poll div.button_holder input { float: right;}

/*** Poll page ***/

.poll_box_holder { background: #00174e; 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 { }

.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%;
}
