/* 
Title:     Resource Center Template for OBGYN.net (screen)
Author:    Tim Thompson
Updated:   June 13 2006
*/

/* Reset margins 
*/
* {
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}

pre {
	white-space: pre-wrap;
	word-wrap: break-word;
	font-size:12px;
}

h1 {
	font-size: 1.7em;
	line-height: 24px;
}

h2 {
	font-size: 1.5em;
	line-height: 22px;
}

blockquote {
	margin-left: 10px;
}

ol {
	list-style-type: decimal;
	margin-left: 3em;
}

ul {
	list-style-type: disc;
	margin-left: 3em;
}

/* universal
---------------------------------------------------------- */
body {
	margin: 4px 0 0 0;
	padding: 0;
	/*font: normal .76em "Lucida Grande", Verdana, sans-serif;*/
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	/*line-height: 1.5em;*/
	line-height: 17px;
	color: #333;
	background: #ffffff url(/_binaries/images/gradientbg.jpg) repeat-x;
}

font {
	font-size: 1em;
	font-family: "Lucida Grande", Verdana, sans-serif;
}

/* links
---------------------------------------------------------- */

a:link, a:visited {
	padding: 0 0 1px 0;
	text-decoration: underline;
	color: #000000;
	}
a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
a.login {
	color: #CC0000;
	font-weight: 600;
}
	
/* main layout
---------------------------------------------------------- */
#wrapper {
	width: 980px;
	/* width: 965px; */
	/* max-width for stupid IE6
	/* width:expression(
		document.body.clientWidth > 800? "850px": "800" ); */
	padding: 0 10px 0 10px;
	margin: 0 auto;
	background-color: #fff;
	border-right: 1px solid #CCCDCE;
	border-left: 1px solid #CCCDCE;
	text-align:left;
}

#footer {
	background-color: #eee;
	border-top: 1px solid #CED4CA;
	clear: both;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

/* header
---------------------------------------------------------- */
#header {
	margin: 0;
	padding: 4px 0;
}

#header h1 {
	display: block;
	text-indent: -9999px;
	height: 60px;
	margin: 0;
	padding: 0;
	background-image: url(/images_layout/OBGYN_228x60.gif);
	background-repeat: no-repeat;
}

#header h1 a {
	height: 60px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}

#HRC-header {
	margin: auto;
	padding: 4px 0;
	width: 700px;
	height: 60px;
	text-align: center;
	clear: both;
}

#HRC-header h1 {
	background:url(/_binaries/images/obgyn_logo.jpg) no-repeat;
	display: block;
	text-indent: -9999px;
	height: 60px;
	margin: 0;
	padding: 0;
}

#HRC-header h1 a {
	height: 60px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}

#logo {
	float: left;
	width: 228px;
	height: 60px;
}

#bannerad1 {
	text-align: right;
}

#tagline {
	text-align: left;
	white-space: nowrap;
}

#tagline h6 {
	/*font-size: .9em;*/
	font-size: 11px;
	font-weight: normal;
}

#googletextad {
	text-align:left;
	margin: 15px 0;
}

#flashbanner {
	margin-bottom: 10px;
}

#search {
	
}

.searchbutton {
	padding-top: 5px;
}

/* main navigation
---------------------------------------------------------- */
#topNav {
	float:left;
}

#mainnav {

}

#mainnav ul {
	padding:0;
	margin:0;
	list-style: none;
}

#mainnav ul li {
	position:relative;
	float:left;
	display:block;
	margin:0;
	padding:0;
	background:none;
}

#mainnav ul li a a:visited {
	background-repeat:no-repeat;
	display:block;
	height:27px;
	color: #333;
	text-decoration:none;
}

#mainnav-home a {		    background-image:url(/_binaries/images/home_but.jpg);	        width:61px; }
#mainnav-professional a {	background-image:url(/_binaries/images/professional_but.jpg);	width:134px; }
#mainnav-consumer a {		background-image:url(/_binaries/images/consumer_but.jpg);		width:136px; }
#mainnav-industry a {		background-image:url(/_binaries/images/industry_but.jpg);		width:114px; }
#mainnav-global a {		    background-image:url(/_binaries/images/global_but.jpg);	        width:72px; }

