@import url('reset.css');

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	background-repeat: repeat-y;
	background-color: #e2e2e2;
}

body.plain {
  background-color: #fff;
}

body#landing {
	background-image: url('../images/bg_modal_landing.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 347px;
	height: 435px;
	padding: 14px 365px 0 21px;
	border: 3px solid #112f48;
}

body#login {
	background-image: none;
	width: 459px;
	height: 285px;
	padding: 19px 24px 19px 24px;
	border: 3px solid #999;
	background-color: #fff;
}

* {
	background-repeat: no-repeat;
	background-position: 0 0;
}

p {
	font-size: 110%;
	margin: 0 0 10px 0;
	line-height: 160%;
}

ol {
	list-style: decimal;
	font-size: 110%;
	margin: 0 0 10px 0;
	margin: 0 0 10px 20px;
	line-height: 160%;
}

a {
	color: #666;
}

strong {
	font-weight: bold;
}

body#landing h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 160%;
	padding: 0;
	margin: 0 0 -3px 0;
	letter-spacing: -1px;
}


h1 {
	padding: 10px 0 0 7px;
	height: 30px;
	font-size: 190%;
	color: #797979;
	font-weight: bold;
}

h1 span {
	color: #a91a06;
}

h1.graphical {
	position: absolute;
	background-position: 0 12px;
	width: 940px;
	height: 30px;
}

h1.graphical.settings_pages {	background-image: url('../images/gh_settings_pages.png'); }
h1.graphical.settings_categories {	background-image: url('../images/gh_settings_categories.png'); }
h1.graphical.settings_publishers {	background-image: url('../images/gh_settings_publishers.png'); }
h1.graphical.settings_news_buddies {	background-image: url('../images/gh_settings_news_buddies.png'); }
h1.graphical.settings_forums {	background-image: url('../images/gh_settings_forums.png'); }
h1.graphical.settings_archiving {	background-image: url('../images/gh_settings_archiving.png'); }
h1.graphical.settings_personal_settings {	background-image: url('../images/gh_settings_personal_settings.png'); }

h1.graphical.settings_personal_details {	background-image: url('../images/gh_settings_personal_details.png'); }
h1.graphical.settings_profile {	background-image: url('../images/gh_settings_profile.png'); }
h1.graphical.settings_notifications {	background-image: url('../images/gh_settings_notifications.png'); }
h1.graphical.settings_story_linking {	background-image: url('../images/gh_settings_story_linking.png'); }
h1.graphical.settings_weather {	background-image: url('../images/gh_settings_weather.png'); }



h1.graphical.about_fingertips {	background-image: url('../images/gh_about_fingertips.png'); }
h1.graphical.about {	background-image: url('../images/gh_about.png'); }
h1.graphical.contacts {	background-image: url('../images/gh_contacts.png'); }
h1.graphical.contact {	background-image: url('../images/gh_contact.png'); }
h1.graphical.terms_and_conditions {	background-image: url('../images/gh_terms_and_conditions.png'); }
h1.graphical.privacy_policy {	background-image: url('../images/gh_privacy_policy.png'); }
h1.graphical.advertise_with_us {	background-image: url('../images/gh_advertise_with_us.png'); }
h1.graphical.advertise {	background-image: url('../images/gh_advertise.png'); }
h1.graphical.publishers {	background-image: url('../images/gh_publishers.png'); }
h1.graphical.faqs {	background-image: url('../images/gh_faqs.png'); }


h1.graphical span {
	display: none;
}

h2.admin {
	color: #797979;
	font-weight: bold;
	display: block;
	width: 100%;
	padding: 0 0 10px 3px;
	margin: 0 0 10px 0;
	font-size: 14px;
	border-bottom: 1px dashed #ccc;
}
div.modifier_list {
	clear: both;
	background-color: #fff;
	padding: 15px 15px 0 15px;
	margin: 0 0 15px 0;
	border: 1px solid #ccc;
}

div#landing_wrapper {
	
}

div#wrapper {
	width: 919px;
	margin: 0 auto 0 auto;
	padding: 0 21px 0 21px;
	background-color: #fff;
	border-right: 1px solid #c7c7c7;
	border-left:  1px solid #c7c7c7;
}


div#landing_footer div.logo.footer a,
div#footer div.logo.footer a {
	position: absolute;
	display: block;
	width: 108px;
	height: 26px;
}

div#landing_footer div.logo.footer a {
	margin: 9px 0 0 41px;
	background-image: url('../images/logo_ft_landing_footer.png');
}

div#footer div.logo.footer a {
	margin: 5px 0 0 10px;
	background-image: url('../images/skins/blue/logo_ft_footer.png');
}

body.user div#footer div.logo.footer a {
	margin: 5px 0 0 10px;
	background-image: url('../images/skins/red/logo_ft_footer.png');
}

body.admin div#footer div.logo.footer a,
body.corporate div#footer div.logo.footer a {
	margin: 5px 0 0 10px;
	background-image: url('../images/skins/grey/logo_ft_footer.png');
}

div#landing_header, div#landing_footer {
	width: inherit;
	color: #ffffff;
	background-color: inherit;
	font-size: 110%;
	background-position: top;
	padding: 10px 0 0 0;
	margin-top: -3px;
}

div#landing_header a,
div#landing_footer a,
div#footer a {
	color: #ffffff;
}

div#landing_header a:link, div#landing_footer a:link,
div#landing_header a:visited, div#landing_footer a:visited,
div#footer a:link, div#footer a:visited {
	text-decoration: none;
}

div#landing_header a:hover, div#landing_footer a:hover,
div#landing_header a:active, div#landing_footer a:active,
div#footer a:hover, div#footer a:active {
	text-decoration: underline;
}

p#landing_footer_slogan {
	float: left;
	font-size: 150%;
	background-image: url('../images/gh_up_to_minute.png');
	width: 212px;
	height: 14px;
	margin: 3px 0 0 36px;
}
p#landing_footer_slogan span {
	display: none;
	
}

div#landing_header {
	height: 32px;
	background-position: bottom;
}

div#landing_header ul {
	padding: 3px 44px 0 14px;
	float: left;
}

div#landing_footer {
	width: 890px;
	height: 40px;
	background-image: url('../images/bg_landing_footer.png');
	padding: 15px 0 0 0;
	margin: -30px 0 0 -20px;
}

div#landing_footer ul {
	padding: 3px 16px 0 0;
	float: right;
}


div#footer ul {
	padding: 12px 4px 0 0;
	float: right;
}




div#landing_header ul li,
div#landing_footer ul li,
div#header ul li, 
div#footer ul li {
	color: #ffffff;
	float: left;
	padding: 0 7px 2px 6px;
	border-left: 1px solid #fff;	
}

div#landing_header ul li.first,
div#landing_footer ul li.first,
div#header ul li.first,
div#footer ul li.first {
	border-left: none !important;
}

div.logo.landing a span,
div.logo.main a span {
	display: none;
}


div#existing_user_sign_in {
	position: absolute;
	width: 350px;
	height: 150px;
	margin: 0 0 0 0;
	color: #fff;
}

div#existing_user_sign_in form {
	margin: 0;
	padding: 3px 0 0 0;	
}

div#existing_user_sign_in form div {
	margin: 0 0 5px 0;
}

div#existing_user_sign_in form div.checkbox {
	margin-left: -3px;
	clear: both;
}

div#existing_user_sign_in form div.checkbox * {
	vertical-align: middle;
}

div#existing_user_sign_in form div.text {
	padding: 0 0 0 0;
	width: 160px;
	float: left;
}

div#existing_user_sign_in form div.text label {
	display: block;
	height: 18px;
}

div#existing_user_sign_in form div.text label,
 form div.text input {
	font-size: 110%;
	width: 148px;
	clear: both;
}


div#existing_user_sign_in div.button_row {
	margin: 0 0 0 -4px;
}
div#existing_user_sign_in div.button_row a.button {
	background-image: url('../images/bt_grey_alpha_right.png') !important;
	margin: 0 0 0 13px;
}
div#existing_user_sign_in div.button_row a.button span {
	background-image: url('../images/bt_grey_alpha_left.png') !important;
	margin: 0 0 0 -13px;
}


div.button_row a { margin: 0 2px 0 -2px; }

div.button_row a.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	display: block;
	background-image: url('../images/bt_right_white_matte.png') !important;
	background-position: top right;
	float: left;
	text-decoration: none;
	text-align: center !important;
	cursor: pointer;
}

div#header_login div.button_row a.button {
	color: #fff;
	background-image: url('../images/skins/blue/bt_header_login.png') !important;
	font-size: 10px;

}

div#header_login div.button_row a.button span {
	background-image: none !important;
	padding: 3px 14px 8px 25px !important;
	min-width: 56px;
}

div.button_row.dark a.button {
	background-image: url('../images/bt_grey_right_white_matte.png') !important
}

div.button_row.dark a.button span {
	background-image: url('../images/bt_grey_left_white_matte.png') !important
}

div.button_row.grey_matte a.button {
	background-image: url('../images/bt_right_grey_matte.png') !important
}

div.button_row.grey_matte a.button span {
	background-image: url('../images/bt_left_grey_matte.png') !important
}

div.button_row a.button {
  text-decoration: none !important;
}


div.button_row a.button span {
	min-width: 60px;
	background-image: url('../images/bt_left_white_matte.png');
	background-position: top left;
	padding: 7px 16px 8px 16px;
	display: block;
	cursor: pointer;
}

div#header_login div.button_row a.button span {
	min-width: 72px;	
}

div.button_row a.button:link, div.button_row a.button:visited {	color: #000; }
div.button_row a.button:hover, div.button_row a.button:active {	color: #FFF; }

div#header_login div.button_row a.button:link, div#header_login div.button_row a.button:visited {	color: #fff; }
div#header_login div.button_row a.button:hover, div#header_login div.button_row a.button:active {	color: #ccc; }

div.button_row.dark a.button:link, div.button_row.dark a.button:visited {	color: #fff; }
div.button_row.dark a.button:hover, div.button_row.dark a.button:active {	color: #ccc; }

div#header_login p {
	font-weight: normal;
	font-size: 10px;
	color: #fff;
	padding: 10px 0 0 12px;
	margin: 0;
	height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#header_login p span {
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif !important;
}




div#header_login a.button.my_newspaper,
div#header_login a.button.sign_out,
div#header_login a.button.save,
div#header_login a.button.edit_settings,
div#header_login a.button.admin,
div#header_login a.button.norm_mode,
div#header_login a.button.sign_in,
div#header_login a.button.sign_up {
  position: absolute;
}

div#header_login div.button_row { margin: 0 0 0 -1px; }

div#header_login a.button.my_newspaper { margin: -3px 0 0 108px !important; }
div#header_login a.button.sign_out { margin: -3px 0 0 0 !important; }
div#header_login.newspaper a.button.sign_out { margin: -3px 0 0 0 !important; }
div#header_login a.button.save { margin: -3px 0 0 108px !important; }
div#header_login a.button.edit_settings { margin: -3px 0 0 108px !important; } 

div#header_login.admin a.button.sign_out { margin: -3px 0 0 0 !important; }
div#header_login.admin a.button.norm_mode { margin: -3px 0 0 -120px !important; }
div#header_login.admin a.button.admin { margin: 23px 0 0 -120px !important; }
div#header_login.admin a.button.edit_settings { margin: -3px 0 0 108px !important; }
div#header_login.admin a.button.my_newspaper { margin: -3px 0 0 108px !important; }

div#header_login a.button.sign_in { margin: -3px 0 0 0 !important; }
div#header_login a.button.sign_up { margin: -3px 0 0 108px !important; }


/* Main
------------------------------------------------------------------------------*/
div#footer {
	margin: 138px auto 0 -10px;
	padding: 0 0 25px 0;
	width: 940px;
	height: 36px;
	background-image: url('../images/skins/blue/bg_footer.jpg');
	clear: both;
}


body.admin div#footer, body.corporate div#footer {
	background-image: url('../images/skins/grey/bg_footer.jpg');
}

body.user div#footer {
	background-image: url('../images/skins/red/bg_footer.jpg');
}

div#header {
	margin: 0 auto 0 -10px;
	padding: 0 12px 0 18px;
	width: 910px;
	height: 122px;
	background-image: url('../images/skins/blue/bg_header.jpg');
	background-position: left bottom;
}

div#header div.logo.header a {
	background-image: url('../images/skins/blue/logo_ft_header.png');
}


body {
	
	background-repeat: no-repeat;
	background-position: 50% 0;
}

body.tb_window {
	background-image: none;
	background-color: #fff !important;
}


body.user {
	/*background-image: url('../images/skins/red/bg_header.jpg');*/
}
body.user div#header {
	background-image: url('../images/skins/red/bg_header.jpg');
}


body.user div#header div.logo.header a {
	background-image: url('../images/skins/red/logo_ft_header.png')
}

body.user div#header_login {
	background-image: url('../images/skins/red/bg_header_login.png');
}

body.user div#header_login div.button_row a.button {
	background-image: url('../images/skins/red/bt_header_login.png') !important;
}


body.admin div#header,
body.corporate div#header {
	background-image: url('../images/skins/grey/bg_header.jpg') !important;
}

body.admin div#header div.logo.header a,
body.corporate div#header div.logo.header a {
	background-image: url('../images/skins/grey/logo_ft_header.png')
}

body.admin div#header_login,
body.corporate div#header_login {
	background-image: url('../images/skins/grey/bg_header_login.png');
}

body.admin div#header_login div.button_row a.button,
body.corporate div#header_login div.button_row a.button{
	background-image: url('../images/skins/grey/bt_header_login.png') !important;
	
}


div#header div.details {
	width: 905px;
	padding: 0 0 0 0px;
	min-height: 32px;
	clear: both;
}

div#header div.details a {
	color: #ffffff;
}

div#header div.details a:link, div#header div.details a:visited {
	text-decoration: none;
}

div#header div.details a:hover, div#header div.details a:active {
	text-decoration: underline;
}

div#header div.details ul.details_1 {
	padding: 11px 4px 0 0;
	float: left;
	position: absolute;
}

div#header div.details ul.details_2 {
	padding: 11px 4px 0 0;
	margin-left: 1000px;
}

div#header div.logo.header {
	width: 220px;
	padding: 20px 0 0 0;
}


div#header div.logo.header a {
	display: block;
	width: 220px;
	height: 52px;
}

div#ad_space_1 {
	padding: 0 0 7px 0;
	width: 728px;
	height: 90px;
	overflow: hidden;
	float: left;
}

div#header_login {
	width: 230px;
	height: 80px;
	background-image: url('../images/skins/blue/bg_header_login.png');
	background-position: bottom;
	position: absolute;
	margin-left: 678px;
	padding: 5px 0 0 5px;
}


/* Page Menu
------------------------------------------------------------------------------*/
div#page_menu {
	width: 930px;
	height: 59px;
	margin: 0 auto 7px 0;
	font-size: 110%;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	overflow: hidden;
}

