body {
	background-color: #FFFFFF;
	/* color: #585858; */
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: .825em;
	margin: 0pt;
	overflow-x: hidden;
}

div#page {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

div.spacer {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 0;
}


div#sitelogo {
	float: left;
	margin-left: 8px;
}


div#loginbox {
	float: right;
	text-align: right;
	margin-right: 0.2em;
}
div#loginbox label {
	font-size: 85%;
}



div#maincontent {
	/* padding: 0 0.5em 1em 0.5em; */
	/* padding-bottom: 1em; */
	/* background-color: pink; */
}

div#footer-wrapper {
	clear: both;
	margin-top: 1em;
	border-top: 1px solid #585858;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#footer {
	padding-top: 5px;
}

div#infopage {
	margin-left: 8px;
}

div .sample_fragment {
	background: #CCCCCC none repeat scroll 0%;
	margin: 10px 0pt;
	padding: 10px 4px;
}

form div.error {
	color: #FF0000;
	padding: 4px;
}

body.site #searchError, body.lancet #searchError, body.laneur #searchError, body.laninf #searchError {
	color: red;
	font-weight: bold;
	padding: 10px 2px;
}

body.lanonc #searchError {
	color: white;
	font-weight: bold;
	padding: 4px 2px;
}


.lancet div#XXXprimary_nav {
	background-color: #004A7B;
	border-bottom: 1px solid #004A7B;
	border-top: 1px solid #004A7B;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
}

div#article_left {
	float: left;
	width: 115px;
	color: white;
	display: none;
}


DIV#article_center {
	FLOAT: left;
	MARGIN: 0px 0 10px 0;
	WIDTH: 767px;
}
DIV#article_right {
	FLOAT: left;
	WIDTH: 193px;	/* 210px; */
	/* background-color: pink; */
}



DIV#article_assets {
	/* PADDING-RIGHT: 5px; */
	PADDING-LEFT: 5px;
	/* BACKGROUND: #dddddd; */
	PADDING-BOTTOM: 5px;
	PADDING-TOP: 5px
}

DIV#citedby {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; BACKGROUND: #dddddd; PADDING-BOTTOM: 5px; PADDING-TOP: 5px
}

DIV.toc_listing {
	MARGIN-TOP: 1em
}

DIV.toc_listing SPAN.ja50-ce-title {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 1.1em
}

form#quicksearch {
	display: inline;
}

div#search_results {
	margin: 20px 0pt;
}

div.search_result {
	margin: 15px;
}

div.search_result .title {
	font-weight: bold;
}

h1 {
	font-size: 1.4em;
	margin-top: 0;
	padding-top: 0;

}


body.lancet #searchbar { background: url(../images/searchbar_tl.gif) repeat-x; }
body.site #searchbar { background: url(../images/searchbar_site.gif) repeat-x; }
body.laninf #searchbar { background: url(../images/searchbar_tlid.gif) repeat-x; }
body.lanonc #searchbar { background: url(../images/searchbar_tlo.gif) repeat-x; }
body.laneur #searchbar { background: url(../images/searchbar_tln.gif) repeat-x; }


#searchbar {
	/* background: url(../images/go_tl.gif); */
	border-top: 1px solid #ccc;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/* padding-top: 0.55em; */
	/* height: 28px; */
        margin-bottom:15px;
}



#searchbar select#journalName {
	border:1px solid #999; 
	background-color: #F1F1F1;
}

#searchbar label {
	color: white;
}

#primary_nav {
	clear: both;
	height: 35px;
	background: url(../images/nav_bg.gif) repeat-x;	
	padding-left: 12.25em;
}


#primary_nav ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}

#primary_nav ul li {
	float: left;
	padding: 9px 15px 7px 15px;
	background: url(../images/nav_link_bg.gif) repeat-x;	
}

#primary_nav a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

#primary_nav a:hover {
	/* background-color: #032B45; */
	text-decoration: none;
	text-decoration: underline;
}

#primary_nav a.selected {
	/* background-color: #032B45; */
	text-decoration: none;
}