#mainnav ul li a span {
	display:none;
}

#mainnav ul li a:hover, #mainnav ul li a.selected {
	background-position:0 -27px;
	color: #333;
	text-decoration:none;
}


/* form items 
---------------------------------------------------------- */
input.search {
	border: 1px solid #CCCDCE;
	background-image:url(/_binaries/images/input_bg.jpg);
	width: 125px;
	margin: 5px 2px 5px 0;
	font-size: 1.2em;
}

/* dropdown menu list styles 
---------------------------------------------------------- */
#mainnav ul li ul { 
	position:absolute;
	left:auto;
	width:145px;
	height:auto;
	margin:0;
	padding:0;
	display: none;
	text-align: left;
}

#mainnav ul li li {
	margin:0;
	border:1px solid #CCCDCE;
	border-width: 0 0 1px 1px;
	background:none;
}

#mainnav ul li li a a:visited {
	display: block;
	padding: 0 5px;
	height: 22px;
	background: #eee url(/_binaries/images/subnav_bg.jpg) repeat-y;
	width:110px;
	height:22px;
	font-size: .9em;
	color: #333;
	text-decoration: none;
}

#mainnav ul li li a:hover {
	border-top: 1px solid #CCCDCE;
	background: #cc0000 url(/_binaries/images/subnav_activebg.jpg) repeat-y;
	color: #fff;
}

#mainnav ul li li a.selected {
	color:#fff;
	background-color:#808080;
}

#mainnav ul li#mainnav-shop ul li a {
	right:0px;
	width:92px;
}

#mainnav ul li#mainnav-shop ul {
	right:0;
	width:100px;
}

#mainnav ul li:hover ul, #mainnav ul li.over ul {
	display:block;
}

#mainnav ul li:hover a, #mainnav ul li.over a {
	background-position:0 -26px;
}

#mainnav ul li a.selected {
	background-position:0 -26px;
}


/* sub navigation
---------------------------------------------------------- */
#subnav {
	width: 160px;
	float: left;
	padding-right: 5px;
	text-align: left;
}

#googlead {
	margin-top: 10px;
	height: 600px;
}

#googlead2 {
	margin-right: 0px;
}

#googletextad a {
	text-decoration: underline;
	font-weight: bold;
}

/* content
---------------------------------------------------------- */

#content {
	/*width: 810px;*/
	/* width: 790px; */
	height: auto;
	padding: 0 0 0 5px;
	text-align: left;
	line-height: 15px;
	font-size: 11px;
	/*font-size: .9em;*/
	overflow: visible;
}

#column2banner {
	text-align: center;
	padding-bottom: 7px;
	font-size: .8em;
	font-style: italic;
	color: #999999;
}

#discussion {
	background: url(/_binaries/images/discussiongradbg2.jpg) no-repeat 0 .3em;
	padding: 5px;
	font-weight: bold;
	width:405px;
	/* text-align: center; */
}

#discussion h2 {
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: normal;
	color: #cc0000;
	float: left;
	margin: 0 5px;
	padding-right: 8px;
	padding-bottom: 0;
	border-right: 1px solid #CCCDCE;
}

#discussion p {
	font-size: 12px;
	line-height: 15px;
	margin:10px 0;
	padding:0;
}

#mainfeature {
	background-color: #F5F5F5;
	border: 1px solid #CCCDCE;
	margin: 5px 0 10px 0;
	padding-bottom: 0;
	clear: left;
}

#mainfeature h2 {
	font: normal 1.6em/1.3em Georgia, Times, serif;
	margin-bottom: 0;
	padding: 0;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 5px;
}

#mainfeature p.blurb {
	margin: 0 10px;
}

p.byline {
	font-weight: bold;
	font-size: 1em;
	margin: 0 10px 0 10px;
	padding: 0;
}