div#page_menu a {
	display: block;
	text-decoration: none;
	width: 113px;
	height: 18px;
	padding: 8px 0 0 8px;
	overflow: hidden;
}

div#page_menu a:link,
div#page_menu a:visited {
	color: #666666;
	background-color: inherit;
  background-position: 0 0;
}

div#page_menu a:hover,
div#page_menu a:active,
div#page_menu li.active a {
	background-position: bottom left !important;
	color: #ffffff;
}

div#page_menu li {	
	float: left;
	display: block;
	width: 115px;
	height: 22px;
}

div#page_menu li.item_1 a {
	background-image: url('../images/tabs/01.png');
}
div#page_menu li.item_2 a {
	background-image: url('../images/tabs/02.png');
}
div#page_menu li.item_3 a {
	background-image: url('../images/tabs/03.png');
}
div#page_menu li.item_4 a {
	background-image: url('../images/tabs/04.png');
}
div#page_menu li.item_5 a {
	background-image: url('../images/tabs/05.png');
}
div#page_menu li.item_6 a {
	background-image: url('../images/tabs/06.png');
}
div#page_menu li.item_7 a {
	background-image: url('../images/tabs/07.png');
}
div#page_menu li.item_8 a {
	background-image: url('../images/tabs/08.png');
}


div#page_menu li.item_9.active a, div#page_menu li.item_9 a:hover, div#page_menu li.item_9 a:active,
div#page_menu li.item_10 a:hover, div#page_menu li.item_10 a:active, div#page_menu li.item_10.active a,
div#page_menu li.item_11 a:hover, div#page_menu li.item_11 a:active, div#page_menu li.item_11.active a,
div#page_menu li.item_12 a:hover, div#page_menu li.item_12 a:active, div#page_menu li.item_12.active a,
div#page_menu li.item_13 a:hover, div#page_menu li.item_13 a:active, div#page_menu li.item_13.active a,
div#page_menu li.item_14 a:hover, div#page_menu li.item_14 a:active, div#page_menu li.item_14.active a,
div#page_menu li.item_15 a:hover, div#page_menu li.item_15 a:active, div#page_menu li.item_15.active a,
div#page_menu li.item_16 a:hover, div#page_menu li.item_16 a:active, div#page_menu li.item_16.active a {
	color: #fff !important;  
  margin: 0 !important;
}

div#page_menu li.item_9 a { background-image: url('../images/tabs/09.png'); height: 18px !important; padding: 12px 0 0 9px; }
div#page_menu li.item_10 a { background-image: url('../images/tabs/10.png'); height: 18px !important; padding: 12px 0 0 9px; }
div#page_menu li.item_11 a { background-image: url('../images/tabs/11.png'); height: 18px !important; padding: 12px 0 0 9px; }
div#page_menu li.item_12 a { background-image: url('../images/tabs/12.png'); height: 18px !important; padding: 12px 0 0 9px; }
div#page_menu li.item_13 a { background-image: url('../images/tabs/13.png'); height: 18px !important; padding: 12px 0 0 9px; }
div#page_menu li.item_14 a { background-image: url('../images/tabs/14.png'); height: 18px !important; padding: 12px 0 0 9px; }
div#page_menu li.item_15 a { background-image: url('../images/tabs/15.png'); height: 18px !important; padding: 12px 0 0 9px; }
div#page_menu li.item_16 a { background-image: url('../images/tabs/16.png'); height: 18px !important; padding: 12px 0 0 9px; }

/*----------------------------------------------------------------------------*/

/* Page Content
------------------------------------------------------------------------------*/
div#page_content {
	width: 940px;
	margin: 0 auto 0 0;
	padding-bottom: 138px;
}


div#cc_1, div#cc_2, div#cc_3, div#cc_4 {
	float: left;
	min-height: 550px;
}

div#cc_1 {
	width: 113px;
	padding-right: 3px;
}

div#cc_4 {
	width: 120px;
}


div#cc_2, div#cc_3 {
	width: 342px !important;
	padding-right: 3px;
	padding-bottom: 5px;
}

div.module {
	display: block;
	width: 342px;
	background-color: #f6f5f5;
	background-image: url('../images/bg_module.png');
	background-repeat: repeat-x;
	margin: 0 0 10px 0;
	cursor: move;
}

div.triple_module {
	margin-bottom: 10px;
	background-image: url('../images/bg_triple_module_repeat.png');
	background-repeat: repeat-y;
}

div.triple_module div.module {
	background-image: none;
	margin: 0 0 0 0;
}


div#triple_module_tabs {
	height: 24px;
	width: auto;
	border-bottom: 1px dotted #426fa1;
	background-color: #424242;
	background-image: url('../images/bg_triple_tabs.png');
}

div#triple_module_tabs ul li a {
	display: block;
	width: 99px;
	height: 17px;
	padding: 7px 5px 0 9px;
	text-decoration: none;
  background-position: right;
	color: #fff !important;
}
div#triple_module_tabs ul li.tab_1 a {
  /*width: 107px;*/
	width: 100px;
}
div#triple_module_tabs ul li.tab_2 a {
  /*width: 109px;*/
	width: 101px;
}
div#triple_module_tabs ul li.tab_3 a {
  /*width: 108px;*/
	width: 99px;
}

div#triple_module_tabs ul li {
	float: left;
}

div#triple_module_tabs ul li a:hover,
div#triple_module_tabs ul li a:active,
div#triple_module_tabs ul li a.on {
  background-image: url('../images/bg_triple_tab_active.png');
}


div#triple_module_tabs ul li.tab_3 a:hover,
div#triple_module_tabs ul li.tab_3 a:active,
div#triple_module_tabs ul li.tab_3 a.on {
  background-image: url('../images/bg_triple_tab_active_alt.png');
  
}



div#triple_container {
	
	background-image: url('../images/bg_triple_module_top.jpg');	
	min-height: 200px;
	padding-bottom: 0 !important;
	/*background-position: bottom;*/
	/*background-image: url('../images/bg_triple_footer.png');*/
}

div#triple_container_footer {
	overflow: hidden;
	height: 1px;
	width: 100%;
	background-color: inherit;
	margin: -1px 0 0 0 !important;
	padding: 0 !important;
	background-color: #424242;
}

div.triple_module div.module div.story p.summary {
	border-top: 1px dotted #87a0b3;
}

div.triple_module div.short_news div.news_item {
	border-bottom: 1px dotted #87a0b3;
}

div.triple_module div.module h3.first {
	line-height: 1.1em !important;
	margin-top: -13px;
	font-size: 210% !important;
}
div.triple_module div.module h3 a, div.triple_module p.summary a {
	color: #fff !important;
}

div.triple_module div.module {
	color: #fff;
	background-color: transparent !important;
	
	width: 340px;
	min-height: 200px;

	border-left: 1px solid #636363;
	border-right: 1px solid #636363;
	
}

div.triple_module div.header_bar {
	padding-top: 4px;
	background-color: transparent;
	border-bottom: none;
}
div.triple_module div.header_bar h2 { 
	display: none;
}

div.triple_module div.module div.story h3 {
	color: #ffffff !important;
}

div.triple_module div.module div.story p.info {
	color: #fff;
}

div.triple_module div.module a:link,
div.triple_module div.module a:visited {
	color: #475e77;
}

div.triple_module div.module a:hover,
div.triple_module div.module a:active {
	color: #fb9d09;
}

div.triple_module div.short_news div.header_bar {
	padding-top: 0;
	background-image: url('../images/bg_short_news_header.png');
	background-color: transparent;
}

div.triple_module div.short_news div.header_bar div {
	
}

div.short_news div.news_item h3 a {
	font-size: inherit !important;
	font-weight: inherit !important;
  padding-left: 0 !important;
}


div.module div.news_item div.image {
	display: block;
	float: left;
	padding: 13px 0 8px 8px;
}

div.module div.news_item div.portrait {
	padding: 13px 0 8px 44px;
}

div.triple_module div.module div.news_item.first div.image {
	padding: 0 0 0 8px !important;
}

div.triple_module div.module div.news_item.first div.image.portrait {
	padding: 0 0 8px 44px !important;
}

div.triple_module div.module div.story {
	border-bottom: 1px dotted #87a0b3;
}

div.module div.story {
	display: block;
	padding: 10px 8px 5px 8px;
	border-bottom: 1px dotted #d6d6d6;
}

div.module div.news_item.last div.story,
div.module div.news_item.last_main div.story {
	border-bottom: none;
}

div.module div.story.has_image {
	padding: 10px 8px 5px 122px;
}

div.module a {
	color: #666;
}

div.module h3 a {
	color: #000;
}

div.module a:link, div.module a:visited {
	text-decoration: none;
}

div.module a:hover, div.module a:active {
	text-decoration: underline;
}

div.module div.story h3 {
	font-size: 140%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
}

div.module div.story p.info {
	color: #666;
	font-size: 10px;
	padding: 0 0 7px 0;
	margin: 0;
}

div.module div.story p.summary {
	padding: 7px 0 0 0;
	border-top: 1px dotted #d6d6d6;
	font-size: 10px;
}


div.header_bar {
	width: auto;
	background-position: top left;
	background-image: url('../images/bg_header_bar.png');
	background-color: #f3f3f3;
	border-bottom: 1px dotted #d5d5d5;
}

div.triple_module div.header_bar {
	background-image: none;
}
div.triple_module div.header_bar div {
	background-image: none;
}

div.header_bar div {
	padding-top: 7px;
	width: auto;
	height: 17px;
	background-position: top right;
	
}

div.header_bar a {
	text-decoration: none;
	font-weight: bold;
}

div.header_bar a:link, div.header_bar a:visited {
	color: #ccc;
}

div.header_bar a:active, div.header_bar a:hover {
	color: #f29400;
}

div.header_bar a, h2 {
	float: left;
	margin-left: 8px;
}


div.module div.header_bar h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}


div.header_bar a.icon {
	display: block;
	width: 9px;
	height: 9px;
	float: left;
}

div.header_bar a.icon.delete {
	background-image: url('../images/icons/cross_light_grey_matte.png');
}
div.triple_module div.header_bar a.icon.delete {
	background-image: url('../images/icons/cross_dark_blue_matte.png');
}

div.header_bar a.icon.plus {
	background-image: url('../images/icons/plus_light_grey_matte.png');
}
div.triple_module div.header_bar a.icon.plus {
	background-image: url('../images/icons/plus_blue_matte.png');
}

div.header_bar a.icon.minus {
	background-image: url('../images/icons/minus_light_grey_matte.png');
}
div.triple_module div.header_bar a.icon.minus {
	background-image: url('../images/icons/minus_blue_matte.png');
}

div.header_bar a.icon:link, div.header_bar a.icon:visited {
	background-position: 0 0;
}

div.header_bar a.icon:hover, div.header_bar a.icon:active {
	background-position: 0 -9px;
}

div.header_bar a.icon span {
	display: none;
}

div.header_bar ul {
	display: block;
	float: right;
	padding: 0 6px 0 0;
	margin-top: -3px;
}


div.header_bar ul li {
	width: 18px;
	height: 16px;
	display: block;
	float: left;
	cursor: pointer;
}

div.header_bar ul li a {
	display: block;
	width: 16px;
	height: 16px;
	padding: 0 !important;
	margin: 0 !important;
	cursor: pointer;
}

div.header_bar ul li img {
	position: absolute;
}


div#triple_container .ui-selected {
	background-image: url('../images/drop_target_triple.png') !important;
}

.ui-selected {
	height: 110px;
	background-image: url('../images/drop_target.png');
	background-repeat: no-repeat;
}


div.inline_ad {
	border: 1px solid #f2f2f2;
	padding: 20px;
}

div.short_news {
	min-height: 25px;
}

div.short_news div.news_item {
	height: 28px;
	padding: 0 7px 0 7px;
	border-bottom: 1px dotted #d5d5d5;
}


div.short_news div.news_item h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding: 9px 0 9px 0; margin: 0;	
}

div.short_news div.news_item h3 a {
	font-size: 10px;
	font-weight: normal;
	padding-left: 8px;
}

div.short_news div.header_bar {
	background-image: none;
	background-position: 45px 11px;
	background-color: #f6f5f5;
	height: 13px;
	background-image: url('../images/bg_short_news_header_white.png');
	border-bottom: none;
	margin: -7px 0 0 0;
}
div.short_news div.header_bar div {
	background-image: none;
}


div.ft_buttons {
	height: 18px;
	margin-top: -7px;
}

div.short_news div.ft_buttons {
	margin-top: 0 !important;
}

a.ft_icon {
	display: block;
	width: 18px;
	height: 18px;
	cursor: pointer;
	float: left;
}

a.ft_icon.buddy {	background-image: url('../images/icons/buddy_white_matte.png'); }
a.ft_icon.forum {	background-image: url('../images/icons/forum_white_matte.png'); }
a.ft_icon.key {	background-image: url('../images/icons/key_white_matte.png'); }



a.ft_icon.clipboard {	background-image: url('../images/icons/clipboard.png'); background-position: 0 0 !important; }
a.ft_icon.clipboard.remove {	background-image: url('../images/icons/clipboard_tick.png') !important;; background-position: 0 0 !important; }

div.triple_module a.ft_icon.buddy {	background-image: url('../images/icons/buddy_blue_matte.png') !important; }
div.triple_module a.ft_icon.forum {	background-image: url('../images/icons/forum_dark_grey_matte.png'); }
div.triple_module a.ft_icon.key {	background-image: url('../images/icons/key_dark_grey_matte.png'); }


a.ft_icon.twitter {	background-image: url('../images/icons/twitter_white_matte.png'); margin-right: -2px; }
a.ft_icon.facebook {	background-image: url('../images/icons/facebook_white_matte.png'); margin-right: -2px; }

div.triple_module a.ft_icon.twitter {	background-image: url('../images/icons/twitter_blue_matte.png'); margin-right: -1px; }
div.triple_module a.ft_icon.facebook {	background-image: url('../images/icons/facebook_blue_matte.png'); margin-right: -1px; }

a.ft_icon:link, a.ft_icon:visited {
	background-position: 0 0;
}

a.ft_icon:hover, a.ft_icon:active {
	background-position: 0 -18px;
}

a.ft_icon span {
	display: none;
}

div.short_news div.ft_buttons {
	padding-top: 4px;
	float: right;
}


div#news_buddy_bar div.content {
	padding-top: 2px;
}

div#news_buddy_bar div.content {
  background-repeat: repeat-x;
  /*min-height: 453px;*/
}


div#news_buddy_bar div.header_bar {
  color: #fff;
  background-image: url('../images/bg_buddy_header_bar.png');
}

div#news_buddy_bar div.header_bar a:link,
div#news_buddy_bar div.header_bar a:visited {
  color: #82a4f0;
}

div#news_buddy_bar div.header_bar a:hover,
div#news_buddy_bar div.header_bar a:active {
  color: #fff;
}

