html 			{ overflow-x: hidden; overflow-y: auto; } 
a 				{ text-decoration: none; color: #369; }
a:link 		{ text-decoration: none; color: #369; }
a:visited 	{ text-decoration: none; color: #369; }
a:hover 		{ text-decoration: underline; color: #369; }


html { 
	margin: 0; 
	padding: 0;
	font-family: Arial, Helvetica, sans-serif; 
}

body {
	margin: 0px;
	margin-right: 15px; 
	padding: 0 0 27px; 
	background: #fff;
}
body.marginRightFix { margin-right: 0; }

html, body, input, td, p, h1, h3 {
	font-family: Arial, Helvetica, sans-serif; 
	/* more specific to override imported rule */
	font-size:    x-small;			/* false value for WinIE4/5 */
	voice-family: "\"}\"";			/* trick WinIE4/5 into thinking rule is over */
	voice-family: inherit;			/* recover from trick */
	font-size:    small				/* intended value for better browsers */
	}
	html>body, html>body div, html>body h1, html>body ul, html>body li   {
	font-size:    small				/* be nice to Opera */
}

h2 {
	font-family: Arial, Helvetica, sans-serif; 
	/* more specific to override imported rule */
	font-size:    small;			/* false value for WinIE4/5 */
	voice-family: "\"}\"";			/* trick WinIE4/5 into thinking rule is over */
	voice-family: inherit;			/* recover from trick */
	font-size:    medium				/* intended value for better browsers */
	}
	html>body h2   {
	font-size:    medium				/* be nice to Opera */
}


p {
	margin-top: 0px;
}
h2 {
/*
	color: #666;
*/
	font-weight: bold;
	/*font-size: 1em;*/
	margin-bottom: 0px;
	margin-top: 0px;
}

/*******************************************************************************
                       Top Sectional rules
*******************************************************************************/

#top_section a {
	color: #333;
}
#top_section #dnblogo {
	position: absolute;
	top: 0px;
	left: 0px;
}
#top_section #toollinks {
	background: #F3F0DD url(/images/global-cap.gif) repeat-y 0px 0px;
	padding: 5px 10px 5px 10px;
	_padding-right: 25px;
	margin-left: 240px;
	text-align: right;
	font-size: 85%; 
	color: #999;
}
#top_section #toollinks a { 
	color: #333;
}
#top_section .loggedin {
	color: #666;
	font-weight: bold;
}
#top_section .separate {
	font-size: 85%; 
	padding: 0px 4px 0px 4px;
}
#top_section img {
	display:block;
}
#top_section .searchtab, #top_section .browsetab, #top_section .themetab {
	display: inline;
}
#top_section #tabs {
}

/*HIDE THE FOLLOWING FROM IE5 for MAC */
#top_section .searchtab, #top_section .browsetab, #top_section .themetab {
	display:block;
	position: absolute;
	top: 46px;
}

#top_section .searchtab {
	left: 275px;
}
#top_section .browsetab{
	left: 344px;
}
#top_section .themetab {
	left: 413px;
}
/*END OF HIDE FROM IE5 for MAC */

/* Subnav  ************************ */
#top_section #subnav {
	position: absolute;
	color: #666;
	/*background: #EFC470;*/
	left: 275px;
	top: 78px;
}
#top_section #subnav a {
	color: #555; 
	font-weight: bold; 
}
#top_section a.linkOn { 
	color: #666;
	font-weight: bold;
	font-style: italic;
}
#top_section #backtolink {
position: absolute;
	color: #666;
	background: #EFC470;
	right: 10px;
	_right: 25px;
	top: 78px;
}
#top_section #backtolink a {
	color: #555; 
	font-weight: bold; 
}

/* searchform ************************ */
#top_section #quicksearch {
	position: absolute;
	right: 10px;
	top: 35px;

}
#top_section #quickSearchForm {
	text-align: right;
	margin: 0px;
	padding: 0px;
	display: block;
}
#top_section #quickSearchForm input, #top_section #quickSearchForm select {
	vertical-align: middle;
	font-size: 85%;
}
#top_section .tips {
	display: block;
}
#top_section .tips a {
	font-size: 85%; 
	color: #333;
	margin-bottom: 2px;
}
#top_section .hdr {
	font-size: 105%; 
	color: #666;
	font-weight: bold;
	vertical-align: middle;
	margin-right: 5px;
}
.shdr {
	font-size: 85%; 
	color: #999;
	font-weight: bold;
}
#top_section .thirdnav {
	background-color: #E0E0D6;
}
#top_section .thirdnav a {
	color: #333; 
}
#top_section form {
	margin: 0px;
	padding: 0px;
}