p.affiliation {
	font-size: .9em;
	margin: 0 10px;
	padding: 0;
}

#content table {
	font-size: 1em;
	margin-bottom:10px;
	max-width: 485px;
	/* max-width for stupid IE6 */
	width:expression(
		document.body.clientWidth > 400? "430px": "auto" );
}

#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
	line-height:13px;
	/*font: bold 1em/1.3em Georgia, Times, serif;*/
	text-transform: uppercase;
	border-top: 2px solid #cc0000;
	border-bottom: 1px solid #CCCDCE;
	padding: 5px 0 5px 0px;
	/* padding: 5px 0 5px 10px; */
	margin-bottom: 5px;
	text-align: left;
	/*width: 475px;*/
}

#content h3 font {
	font-size: 1em;
	font-family: Georgia, Times, serif;
}

#content table table {
	max-width: 460px;
	/* max-width for stupid IE6 */
	width:expression(
		document.body.clientWidth > 400? "430px": "auto" );
}

#content table table h3 {
	max-width: 400px;
	/* max-width for stupid IE6 */
	width:expression(
		document.body.clientWidth > 400? "350px": "auto" );
}

#content h4 {
	font:normal 1.2em/1.4em Georgia, Times, serif;
	margin: .5em 0 .3em 0;
	font-weight: bold;
	padding-left: 0px;
}

#content h4.divider {
	border-top: 1px solid #CCCDCE;
	margin-top: 5px;
	padding-top: 5px;
}

#content h5{
	font: 1.1em/1.3em Georgia,Times,serif;
	margin: 0.5em 0 0.3em;
	padding-left:0;
	text-decoration:underline;
}

#newsarticles, #interviewspres {
	width: 189px;
	float: left;
}
#discussion h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 5px;
	color: #cc0000;
}

#newsarticles p, #interviewspres p {
	margin: 0 10px;
}

ul.more {
	margin: 5px 0 5px 0;
	padding: 5px 0;
	list-style: none;
	border-top: 1px solid #CCCDCE;
}

ul.more li {
	margin-left: 10px;
	padding-left: 15px;
	line-height: 15px;
	background: url(/_binaries/images/arrowbullet.gif) no-repeat 0 .3em;
}

#newsarticles {
	margin-right: 27px;
}

#news, #articles, #interviews, #presentations {
	background: #fff url(/_binaries/images/articlelistingbg.jpg) repeat-y;
	margin-bottom: 10px;
}

#content_articles h4 {
	font: bold 12px "Lucida Grande", Verdana, sans-serif;
	padding-left: 0;
	margin-bottom: 0;
}

#content_articles h5 {
	font: bold 11px "Lucida Grande", Verdana, sans-serif;
	padding-left: 0;
}

#content_articles ul {
	margin-left: 1em;
}

#content ul {
	margin-left: 2em;
	margin-bottom: 10px;
}

#fibroidshome ul {
	margin-left: 0;
}

#registration table table {
	max-width: 340px;
	/* max-width for stupid IE6 */
	width:expression(
		document.body.clientWidth > 400? "340px": "auto" );
}

#registration table td {
	max-width: 300px;
	/* max-width for stupid IE6 */
	width:expression(
		document.body.clientWidth > 400? "300px": "auto" );
}


/* sub-content
---------------------------------------------------------- */

#subcontent {
	width: 300px;
	float: right;
	/*text-align: left;*/
	font-size: 1em;
	line-height: 120%;
	padding: 0 0 0 7px;
	background-color:#FFFFFF;
}

#calendar {
	background: #fff url(/_binaries/images/articlelistingbg.jpg) repeat-y;
	border: 1px solid #CCCDCE;
	margin: 0 0 15px 0;
	width: 300px;
	/* float: right;
	clear: right; */
}

#calendar_ie {
	background: #fff url(/_binaries/images/articlelistingbg.jpg) repeat-y;
	border: 1px solid #CCCDCE;
	margin: 0 0 0 0;
	width: 300px;
}