div#news_buddy_bar div.content div.nb_element img {
  position: absolute;
}

div#news_buddy_bar div.content div.nb_element {
  border-bottom: 1px dotted #d6d6d6;
  overflow: hidden;
  margin: 0 0 1px 0;
  padding: 7px 5px 0 5px !important;
  height: 76px !important;
  cursor: pointer;
}



div#news_buddy_bar div.content div.nb_element p.header {
  font-size: 100%;
  margin: -1px 0 0 0;
  padding: 0 0 0 41px;
  height: 37px;
  width: 50px;
  line-height: 110%;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  
}

div#news_buddy_bar div.content div.nb_element.invite p.header {
  width: 85px;
}

div#news_buddy_bar div.content div.nb_element.story p.header {
  color: #002041 !important;
  position: absolute;
}

div#news_buddy_bar div.content div.nb_element.hl {
  background-image: url('../images/bg_buddy_invite.png') !important;
}
div#news_buddy_bar div.content div.nb_element.hl p.header,
div#news_buddy_bar div.content div.nb_element.hl p.title {
  color: #fff !important;
}

div#news_buddy_bar div.content div.nb_element {
  background-image: url('../images/bg_buddy_message.png');
}

div#news_buddy_bar div.nb_element.hl a.bt.close {
  background-image: url('../images/icons/cross_blue_matte.png') !important;
}

div#news_buddy_bar div.nb_element a.bt.close {
  background-image: url('../images/icons/cross_medium_grey_matte.png') !important;
}

div#news_buddy_bar div.content div.nb_element.invite p.name {
  font-size: 110%;
  font-weight: bold;
  clear: both;
  padding: 0 0 3px 0;
  margin: 38px 0 0 0;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
}

div#news_buddy_bar div.content div.nb_element.story p.title {
  line-height: 110%;
  font-size: 100%;
  clear: both;
  padding: 0px 0 3px 0;
  margin: 43px 0 0 0;
  width: 106px;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
	color: #002041;
}

div#news_buddy_bar div.content div.nb_element.story p.title a {
  color: #002041;
}

div#news_buddy_bar div.content div.nb_element.story p.title a:link,
div#news_buddy_bar div.content div.nb_element.story p.title a:visited {
  text-decoration: none;
}

div#news_buddy_bar div.content div.nb_element.story p.title a:hover,
div#news_buddy_bar div.content div.nb_element.story p.title a:active {
  text-decoration: underline;
}

div#news_buddy_bar div.content div.nb_element.invite {
  padding: 10px 5px 12px 7px;
  color: #fff;
  background-image: url('../images/bg_buddy_invite.png');
  height: 77px;
}

div#news_buddy_bar div.content div.nb_element.story {
  padding: 1px 5px 10px 7px;
  height: 63px;
}

div#news_buddy_bar div.content div.nb_element_buttons {
  text-align: center;
  padding: 0 0 0 0;
  position: absolute;
  margin: 58px 0 0 0;
  width: 102px;
}

div#news_buddy_bar div.content div.nb_element_buttons a {
  font-size: 90%;
  padding: 0 5px 0 5px;
  color: #fff;
  font-weight: bold;
}

div#news_buddy_bar div.content div.nb_element_buttons a:link,
div#news_buddy_bar div.content div.nb_element_buttons a:visited {
  text-decoration: none;
}

div#news_buddy_bar div.content div.nb_element_buttons a:hover,
div#news_buddy_bar div.content div.nb_element_buttons a:active {
  text-decoration: underline;
}


div#news_buddy_bar div.nb_element.story a.bt.close {
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  margin: 1px 0 0 94px;
  z-index: 100;
  background-image: url('../images/icons/cross_light_grey_matte.png');
}

div#news_buddy_bar div.nb_element.story a.bt.close:link,
div#news_buddy_bar div.nb_element.story a.bt.close:visited {
  background-position: 0 0;
}

div#news_buddy_bar div.nb_element.story a.bt.close:hover,
div#news_buddy_bar div.nb_element.story a.bt.close:active {
  background-position: 0 -9px;
}

div#news_buddy_bar div.nb_element.story a.bt.close span {
  display: none;
}


body.view_nb_story a.bt.close, a.bt.close_nb_send {
  display: block;
  width: 16px;
  height: 16px;
  background-position: center;
  background-image:url(../images/icons/cross_white_matte.png);
  position: absolute;
  margin: 0px 0 0 460px;
}

a.bt.close_nb_send {
  margin: -10px 0 0 480px;
}

body.view_nb_story a.bt.close span, a.bt.close_nb_send span {
  display: none;
}

div#news_buddy_bar div.nb_element.story p.title a {
	text-decoration: none !important;
}

div.view_nb_story {
	background-color: #fff;
}

/* News in Pictures
------------------------------------------------------------------------------*/
div.news_in_pictures {
	padding: 8px 6px 8px 0;
	margin-left: 6px;
	width: 322px;
	height: 176px;
	overflow: hidden;
	border-bottom: 1px dotted #d5d5d5;
}

div.news_in_pictures div.image_container {
	width: 50000px !important;
	height: 176px !important;
  /*overflow-y: auto;*/
}

div.news_in_pictures div.image_holder {
	padding: 0;
	margin: 0;
	float: left;
	
}

div.news_in_pictures img {
	margin-right: 7px;
	display: none;
}


div.news_in_pictures div.caption {
	background-color: #000;
	margin: 2px 0 0 0;
	height: 20px;
	width: 328px;
	padding-top: 7px;
	position: absolute;
	display: none;
}


div.news_in_pictures div.caption_wrapper {
	position: absolute;
	background-color: #000;
	margin-top: -30px;
	width: 328px;
	height: 32px;
}


div.news_in_pictures div.caption span {
	color: #ffffff;
	height: 23px;
	width: 328px;
	background-repeat: repeat;
	margin: 0px 0 0 0;
	padding: 1px 0 0 0;
	font-size: 11px;
	font-weight: normal;
	position: absolute;
	z-index: 150;
}

div.news_in_pictures div.navigation {
	margin: -36px 0 0 0;
	position: static;
}

div.news_in_pictures div.navigation a {
	display: block;
	width: 30px;
	height: 25px;
  padding-top: 7px;
	position: absolute;
	z-index: 175;
	background-position: center center;
}

div.news_in_pictures div.navigation a span { display: none; }

div.news_in_pictures div.navigation a.prev {
	margin: 6px 0 0 0px;
	background-image: url('../images/icons/left_arrows.png');
}

div.news_in_pictures div.navigation a.next {
	margin: 6px 0 0 298px;
	background-image: url('../images/icons/right_arrows.png');
}

div.news_in_pictures span a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: inherit;
	height: 23px;
	width: 328px;
}
/*----------------------------------------------------------------------------*/


/* User Settings Menu
------------------------------------------------------------------------------*/

div#user_settings_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*width: 596px;*/
	width: 697px;
	height: 42px;
	margin: 0 0 0 -4px;
	padding: 40px 0 20px 0;
	background-image: url('../images/bg_user_settings_menu.png');
	background-repeat: repeat-x;
}

div#user_settings_menu.corporate {
	width: 940px;
}

div#user_settings_menu ul {
	margin: 0 0 0 0px;
}

div#user_settings_menu li {
	float: left;
}

div#user_settings_menu li a {
	float: left;
	display: block;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	background-image: url('../images/tab_user_settings_left.png');
	background-position: top left;
	padding: 22px 9px 0 9px;
	width: 97px;
	height: 20px;
}

div#user_settings_menu.corporate li a {
	width: 114px;
	font-size: 11px;
}

body.admin div#user_settings_menu li a {
	background-image: url('../images/tab_admin_settings_left.png');
}

div#user_settings_menu.admin {
	width: 940px !important;
	margin-top: -30px;
}

div#user_settings_menu.admin li a {
	width: 84px !important;
}

div#user_settings_menu li {
	padding: 0;
	margin: 0 1px 0 0;
	display: block;
	background-image: url('../images/tab_user_settings_right.png');
	background-position: top right;
}

body.admin div#user_settings_menu li {
	background-image: url('../images/tab_admin_settings_right.png');
}

div#user_settings_menu li:hover a { background-position: left -42px; color: #fff; }
div#user_settings_menu li:hover { background-position: right -42px; }

div#user_settings_menu li.current a,
body.status div#user_settings_menu li.status a,
body.sample_feeds div#user_settings_menu li.sample_feeds a
{ background-position: left -84px !important; color: #fff; }

div#user_settings_menu li.current,
body.status div#user_settings_menu li.status,
body.sample_feeds div#user_settings_menu li.sample_feeds
{ background-position: right -84px !important; }

/*----------------------------------------------------------------------------*/

div#main {
	width: 807px;
	float: left;
}

div#main div.box {
	margin: 0 auto 0 auto;	
	border: 3px solid #d6d6d6;
}

div#main div.box.form {
	width: 500px;
}

div#main div.box.text {
	width: 472px;
	padding: 12px 14px 12px 14px;
}

div#main div.box.text div.button_row {
	width: 472px;
	text-align: center;
	height: 27px;
}

div#main div.box.text div.button_row a {
	margin: 0 auto 0 176px;
	width: 120px;
}

div.button_row.admin {
	margin: 0;
	padding: 0;
	height: 40px;
	float: left;
}

/* Forms
------------------------------------------------------------------------------*/
form.standard {
	color: #000;
	background-color: #fff;
	font-size: 110%;
	padding: 12px 14px 12px 14px;
}

form.standard p {
	/*  */
	

	font-size: 11px;
	padding: 0 0 0 0.9em;
	margin: 0 0 0.6em 0;
	color: #000;
}

form.standard label {
	width: 122px;
	margin-left: -120px;
	float: left;
	font-weight: normal;
	padding: 0.3em 0.5em 0 0;
	text-align: right !important;
}

form.standard label.radio,
form.standard label.checkbox {
	font-weight: normal;
	font-size: 10px;
	margin: 0;
	float: none;
}


form.standard.admin input.radio {
	margin: 0 10px 0 10px;
}


form.standard div.checkbox label {
	position: absolute;
	margin: 3px 0 0 2px;
	width: 310px;
	text-align: left !important;
}

form.standard div.checkbox.two_lines {
	height: 38px;
	line-height: 120%;
}
	
form.standard label span.required {
	display: none;
	color: #FF0000;
	width: 0.6em;
	position: absolute;
	margin: 0 0 0 -0.6em;
}

form.standard div.buttons {
	background-image: none;
	padding: 5px 0 0 135px;
}

form.standard div.buttons input {
	width: auto;
}

form.standard input.file {
	width: 150px;
}

form.standard div input, form div textarea {
	width: 96%;
}

form.standard input.radio,
form.standard input.checkbox {
	width: auto;
}

form.standard input.file {
	margin-left: 15px;
	width: 230px;
}

form.standard div {
	clear: both;
	display: block;
	padding-left: 12em;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background-image: url('../images/div_form_field.png');
	background-position: 105px bottom;
	/*background-position: 118px bottom;*/
}

form.standard.admin div {
	background-position: 138px bottom;
}

form.standard div.full {
	padding-left: 0em;
}

form.standard div.opening {

	padding: 0;
	margin: 0 0 1em 0;
	border: none;

}


form.standard span.error {
	color: #ff0000;
	display: block;
	margin: 5px 0 0 10px;
	font-size: 11px;
}

form.standard span.caption {
	color: #666;
	font-size: 0.9em;
	display: block;
	padding: 0.4em 0 0 0;
}


form.standard fieldset {
	padding: 0.9em	0 0 0;
	margin: 0 0 1em 0;
}

form.standard fieldset legend {
	font-weight: bold;
	width: inherit;
	color: #668A6E;
	font-size: 14px;
}

form.standard fieldset legend span {
	display: block;
	width: 37.2em;
	border-bottom: 1px solid #ccc;
	padding: 0.5em 0 0.7em 0.1em;
	margin: 0 !important;
}


span.required_field {
	color: #ff0000;
	font-size: 180%;
	vertical-align: bottom;
	display: block;
	padding: 0.25em 0.05em 0 0;
	display: none;
}

form.standard label span.required_field {
	font-size: 150%;	
	margin-left: -0.6em;
	padding: 0;
	width: 0.8em;
}

/*----------------------------------------------------------------------------*/

/* Page Settings
------------------------------------------------------------------------------*/

div#page_cats {
	float: left;
	width: 105px;
}

div#page_cats.publishers {
	padding-top: 32px;
}

div#page_cats li {
	padding: 10px 0 8px 0;
	border-top: 1px solid #a9a9a9;
}

div#page_cats li a {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

div#page_cats li a:link, div#page_cats li a:visited {
	color: #b5b5b5;
}

div#page_cats li a:hover,
div#page_cats li a:active,
div#page_cats li a.active {
	color: #000 !important;
}


div#page_selection {
	width: 488px;
	float: left;
	margin-left: -12px;
}



div#page_selection hr.breaker {
	margin: 0 0 11px 14px;
	clear: both;
	color: #fff;
	padding-top: 12px;
	border: none;
	border-bottom: 1px solid #a9a9a9;
}




div#page_selection div#main_pages {

}

div#page_selection div#all_pages {
	clear: both;
	height: 400px;
}





div#page_selection li {
	display: block;
	float: left;
	width: 220px;
	height: 18px;
	padding: 8px 0 4px 0;
	margin: 0 0 0 14px;
	border-bottom: 1px dotted #c5c5c5;
}

div#page_selection ul {
	margin-top: -0px;
}

div#page_selection li.first, div#page_selection li.row_two_top {
	padding: 8px 0 4px 0;
	border-top: 1px dotted #c5c5c5;
}

div#page_selection li * {
	vertical-align: middle;
}

div#page_selection li label {
	margin-left: 8px;
}



div.helper {
  display: none;
}



div#page_helper img {
	margin: 0px 0 0 0px;
	position: absolute;
}

div#page_helper {
	width: 268px;
	height: 366px;
	margin: -8px 0 0 444px;
	position: absolute;
	z-index: 100;
}

div#select_page_helper {
	width: 268px;
	height: 83px;
	margin: -7px 0 0 96px;
	position: absolute;
	z-index: 101;
}

div#tick_categories_helper {
	width: 268px;
	height: 400px;
	margin: -7px 0 0 329px;
	position: absolute;
	z-index: 102;
}

div#pub_sort_helper {
	width: 174px;
	height: 400px;
	margin: -7px 0 0 626px;
	position: absolute;
	z-index: 102;
}

div#helper_switch {
	margin: -17px 0 0 834px;
	position: absolute;
}

div#helper_switch {
	padding-bottom: 5px;
}

div#helper_switch a:link, div#helper_switch a:visited {
	text-decoration: none;
}

div#helper_switch a:hover, div#helper_switch a:active {
	text-decoration: underline !important;
}

div#selection_status {
	font-size: 14px;
	color: #797979;
	height: 30px;
	padding-left: 126px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