#top_section #snavform input, #top_section #snavform select {
	vertical-align: middle;
}
#top_section .printtools {
	display: inline; 
	color: #333;
	margin-left: 10px;
}
#top_section .printtools img {
	display: inline; 
	vertical-align: middle;
	margin-right: 2px;
}
#top_section .backnforth {
	font-size: 1em;
}
#top_section .thirdnav, #top_section .thirdnav table {
	font-size: .9em; 
}
#top_section .formfield { 
	border: 1px solid #999; 
	margin-right: 2px; 
	padding-left: 2px;
	vertical-align: middle;
}
#top_section #articletools {
	position: absolute;
	left: 10px;
	top: 102px;
	background-color: #E0E0D6;
}
#top_section #previous {
	position: absolute;
	left: 275px;
	top: 102px;
	background-color: #E0E0D6;
}
#top_section #gotopage {
	position: absolute;
	left: 50%;
	top: 100px;
	margin-left:auto;
	margin-right:auto;
	background-color: #E0E0D6;
}
#top_section #next {
	position: absolute;
	right: 5px;
	top: 102px;
	background-color: #E0E0D6;
}
#top_section #previous img, #top_section #next img {
	display: inline;
}
#top_section .important {  
  font-weight: bold;
  color: #900;
}


/*******************************************************************************
                       Main Layout Rules
*******************************************************************************/

#top_section {
	position: relative;
	background: #E0E0D6 url(/images/top-logo-bg2.gif) repeat-x 0px 0px;
	margin: 0px;
	height: 99px;
}
td#left {
	border-right: 1px solid #9B977D;
	background-color: #FDFBF1;
/*	background: #fff url(../images/article-leftbg.gif) repeat-y 0px 0px ;*/
/*	padding: 8px 10px 20px 6px; */
	padding: 8px 15px 20px 10px; 
	width: 210px;
	color: #000;
}

td#mid {
	padding: 8px 25px 20px 25px;
}

td#right {
	padding: 8px 5px 20px 5px;
	width: 176px;
}

#credit {
	background: url(../images/dotline.gif) repeat-x left top; 
	padding: 10px;
	margin-left: 6px;
	color: #666;
	font-size: .85em;
}
table.foot {
	margin-left:6px;
}
.footer {
	border-top: 1px solid #9B977D;
	padding: 5px 10px 10px 0px; 
	width: 215px;
}
.footerM {
	border-top: 1px solid #9B977D;
	padding: 5px 25px 10px 25px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
/******************************************************************************/






.welcome {
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.welcome h1 {
	display: block;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #505050;
}
#welcome_1 h1 {
	padding:0;
	margin:1.5em 0 0.4em;
}
.welcome p, .editionbox p, .subscriberbox p, #pubIntro p {
	margin-bottom: 5px;
	font-size: .85em;
}
.welcome a, .editionbox a, .subscriberbox a, #pubIntro a {
	font-weight: bold;
}

#edition {
	background: #F3F1DD url(../images/dottedbg.gif) repeat-x left top;
	margin:0px;
	padding:1px 0px 0px 0px;
	border:0px solid;
}

#edition h2, #edition h3 {
	display: block;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#edition h2 {
	color: #c33;
	font-weight: bold;
}
#edition h3 {
	color: #666;
	padding-bottom: 3px;
}
.edinside {
	background: #F3F1DD url(../images/dotline.gif) repeat-x left bottom;
	padding: 10px 10px 10px 10px;
}
#subscriber {
	background: #F3F1DD url(../images/dottedbg.gif) repeat-x left top;
	margin: 1.05em 0 0;
	padding: 1px 0px 0px 0px;
	border:0px solid;
}

#subscriber h2, #subscriber h3 {
	display: block;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0 0 .5em;
}
#subscriber h2 {
	color: #c33;
	font-weight: bold;
}
#subscriber h3 {
	color: #666;
	padding-bottom: 3px;
}
#subscriber h2.h2_pub_home { color: #666666; }
#subscriber h3 {
	color: #666;
	padding-bottom: 3px;
}
#subscriber label {
	color: #666;
	font-weight:bold;
	font-size:0.83em;
	display:block;
}
#subscriber input {
	border: 1px solid #9a967f;
	height:15px;
	vertical-align:middle;
	margin-bottom: .5em;
}
#subscriber #btnSubscriberLogin,
#subscriber #btnLibraryLogin {
	height: 19px;
	border:medium none;
}
.subscriber_inside {
	background: #F3F1DD url(../images/dotline.gif) repeat-x left bottom;
	padding: 10px 10px 10px 10px;
}


p.dotline,
.dotline {
	background: transparent url(../images/dotline.gif) repeat-x 0px 0px;
	font-size:1px;
	padding:0px;
	margin: 10px 0px;
}



#mid h1 {
	color: #505050;
	font-weight: bold;
	padding-bottom: 8px;
	margin: 0 0 10px;
	background: url(../images/dotline.gif) repeat-x left bottom; 
	/*font-size: 1em;*/
}


.biglife {
	display: block;
	width: 180px;
	float: left;
	padding-bottom: 20px;
	color: #369;
}
.biglife img {
	margin-bottom: 20px;	
}
.biglife h2 {
	font-weight: bold;
	/*font-size: 1.3em;*/
	color: #369;
	
	/* more specific to override imported rule */
	font-size:    medium;			/* false value for WinIE4/5 */
	voice-family: "\"}\"";			/* trick WinIE4/5 into thinking rule is over */
	voice-family: inherit;			/* recover from trick */
	font-size:    large				/* intended value for better browsers */
}
html>body .biglife h2   {
	font-size:    large				/* be nice to Opera */
}
.biglife a {
	font-size: .85em;
}