#procedures {
	background: #fff url(/_binaries/images/articlelistingbg.jpg) repeat-y;
	border: 1px solid #CCCDCE;
	margin-bottom: 10px;
}

#procedures img {
	float: left;
	padding: 0 3px 0 3px;
}

#procedures p {
	padding: 10px;
}

#subcontent h4 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 120%;
	margin-bottom: 5px;
	color: #cc0000;
	padding: 10px 10px 0 10px;
}

ul#eventlist {
	margin: 0;
	padding: 0 10px;
}

ul#eventlist li {
	list-style: none;
	margin-bottom: 8px;
}

.event {
	display: block;
}


/* footer
---------------------------------------------------------- */
#footernav {
	width: 765px;
	font-size: .9em;
	margin: 0 auto;
	padding-bottom: 10px;
}

#bannerad2 { margin-bottom: 10px;}

#footernav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footernav li {
	display: inline;
	margin-right: 5px;
	padding-right: 2px;
	border-right: 1px solid #999;
}

#footernav p {
	margin-top: 5px;
}

.awmAnchor {
	position:relative;
	z-index:0;
	left: 10px;
}

.spacefix {
	 height:0
}

#honcode {
	width: 575px;
	text-align: left;
	margin: 0 auto;
	font-size: 10px;
}

.docs img {
	float: left;
	margin: 0 10px 10px 0;
	clear: left;
}

.docs p {
	clear: left;
}

img.left {
	float: left;
	padding-right: 5px;
}

img.right {
	float: right;
	padding-left: 5px;
}

/*IE Float Clear Hack */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {height: 1%;}

.sectionhead {
	color: #C6C6C6;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
}

.hrc-head1 {
	color: #C6C6C6;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 25px;
}
.hrc-head2 {
	color: #CC0000;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

#urlbutton {
	font-size:1.1em;
	line-height:1.6em;
	margin-bottom: 1.2em;
}

#urlbutton p {
	font-size:1.1em;
	line-height:1.6em;
	width:auto;
}
	
#urlbutton a {
	padding: 0.2em;
	border: 1px solid #CCCDCE;
}

#urlbutton a, #urlbutton a:visited {
	background: #eee;
	text-decoration:none;
}

#urlbutton a:active	{
	background: #eee;
	color: #fff;
}

#urlbutton a:hover {
	background: #cc0000;
	color: #fff;
}

.evenfeature {
	width: 489px;
	border: 2px solid #999999;
	padding: 5px;
	margin-bottom: 1.2em;
	/* max-width for stupid IE6 */
	width:expression(
		document.body.clientWidth > 400? "430px": "auto" );
}

.evenfeature_wide {
	border-top: thin solid #ccc;
	border-left: thin solid #ccc;
	border-bottom: thin solid #999999;
	border-right: thin solid #999999;
	padding: 5px;
	margin: 1.2em 0 1.2em 0;
}

#evenfeaturelg {
	border-top: thin solid #ccc;
	border-left: thin solid #ccc;
	border-bottom: thin solid #999999;
	border-right: thin solid #999999;
	padding: 5px;
	font-size: 1.1em;
}
.dropcap {
	float:left;
	font-size:3.2em;
	font-weight:bold;
	line-height:1em;
}
.obgynnettxt {
	color: #CC0000;
	font-weight:bold;
}

/*------------------------
           footer
----------------------- */
.LoginLogout {
	font-size:11px;
	line-height:13px;
	color:#333333;
}
.LoginLogout a {
	font-size:11px;
	line-height:13px;
	color:#FF6666;
	text-decoration:underline;
}

/*------------------------
           right
----------------------- */
.BoxText {
	border: 1px solid #CCCDCE;
	margin: 0 0 15px 0;
	padding:5px;
	text-align:left;
	width:290px;
}
.BoxText #Header {
	text-align:center;
	font-weight:bold;
	padding:5px;
	text-transform:uppercase;
	margin-bottom:5px;
	border-bottom:2px solid #CC0000;
	border-top:2px solid #CC0000;
}
.BoxText table {
	width:280px;
}
.BoxText table img {
	border:1px solid #000000;
}
.BoxText img {
	margin-bottom:5px;
	margin-right:5px;
}