div#selection_status.pages {
	padding-left: 0 !important;
}

div#selection_status strong {
	color: #a71601;
}




div#cat_level_1, div#cat_level_2, div#cat_level_3 {
	float: left;
	background-image: url('../images/bg_category_list.png');
	background-position: top right;
	min-height: 399px;
	background-color: #fff;
}

div#cat_level_2.publishers {
	background-image: url('../images/bg_category_list_wide.png');
}

div#cat_level_2.publishers div.cat_pubs,
div#cat_level_2.publishers div.header,
div#cat_level_2.publishers div#suggest_a_feed {
  display: none;
}

div#cat_level_3.publishers {
	background-image: url('../images/bg_category_list_narrow.png');
}

div#cat_level_1 {
	width: 230px;
	padding-left: 7px;
	float: left;
}

div#cat_level_2, div#cat_level_3 {
	width: 230px;
	padding-left: 3px;
}

div#cat_level_2.publishers {
	width: 280px;
}

div#cat_level_3 {
	width: 225px;
	background-image: url('../images/bg_category_list_225.png');
}

div#cat_level_3.publishers {
	width: 175px;
}

div#cat_level_1 div.header, div#cat_level_2 div.header {
	height: 26px;
	border-bottom: 6px solid #fff;
}

div#cat_level_1 div.header p,
div#cat_level_2 div.header p {
	height: 20px;
	border-bottom: 1px dotted #d5d5d5;
	padding: 6px 0 0 7px;
}
div#cat_level_1 div.header p strong,
div#cat_level_2 div.header p strong {
	font-weight: bold;
}

a#open_keywords {
	margin: 3px 0pt 0pt 252px;
	display: block;
	width: 30px;
	height: 20px;
	position: absolute;
	z-index: 150;
}

div#cat_level_2 div.header {
	background-image: url('../images/icons/key_solo_white_matte.png');
	background-position: 253px 2px;
}

div#cat_level_1 ul, div#cat_level_2 ul, div#cat_level_3 ul {
	background-color: #fff;
	display: none;
}



div#cat_level_1 ul, div#cat_level_2 ul, div#cat_level_3 ul {
	position: absolute;
	border-top: 1px dotted #c5c5c5;
}

div#cat_level_1 ul li, div#cat_level_2 ul li, div#cat_level_3 ul li {
		display: block;
		width: 230px;
		height: 18px;
		padding: 7px 0 4px 0;
		margin: 0 0 0 0;
		border-bottom: 1px dotted #c5c5c5;
}

div#cat_level_2.publishers ul li,
div#cat_level_3.publishers ul li {
	width: 280px;
}


div#cat_level_1 ul li span, div#cat_level_2 ul li span, div#cat_level_3 ul li span {
	padding: 3px 0 0 0px;
	height: 16px;
	display: block;
}

div#cat_level_1 ul li img,
div#cat_level_2 ul li img,
div#cat_level_3 ul li img {
	margin: 2px 5px 0 0;
	float: left;
}

div#cat_level_2 div.header p {
	width: 205px;
	padding-right: 29px;
	overflow: visible;
}

div#cat_level_2.publishers div.header p {
	width: 244px;
}

ul.guide {
	position: static !important;
	border-bottom: 1px dotted #000;
	background-color: #f3f3f3 !important;
}

ul.publisher_selection {
	margin: 0 0 0 16px;
	position: absolute !important;
	width: 262px;
	height: 150px;
  background-color: transparent !important;
}

ul.publisher_selection li {
	height: 19px !important;
	width: 239px !important;
	display: block;
	background-color: transparent !important;
	border: none !important;
	cursor: move !important;
}

ul.publishers_available li {
	cursor: move !important;
	width: 262px !important;
}

ul.publishers_available {
	min-height: 264px;
	background-color: green;
	position: static !important;
}

div#cat_level_1 ul li *, div#cat_level_2 ul li *, div#cat_level_3 ul li * {
	vertical-align: middle;
	line-height: 14px;
}

div#cat_level_1.publishers_conf ul li * {
	vertical-align: top !important;
}

div#cat_level_1.publishers_conf ul li {
	
}

div#cat_level_1 li label, div#cat_level_2 li label, div#cat_level_3 li label {
	margin-left: 8px;
}

div#cat_level_1 ul li a,
div#cat_level_2 ul li a,
div#cat_level_3 ul li a {
	padding: 0 10px 0 0;
	display: block;
	width: 199px;
	height: 29px;
	background-image: url('../images/icons/right_arrows_white_matte.png');
	background-position: 194px 10px;
	position: absolute;
	z-index: 150;
	margin: -7px 0 0 20px;

}



div#cat_level_1 ul li a.select_only,
div#cat_level_2 ul li a.select_only,
div#cat_level_3 ul li a.select_only {
	background-position: 205px -50px;
}

div#cat_level_1 ul li a span, div#cat_level_2 ul li a span, div#cat_level_3 ul li a span {
	display: none;
}

div#cat_level_1 ul li.active,
div#cat_level_2 ul li.active,
div#cat_level_3 ul li.active {
	background-color: #f3f3f3;
}

/*----------------------------------------------------------------------------*/




table.general {
	border-collapse: collapse;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

table.general th, table.general td {
	border: 1px solid #ccc;
	padding: 5px;
}

table.general th {
	font-size: 12px;
	font-weight: bold;
	background-color: #F9F9F9;
	
	width: 200px;
}

table.general td {
	font-size: 11px;
	width: auto;
}

table.general {
	font-size: 11px;
	line-height: 130%;
	margin: 0 0 1.2em 0;
	width: 100%;
}


table.index {
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
	margin: 0 0 15px 0;
	background-color: #fff;
	font-family: Helvetica, Arial, sans-serif;
}

table.index tr.altrow {
	background-color: #f5f5f5;
}

table.index tr.search {
	background-color: #bee1ff;
}

table.index tr:hover,
.tr_hover {
	background-color: #feffe5 !important;
}

table.index th, table.index td {
	border: 1px solid #ccc;
	padding: 5px 6px 5px 6px;
}

table.index th {
	padding: 0 6px 0 0;
	background-image: url('../images/admin/bg_table_header.png') !important;
	background-position: 0 75%;
	background-repeat: repeat-x;
	color: #fff;
	background-color: #666;
	font-weight: bold;
}

table.index th a, table.index th span {
	/*background-image: url('../images/admin/icons/table_sort_faded.png') !important;*/
	background-position: right 6px;
	padding: 6px 6px 6px 6px;
	color: #fff;
	text-decoration: none;
	display: block;
}

table.index a.highlight {
	color: #ff0000 !important;
}



table.index th.asc a {
	background-image: url('../images/admin/icons/table_sort_asc.png') !important;
}

table.index th.desc a {
	background-image: url('../images/admin/icons/table_sort_desc.png') !important;
}


table.index th.col_title,
table.index th.col_name {
	width: auto;
}

table.index th.col_id {
	width: 50px;
}

table.index th.col_no {
	width: 100px;
}

table.index th.col_type,
table.index th.col_cat {
	width: 80px;
}

table.index th.col_datetime {
	width: 110px;
}

table.index th.col_price {
	width: 80px;
}

table.index th.col_visible {
	width: 20px;
}

table.index th.col_user {
	width: 150px;
}

table.index th.col_country {
	width: 50px;
}


table.index th.col_last_name {
	width: 200px;
}

table.index th.col_actions {
	padding: 0;
	width: 155px;
}

table.index th.col_actions.areas {
	padding: 0;
	width: 285px;
}

table.index th.col_actions.blocks {
	padding: 0;
	width: 230px;
}

table.index th.col_actions.small {
	width: 70px;
}

p.instructions {
	font-size: 120%;
	padding:10px;
	margin: 0 0 15px 0;
	border: 1px solid #ccc;
	background-color: #feffe5;
	line-height: 1.5;
}

p.instructions strong {
	font-weight: bold !important;
}

p#status {
	font-size: 12px;
	font-weight: bold;
	padding: 10px 10px 8px 30px;
	margin: 0 0 15px 0;
	line-height: 100%;
	background-repeat: no-repeat;
	background-position: 7px 7px;
	
	border: 1px dashed #009900;
	color: #006600;
	background-color: #ECFFEC;
	background-image: url('../images/admin/icons/info_green_matte.png');
}

p#status.error {
	border: 1px dashed #ff0000;
	color: #ff0000;
	background-color: #FFECEC;
	background-image: url('../images/admin/icons/error_red_matte.png');
}

p#status.information {
	border: 1px dashed #009900;
	color: #006600;
	background-color: #ECFFEC;
	background-image: url('../images/admin/icons/info_green_matte.png');
}

div#admin {
	padding-right: 20px;
}

div#admin a.icon {
	font-size:12px;
	display: inline-block;
	padding: 2px 2px 2px 20px;
	margin: 0 0 0 7px;
	background-position: 0 0;
	line-height: 100%;
}

/* This is for IE 6... */
div#admin a.icon span {
	background-image: none !important;
}

div#admin a.icon.delete {	background-image: url('../images/admin/icons/delete.png'); }
div#admin a.icon.edit {	background-image: url('../images/admin/icons/page_edit.png'); }
div#admin a.icon.photos {	background-image: url('../images/admin/icons/camera_edit.png'); }
div#admin a.icon.pdf {	background-image: url('../images/admin/icons/pdf.png'); }
div#admin a.icon.categories {	background-image: url('../images/admin/icons/categories.png'); }
a.icon.refresh {	background-image: url('../images/admin/icons/refresh.png'); }


h1.window_header {
	background-color: #eee;
	border-bottom: 1px dotted #666;
}

div.paging_nav {
	font-size: 12px;
	background-color: #f5f5f5;
	padding: 5px 10px 5px 10px;
	margin: 0 0 15px 0;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
}

div.paging_nav div.paging {
	color: #666;
	float: right;
	padding: 3px 0 0 0;
	margin: 0;
}

div.paging_nav p {
	padding: 0;
	margin: 0;
}

div.paging div {
	
	display: inline;
}

div.paging div.disabled {
	color: #666;
}

div.paging_nav strong {
	color: #a91a06;
}

div#aux_module_area {
	width: 400px;
	padding: 10px 0 0 0;
}



div.dialogue {
  /*z-index: 250;*/
	z-index: 3001;
}


div.dialogue.keywords {
	display: none;
	width: 416px;
	height: 361px;
	position: fixed;
	left: 50%;
	top: 50%;
	background-image: url('../images/bg_keywords.png');
	margin: -180px 0 0 -208px;
}



div.dialogue.keywords div {
	margin: 25px 0 0 25px;
	width: 366px;
	height: 311px
}

div.dialogue.keywords div h3 {
	font-size: 11px;
	padding: 8px 0 0 7px;
	height: 19px;
	background-color: #f3f3f3;
  width: 359px;
}

div.dialogue.keywords div h3 strong {
	font-weight: bold;
}

div.dialogue.keywords form {
	padding: 6px;
}

div.dialogue.keywords form textarea {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 6px;
	width: 342px;
	height: 223px;
	border: 1px solid #dddddd;
	border-top: 2px solid #dddddd;
}

div.dialogue.keywords div.button_row {
	margin: 0; padding: 6px 0 0 0;
}

div.dialogue a.bt.close {
	float: right;
	padding: 7px 2px 0 0;
}

div.dialogue a.bt.close,
div.nb_story a.bt.close {
  display: block;
  width: 16px;
  height: 16px;
  background-position: center;
  background-image:url(../images/icons/cross_white_matte.png);
}

div.nb_story a.bt.close {
  margin: -5px 0 0 411px; position: absolute;
}

div.dialogue.keywords a.bt.close {
  margin: 4px 4px 0 347px;
  padding: 0;
  position: absolute;
  background-image:url(../images/icons/cross_grey_matte.png);
}

div.dialogue a.bt.close span,
div.nb_story a.bt.close span {
  display: none;
}


div.dialogue.save,
div.dialogue.delete,
div.dialogue.cancel_account,
div.dialogue.notifications,
div.dialogue.nb_reply,
div.dialogue.nb_send,
div.dialogue.nb_view,
div.dialogue.group_rename,
div.dialogue.group_delete {
	width: 409px;
	height: 223px;
	position: fixed;
	left: 50%;
	top: 50%;
	background-image: url('../images/bg_save_changes.png');
	margin: -111px 0 0 -205px;
  display: none;
  background-color: transparent;
}

div.dialogue.save div,
div.dialogue.delete div,
div.dialogue.cancel_account div,
div.dialogue.group_rename div,
div.dialogue.group_delete div {
	margin: 25px 0 0 25px;
	width: 350px;
	height: 198px
}


/* Buddy nb_reply Dialogue
------------------------------------------------------------------------------*/

div.dialogue.nb_reply {
  width: 550px;
	height: 303px;
	background-image: url('../images/bg_nb_reply.png');
	margin: -151px 0 0 -275px;
}
div.dialogue.nb_reply div.container {
	width: 490px;
	height: 343px;
	margin: 25px 0 0 25px;
}

div.dialogue.nb_reply a.bt.close {
	position: absolute;
  z-index: 500;
	margin: 0 -10px 0 478px;
	padding: 5px 7px 0 0 !important;
}

div.dialogue.nb_reply iframe {
  position: absolute;
  width: 500px;
	height: 250px;
  overflow: hidden;
}
/*----------------------------------------------------------------------------*/


/* Buddy nb_send Dialogue
------------------------------------------------------------------------------*/
div.dialogue.nb_send {
  width: 550px;
	height: 343px;
	background-image: url('../images/bg_nb_send.png');
	margin: -171px 0 0 -275px;
}
div.dialogue.nb_send div.container {
	width: 490px;
	height: 343px;
	margin: 25px 0 0 25px;
}
div.dialogue.nb_send a.bt.close {
  z-index: 500;
}

div.dialogue.nb_send div.close_wrapper {
  height: 20px;
  width: 0; /*IE 7 needs this to be 0*/
  position: absolute;
  z-index: 500;
	margin: 0 -10px 0 0px;
  padding: 5px 7px 0 478px !important;
}

div.dialogue.nb_send iframe {
  position: absolute;
  width: 500px;
	height: 290px;
  overflow: hidden !important;
}
/*----------------------------------------------------------------------------*/

/* Buddy nb_view Dialogue
------------------------------------------------------------------------------*/
div.dialogue.nb_view {
  width: 550px;
	height: 221px;
	background-image: url('../images/bg_nb_view.png');
  margin: 0;
  left: -20px;
	top: -33px;
  position: absolute !important;
}
div.dialogue.nb_view div.container {
	width: 482px;
	height: 221px;
	margin: 25px 0 0 25px;
}

body.view_nb_story {
  padding: 0 0 0 15px;
}

body.view_nb_story div.nb_story {
  border: none;
  width: 460px;
  height: 143px;
  overflow: hidden !important;
}

body.view_nb_story div.nb_story p.summary {
  font-size: 110%;
  line-height: 130%;
  font-family: Arial, Helvetica, sans-serif;
}