input#accept_BLOCKED {
	color: white;
	font-weight: bold;
	padding: 0px 0.32em;
	height: 22px;
	border: 0px;
	background: url(../images/btn_bg.gif);
}



div#loginbox input#SubmitButton {
	color: white;
	width: 3.75em;
	font-size: 85%;
	font-weight: bold;
	padding: 0px 0.32em;
	height: 22px;
	border: 0px;
	background: url(../images/btn_bg.gif);
}


input#sbar_go {
	background: url(../images/go_off_site.gif);
	color: white;
	font-weight: bold;
	padding: 0px 0.32em;
	height: 20px;
	width: 40px;
	border: 0px;
}
input#sbar_go:hover {
	cursor: pointer;
}

body.laninf input#sbar_go { background: url(../images/go_off_laninf.gif); }
body.lanonc input#sbar_go { background: url(../images/go_off_lanonc.gif); }
body.laneur input#sbar_go { background: url(../images/go_off_laneur.gif); }
body.lancet input#sbar_go { background: url(../images/go_off_lancet.gif); }

body.lancet input#sbar_go:hover { background: url(../images/go_on_lancet.gif); }
body.site input#sbar_go:hover { background: url(../images/go_on_site.gif); }
body.laninf input#sbar_go:hover { background: url(../images/go_on_laninf.gif); }
body.lanonc input#sbar_go:hover { background: url(../images/go_on_lanonc.gif); }
body.laneur input#sbar_go:hover { background: url(../images/go_on_laneur.gif); }




#footer A:link  { text-decoration:underline; font-size:0.85em; color: #4e6a76 }
#footer A:visited  { text-decoration:underline; font-size:0.85em; color: #4e6a76 }
#footer A:hover  { text-decoration:none; font-size:0.85em; color: #4e6a76 }
#footer A:active  { text-decoration:underline; font-size:0.85em; color: #4e6a76 }

div#loginbox input {
	width: 6em;
}
div#loginbox form {
	padding-top: 0;
	margin-top: 0;
}

div#loginbox input#username { width: 4em; }
div#loginbox input#password { width: 4em; }



img#sitelogo-image { 
	/* background-position: 337px -1pt; */
	margin-top: 10px;
}

body.site img#sitelogo-image { 
	background-repeat: no-repeat; 
}

body.lancet img#sitelogo-image { 
	background-repeat: no-repeat; 
}

body.laninf img#sitelogo-image { 
	background-repeat: no-repeat; 
}

body.laneur img#sitelogo-image { 
	background-repeat: no-repeat; 
	/* padding-right: 210px; */
}

body.lanonc img#sitelogo-image { 
	background-repeat: no-repeat; 
	/* padding-right: 200px; */
}

#maincontent {
	color: #404040;
	/* border: 1px dashed #AEAEAE; */
	margin-top: 7px;
}

#maincontent #home1 {
	height: 18em;
	margin-top: 1em;
}

#footer_legal {
	margin-top: 0.35em;
	font-size:0.75em;
	color: #4e6a76;
}

/* POPUP LOGIN BOX */

#AE_links_container {
	float: right;
	margin-top: 1em;
	margin-right: 1em;
	text-align: right;
}