.biglife a, .today a, .quote a {
	font-style: normal;
	font-weight: bold;
}

.lotw, .today, .quote {
	display: block;
	margin-left: 197px;
	margin-right: 100px;
	color: #333;
	padding-bottom: 15px;
}
.lotw {
	background: url(../images/dotline.gif) repeat-x left bottom; 
}
.iotw {
	diplay: block;
	margin: 3px 0px 0px 0px;
}
.iotw img {
	diplay: inline;
	margin: 0px;
	border: 0px;
}
.lotw a {
	font-size: 0.85em;
}

#lotw_new_container {
	float: left;
	margin: 3em 0 0;
	padding:0 25px 0 0;
	width: 400px;
	color:#656565;
}
#lotw_new_container h1 {
	color: #9a0000;
	font-size:1.4em;
	font-weight:normal;
}
#lotw_new_container h1 a { color: #9a0000; }
#lotw_new_container h3 { margin:0; }
#lotw_new_container h4 {
	color:#30659A;
	font-size:1.7em;
	margin:0.2em 0 0.4em;
}
.biglife_new {
	display: block;
	width: 170px;
	float: left;
}
.lotw_new {
	position: relative;
	display: block;
	margin-left: 185px;
	height:250px;
}
.iotw_new {
	position: absolute;
	display: block;
	bottom: 0px;
	left: 0px;
	width:190px;
}
.iotw_new img {
	diplay: inline;
	margin: 8px 8px 0 0;
	border: 0px;
}
.iotw_new a {
	display:block;
	float: left;
}
#featured_container {
	color:#656565;
	padding:0;
	margin: 3em 0 0 425px;
}
#featured_container h3 {
	color:#30659A;
}
#featured {
	transparent url(../images/dotline.gif) repeat-x scroll left bottom
}
#featured h1 {
	color: #9a0000;
	font-size:1.4em;
	font-weight:normal;
}
#featured h1 a { color: #9a0000; }
#featured img {
	float: left;
	margin: 0 8px 8px 0;
	border:medium none;
}
#featured #podcast_items {
	margin:6px 2px 14px 0;
}
#featured #podcast_items #flashObject {
	margin: -26px 7px 0 0;
	vertical-align: middle;
}
#featured #podcast_items img {
	display:inline;
	float:none;
	margin:0 2px 4px 0;
	vertical-align:middle;
}
#featured_intro {
	_height: 100%; /* IE6 fix */
	min-height: 77px;
	margin-bottom:0.65em;
}

a.smlink {
	font-size: 0.85em;
	}

.today {
	margin-top: 10px;
	background: url(../images/dotline.gif) repeat-x left bottom; 
}
.today h3 {
	display:inline;
	margin: 0px 4px 0px 0px;
	color: #369;
	/*font-size: 1em;*/
}


.quote {
	margin-top: 10px;
	font-style: italic;
}

.quote p {
	color: #505050;
	margin: 1em 0;
}

.quotename {
	display: block;
	text-align: right;
	font-style: normal;
	color: #333;
	margin: 0.5em 0;
	padding: 0;
}


/* QUEENS ANNIVERSARY PRIZE LOGO */
.qap {
	margin: -142px 0 0 0;
	position: absolute;
	right: 1em;
}
.qap2 {
	margin: -142px 0 0 0;
	position: absolute;
	right:1.4em;
}

.qap img, .qap2 img {border: none; }

#pubIntro {
	background: #fdfbf1 url(../images/dotline.gif) repeat-x left top;
	padding-top: 2px;
	margin: 1em 0 0;
}
#pubIntroInner {
	background: #fdfbf1 url(../images/dotline.gif) repeat-x left bottom;
	padding: 0.7em 0.9em 1em;
}
#pubIntro h2 {
	color: #990000;
	font-size: 1.8em;
	font-weight: normal;
}
#pubIntro h3 {
	color: #656565;
	margin: 0.1em 0 0;
}
#pubIntro a {
	margin: 0 0.5em;
}
.smaller_text {
	font-size: 0.85em;
	font-weight: normal;
}
.rss_icon {
	background: transparent url(../images/rss_icon_small.gif) no-repeat left top;
	padding-left:18px;
	margin:15px 0 4px 0;
}
.clear_all { clear: both; }
.form_no_pad { margin:0; padding:0; }
.less_spacing { margin-bottom:0.4em; }
#underbar-logo-cover .underbar-aboutLbl, #underbar-logo-cover .underbar-aboutLbl-chrome {
    font-size: 11px;
}
.cookiepolicyimplied {
    position: relative;
    z-index: 2;
}	
.logoc {
  display: block;
  margin: 0 -1em 0 0;
  max-width: 100px;
}