div.dialogue.nb_view a.bt.close {
	margin: 0 -10px 0 0;
	padding: 5px 7px 0 0 !important;
}

div.dialogue.nb_view iframe {
  position: absolute;
  width: 492px;
	height: 170px;
  overflow: hidden;
}
/*----------------------------------------------------------------------------*/




/* Notifications Dialogue
------------------------------------------------------------------------------*/
div.dialogue.notifications {
	background-image: url('../images/bg_notifications.png');
	width: 550px !important;
	height: 393px !important;
	margin: -197px 0 0 -275px !important;
  z-index: 260;
}

div.dialogue.notifications div.container {
	width: 490px;
	height: 343px;
	margin: 25px 0 0 25px;
}

div.dialogue.notifications div.container div.notification_list {
	height: 180px;
	width: 460px;
	padding: 2px 0px 30px 18px;
	overflow: hidden;
}

div.dialogue.notifications div.container div.notification_list input {
	display: block;
	float: left;
}

div.dialogue.notifications div.container h1 {
	color: #a71600;
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 22px 0 0 0;
	padding: 0;
}

div.dialogue.notifications div.container div.checkbox {
	float: right;
	padding-top: 22px;
}

div.dialogue.notifications div.container div.checkbox input {
	vertical-align: middle;
}

div.dialogue.notifications div.container div.checkbox label {
	vertical-align: middle;
	color: #797979;
}

div.dialogue.notifications div.container div.checkbox label * {
	vertical-align: middle;
}

div.dialogue.notifications div.container div.checkbox label strong {
	padding-left: 5px;
}


div.dialogue.notifications div.container div.button_row p {
	font-size: 10px;
	margin: -6px 0 0 0;
	line-height: 140%;
	
}

div.dialogue.notifications div.container div.button_row {
	border-top: 1px dotted #d5d5d5;
}


div.dialogue.notifications div.container div.header {
	width: 450px;
	height: 54px;
	margin-left: 25px;
	border-bottom: 1px dotted #d5d5d5;
}

/*------------------------------------------------------------------------------*/

div.dialogue a.bt.close {
	float: right;
  padding: 0 0 0 0;
	margin: 3px -7px 0 0;
}



div.dialogue.save form,
div.dialogue.delete form,
div.dialogue.cancel_account form,
div.dialogue.notifications form {
	margin: 0; padding: 50px 0 0 60px;
}

div.dialogue.group_rename form {
	margin: 0; padding: 30px 0 0 63px;
}

div.dialogue.group_delete form {
	margin: 0; padding: 40px 0 0 63px;
}

div.dialogue.notifications form {
	padding: 0;	
}

div.dialogue.save form p,
div.dialogue.delete form p,
div.dialogue.cancel_account form p,
div.dialogue.notifications form p,
div.dialogue.group_rename form p,
div.dialogue.group_delete form p {
	font-weight: bold;
	padding: 0 0 8px 2px;
	border-bottom: 1px dotted #d6d6d6;
	width: 233px;
}

div.dialogue.group_rename form input {
  width: 230px;
}

div.dialogue.save div.button_row,
div.dialogue.delete div.button_row,
div.dialogue.cancel_account div.button_row {
	margin: 0; padding: 0 0 0 0;
}

div.dialogue.group_rename div.button_row {
	margin: 0; padding: 21px 0 0 4px;
}

div.dialogue.group_delete div.button_row {
	margin: 0; padding: 21px 0 0 12px;
}

div.dialogue.notifications div.button_row {
	border-top: 1px solid #ccc;
	margin: 17px 15px 0 25px;
	padding: 12px 0 0 0;
}


div.dialogue.notifications div.button_row a#continue {
		float: right;
}

div.dialogue.notifications div.button_row p {
	font-weight: normal;
	float: left;
	width: 300px;
	border: none;
	color: #666;
	padding: 3px 0 0 0;
}




div#pu_content {
	padding: 20px;

}

/* admin cat tree */


ul.tree {
	font-size: 12px;
	padding-left: 20px;
}

ul.tree li {
	padding: 0 0 5px 15px;
	
}

ul.tree li a {
	float: left;
	display: block;
	width: 20px;
	height: 15px;
	background-position: 50%;
	background-image: none;
}

ul.tree li.has_children a {
	background-image: url('/images/admin/icons/exp_arrow_right.png');
}

ul.tree li.has_children a.expanded {
	background-image: url('/images/admin/icons/exp_arrow_down.png');
}

ul.tree li.empty a {
	background-image: none !important;
}


ul.tree li a span {
	display: none;
}

ul.tree li span {
	
	padding: 0 0 8px 0;
}

ul.tree li * {
	vertical-align: middle;
}

ul.tree li input {
	width: 15px;
	margin: 0 8px 3px 0;
}

ul.tree li span.count {
	display: inline;
	color: #999;
}

div#cat_tree {
	height: 250px;
	width: auto;
	overflow: auto;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
	margin-bottom: 10px;
}

img.favicon {
	/*vertical-align: middle;
		margin: 0 5px 0 0;
		float: left;*/
}

div.admin_cat_breadcrumbs {
	background-color: #eee;
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 10px;
	margin-bottom: 10px;
}

div.admin_cat_breadcrumbs span {
	padding: 0 10px 0 10px;
	color: #666;
}

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


div#admin_feed_filter_sort {

	border: 1px solid #ccc;
	height: 85px;
	padding: 10px 0 10px 15px;
	margin-bottom: 15px;
}
div#admin_feed_filter_sort div.button_row {
	margin: 0;
	width: 100% !important;
}

div#admin_feed_filter_sort div.button_row a {
	margin: -7px 0 0 0;
	text-align: right;
}

div#admin_feed_filter_sort form div {
	float: left;
	width: 219px;
}

div#admin_feed_filter_sort form div label,
div#admin_feed_filter_sort form div select {
	clear: both;
	display: block;
	width: 215px
}
div#admin_feed_filter_sort form div label {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 8px;
	color: #666;
}

div#admin_feed_filter_sort div.button_row {
	float: left;
	width: 50px;
	padding-top: 20px;
}


div#search_bar {
	padding: 5px 10px 0 15px;
	width: 210px;
	height: 55px;
	background-color: #eee;
	border: 1px solid #ccc;
	margin: -5px 0 10px auto;
}
div#search_bar p {
	font-weight: bold;
	padding: 2px 10px 5px 0;
	margin: 0;
	color: #666;
}


input.to_replace {
	display: none;
}

div.cat_pubs {
	position: absolute;
}



#jHelperTipAttrContainer{ 
	background:#FFFFCC;border: 1px solid #797842; color:#000; display:none;
	font-size: 11px;
	padding: 5px;
}


div#triple_container a.loader {
	color: #fff !important;
	background-image: url('../images/loading_small_blue_matte.gif');
}

a.loader {
	display: block;
	padding: 50px 50px 50px 150px;
	text-decoration: none !important;
	background-image: url('../images/loading_small.gif');
	background-position: 130px 47px;
}

div.empty_panel {
	display: block;
	padding: 50px 50px 50px 50px;
	text-decoration: none;
}

div.empty_panel p {
	text-align: center;
	color: #666;
}

div#triple_container div.empty_panel p {
	color: #fff;
}

div.empty_panel p a {
  text-decoration: underline !important;
}

div#triple_container div.empty_panel p a:link,
div#triple_container div.empty_panel p a:visited {
	color: #fff !important;
}

div#triple_container div.empty_panel p a:hover,
div#triple_container div.empty_panel p a:active {
	color: #fb9d09 !important;
}

a.loader img {
	margin-right: 5px;
}

a.loader * {
	vertical-align: middle;
}

div.publishers_available_wrapper {
	height: 400px;
	width: 279px;
}


div.bubble {
	display: none;
	position: absolute;
	width: 270px;
	height: 100px;
	z-index: 3000;
}


div.bubble a.close {
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	margin: 28px 0 0 226px;
	background-image: url('../images/icons/cross_white_matte.png');
	color: #ccc;
}

div.bubble a.close span {
	display: none;
}

div.bubble p {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	margin: 33px 0 0 58px;
	font-size: 9px;
	width: 170px;
	line-height: 12px;
}
div.bubble p a {
	color: #ff0000;
}

div.bubble.no_entry {
	background-image: url('../images/bg_account_required.png');
}

div.bubble.coming_soon, div.bubble.info {
	background-image: url('../images/bg_ft_info.png');
}

div.bubble.info_arrow_top {
	background-position: 0 -10px;
	background-image: url('../images/bg_ft_info_arrow_top.png');
}

div.bubble.info_arrow_top a.close {
	margin: 18px 0 0 226px;
}

div.bubble.info_arrow_top p {
	margin: 25px 0 0 60px;
}

div.bubble.personalise, div.bubble.view_newspaper {
  margin-top: 49px;
  margin-left: 650px;
  display: block;
}

div.bubble.personalise p {
  margin: 31px 0 0 58px;
  width: 175px;
}

div.bubble.view_newspaper p {
  margin: 24px 0 0 58px;
  width: 175px;
}

div.bubble.favicons {
  margin-top: 230px;
  margin-left: 193px;
  display: block;
}
div.bubble.favicons p {
  margin: 24px 0 0 58px;
  width: 175px;
}

div.bubble.organise_categories {
	padding-top: 9px;
	background-image: url('../images/bg_ft_info_middle_arrow.png');
	background-position: 0 0;
  margin-top: 199px;
  margin-left: 500px;
  display: block;
}
div.bubble.organise_categories p {
  margin: 24px 0 0 58px;
  width: 175px;
}

div.bubble.top_5_publishers {
	background-image: url('../images/bg_ft_info_arrow_top_left.png');
  margin-top: 238px;
  margin-left: 100px;
  display: block;
}
div.bubble.top_5_publishers p {
  margin: 24px 0 0 58px;
  width: 175px;
}


div.bubble.search_folders {
  margin-top: 375px;
  margin-left: 550px;
  display: block;
	background-image: url('../images/bg_ft_info_bottom_middle_arrow.png');
}


div.bubble.save_changes {
  margin-top: 92px;
  margin-left: 645px;
  display: block;
}

div.bubble.save_changes p {
  margin: 19px 0 0 58px;
  width: 160px;
}



div#aux_module_area {
	min-height: 500px; /* Helps with dropping below aux area*/
}

span.news_in_pics_favicon {
	width: 16px;
	height: 16px;
	padding: 4px 7px 0 0;
	display: block;
	float: right;
}


div.breaking_news {
	position: absolute;
	overflow: hidden;
  margin: 85px 0 0 -3px;
	
}

div.breaking_news ul.details_1 {
	display: block;
}

div.breaking_news ul.details_1 li {
  margin: 0 !important;
}

div.breaking_news ul.details_2 {
	width: 6000px;
}

div.breaking_news ul.details_2 li {
	border: none !important;
	float: left;
}

div.breaking_news ul.details_2 li.first {
	/*border-right: 1px solid #fff !important;*/
}

div.breaking_news ul.details_1 li.breaking_news {
	border-right: 1px solid #fff !important;
	display: none;
}

div#news_ticker_wrapper {
  float: left;
  
	
	overflow: hidden;
}


div#corporate_collage {
	position: absolute;
	margin: -20px 0 0 -155px;
}

div.corporate_content {
	width: 620px;
	padding-bottom: 40px;
}

div.corporate_content p, div.corporate_content ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
}

ul.page_list, ul.page_list ul {
	padding: 0 0 5px 25px;
	list-style: disc;
}

ul.page_list li {
	font-weight: bold;
	padding: 5px 0 0 0;
}

ul.page_list li li {
	font-weight: normal;
}


div.corporate_content h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #f29400;
	font-size: 14px;
	font-weight: bold;
	clear: both;
	display: block;
	float: none;
	padding: 2px 0 1px 0;
	margin: 0;
}

div.breaker {
	width: 100%;
	height: 1px;
	clear: both;
}


div#suggest_a_feed {
	position: absolute;
	width: 280px;
	margin: 558px 0 0 0;
}


div#suggest_a_feed div.saf_header {
	background-image: url('../images/bg_category_list_wide.png');
	height: 25px;
	border-bottom: 1px dotted #cfcfcf;
}

div#suggest_a_feed div.saf_header p {
	font-weight: bold;
	padding: 4px 0 0 7px;
	
}

div#suggest_a_feed form {
	padding: 2px 0px 6px 7px;
	margin-top: 5px;
	border-top: 1px dotted #cfcfcf;
	border-bottom: 1px dotted #cfcfcf;
	background-color: #f7f7f7;
}

div#suggest_a_feed form input {
	width: 160px;
	margin-top: 5px;
}

div#suggest_a_feed div.button_row {
	float: right;
}

div#suggest_a_feed form p {
	clear: both;
	text-align: center;
	padding: 13px 5px 0 5px;
}

body.tb_window h2 {
	font-size: 130%;
	font-weight: bold;
	clear: both;
	padding-bottom: 20px;
	width: 100%;
	color: #A91A06;
}


/* News Buddies */
div#nb_menu {
  width: 110px;
  position: absolute;
}

div#nb_menu ul {
  font-family: Verdana, Arial, Helvetica;
  font-size: 110%;
  border-top: 1px solid #b7b7b7;
}

div#nb_menu ul li a {
  font-weight: bold;
  text-decoration: none !important;
  display: block;
  padding: 10px 0 9px 2px;
}

div#nb_menu ul li { border-bottom: 1px solid #b7b7b7; }
div#nb_menu ul li a:link, div#nb_menu ul li a:visited { color: #c2c2c2; }
div#nb_menu ul li a:hover, div#nb_menu ul li a:active, div#nb_menu ul li.active a { color: #000 !important; }



div#nb_main {
  margin-top: -10px;
  padding-left: 120px;
}

div#nb_main.solo {
  padding-left: 215px;
}


div.panel_main {
  width: 483px;
  background-image: url('../images/panels/main/middle.png');
  background-repeat: repeat-y;
}

div.panel_main.no_bg {
	background-image: none;
}


div.panel_main div.header {
  width: inherit;
  height: 20px;
  background-image: url('../images/panels/main/top.png');
}

div.panel_main div.content {
  width: 409px;
  background-image: url('../images/panels/main/middle.png');
  background-repeat: repeat-y;
  padding: 7px 32px 7px 32px;
}

div.panel_main.no_bg div.content {
	background-image: none;
}

div.panel_main div.content label.select_all * {
  
  vertical-align: middle;
}

div.panel_main div.content label span {
  padding: 1px 0 0 10px;
  color: #ad2b1e;
}

div.panel_main div.content label.select_all {
  display: block;
  margin: 20px 0 0 0;
  padding: 0 0 10px 0;
  width: 100px;
}

div.panel_main div.footer {
  width: inherit;
  height: 20px;
  background-image: url('../images/panels/main/bottom.png');
}