A.login-link:link  { text-decoration:underline; font-size:1em; color:#AEAEAE;}
A.login-link:visited  { text-decoration:underline; font-size:1em; color:#AEAEAE;}
A.login-link:hover  { text-decoration:none; font-size:1em; color:#AEAEAE;}
A.login-link:active  { text-decoration:underline; font-size:1em; color:#AEAEAE;}

a.nav2-link:link { text-decoration: underline; font-size: 1em; color: #383838; }
a.nav2-link:visited { text-decoration: underline; font-size: 1em; color: #383838; }
a.nav2-link:hover { text-decoration: none; font-size: 1em; color: #383838; }
a.nav2-link:active { text-decoration: underline; font-size: 1em; color: #383838; }

#gnav_line {
	width: 100px;
	height: 1px;
	margin: 0.25em 0 0.25em 0;
	border-top: 1px solid #383838;
	line-height: 0px;
}

#welcome_text {
	color: #383838;
	font-weight: normal;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #383838;
	font-size: 0.9em;
	text-decoration: none; 
}

a.nav-logout-link:link { text-decoration: underline; font-size: 0.9em; color: #999999; }
a.nav-logout-link:visited { text-decoration: underline; font-size: 0.9em; color: #999999; }
a.nav-logout-link:hover { text-decoration: none; font-size: 0.9em; color: #999999; }
a.nav-logout-link:active { text-decoration: underline; font-size: 0.9em; color: #999999; }

#floating_login_form {
	display: none;
	background-color: #EEEEEE;
	position: fixed;
	top: 11em;
	float: right;
	left: 70%;
	border: 1px solid gray;
	width: 245px;
	height: auto;
	padding-bottom: 0.5em;
	z-index: 100;
}
* html div#floating_login_form {
	position: absolute;
}

#floating_login_form_top {
	height: 9px;
	background: url(../images/login_gradient.gif) repeat-x;
}

#login_close_container {
	text-align: right;
	margin-right: 0.5em;
}

img#login_close {
	margin-top: 0.3em;
	background: url(../images/close_x.gif);
	height: 7px;
	width: 7px;
}

#login_box_contents {
	margin: 0.5em;
}

#login_fields {
	margin-bottom: 0.5em;
}

#login_fields div.login-label {
	padding-top: 0.3em;
	float: left;
	clear: left;
	width: 4.5em;
}
#login_fields div.login-field {
	clear: right;
}

input#username, input#password {
	width: 11em;
	margin-left: 0.5em;
	margin-top: 0.25em;
}

* html input#username {margin-left: 0.2em;}

#forgotten_login_link {
	clear: both;
	margin-top: 0.5em;
	text-align: left;
}
#login_btn_container {
	width: 6em;
	padding-left: 1em;
	padding-right: 0;
	float: right;
}

#login_reg_container {
	width: 10em;
	float: left;
	text-align: left;
}

#loginError_loginForm, #loginError_loginDetailsForm {
	display: none;
	color: white;
	font-weight: bold;
	clear: both;
	padding: 0.25em 0.5em 0.25em 0.5em;
	margin: 0 0 1em 0;
}

body.site #loginError_loginForm, body.site #loginError_loginDetailsForm { background-color: #4d6a75; }
body.lancet #loginError_loginForm, body.lancet #loginError_loginDetailsForm { background-color: #4d6a75; }
body.laninf #loginError_loginForm, body.laninf #loginError_loginDetailsForm { background-color: #936FB1; }
body.laneur #loginError_loginForm, body.laneur #loginError_loginDetailsForm { background-color: #6CB33E; }
body.lanonc #loginError_loginForm, body.lanonc #loginError_loginDetailsForm { background-color: #CC0000; }

#login_reg_and_btn_container {
	height: 1.5em;
}

#login_checkbox {
	float: left;
}

#login_remember_text {
	padding-left: 0.35em;
	float: left;
}
* + html #login_remember_text {
	padding-top: 0.2em;
	padding-left: 0;
}

input#login_submit {
	background: url(../images/btn_80x20_off.gif);
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	height: 20px;
	width: 80px;
	border: 0px;
	cursor: pointer;
}
input#login_submit:hover {
	background: url(../images/btn_80x20_on.gif);
	color: white;
}

#login_remember_row {
	margin-top: 0.5em;
	clear: both;
}

span.small-text {
	font-size: 0.75em;
	color: #000000;
}

/* END POPUP LOGIN BOX */

img.hiddenPic {
	display: none;
}

input#searchTerm {
	width: 16em;
}

a#login_link { 
	line-height: 3.2em;
}

.topright-sep {
	padding: 0 0.35em;
}