/*------------------------
       forum specific
----------------------- */
#MonthIndex {
	margin-bottom:10px;
}
#MonthIndex td {
	padding:2px;
	border:1px solid #000000;
}

/*------------------------
       inline ads
----------------------- */
#advertisment {
	color:#999999;
	font-size:0.8em;
	font-style:italic;
	margin-bottom:10px;
	text-align:center;
}
#advertisment table {
	border:1px solid #333333;
	margin-bottom:0px;
	color:#333333;
	font-size:11px;
	font-family: "Lucida Grande",Verdana,sans-serif;
	font-style:normal;
}

/*------------------------
       content
----------------------- */
#content #alphalist {
	margin-bottom:10px;
	font-weight:normal;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}
#content #alphalist a {
	font-weight:bold;
}
#content ul ul {
	list-style-type:circle;
	margin-bottom:5px;
}
#content ul ul ul {
	list-style-type:square;
}
#content ul.spacedlist li, #content ol.spacedlist li {
	margin-bottom:5px;
}
#content ul.spacedlist ul {
	list-style-type:circle;
	margin-bottom:10px;
}
#content ul.spacedlist li ul li {
	margin-bottom:0px;
}
#content div#floating {
	width:auto;
	padding:5px; 
}
#content div#floating table thead td {
	font-weight:bold;
	padding:2px;
	font-size:14px;
}
#content div#floating table tbody td {
	border:1px solid #000000;
	padding:3px;
	line-height:1em;
}
#content div#floating table tbody tr#header {
	font-weight:bold;
}
.err {
	color:#CC0000;
}
.Conference a, .Conference a:visited, .Conference a:hover, .Conference {
	color: #CC0000;
	font-weight:bold;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 22px;
	text-transform: uppercase;
	border-top: 2px solid #cc0000;
	border-bottom: 2px solid #cc0000;
	margin-bottom:5px;
}
#content h2 span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 22px;
	text-transform: capitalize;
}
#content #ArticleConference {
	color:#666666;
	text-decoration:none;
}
#content #ArticleConference a {
	color:#666666;
	text-decoration:none;
}
#content #ArticleConference a:hover {
	text-decoration:underline;
}
#content #podcast {
	border:1px solid #000000;
	background-color:#F2F2F2;
	max-width: 480px;
	/* max-width for stupid IE6 */
	width:expression(
		document.body.clientWidth > 400? "400px": "auto" );
}
#content #podcast td {
	padding:5px;
}
#content .author, #content .author a {
	color:#666666;
	font-style:italic;
}
#content select optgroup option {
	padding-left:15px;
}
#content .note {
	color:#666666;
	font-size:10px;
}

/*------------------------
       book list
----------------------- */
#BookList {
	margin-bottom:10px;
}
#BookList td {
	padding:4px;
	border:1px solid #000000;
}

/*----------------------
		paging
------------------------*/
div#Paging {
	color:#000000;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	padding:2px;
	margin-bottom:8px;
}
div#Paging a {
	text-decoration:underline;
	color:#000000;
}
div#Paging a#active {
	text-decoration:none;
	color:#838383;
}

/*----------------------
		Rotator
------------------------*/
#content #Rotator .panel {
	width: 452px;
}
#content #Rotator h4 {
	border:0px;
	text-transform:capitalize;
	font-size:16px;
}
#content #Rotator img {
	border:1px solid #000000;
}
#content #Rotator ul {
	list-style-type:disc;
}

/*----------------------
		search
------------------------*/
#content #SearchParam {
	color:#000000;
	margin-bottom:10px;
}
#content #SearchParam div {
	padding-bottom:2px;
	padding-top:2px;
	width: auto;
}
.ErrorField {
	border: 1px solid #EE0101;
}