div.panel_main h2, div.panel_small h2, h2.standard_modal_header, div#search_header h2 {
  width: 103%;
  padding: 0 0 7px 0;
  margin: 0 0 5px 0;
  border-bottom: 1px dotted #d5d5d5;
  font-size: 130%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #ad2b1e;
  line-height: 130%;
}

div.panel_main h2.signup {
	font-size: 15px;
	color: #8c8c8c !important;
	padding: 0 0 10px 5px;
	width: 106% !important;
	margin: 0 -10px 16px -10px;
}

div.panel_main h2.signup span {
	color: #ad2b1e;
}

h2.standard_modal_header {
	float: none !important;
	clear: inherit;
	margin: 10px 10px 0 10px;
	width: 464px;
}

div.panel_main ul.errors {
  padding: 0 0 15px 0;
}

div.panel_main ul.errors {
  padding: 10px 0 15px 15px;
  list-style: disc;
}

div.panel_main ul.errors li {
  color: #ad2b1e;
}

div.panel_main ul.errors li span {
  color: #000000;
}

div.panel_main p, div.panel_small p {
  font-size: 90%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000;
}

div.panel_main a,
div.panel_small a {
  color: #ad2b1e;
}

div.panel_main a:link, div.panel_main a:visited {
  text-decoration: none;
}

div.panel_main a:hover, div.panel_main a:active {
  text-decoration: underline;
}

div.panel_main div.section {
  padding-bottom: 20px;
}

div.panel_main div.section.last {
  padding-bottom: 0px;
  margin-bottom: -10px;
}

div.section div.button_row {
  height: 35px;
  clear: both;
}

div.section div.button_row p {
  padding: 5px 0 0 5px;
  float: left;
}

div.panel_main div.section form {
  padding: 0 0 10px 0;
}

div.panel_main div.section form.entered_contacts textarea {
  width: 293px;
  height: 61px;
}

div.panel_main div.section form.entered_contacts p {
  float: right;
}

div.panel_main div.section form.entered_contacts p a {
  color: #000;
  text-decoration: none;
}

div.panel_main div.section form.email_contact_retrieval {
  width: 500px;
}

div.panel_main div.section form.email_contact_retrieval div {
  float: left;
  padding: 5px 23px 8px 0;
}

div.panel_main div.section form.email_contact_retrieval div * {
  vertical-align: middle;
}

div.panel_main div.section form.email_contact_retrieval div input {
  width: 132px;
}

div.panel_main div.section form.email_contact_retrieval div.last {
  padding: 5px 0 8px 0;
}

form.send_buddy_story textarea {
  font-size: 110%;
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

form.send_buddy_story textarea#comment {
	height: 140px;
}

form.send_buddy_story label {
	width: 140px;
	margin-left: -150px;
}


form.send_buddy_story div {
	width: 330px;
	background-position: 130px bottom;
}

div.panel_main div.scroll_pane {
  overflow-y: auto;
  overflow-x: hidden;
  height: 318px;
  width: 422px;
}

ul.new_buddies_list {
  margin-right: 7px;
  border-top: 1px dotted #d5d5d5;
}

ul.new_buddies_list.alt {
  margin-right: 7px;
  border-top: none;
}

ul.new_buddies_list li {
  padding: 7px 0 10px 0;
  height: 35px;
  border-bottom: 1px dotted #d5d5d5;
  clear: both;
}

ul.new_buddies_list.plain li {
  height: 17px;
}


ul.new_buddies_list.group_list span.buttons {
  float: right;
  font-weight: normal;
}

ul.new_buddies_list.group_list span.buttons a {
  color: #000;
  padding-left: 18px;
  font-size: 9px;
}

ul.new_buddies_list.group_list li {
  padding: 12px 0 7px 0;
  font-weight: bold;
}

ul.new_buddies_list.group_list li span {
  padding: 0 !important;
  display: inline;
}



ul.new_buddies_list li span {
  padding-left: 68px;
  display: block;
}

ul.new_buddies_list.no_checkbox li span {
  padding-left: 40px;
}

ul.new_buddies_list.plain li span {
  display: block;
  
}

ul.new_buddies_list li img,
ul.new_buddies_list li input {
 float: left;
}

ul.new_buddies_list li input {
  margin: 8px 9px 0 0;
}

ul.new_buddies_list.plain li input {
  margin: 2px 9px 0 0;
}

ul.new_buddies_list li span.name {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #ad2b1e;
  line-height: 130%;
  font-size: 130%;
  padding-top: 2px;
	white-space: nowrap;
}

ul.new_buddies_list li span.name.only {
  padding-top: 8px;
}



ul.new_buddies_list li span.email_address_only {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #ad2b1e;
  line-height: 130%;
  font-size: 130%;
  padding-top: 0;
  float: left;
  padding-left: 0;
}

ul.new_buddies_list li span.name_only {
  padding: 5px 0 0 0;
  float: right;
  width: 200px;
}



ul.new_buddies_list.multi {
  width: 500px;
  padding: 5px 0 0 0;
}



ul.new_buddies_list.multi li {
  height: 35px;
  width: 119px;
  padding: 5px 0px 10px 0;
  float: left;
  clear:none;
  border: none;
  
}

ul.new_buddies_list.multi li.selected {
  background-image: url('../images/bg_buddy_highlight.png');
}

ul.new_buddies_list.multi li {
  padding: 5px 10px 10px 6px;
}

ul.new_buddies_list.multi li span.name {
  padding: 0 0 0 40px !important;
  font-size: 9px;
  font-weight: bold;
  color: #000;
  margin-top: -1px;
}

ul.new_buddies_list.multi li span.news_buddies_toggle {
  margin-top: -1px;
  padding: 0 0 0 40px !important;
  font-size: 9px;
  line-height: 130%;
  display: block;
}

ul.new_buddies_list.multi li span.news_buddies_toggle a {
  color: #797979;
  text-decoration: none !important;
}



div#nb_aux {
  position: absolute;
  margin: -10px 0 0 608px;
}

div.panel_small {
  width: 189px;
  background-image: url('../images/panels/small/middle.png');
  background-repeat: repeat-y;
}

div.panel_small div.header {
  width: inherit;
  height: 20px;
  background-image: url('../images/panels/small/top.png');
}

div.panel_small div.content {
  width: 139px;
  background-image: url('../images/panels/small/middle.png');
  background-repeat: repeat-y;
  padding: 7px 25px 7px 25px;
}

div.panel_small div.footer {
  width: inherit;
  height: 20px;
  background-image: url('../images/panels/small/bottom.png');
}

div.panel_small input {
  width: 132px;
  margin: 3px 0 5px 0;
}

div#nb_aux ul {
  font-size: 90%;
}


div#nb_aux ul.group_actions li a {
  color: #a72913;
}

div#nb_aux ul.groups {
  padding-bottom: 12px;
}

div#nb_aux ul li {
  margin-bottom: 3px;
}

div#nb_aux ul li a {
  color: #000;
}

div#nb_aux ul li a.active {
  color: #ad2b1e;
}


div#nb_aux ul li a:link, div#nb_aux ul li a:visited {
  text-decoration: none;
}

div#nb_aux ul li a:hover, div#nb_aux ul li a:active {
  text-decoration: underline;
}

div#buddy_group_view_mode {
  margin-right: -15px;
  float: right;
}

div#buddy_group_view_mode a {
  color: #000;
  padding: 0 5px 0 5px;
  font-size: 90%;
}

div#buddy_group_view_mode a.active {
  color: #ad2b1e !important;
}


div#nb_main p.nav_page_links {
  text-align: right;
  margin: -10px -10px 0 0px;
  padding: 0 0 5px 0;
}

div#nb_main p.nav_page_links.bottom {
  margin-top: 0px;
  padding-top: 5px;
  border-top: 1px dotted #d5d5d5;
}

div#nb_main p.nav_page_links a {
  color: #000;
}

div#nb_main p.nav_page_links a.prevnext {
	color: #666;
	padding: 0 5px 0 5px;
}

div#nb_main p.nav_page_links a.current {
  color: #a72913;
}

div.nb_story {
  border-top: 1px dotted #d5d5d5;
  min-height: 143px;
  padding: 12px 0 12px 0;
}

div.nb_story div.story {
  padding: 2px 0 0 205px;
}

div.nb_story div.story p.summary a:link,
div.nb_story div.story p.summary a:visited {
  text-decoration: none;
}

div.nb_story div.story p.summary a:hover,
div.nb_story div.story p.summary a:active {
  text-decoration: underline;
}

div.nb_story h3 {
  font-size: 130%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
div.nb_story h3 a {
  color: #000; 
}

div.nb_story h3 a:link,
div.nb_story h3 a:visited {
  text-decoration: none;
}

div.nb_story h3 a:hover,
div.nb_story h3 a:active {
  text-decoration: underline;
}

div.nb_story p.info {
  padding: 0 0 5px 0;
  margin: 0;
}

div.nb_story div.story_header {
  border-bottom: 1px dotted #d5d5d5;
  margin: 0 0 4px 0;
  padding: 0;
}


div.nb_story div.comments_container {
  position: absolute;
  width: 181px;
  height: 141px;
  overflow: hidden;
}

div.nb_story div.comments_container div.comment {
  padding: 12px 23px 12px 13px;
  width: 155px;
  height: 117px;
  background-image: url('../images/bg_nb_story_comment.png');
  float: left;
}

div.nb_story div.comments_container div.comment p.by {
  position: absolute;
  color: #a9a9a9;
  line-height: 130%;
  padding: 0 0 0 40px;
}

div.nb_story div.comments_container div.comment.hl p.by {
  color: #fff;
}

div.nb_story div.comments_container div.comment p.by span {
  display: block;
  color: #000;
}

div.nb_story div.comments_container div.comment.hl p.by span {
  color: #fff;
}

div.nb_story div.comments_container div.comment p.message {
  padding: 5px 0 0 0;
  color: #a9a9a9;
  line-height: 130%;
  height: 56px;
}

div.nb_story div.comments_container div.comment.hl p.message {
  color: #fff;
}

div.nb_story div.comments_container div.comment p.message span {
  display: block;
  color: #000;
}

div.nb_story div.comments_container div.comment.hl p.message span {
  color: #fff;
}


div.nb_story p.links {
  float: left;
  color: #aaaaaa;
  font-weight: bold;
}

div.nb_story p.links a {
  text-decoration: none !important;
}


div.nb_story p.links a:link, div.nb_story p.links a:visited {
  color: #aaaaaa;
}

div.nb_story p.links a:hover, div.nb_story p.links a:active {
  color: #ad2b1e;
}

div.nb_story p.comment_counter {
  float: right;
  color: #aaaaaa;
}

div.nb_story div.comment.hl p.comment_counter {
  color: #fff;
}


div.nb_story div.comments_container div.comment.hl {
  background-image: url('../images/bg_nb_story_comment_hl.png');
  color: #fff !important;
}

div.nb_story div.comments_container div.comment.hl p.links a:link,
div.nb_story div.comments_container div.comment.hl p.links a:visited {
  color: #fff !important;
}

div.nb_story div.comments_container div.comment.hl p.links a:hover,
div.nb_story div.comments_container div.comment.hl p.links a:active {
  color: #fff !important;
}


div.nb_story div.navigation a {
  position: absolute;
}

div.nb_story div.navigation a {
  display: block;
  width: 9px;
  height: 9px;
  
}

div.nb_story div.navigation a span {
  display: none;
}

div.nb_story div.navigation a.previous {
  background-image: url('../images/icons/arrow_left.png');
  margin: 65px 0 0 -13px;
}

div.nb_story div.navigation a.next {
  background-image: url('../images/icons/arrow_right.png');
  margin: 65px 0 0 184px;
}

div.nb_story div.comments_container div.wrapper {
  width: 10000px;
  position: absolute;
  margin: 0 0 0 0;
}


p.side_link {
  float: right;
}

p.side_link a {
  color: #000;
}

div.news_buddies_list select {
  height: 60px;
  width: 96%;
}

body.plain p.story_title {
  margin: 15px 17px 0 20px;
  padding: 0 0 8px 0;
  border-bottom: 1px dotted #d5d5d5;
}

body.plain p.notice {
  margin: 15px 26px 0 26px;
  padding: 0 0 8px 0;
}


body.plain.view_nb_story p {
  font-size: 9px;
}



#buddy_search_results, #buddy_group_search_results {
  position: absolute;
  display: none;
  background-color: #fff;
  margin: 21px 0 0 132px;
  border: 2px solid #ccc;
  width: 320px;
}

#buddy_group_search_results {
  margin: 51px 0 0 140px;
}

#buddy_search_results li a,
#buddy_group_search_results li a,
#recipient_list li a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #000;
}

#buddy_search_results li a:link,
#buddy_search_results li a:visited,
#buddy_group_search_results li a:link,
#buddy_group_search_results li a:visited {
  background-color: #fff;
}

#buddy_search_results li a:hover,
#buddy_search_results li a:active,
#buddy_group_search_results li a:hover,
#buddy_group_search_results li a:active {
  background-color: #eee;
}

#recipient_list {
  height: 62px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #747474 !important;
  width: 66.0%;
  margin: 0 0 5px 139px;
  padding: 0 0 0 0;
}

#recipient_list ul {
  border: none !important;
}

#recipient_list a.remove {
  float: right;
  width: 16px;
  height: 16px;
  display: block;
  background-position: center;
  margin: -28px 10px 0 0;
  background-image:url('/images/icons/cross_white_matte.png') !important;
}
#recipient_list a.remove span {
  display: none;
}

#recipient_list li,
#buddy_search_results li,
#buddy_group_search_results li {
  border-bottom: 1px dotted #eee;
}



textarea#comment {
  height: 55px;
  width: 322px;
	font-family: Arial, Heletica, sans-serif;
	font-size: 12px;
}

form.send_buddy_story.reply textarea#comment {
  height: 75px;
  width: 322px;
  font-size: 110%;
  font-family: Arial, Helvetica, sans-serif;
}

div.view_nb_story.branch textarea#comment {
  height: 120px;
}

form.send_buddy_story {
  width: 455px;
  height: 320px;
  overflow: hidden;
  border: none !important;
}

form.send_buddy_story.reply {
  width: 470px;
  height: 180px;
  overflow: hidden;
  border: none !important;
}

form.send_buddy_story input.text {
  width: 320px !important;
  height: 17px;
}

form.send_buddy_story div.button_row {
  background-image: none;
  height: 50px;
  padding-left: 130px;
}

div#recipient_list label {
  position: absolute;
  margin: 0 0 0 -151px;
}

div#recipient_list {
	width: 323px;
	margin: 0 0 10px 132px;
}

div.buddy_recipient {
  height: 35px;
}

div.buddy_recipient img {
  position: absolute;
}

div.buddy_recipient span {
  position: absolute;
  margin: 8px 0 0 48px;
}

div.buddy_recipient label {
  margin-top: 8px;
}

div.buddy_recipient * {
  vertical-align: middle;
}

div#section_enter_contacts textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 110%;
}