a.mylancet-link:link { text-decoration: underline; font-size: 0.9em; color: #383838; }
a.mylancet-link:visited { text-decoration: underline; font-size: 0.9em; color: #383838; }
a.mylancet-link:hover { text-decoration: none; font-size: 0.9em; color: #383838; }
a.mylancet-link:active { text-decoration: underline; font-size: 0.9em; color: #383838; }

ul#mylancet_fragment_ul {
	margin-top: 0.3em;
	padding-top: 0;
}

A.site-lvl-link:link { text-decoration:underline; color: #00549F; font-weight: bold; }
A.site-lvl-link:visited  { text-decoration:underline; color: #00549F; font-weight: bold; }
A.site-lvl-link:hover  { text-decoration:none; color: #00549F; font-weight: bold; }
A.site-lvl-link:active  { text-decoration:underline; color: #00549F; font-weight: bold; }

/* ADDED FOR FLAT PAGES */

#aboutus_page, #conferences_page, #for_authors_page, #audio_page, #misc_page, #subscribe_lancet, #subscribe_laninf, #subscribe_laneur, #subscribe_lanonc, #seo_page, #audio_archive_page, #meet_editors_page {
	margin: 10px 10px 20px 10px;
}

#aboutus_page h1, #for_authors_page h1, #seo_page h1 { font-size: 1.5em; }

/* #aboutus_page h2, #for_authors_page h2, #conferences_page h2, #audio_page h2 { font-size: 1.3em; } */

#seo_page h2 { font-size: 1.3em; } 
#misc_page h2 { 
	font-size: 1.2em;
	margin-bottom: 0;
	padding-bottom: 0;
}

#meet_editors_page h3 { font-size: 1.1em; } 

div.aboutus-sub-hdr {
	margin-top: 1em;
	font-weight: bold;
}

#aboutus_page p, #aboutus_page ul  {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

#aboutus_page h2 {
	margin-top: 1em;
}

#beta_challenge_container {
	width: 58.75em;
	margin-top: 2em;
	clear: both;
}

#for_authors_page h1 { margin-bottom: 0.75em; }

#for_authors_page div.download-link-container {
	clear: both;
	margin: 0 0 1.8em 4em;
}

body.site h1 { color: #00549F; }

#about_TL_left {
	float: left;
	width: 77.5%;
}
#about_TL_right {
	float: right;
	width: 17.5%;
	text-align: center;	
}

div.about-cover { margin-bottom: 1.5em; }
div.about-cover img { border: 3px solid #eaeaea; }

table#about_milestones {
	margin: 1em 0 0 1.75em;
}

.about-year {
	font-weight: bold;
	padding-right: 1em;
}

table#rss_table { margin: 0 0 1.5em 1.6em; }
table#rss_table img { margin-right: 0.35em; border: 0; }

table#audio_table { margin: 0.75em 0 1.5em 1.6em; }
table#audio_table img { margin-right: 0.35em; margin-top: 0.25em; }

#audio_page_left {
	float: left;
	width: 65%;
}
#audio_page_right {
	float: right;
	width: 32.5%;
	background-color: #EDEDED;
	padding: 0 0.5em 0.75em 0.5em;
	margin-bottom: 1.5em;
}



#subscribe_covers_table { margin-left: 2em; }

#subscribe_cov_lancet, #subscribe_cov_laninf, #subscribe_cov_laneur, #subscribe_cov_lanonc {
	border: 7px solid #EDEDED;
	cursor: pointer;
}

#subscribe_cov_lancet:hover { border: 7px solid #4D6A76; }
#subscribe_cov_laninf:hover { border: 7px solid #936FB1; }
#subscribe_cov_laneur:hover { border: 7px solid #6CB33E; }
#subscribe_cov_lanonc:hover { border: 7px solid #CC0000; }	/* EE3123 */

#subscribe_lancet table#subscribe_pricing_table th { background-color: #4D6A76 }
#subscribe_laninf table#subscribe_pricing_table th { background-color: #936FB1 }
#subscribe_laneur table#subscribe_pricing_table th { background-color: #6CB33E }
#subscribe_lanonc table#subscribe_pricing_table th { background-color: #CC0000 }