form p.please_wait {
  position: absolute;
  padding: 10px 0 0 10px;
  display: none;
}

form p.please_wait * {
  vertical-align: middle;
}

form p.please_wait span {
  padding: 0 0 0 5px;
}

form.notifications * {
  font-size: 11px;
}

form.notifications div.notification_group {
  border-bottom: 1px dotted #cccccc;
  padding: 10px 0 5px 0;
  margin: 0 0 13px 0;
  clear: both;
}

form.notifications div.notification {
  width: 300px;
  clear: both;
}

form.notifications div.notification {
  clear: both;
  padding-bottom: 0px;
  height: 25px;
}


form.notifications div.notification label {
  float: left;
}

form.notifications label.radio {
  display: block;
  padding: 5px 0 5px 0;
  float: none !important;
}

form.notifications label input {
  margin-right: 8px;
}

form.notifications div.radio_set {
  padding: 10px 0 10px 0;
  clear: both;
}


form.notifications div.notification input {
  float: right;
}

form.notifications h2 {
  margin: 0 0 2px 0;
  padding: 2px 0 8px 0;
  color: #000 !important;
  font-size: 12px;
}

form.notifications p {
  font-size: 11px;
  border-bottom: 1px dotted #cccccc;
  padding: 0 0 12px 0;
}

form.notifications div.buttons {
  padding-left: 165px;  
}


form.notifications div.buttons a#bt_save {
  width: 100px;
}


		
  div.faqs h2 a:link, div.faqs h2 a:visited {
    text-decoration: none;
  }
  
  div.faqs h2 a:hover, div.faqs h2 a:active {
    text-decoration: underline;
  }
  
  div.faqs h2 {
    font-size: 11px;
    padding: 20px 0 4px 0;
    font-family: Verdana,Arial,Helvetica,sans-serif;
  }
  
form#user_details_form {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  width: 431px;
  padding: 0;
}

form#user_details_form p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding-left:0;
}

form#user_details_form label {
  width: 110px;
}

form#user_details_form label.checkbox {
  width: auto;
}

form#user_details_form div {
  padding-left: 110px;
}

form#user_details_form p a {
  text-decoration: underline;
  color: #797979;
}



div#mod_weather * {
  background-repeat: no-repeat;
  color: #fff;
}

div#mod_weather {
  width: 113px;
  overflow-x: hidden; /* IE 6 workaround */
  margin: 10px 0 0 0;
  background-repeat: no-repeat;
  background-image: url('../images/modules/weather/bg_top.png');
}

div#mod_weather div.header span.icon {
  padding: 4px 8px 0 0;
  display: block;
  float: right;
}

div#mod_weather div.header p {
  padding: 4px 0 0 9px;
  font-weight: normal;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

div#mod_weather div.header p a {
  font-weight: bold;
  text-decoration: none;
  margin-right: 5px;
  float: right;
}

div#mod_weather div.header p a:link, div#mod_weather div.header p a:visited {
  color: #9cc4b0;
}

div#mod_weather div.header p a:hover, div#mod_weather div.header p a:active {
  color: #fff;
}

div#mod_weather div.now {
  width: 104px;
  padding: 0 8px 0 8px;  
}

div#mod_weather div.now img {
  position: absolute;
  margin: 2px 0 0 -4px;
}

div#mod_weather p {
  font-size: 9px;
  font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

div#mod_weather div.now p.current_conditions {
  line-height: 140%;
  font-size: 9px;
  font-weight: bold;
  width: 65px;
  padding: 5px 0 0 46px;
}

div#mod_weather div.now p.description {
  line-height: 130%;
  padding-top: 3px;
}

div#mod_weather div.day {
  padding: 9px 8px 7px 8px;
  background-image: url('../images/modules/weather/bg_day.png');
}

div#mod_weather div.day a:link, div#mod_weather div.day a:visited,
div#mod_weather div.now a:link, div#mod_weather div.now a:visited{
  text-decoration: none;
}

div#mod_weather div.day a:hover, div#mod_weather div.day a:active,
div#mod_weather div.now a:hover, div#mod_weather div.now a:active{
  text-decoration: underline;
}

div#mod_weather div.day p {
  padding: 0 0 0 40px;
  margin: 0;
  width: 65px;
  font-size: 9px;
  line-height: 130%;
  font-weight: bold;
}

div#mod_weather div.day img {
  margin: 0px 0 0 -2px;
  position: absolute;
}

div#mod_weather div.outlook {
  padding: 0 0 5px 0;
  background-image: url('../images/modules/weather/bg_bottom.png');
  background-position: bottom left;
}

a#landing_article_trigger, a#landing_email_articles_trigger {
	display: none;
}

div#landing_article, div#landing_email_articles {
	display: none;
}
div#fancy_div div.module div.story div.news_item {
	margin: -8px 0 0 0 !important;
}

div#fancy_div div.module div.story {
	border-bottom: none;
	/*height: 205px;*/
}






div#modal_landing_content h1 {
	background-image: url('../images/logo_ft_modal_landing.png');
	width: 184px;
	height: 55px;
}

div#modal_landing_content h1 span {
	display: none;
}

div#modal_landing_content h2,
div#modal_landing_content p {
	color: #fff;
}

div#modal_landing_content h2 {
	float: none;
	display: block !important;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #fff;
}

div#modal_landing_content ul {
	height: 62px;
	margin: 0 0 0 -17px;
	padding: 0 0 14px 0;
}

div#modal_landing_content ul li {
	width: 170px;
	height: 62px;
	float: left;
	display: inline;
	padding: 0 0 0 12px;
}

div#modal_landing_content ul a.sign_up,
div#modal_landing_content ul a.take_a_look_around {
	float: left;
	display: block;
	background-image: url('../images/bt_sign_up.png');
	width: 176px;
	height: 62px;
}

div#modal_landing_content ul a.take_a_look_around {
	background-image: url('../images/bt_take_a_look_around.png');
}

div#modal_landing_content ul a.sign_up span,
div#modal_landing_content ul a.take_a_look_around span {
	display: none;
}

a#landing_page_trigger {
	display: none;
}



div#modal_login_content h1 {
	background-image: url('../images/logo_ft_modal_login.png');
	width: 452px;
	height: 59px;
	border-bottom: 1px solid #c5c5c5;
	margin-bottom: 21px;
}



div#modal_login_content h1 span {
	display: none;
}

div#modal_login_content h2,
div#modal_login_content p {
	color: #000;
}

div#modal_login_content h2 {
	background-color: #ffffcc;
	width: 430px !important;
	display: block !important;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 14px 20px 14px;
	margin: 0 0 20px 0;
	border: 1px solid #f39500;
}

div#modal_login_content ul {
	height: 62px;
	margin: 0 0 0 -17px;
	padding: 0 0 14px 0;
}

div#modal_login_content ul li {
	width: 170px;
	height: 62px;
	float: left;
	display: inline;
	padding: 0 0 0 12px;
}

div#modal_login_content a.bt_signup {
	background-image: url('../images/bt_modal_login_signup.png');
	display: block;
	width: 131px;
	height: 45px;
	position: absolute;
	margin-left: 329px;
}

div#modal_login_content a.bt_signup span {
	display: none;
}

a#modal_login_content {
	display: none;
}

a#log_in_trigger {
	display: none;
}


div#modal_login_content div#login_normal,
div#modal_login_content div#forgotten_password {
	width: 460px;
}

div#modal_login_content div#login_normal label,
div#modal_login_content div#forgotten_password label {
	color: #000;
}

div#modal_login_content div.footer_links {
	padding-top: 35px;
}

div#modal_login_content a#bt_forgotten_login {
	display: block;
	clear: both;
	color: #000;
}

div#modal_login_content a#bt_forgotten_login:link,
div#modal_login_content a#bt_forgotten_login:visited {
	text-decoration: none;
}

div#modal_login_content a#bt_forgotten_login:hover,
div#modal_login_content a#bt_forgotten_login:active {
	text-decoration: underline;
}

div#modal_login_content span.sign_up_text {
	display: block;
	float: left;
	padding: 6px 0 3px 5px;
	color: #000;
}

div#modal_login_content span.sign_up_text a {
	margin-left: 6px;
	color: #75cb06;
	font-size: 12px;
	font-weight: bold;
}

div#modal_login_content span.sign_up_text a:link,
div#modal_login_content span.sign_up_text a:visited {
	text-decoration: none;
}

div#modal_login_content span.sign_up_text a:hover,
div#modal_login_content span.sign_up_text a:active {
	text-decoration: underline;
}



div#norm_other_pages {
	background-color: #ededed;
	border: 1px solid #d9d5d6;
	padding: 10px;
}

div#norm_other_pages h2 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	display: block !important;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	line-height: 130%;
}

div#norm_other_pages ul {
	font-size: 11px;
}

div#norm_other_pages li {
	padding: 5px 0 5px 0;
	line-height: 130%;
	border-bottom: 1px dotted #ccc;
}
div#norm_other_pages li a {
	font-weight: bold;
	text-decoration: none;
}

div#norm_other_pages li a:link, div#norm_other_pages li a:visited {
	color: #666;
}

div#norm_other_pages li a:hover, div#norm_other_pages li a:active, div#norm_other_pages li a.active {
	color: #e9903c;
}


div.email_form {
	padding: 15px;
	background-color: #eee;
	width: 620px;
	height: 450px;
	border: 1px solid #ccc;
}

div.email_form table th {
	font-size: 11px;
	font-weight: bold;
	width: 140px;
}

div.email_form table input.text,
div.email_form table textarea  {
	width: 450px;
}
div.email_form table textarea  {
	height: 300px;
	font-size: 11px;
	padding: 5px;
	width: 444px;
}

div.email_form table th,
div.email_form table td {
	padding: 4px 10px 4px 3px;
	vertical-align: top;
}

div#mailer_clipboard {
	border: 1px solid #ccc;
	padding: 15px;
	float: right;
	width: 230px;
	background-color: #eee;
	height: 450px;
}

div#mailer_clipboard p {
	font-weight: bold;
}

div#mailer_clipboard textarea {
	overflow: auto;
	margin-bottom: 10px;
	height: 350px;
	width: 220px;
	font-size: 10px;
	padding: 5px;
}


ul#nb_suggestions {
	
}

ul#nb_suggestions li {
	padding: 0 0 3px 0px;
	display: block;
	clear: both;
}

ul#nb_suggestions li a {
	display: block;
	font-weight: bold;
	text-decoration:none !important;
	line-height: 120%;
	height: 35px;
}

ul#nb_suggestions li img {
	float: left;
	margin: 0 0 0 0;
}

ul#nb_suggestions li span.name {
	display: block;
	padding: 0 0 0 40px;
}

ul#nb_suggestions li span.invite_text {
	font-weight: normal;
	padding: 0 0 5px 40px;
	display: block;
	color: #797979 !important;
}

ul#nb_suggestions li span.buttons {
	display: block;
	clear: both;
	background-color: #ffffcc;
	border: 1px solid #f39500;
	padding: 0;
	margin: 4px 0 0 0;
	height: 22px;
	text-align: center;
	display: none;
}

ul#nb_suggestions li span.buttons a {
	font-weight: bold;
	display: inline-block;
	margin: 5px 0 0 0;
	height: auto;
	text-decoration: underline !important;
}



form.crop_avatar {
	font-size: 12px;
}

form.crop_avatar div.buttons {
	height: 20px; font-size: 10px;
	margin: 15px 0 0 165px;
}
form.crop_avatar div.buttons a {
	width: 100px;
}





/* News Buddies V2
------------------------------------------------------------------------------*/

div.view_nb_story {
	padding: 10px;
	width: 464px;
}

div#nb_main div.view_nb_story {
	padding: 0;
}



div.view_nb_story h2 {
	display: block !important;
	height: auto;
	width: inherit;
	padding: 0 20px 2px 0 !important;
	margin: 0 !important;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 120%;
	border: none !important;
}
div.view_nb_story h2 a {
	color: #000;
}

div.view_nb_story p {

	float: none;
	width: 100%;
	display: block;
}

div.view_nb_story p.date {
	margin: 0;
	padding: 0 2px 5px 0;
	clear: both !important;
	color: #a8a4a5;
	line-height: 100%;
	font-size: 10px
}

div.view_nb_story p.summary {
	padding-top: 3px;
	border-top: 1px dotted #dddddd;
	font-size: 10px;
}

div.view_nb_story p.summary a.view_story,
div.view_nb_story p.summary a.view_full_story {
	color: #000;
	text-decoration: none !important;
}

div.view_nb_story p.recipient_list {
	color: #A8A4A5;
	margin: 0 0 5px 0 !important;
	padding: 0;
	clear: both !important;
	font-size: 10px;
}

div.view_nb_story div.buddy_story div.middle {
	background-image: url('../images/bg_buddy_story_middle.png');
	background-repeat: repeat-y;
}

div#nb_main div.view_nb_story div.buddy_story {
	border-top: 1px dotted #dedede;
	padding: 10px 0 0 0;
	
}

div#nb_main div.view_nb_story div.buddy_story div.middle {
	background-image: url('../images/bg_buddy_story_middle_alt.png');
}

div#nb_main div.view_nb_story div.buddy_story {
	width: 419px;
	margin: 0 0 8px 0;
}

div#nb_main div.view_nb_story {
	width: 419px !important;
}


div.view_nb_story a {
	color: #9b3334;
}

div.view_nb_story a:link,
div.view_nb_story a:visited {
	text-decoration: none !important;
	
}

div.view_nb_story a:hover,
div.view_nb_story a:active {
	text-decoration: underline !important;
}

div.view_nb_story a.button {
	text-decoration: none !important;
}

div.view_nb_story div.buddy_story div.ft_buttons {
	display: block;
	margin: -8px 0 5px 0;
	padding: 0;
}

div.view_nb_story div.buddy_story div.top {
	height: 5px;
	overflow: hidden;
	background-image: url('../images/bg_buddy_story_top.png');
}

div#nb_main div.view_nb_story div.buddy_story div.top {
	background-image: url('../images/bg_buddy_story_top_alt.png');
}

div.view_nb_story div.buddy_story div.bottom {
	height: 5px;
	background-image: url('../images/bg_buddy_story_bottom.png');
	background-color: #fff;
}

div#nb_main div.view_nb_story div.buddy_story div.bottom {
	background-image: url('../images/bg_buddy_story_bottom_alt.png');
}

div.view_nb_story div.buddy_story div.middle {
	padding: 10px 16px 0px 16px;
	/*height: 100px;*/
}


div.view_nb_story div.buddy_story.has_image div.middle {
	
	padding-left: 135px;
	
}

div.view_nb_story div.buddy_story  img.favicon {
	position: absolute;
	margin: 7px 0 0 433px;
}

div#nb_main div.view_nb_story div.buddy_story img.favicon {
	margin: 10px 0 0 388px;
}

div.view_nb_story div.buddy_story div.image {
	position: absolute;
	margin: 11px 0 0 15px;
}