#subscribe_lancet #subscribe_right { background-color: #4D6A76 }
#subscribe_laninf #subscribe_right { background-color: #936FB1 }
#subscribe_laneur #subscribe_right { background-color: #6CB33E }
#subscribe_lanonc #subscribe_right { background-color: #CC0000 }
#subscribe_right h2 { 
	margin: 0;
	padding: 0;
	color: white;
}
#subscribe_right p { color: white; }



div.sub_about_container {
	clear: both;
	margin: 0.75em 1.5em 0.75em 0;
}

#subscribe_pricing_table {
	margin: 0.5em 0 1.5em 2em;
	padding: 0.3em;
	border: 0px solid white;
}
#subscribe_pricing_table th {
	padding: 0.4em;
	font-weight: bold;
	border: 1px solid #EDEDED;
	color: white;
}
#subscribe_pricing_table td {
	padding: 0.4em;
	border: 1px solid #EDEDED;
}

#subscribe_left {
	/* width: 650px; */
	float: left;
}
#subscribe_right {
	width: 300px;
	background-color: #EDEDED;
	/* float: right; */
	padding: 0.5em;
}
td#sub_pricing_table_topleft { border: 0px solid white; }

#aboutus_page h2, #conferences_page h2 {
	margin-top: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1.1em;
}

#for_authors_page h2 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-bottom: 0;
	font-size: 1.1em;
}

#for_authors_page p {
	margin-top: 0;
	padding-top: 0;
}

p#for_authors_protocol_p1 {
	margin-bottom: 0.5em;
	padding-bottom: 0;
}
p#for_authors_protocol_p2 {
	margin-top: 0;
	padding-top: 0;
}

#subscribe_quotes_lancet, #subscribe_quotes_laninf, #subscribe_quotes_laneur, #subscribe_quotes_lanonc { display: block }

#sub_about_jrnl_lancet, #sub_about_jrnl_laninf, #sub_about_jrnl_laneur, #sub_about_jrnl_lanonc { display: block; clear: both; }

#subscribe_about_right_lancet, #subscribe_about_right_laninf, #subscribe_about_right_laneur, #subscribe_about_right_lanonc {
	display: block;
}

.audio-size { 
	margin-left: 0.5em;
	color: gray; 
}

div.audio-txt { margin-bottom: 0.5em; }

#home_podcasts div.audio-teaser {
	color: gray;
	width: 22.25em;
}
#home_podcasts .audio-size {
	color: gray;
	font-size: 0.8em;
	margin-left: 0;
}

#subscribe_options_lancet, #subscribe_options_laninf, #subscribe_options_laneur, #subscribe_options_lanonc {
	display: block;
	margin-right: 2em;
}

#about_jrnl_left {
	width: 57.5em;
	margin-right: 3em;
}
#about_jrnl_right { width: 150px; }
#about_jrnl_right img { border: 1px solid gray; }

.about-lancet-title { color: #4D6A76; }
.about-laninf-title { color: #936FB1; }
.about-laneur-title { color: #6CB33E; }
.about-lanonc-title { color: #CC0000; }

#audio_page h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1.1em;
}

#audio_page img { border: 0; }


#subscribe_select_label { margin-top: 5em }

td#subscribe-btn-td {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	padding-top: 1em;
}

input#btn-subscribe {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	height: 20px;
	border: 0px;
	width: 120px;
	background: url(../images/btn_120x20_off.gif) no-repeat;
}
input#btn-subscribe:hover { 
	background: url(../images/btn_120x20_on.gif); 
	color: white; 
	cursor: pointer;
}

#subscribe_lancet h2, #subscribe_laninf h2, #subscribe_laneur h2, #subscribe_lanonc h2 {
	font-size: 1.3em;
	margin-top: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
}
#subscribe_lancet #subscribe_cov_lancet { border: 7px solid #4D6A76; }
#subscribe_laninf #subscribe_cov_laninf { border: 7px solid #936FB1; }
#subscribe_laneur #subscribe_cov_laneur { border: 7px solid #6CB33E; }
#subscribe_lanonc #subscribe_cov_lanonc { border: 7px solid #CC0000; }