div.view_nb_story div.buddy_story.has_image h2 {
	width: 285px !important;
}

div#nb_main div.view_nb_story div.buddy_story.has_image h2 {
	width: 250px !important;
}

div.view_nb_story div.buddy_story_comments {
	margin-top: 11px;
	height: 220px;
	overflow: auto;
	clear: both;
}


div.view_nb_story.branch div.buddy_story_comments {
	height: 150px;
}

div.view_nb_story.branch div.buddy_story_comments a {
	display: none !important;
}


div#nb_main div.view_nb_story div.buddy_story_comments {
	width: 420px;
	height: auto;
}

div.view_nb_story div.buddy_story_comments a.reply {
	display: block;
}

div.view_nb_story div.buddy_story_comments td {
	vertical-align: top;
	border-bottom: 1px dotted #dddddd;
}

div.view_nb_story div.buddy_story_comments td.avatar {
	width: 67px;
	padding: 9px 0 9px 0;
}

div.view_nb_story div.buddy_story_comments td.details {
	width: 85px;
	padding: 9px 9px 9px 0;
	color: #a6a4a5;
	line-height: 130%;
	font-size: 9px;
}

div.view_nb_story div.buddy_story_comments td.details span.name {
	display: block;
	color: #000000;
}

div.view_nb_story div.buddy_story_comments td.comment {
	width: 280px;
	padding: 9px 0 9px 0;
	line-height: 170%;
}

div.view_nb_story form {
	padding: 17px 0 0 0;
}

div.view_nb_story form div {
	padding: 0 0 10px 107px !important;
	background-position: 107px bottom;
}

div.view_nb_story form div label {
	width: 110px;
	position: absolute;
}

div.view_nb_story form textarea {
	width: 355px !important;
}

div#nb_main div.view_nb_story form textarea {
	width: 310px !important;
}

div#nb_main div.view_nb_story form div {
	padding-top: 10px !important;
	margin-right: -10px;
}

div.view_nb_story div.button_row {
	background-image: none !important;
	padding-left: 105px !important;
}

div#fancy_ajax {
	overflow: hidden;
}



div.view_nb_story a.bt.close {
	position: absolute;
	background-image: url(../images/icons/cross_white_matte.png);
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 0 0 403px;
}

div.view_nb_story a.bt.close span {
	display: none;
}

a.back_to_nb_stories {
	float: right;
	margin-right: -10px;
	color: #aaaaaa !important;
}

a#new_feature, div#new_feature_modal {
	display: none;
}

div#new_feature_modal_content ul,
div#new_feature_modal_content img,
div#new_feature_modal_content p {
	position: absolute !important;
}

div#new_feature_modal_content ul {
	margin: 332px 0 0 25px;
	z-index: 100;
	position: absolute !important;
	font-family: Times-new-roman, serif;
	font-size: 15px;
}
div#new_feature_modal_content p {
	margin: 118px 0 0 25px;
	width: 272px;
	z-index: 101;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	line-height: 120%;
}

div#new_feature_modal_content p a {
	color: #fff;
}

div#new_feature_modal_content ul a {
	color: #fff;
}
div#new_feature_modal_content ul li {
	padding-bottom: 7px;
}

div.view_nb_story div.message_branched {
	display: none;
}

div.view_nb_story.branch div.message_branched {
	display: block;
	border: 1px solid #ffcc33;
	background-color: #fffbe7;
	padding: 7px 0 0 15px;
	margin: 0 0 10px 0;
}


div#header_search {
	position: absolute;
	margin: 20px 0 0 8px;
}


div.search_field {
	background-image: url('/images/searchfield_leftcap.png');
	background-position: 0 0;
	padding: 0 0 0 19px;
	height: 20px;
}

div.search_field div.wrap_1 {
	background-image: url('/images/searchfield_rightcap.png');
	background-position: top right;
	padding: 0 10px 0 0;
	height: 20px;
}

div.search_field div.wrap_2 {
	background-image: url('/images/searchfield_repeat.png');
	background-position: top right;
	padding: 2px 10px 0 0;
	height: 18px;
	background-repeat: repeat-x;
}

div.search_field input {
	font-size: 11px;
	width: 170px;
	height: 15px;
	border: none !important;
	background-color: #fff;
	line-height: 60%;
	padding: 0;
}

div.search_field input {
	
}

div.full_page_container {
	background-image: url('/images/bg_full_container_mid.png');
	background-repeat: repeat-y;
	margin: -10px 0 0 120px;
	width: 680px;
}

div.full_page_container_header {
	height: 18px;
	background-image: url('/images/bg_full_container_top.png');
	background-repeat: no-repeat;
}

div.full_page_container_footer {
	height: 18px;
	background-image: url('/images/bg_full_container_bottom.png');
	background-repeat: no-repeat;
}

div.full_page_container div#nb_main {
	padding: 0;
}

div.full_page_container div#nb_aux {
	margin: 0 0 0 470px;
}

div#search_header {
	margin: 10px 30px 10px 30px;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #dedede;
}

div#search_header.archived_stories {
	border-bottom: none;
	margin: 10px 30px 0 30px;
}

div#search_header table {
	margin: 0 0 10px 0;
}

div#search_header table td {
	padding: 0 10px 0 0;
}

div#search_header table th {
	color:#AD2B1E;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height:130%;
	padding: 0 0 6px 0;
}

div#search_header select {
	width: 145px;
}

div#search_header h2 {
	width: 100%;
	display: block;
	clear: both;
	float: none;
}

div#search_header h2 a {
	float: right;
	text-decoration: none;
}

div#search_header h2 a:link, div#search_header h2 a:visited {
	color: #ccc;
}

div#search_header h2 a:hover, div#search_header h2 a:active {
	color:#AD2B1E;
}

div#main_search_box {
	padding: 15px 0 15px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #d5d5d5;
}

div#main_search_box div.search_field {
	width: 200px;
}

div#main_search_box div.button_row {
	position: absolute;
	margin: -4px 0 0 230px;
}


div.full_page_container div.panel_main {
	min-height: 370px !important;
}

div#archived_stories {
	padding: 20px 0 0 0;
	min-height: 505px;
}

div#archived_stories li {
	display: block;
	width: 190px;
	height: 55px;
	float: left;
	padding: 15px 0 20px 95px;
	
}

div#archived_stories li a.delete,
div#archived_stories li span.delete,
div#archived_stories li a.search_link {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ad2b1e;
	float: left;
}

div#archived_stories li a:link, div#archived_stories li a:visited {
	text-decoration: none;
}

div#archived_stories li a:hover, div#archived_stories li a:active {
	text-decoration: underline;
}

div#archived_stories li a.delete,
div#archived_stories li span.delete {
	font-size: 12px;
	margin: 7px 0 0 0;
	clear: both;
	color: #999;
	font-weight: normal !important;
	text-decoration: none;
	font-size: 11px;
}

div#archived_stories li span.delete {
	background:none repeat scroll 0 0 #FFFFCC;
	border:1px solid #797842;
	color:#000000;
	display:block;
	margin:5px 0 10px;
	padding:6px 10px 8px;
	font-size: 11px;
}

div#archived_stories li span.delete a {
	font-size: 11px;
}

div#archived_stories li a.delete:link,
div#archived_stories li a.delete:visited,
div#archived_stories li a.delete_confirm:link,
div#archived_stories li a.delete_confirm:visited {
	color: #999;
}

div#archived_stories li a.delete:hover,
div#archived_stories li a.delete:active,
div#archived_stories li a.delete_confirm:hover,
div#archived_stories li a.delete_confirm:active{
	color: #ad2b1e;
}



div#archived_stories li.shade_01 { background-image: url('/images/folders/01.png'); }
div#archived_stories li.shade_02 { background-image: url('/images/folders/02.png'); }
div#archived_stories li.shade_03 { background-image: url('/images/folders/03.png'); }
div#archived_stories li.shade_04 { background-image: url('/images/folders/04.png'); }
div#archived_stories li.shade_05 { background-image: url('/images/folders/05.png'); }
div#archived_stories li.shade_06 { background-image: url('/images/folders/06.png'); }
div#archived_stories li.shade_07 { background-image: url('/images/folders/07.png'); }
div#archived_stories li.shade_08 { background-image: url('/images/folders/08.png'); }
div#archived_stories li.shade_09 { background-image: url('/images/folders/09.png'); }


div#notification_bar {
	
	background-image: url('/images/bg_top_message.png');
	background-repeat: repeat-x;
	background-color: transparent;
	
	
}

div#notification_bar div.summary {
	width: 930px;
	height: 30px;
	margin: 0 auto 0 auto;
	padding: 20px 15px 12px 15px;
}

div#notification_bar div.instructions {
	width: 930px;
	display: none;
	padding: 15px 0 0 0;
	margin: 0 auto 0 auto;
}

div#notification_bar div.summary p {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

div#notification_bar div.summary p span.make_my_homepage,
a#hide_bookmark_instructions,
a#show_bookmark_instructions {
	font-size: 13px !important;
}

div#notification_bar div.summary p.actions {
	float: right;
}

div#notification_bar a {
	color: #eee;
	font-size: 11px;
}

div#notification_bar div.instructions {
	border-top: 1px solid #999;
}


div#notification_bar div.instructions ul.browser_icons {
	width: 600px;
	height: 64px;
	margin: 0 auto 0 auto;
	text-align: center;
}

div#notification_bar div.instructions ul.browser_icons li {
	padding: 0 5px 0 5px;
	display: inline;
}


div#notification_bar div.instructions ul.browser_icons li a {
	display: inline-block;
	width: 64px;
	height: 64px;
}

div#notification_bar div.instructions ul.browser_icons li a:link,
div#notification_bar div.instructions ul.browser_icons li a:visited{
	background-position: 0 -64px;
}

div#notification_bar div.instructions ul.browser_icons li a:hover,
div#notification_bar div.instructions ul.browser_icons li a:active,
div#notification_bar div.instructions ul.browser_icons li a.active {
	background-position: 0 0 !important;
}

div#notification_bar div.instructions ul.browser_icons li a span {
	display: none;
}

div#notification_bar div.instructions ul.browser_icons li.safari a {
	background-image: url('/images/icons/browsers/safari.png');
}

div#notification_bar div.instructions ul.browser_icons li.firefox a {
	background-image: url('/images/icons/browsers/firefox.png');
}

div#notification_bar div.instructions ul.browser_icons li.chrome a {
	background-image: url('/images/icons/browsers/chrome.png');
}

div#notification_bar div.instructions ul.browser_icons li.ie a {
	background-image: url('/images/icons/browsers/ie.png');
}

div#notification_bar div.instructions ul.browser_icons li.opera a {
	background-image: url('/images/icons/browsers/opera.png');
}


div#notification_bar div.text_instructions {
	width: 600px;
	margin: 0 auto 0 auto;
	padding: 10px 0 20px 0;
	display: none;
}

div#notification_bar div.text_instructions ul {
	color: #eeeeee;
	font-size: 12px;
	list-style: disc;
	margin: 0 0 0 25px;
	
}

div#notification_bar div.text_instructions ul li {
	padding: 0 0 10px 0;
}

div#notification_bar div.text_instructions p {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #cccccc;
	padding: 0 0 10px 10px;
	margin: 0 0 15px 0;
}


div#admin_buttons, div#user_aux_buttons {
	width: 30px;
	position: fixed;
	right:0;
}

div#admin_buttons {
	margin: 416px 0 0 0;
}

div#user_aux_buttons {
	margin: 188px 0 0 0;
}

div#admin_buttons a span, div#user_aux_buttons a span {
	display: none;
}

div#admin_buttons a:link,
div#admin_buttons a:visited,
div#user_aux_buttons a:link,
div#user_aux_buttons a:visited {
	background-position: 0 0;
}

div#admin_buttons a:hover,
div#admin_buttons a:active,
div#user_aux_buttons a:hover,
div#user_aux_buttons a:active {
	background-position: -30px 0;
}

div#admin_buttons a.admin,
div#admin_buttons a.norm_mode,
div#admin_buttons a.user_mode,
div#user_aux_buttons a.my_profile,
div#user_aux_buttons a.news_search {
	border: 2px solid #ffffff;
	display: block;
	width: 30px;
	height: 100px;
	margin: 0 0 10px 0;
}

div#user_aux_buttons a.my_profile,
div#user_aux_buttons a.news_search {
	border: 2px solid #fff;
}

div#admin_buttons a.admin {
	background-image: url('../images/admin/bt_admin.png');
}


div#admin_buttons a.norm_mode {
	background-image: url('../images/admin/bt_norm_mode.png');
}

div#admin_buttons a.user_mode {
	background-image: url('../images/admin/bt_user_mode.png');
}

div#user_aux_buttons a.my_profile {
	background-image: url('../images/bt_my_profile.png');
}

div#user_aux_buttons a.news_search {
	background-image: url('../images/bt_news_search.png');
}

div#news_buddy_placeholder_container {
	width: 113px;
	height: 575px; 
}

/* Signup Iframe Content */
body.iframe {
	background-color: #fff;
}

div#signup_iframe_content {
	padding: 20px;
}

div#signup_iframe_content h1 {
	width: auto;
	height: 43px;
	background-image: url('../images/logo_ft_black.png');
	background-position: 2px 0;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #ccc;
}

div#signup_iframe_content h1 span {
	display: none;
}

div#signup_iframe_content div.box.text div.button_row {
	display: block !important;
	padding: 10px 0 30px 0;
}

div#signup_iframe_content div.box.text div.button_row a {
	position: absolute;
	width: 100px;
	margin-left: -50px;
	left: 50%;
}


div.top_level_question {
	padding: 10px !important;
	margin: 0 10px 0 0 !important;
	background-image: none !important;
	border-bottom: 1px solid #ccc !important;
}

div.sub_questions {
	padding: 20px 0 0 45px !important;
	margin: 0 !important;
	background-image: url('/images/icons/sub_question_arrow.png') !important;
	background-position: 0 12px !important;
}

div.sub_question {
	padding: 5px 0 10px 0 !important;
	margin: 0 !important;
	border-top: 1px dotted #ccc !important;
	background-image: none !important;
}

div#email_article_container {
	height: 500px;
	overflow: auto;
}

div#email_article_container div.story {
	/*background-color: #fff;*/
}

div#email_article_container div.news_item {
}

div#email_article_container div.module {
	width: 555px;
}

div#email_article_container div.module.single_full {
	width: 580px;
	height: 490px;
}


a.move_clipboard_item {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
}

a.move_clipboard_item span {
	display: none;
}
a.move_clipboard_item.up {
	background-image: url('/images/admin/icons/bullet_arrow_up.png');
}
a.move_clipboard_item.down {
	background-image: url('/images/admin/icons/bullet_arrow_down.png');
}

p.setup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px !important;
	line-height: 16px;
	font-weight: bold;
	color: #000 !important;
	margin: 0 -5px 8px -5px !important;
}