#subscribe_about_right_lancet h2, #subscribe_about_right_laninf h2, #subscribe_about_right_laneur h2, #subscribe_about_right_lanonc h2 {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}

.subscribe-pdf-label, .pdf-label { color: gray; font-size: 0.85em; padding-left: 0.4em; }

#podcast_entry { margin-bottom: 0.75em; }
#podcast_link_container { margin-top: 1em; }


.ja50-ce-small-caps {
	font-variant:small-caps;
	font-weight:bold;
}

/* LEADERBOARD AD */

#banner_ad {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	text-align: center;
	clear: both;
}

#ad_leader {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #999999;
	width: 748px;
	clear: both;
	padding-left: 2px;
	padding-top: 5px;
	height: 96px;
}

#ad_leader_label {
	float: left;
	margin-top: 0.75em;
	margin-right: 0.25em;
}

#ad_leader_img { float: left; }

span.jrnl-name { font-style: italic; }
span.boldit { font-weight: bold; }
span.italicizeit { font-style: italic; }

#seo_page h1, #seo_page h2 { color: #00549F }

#seo_page h2 { 
	padding-top: 0.75em;
	margin-bottom: 0; 
	padding-bottom: 0; 
}

/* AUDIO ARCHIVE PAGE */

#audio_archive_container {
	margin: 1.25em 0 1em 1em;
}

#audio_archive_years {
	width: 60.35em;
	background-color: #EDEDED;
	padding: 1em;
	border: 1px solid gray;
}

.audio-archive-yr { margin-right: 1em; }
.audio-archive-yr-selected {
	font-weight: bold;
	margin-right: 1em;
}

#audio_archive_years a { margin-right: 1.5em; }

div.pod_desc { margin-left: 1.7em; }
span.pod-nums { color: gray; margin-left: 0.75em; }

span.podtitle {
	font-weight: bold;
	/* font-size: 1.3em; */
	color: black;
}

div.podentry {
	margin: 0.25em 0 1.25em 0;
	width: 55em;
}

img.audio-archive-icon { margin: 0.15em 0.2em 0 0; }


#audio_archive_page h1 { margin-bottom: 0.75em; }

A.FooterLink:link  { text-decoration:underline; color:#4E6A76;}
A.FooterLink:visited  { text-decoration:underline; color:#4E6A76;}
A.FooterLink:hover  { text-decoration:none; color:#4E6A76;}
A.FooterLink:active  { text-decoration:underline; color:#4E6A76;}

p.reg_confirm_para { width: 59em; }

#footerPortion #aboutus_page { width: 40em; }

img.conf-img { margin-right: 2em; border: 0; }

a.conf-hdr-link:link { text-decoration: underline; color: #00549F; font-weight: bold; }
a.conf-hdr-link:visited { text-decoration: underline; color: #00549F; font-weight: bold; }
a.conf-hdr-link:hover { text-decoration: none; color: #00549F; font-weight: bold; }
a.conf-hdr-link:active { text-decoration: underline; color: #00549F; font-weight: bold; }

#conferences_page h2, #conferences_page h3 { color: #00549F; }

#conf_intro {
	clear: both;
	background-color: #EDEDED;
	padding: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

input#year { width: 2.5em; margin-left: 0.2em; }
input#volume { width: 2.5em; margin-left: 0.2em; }
input#page { width: 2.5em; margin-right: 0.75em; margin-left: 0.2em; }

.searchbar-slabel {
	font-weight: normal;
	font-size: 1em;
	color: white;
	padding-left: 0.5em;
}


a.subscribe-link:link { text-decoration: none; }
a.subscribe-link:visited { text-decoration: none; }
a.subscribe-link:hover { text-decoration: none; }
a.subscribe-link:active { text-decoration: none; }

#recent_pr_col {
	padding: 10px;
	margin-left: 20px;
	width: 175px;
	background-color: #EDEDED;
}

#recent_pr_col h2 {
	margin: 0;
	padding: 0;
}

#about_jrnl_right ul {
	margin-left: 1.5em;
	padding: 0;
}
ul#about_lancet_link {
	margin-left: 2.2em;
	padding: 0;
}

/* WELCOME BOX ON HOME PAGE */

#home_welcome_container {
	width: 505px;
	margin-top: 3px;
	margin-bottom: 11px;
}
#home_welcome_container table {
	margin: 0;
	background-color: #EEEEEE;
}
#home_welcome_container h1 {
	margin: 12px 7px 1px 7px;
	padding: 0;
}
#home_welcome_container p {
	margin: 0 7px 5px 7px;
	padding: 0;
}
tr.welcome-border-row { height: 3px; }
tr.welcome-border-row td {
	line-height: 0px;
	font-size: 0;
}
img#welcome_close {
	padding: 7px 7px 0 0;
	border: 0;
}

/* HOME MULTIMEDIA CONTENT */

#home_multimedia_container { margin-top: 10px; clear: both; }

#home_tabs_container { height: 29px; }

#home_video {
	display: block;
	height: 100%;
	margin-bottom: 10px;
}

#vid_iframe { 
	width: 332px;
//	height: 525px;
	height: 533px;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	border-left: 3px solid #00549F;
	border-right: 2px solid #00549F;
}

#home_podcasts {
	clear: both;
	display: none;
	width: 321px;
	background-color: #EDEDED;
	margin-bottom: 1.5em;
	padding: 6px 6px 6px 9px;
}

#home_multimedia_rule {
	height: 0px;
	line-height: 0px;
	border-top: 3px solid #00549F;
	width: 336px;
	clear: both;
}

div.home-instr-text {
	clear: both;
	font-size: 0.8em;
	color: gray;
}

#home_audio_container {
	clear: both;
	margin-top: 0.5em;
	/* background-color: orange; */
}

#home_audio_container div.audio-entry {
	clear: both;
	padding-bottom: 15px;
	/* font-size: 0.95em; */
}

div.home-audio-listen {
	font-weight: bold;
	color: #00549F;
	font-size: 1.05em;
}

div.home-audio-date { color: #656565; }

.link-sep {
	color: #8C8C8C;
	padding: 0 3px;
}
#home_podcasts div.audio-teaser {
	color: black;
}

#about_lancet_old_covers {
	background-color: #EEEEEE;
	padding: 1em 0;
	width: 155px;
	text-align: center;
	margin-left: 8px;
	clear: both;
}
* html #about_lancet_old_covers { margin-left: 0; }
* + html #about_lancet_old_covers { margin-left: 0; }



#about_TL_right div.about-cover img#about_TL_img { border: 3px solid #eaeaea; }
#about_TL_right div.about-cover img#about_TL_img:hover { border: 3px solid #4D6A76; }

img#about_TLID_img { border: 3px solid #eaeaea; }
img#about_TLID_img:hover { border: 3px solid #936FB1; }

img#about_TLN_img { border: 3px solid #eaeaea; }
img#about_TLN_img:hover { border: 3px solid #6CB33E; }

img#about_TLO_img { border: 3px solid #eaeaea; }
img#about_TLO_img:hover { border: 3px solid #CC0000; }


h2.site-color, h3.site-color { color: #00549F }
.conf-hr { margin: 1.25em 0 1em 0; }
* html .conf-hr { margin: 0.5em 0 0 0; }
* + html .conf-hr { margin: 0.5em 0 0 0; }


a.key-paper-link:link { text-decoration: underline; color: #00549F; padding-left: 0.4em; }
a.key-paper-link:visited { text-decoration: underline; color: #00549F; padding-left: 0.4em; }
a.key-paper-link:hover { text-decoration: none; color: #00549F; padding-left: 0.4em; }
a.key-paper-link:active { text-decoration: underline; color: #00549F; padding-left: 0.4em; }

#about_editor {
	margin-top: 22em;
}

#mylancet_fragment {
	color: black;
	padding-bottom: 1em;
}


span.ja50-ce-sup {
	font-size:0.8em;
	line-height:0.8em;
	vertical-align:0.3em;
}

span.ja50-ce-inf {
	font-size:0.8em;
	line-height:0.8em;
	vertical-align:-0.3em;
}