/*-----------------------------------------------------------------------------
IDC/PED SuperSite Styles

version:   2.0
author:    A. Magonagle
email:     amagonagle@GoMindworks.com
website:   http://www.GoMindworks.com/
-----------------------------------------------------------------------------*/

/* =GENERAL
-----------------------------------------------------------------------------*/

/*MASS RESET*/

/*Thanks to Eric Meyer for this reset http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, top, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, pageHdr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-weight: inherit;
	font-style: inherit;*/
	font-size: 100%;
	/*font-family: inherit;*/
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	margin-top: 10px;
	color: #000;
	font: 80%/1.5 Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #fff;
	/*behavior: url(csshover.htc);  triggers IE 5 & 6 to allow hover effects on anything. Place the csshover.htc file in the same folder as your html file. */
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}


sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}


caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* =LAYOUT
-----------------------------------------------------------------------------*/
#wrapper {
	width: 960px;
	margin: 0 auto;
}

#branding {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
	height: 230px;
}

#col-wrapper {
	float: left;
	width: 960px;
	margin: 0;
	padding: 0;
}

#main-content {
	float: right;
	width: 755px;
	margin: 0 0 40px 0;
	text-align: left;
}
#content {
	margin-bottom: 20px;
}

.news {
}

.content-box {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #999999;
}

#main-nav {
	width: 183px;
	border: solid 1px #e3e3e3;
	margin-bottom: 0px;
	/*background-image: url(../images/main-nav-bg.gif);*/
	background-color: #F8F4ED;
	background-repeat: repeat-x;
	background-position: left top;
}

#left-sidebar {
	float: left;
	width: 185px;
	margin: 0 0 40px 0;
}

#col1 {
	float: left;
	width: 435px;
}

#col2 {
	float: right;
	width: 300px;
}

#col3 {
}

/*#footer {
	margin: 0;
	padding: 10px 0 20px 0;
	vertical-align: middle;
	border-top:1px solid #e3e3e3;
	text-align: center;
	clear: both;
}
*/

#footer {
	width: 100%;
	height: 30px;
	margin: 10px auto 20px auto;
	padding: 30px 10px 10px 10px;
	font-size: 12px;
	text-align: center;
	clear: both;
}


/* =HEADER
-----------------------------------------------------------------------------*/
.leaderboard-top {
	margin-top: 10px;
	margin: 0 10px 20px 0;
	padding: 0px;
	width: 728px;
	height: 90px;
}

#branding-logo {
	width: 450px;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
	height: 95px;
}

#branding-logo h1 {
	margin: 0;
	padding: 0;
}

#message {
	position: absolute;
	left: 525px;
	top: 55px;
	font: bold 11px/14px Arial, Helvetica, sans-serif;
	color: #666666;
	width: 200px;
	text-align: right;
}

#print-issues {
	font: 10px "Trebuchet MS", Arial, sans-serif;
	float: right;
	width: 215px;
	margin: 0;
	padding: 0;
	text-align: center;
	border: 1px solid #e3e3e3;
}

#print-issues .current {
	font-size: 10px;
	margin: 0;
	padding: 0;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-decoration: none;
	color: #9D0A0E;
	line-height: 20px;
	background-color: transparent;
}

#print-issues .current:hover {
}

#print-issues .cover-wrapper {
	margin: 3px 0 10px 0;
	padding: 0 5px 5px 5px;
	height: 150px;
}

#idc-cover {
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;
}

#ped-cover {
	float: right;
	width: 100px;
	margin: 0;
	padding: 0;
}

#idc-cover .volume,
#ped-cover .volume {
	font-size: 11px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #666666;
	line-height: 15px;
}

#idc-cover img,
#ped-cover img {
	border: 1px solid #e3e3e3;
	margin: 0 0 5px 0;
	padding: 0;
}

.subscriber-services {
	font-size: 9px;
	margin: 0;
	padding: 0;
	color: #AD3336;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 12px;
	background: transparent;
}

.subscriber-services:hover {
	border-bottom: dotted 1px #666666;
	color: #666666;
}

/* resources from industry */

.sec-head, .sec-head a, .sec-head a:hover {
    border-bottom: medium none;
    color: #9D0A0E;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 12px;
    margin: 0 0 5px;
    padding: 0;
    text-decoration: none;
}

.industry {
    width: 163px;
    border: 1px solid;
	border-color: #e9e9e9;
	padding: 10px;
	margin: 20px 0px 10px 0px;
	background: url("http://hemonctoday.com/images/layout/grad-bg.gif") repeat-x scroll 0% 0% transparent;
}	

ul.rfi-lst {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
	text-align:left;
}

.industry div {
	width: 100% !important;
}

ul.rfi-lst li {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	line-height: 18px;
	border-bottom: 1px dotted #ddd;
	text-align:left;
}

ul.rfi-lst li a {
    color: #555;
}

.cssPager td {
	padding-left: 4px;
	padding-right: 4px;
}

/* =SEARCH
-----------------------------------------------------------------------------*/
#searchBox {
	padding: 5px;
	text-align: left;
	width: 175px;
	height: 50px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-color: #EADDC8;
}

#searchBox a {
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
}

#searchBox a:hover {
	color: #999;
	text-decoration: none;
}

#searchBox p {
	margin: 0 0 5px 0;
	padding: 0;
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#searchBox #q {
	float: left;
	width: 125px;
	height: 18px;
	border: 1px solid #ccc;
	margin-right: 5px;
	color: #666666;
}

#searchBox #q:focus {
	background: #FFFFCC;
}

#searchBox #go {
	float: left;
	margin: 0;
	padding: 0;
} 

#searchBox #advSearch {
	clear: both;
	margin: 0;
	padding-top: 10px;
	font-size: 10px;
}

.s {
	padding: 0 0 10px 0;
}

.g {
	padding: 10px 0 0 0;
	line-height: 1.2;
	margin: 0 0 3px 0;
}

.g a {
	font-size: 14px;
    font-weight: bold;
}

.result-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bold;
}

div.n {
	
}

/* =MEETINGS BOX
-----------------------------------------------------------------------------*/
#meetings-box {
	width: 173px;
	height: 50px;
	margin: 10px 0px;
	padding: 0;
	text-align: left;
	/*background-color: #FFFFFF;*/
	/*border: 1px solid #c0c0c0;*/
}

#main-nav ul a.last {
	border: 0 none;
}

.calendarSection {
    border-color: #931A25;
    border-top: 1px solid #931A25;
    margin: 20px 0 0 2px;
}

.calendarHead {
    border-bottom: 1px solid #F0F0F0;
    border-color: #F0F0F0;
    margin: 5px 0 7px;
    padding: 0 0 4px 0;
}

.finePrint {
    font-size: 10px;
    margin: 3px 0 10px;
    padding: 0;
}

.meetingName {
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0;
    text-transform: uppercase;
}

.meetingLocation {
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    line-height: 15px;
}



/* =UTILITY NAV
-----------------------------------------------------------------------------*/
#utility-nav {
	width: 60px;
	position: absolute;
	top: 62px;
	display: block;
	left: 675px;
	height: 18px;
	text-align: right;
}

#utility-nav li {
	display: inline; /* Make the list horizontal. */
	padding: 0 0.5em 0;
	border-left: 1px dotted #999;
}

#utility-nav li.first {
 	padding-left: 0; /* The first item should not be spaced away from the left edge. */
 	border: 0; /* The first item should not have a border on its left edge. */
	text-align: right;
}

#utility-nav li a {
	border: none;
	list-style-type: none;
	font-size: 11px;
	color: #9D0A0E;
	text-decoration: none;
	background: transparent;
}

#utility-nav li a:hover {
	border-bottom: 1px dotted #999;
	background-color: transparent;
}

/* main nav
-----------------------------------------------------------------------------*/
#nav {
	width: 960px;
	height: 25px;
	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	background: #9D0A0E url("../images/layout/nav-bg.gif") repeat-x left top;
	border: 1px solid #9D0A0E;
	/*overflow: hidden;*/
}

#nav ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	border-right: 1px dotted #FFEFD4;
}

#nav li a {
	margin: 0;
	padding: 5px 20px;
	line-height: 24px;
	text-decoration: none;
	color: #FFFFFF;
}

#nav li a:hover {
	color: #5A1D1D;
}

#nav ul .last {
	border: 0 none;
}

#nav .update {
	float: right;
	height: 25px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #660000;
}

#nav .update li {
	border-right: none;
}

#nav .update li a {
	display: block;
	margin: 0;
	padding: 0 24px 1px;
	line-height: 24px;
	color: #663300;
	background: #D0BD29 url("../images/layout/update-bg.gif") repeat-x left top;
}

#nav .update li a:hover {
	color: #A86625;
	background: #D0BD29 url("../images/layout/update-bg-over.gif") repeat-x left top;
}


/* =MAIN NAV
-----------------------------------------------------------------------------*/
#perspective {
	margin: 0 0 10px 0;
	padding: 0;
}

#main-nav ul {
	list-style: none;
	text-align: left;
	float: left;
}

#main-nav ul .section,
#left-sidebar .section {
	width: 173px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 3px 0 3px 10px;
	background-color: #b58c42;
	font-size: 12px;
	color: #fff;
	text-align: left;
	font-weight: bold;
}

#main-nav ul a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 5px 0 6px 9px;
	width: 174px;
	font-size: 11px;
	/*font-weight: bold;*/
	/*background-image: url(http://www.pediatricsupersite.com/images/layout/main-nav-arrow.gif);*/
	background-repeat: no-repeat;
	background-position: 4px 50%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E1CEA3;
}

#main-nav ul a:hover {
	color: #9D0A0E;
}

#main-nav .nav-flyout {
}
			
#main-nav ul li {
	float: left;
	position: relative;
}
			
#main-nav ul li ul {
	list-style: none;
	position: absolute;
	left: 183px;
	top: 0px;
	display: none;
	width: 185px;
	border-left: 1px solid #EFEFEF;
	background-color: #E1CEA3;
	padding-right: 4px;
}
			
#main-nav ul li:hover ul {
	display: block;
}
			
#main-nav ul li:hover ul li ul { 
	display: none;
}
			
#main-nav ul li ul li:hover ul { 
	display: block;
}

#main-nav .main-nav-last {
	border-bottom: none;
}

#main-nav .alt {
	/*background: #E1CEA3;*/
	background-color: #F8F4ED;
}

#main-nav .alt a {
	border-bottom: 1px dotted #ECE0C4;
	color: #333333;
}

#main-nav .alt-last a {
	border-bottom: none;
	color: #333333;
}

/* =MAIN NAV RESOURCES
-----------------------------------------------------------------------------*/
#main-nav-resources {
	width: 183px;
	border: 1px solid #e3e3e3;
	margin: 10px 0;
	/*background-color: #F8F4ED;*/
	background-color: #FFFFFF;
}

#main-nav-resources ul {
	list-style: none;
	text-align: left;
	float: left;
	background-color: #F8F4ED;
}

#main-nav-resources ul a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 5px 0 6px 9px;
	width: 174px;
	font-size: 11px;
	/*font-weight: bold;*/
	/*background-image: url(http://www.pediatricsupersite.com/images/layout/main-nav-arrow.gif);*/
	background-repeat: no-repeat;
	background-position: 4px 50%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E1CEA3;
}

#main-nav-resources ul a:hover {
	color: #9D0A0E;
}

#main-nav-resources .nav-flyout {
}
			
#main-nav-resources ul li {
	/*float: left;*/
	position: relative;
}

#main-nav-resources ul li ul {
	list-style: none;
	position: absolute;
	left: 183px;
	top: -1px;
	display: none;
	width: 190px;
	border: 1px solid #E3E3E3;
	background-color: #f8f4ed;
	padding-right: 0;
}

#main-nav-resources ul li ul a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px 0 6px 9px;
	width: 180px;
	font-size: 11px;
	/*font-weight: bold;*/
	/*background-image: url(http://www.pediatricsupersite.com/images/layout/main-nav-arrow.gif);*/
	background-repeat: no-repeat;
	background-position: 4px 50%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E1CEA3;
}
			
#main-nav-resources ul li:hover ul {
	display: block;
}
			
#main-nav-resources ul li:hover ul li ul { 
	display: none;
}
			
#main-nav-resources ul li ul li:hover ul { 
	display: block;
}

#main-nav-resources ul li ul li {
	width: 100%;
}

#main-nav-resources .main-nav-last {
	border-bottom: none;
}

#main-nav-resources ul li ul li .last {
	border: 0 none;
}

/*#main-nav-resources .alt {
	background: #ffffff;
}*/

#main-nav-resources .alt a {
	border-bottom: 1px dotted #ECE0C4;
	background: #ffffff;
	/*background: url(http://www.pediatricsupersite.com/images/layout/main-nav-arrow-red.gif) no-repeat 4px 50%;*/
}

#main-nav-resources a.alt-last {
	border-bottom: 0 none;
	/*background: #E1CEA3 url(http://www.pediatricsupersite.com/images/main-nav-arrow-red.gif) no-repeat 4px 50%;*/
}


/* =SUB NAV
-----------------------------------------------------------------------------*/
#perspective-box {
	margin: 0 0 15px 0;
}

#sub-nav {
	list-style-type: none;
	margin: 0;
	padding: 4px 0 4px 0;
	font-size: 0.95em;
	border: 1px solid #9D0A0E;
	text-align: left;
	line-height: normal;
	background-color: #9D0A0E;
	background-image: url(http://www.pediatricsupersite.com/images/layout/sub-nav-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#sub-nav li {
	display: inline; /* Make the list horizontal. */
	padding: 0 1.4em;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #ffefd4;
}

#sub-nav li.first {
 	padding-left: 20px; /* The first item should not be spaced away from the left edge. */
 	border: 0; /* The first item should not have a border on its left edge. */
}

#sub-nav li a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	font-weight: bold;
	color: #fff;
	background-color: transparent;
}

#sub-nav li a:hover {
	border: none;
	color: #CC9900;
}
#sub-nav #sub-nav-newswire a {
	padding-left: 20px;
	background: url(http://www.pediatricsupersite.com/images/layout/newswire-icon.gif) no-repeat left 50%;
}

#sub-nav #sub-nav-videos a {
	padding-left: 25px;
	background: url(http://www.pediatricsupersite.com/images/layout/video-icon.gif) no-repeat left 50%;
}

#sub-nav #sub-nav-podcasts a {
	padding-left: 20px;
	background: url(http://www.pediatricsupersite.com/images/layout/podcasts-icon.gif) no-repeat left 50%;
}

#sub-nav #sub-nav-idc a {
	padding-left: 20px;
	background-image: url(http://www.pediatricsupersite.com/images/layout/idc-apple.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#home #nav-home a {
	padding-left: 22px;
}

#home #sub-nav-home a,
#blog #sub-nav-blog a,
#newswire #sub-nav-newswire a,
#videos #sub-nav-videos a,
#podcasts #sub-nav-podcasts a,
#careercenter #sub-nav-careercenter a { /* declarations to style the current state */
	color: #FFDE9D;
}

#home #sub-nav-home a:hover,
#blog #sub-nav-blog a:hover,
#newswire #sub-nav-newswire a:hover,
#videos #sub-nav-videos a:hover,
#podcasts #sub-nav-podcasts a:hover,
#careercenter #sub-nav-careercenter a:hover { /* declarations to style the hover effect of the current state */
	color: #CC3300;
}

/* =SUB NAV NEW
-----------------------------------------------------------------------------*/

#global-nav {
	width: 960px;
	height: 25px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	background: #9D0A0E url(../images/layout/global-nav-bg.gif) repeat-x top left;
	border: 1px solid #9D0A0E;
	overflow: hidden;
}

#global-nav ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

#global-nav li {
	margin: 0;
	padding: 0;
	display: inline;
	border-right: 1px dotted #FFEFD4;
}

#global-nav li a {
	margin: 0;
	padding: 0 26px;
	line-height: 24px;
	text-decoration: none;
	color: #fff;
}

#global-nav li a:hover {
	color: #5a1d1d;
}

#global-nav ul .last {
	border: 0 none;
}

#global-nav .nav-update {
	float: right;
	height: 25px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #600;
}

#global-nav .nav-update li {
	border: 0 none;
}

#global-nav .nav-update li a {
	display: block;
	margin: 0;
	padding: 0 33px 1px 33px;
	line-height: 24px;
	color: #663300;
	background: #d0bd29 url(../images/layout/update-bg.gif) repeat-x top left;
}

#global-nav .nav-update li a:hover {
	color: #a86625;
	background: #d0bd29 url(../images/layout/update-bg-over.gif) repeat-x top left;
}

/* social
-----------------------------------------------------------------------------*/
ul.social {
	margin: 10px 0 20px 0;
	padding: 0;
	list-style-type: none;
}

.social li {
	margin: 0;
	padding: 7px 0;
}

.social li a {
	margin: 0 0 0 -10px;
}

.twitter {
	background: url(/images/layout/twitter-icon.png) no-repeat left 50%;
}

.twitter a {
	display: block;
	color: #3dc0df;
}

.twitter a:hover {
	color: #59d7f5;
}

.facebook {
	background: url(/images/layout/facebook-icon.png) no-repeat left 50%;
}

.facebook a {
	display: block;
	color: #3c5ca9;
}

.facebook a:hover {
	color: #6585d4;

}

.twitter a:hover, .facebook a:hover {
	text-decoration: none;
}



/* edlab module
-----------------------------------------------------------------------------*/
#edlab-mod {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
	/*background: #f8f4ed;*/
	background: #eee6d9;
	overflow: auto;
}

#edlab-mod .edlab-label {
	display: block;
	width: 120px;
	margin: 0 0 10px 10px;
	padding: 2px 5px 3px 5px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	background: #9D0A0E url(http://www.pediatricsupersite.com/images/layout/section-label-bg.gif) repeat-x left top;
	border-top: 1px solid #9D0A0E;
	border-bottom: 1px solid #9d0a0e;
}

#edlab-mod .edlab-label a {
	color: #fff;
}

#edlab-mod h2 {
	margin: 10px 0 7px 0;
	padding: 0;
}


#edlab-mod h2 a {
	display: block;
	width: 148px;
	height: 22px;
	margin: 0 0 0 10px;
	padding: 0;
	text-align: center;
	background: #f8f4ed url(../images/edulab/edlab-logo.gif) no-repeat top center;
	text-indent:-9999px;
}

#edlab-mod .act-wrap {
	margin: 10px;
	background: #ffffff;
}

#edlab-mod .edlab-activity {
	margin: 0;
	padding: 10px 10px 0 10px;
	clear: both;
	overflow: hidden;
}

.edlab-activity .cover {
	float: left;
	width: 48px;
	margin: 0;
}

.edlab-activity .cover img {
border:1px solid #DDDDDD;
}

.cmeflag {
	margin: 0 4px 0 0;
	padding: 0 1px 0 2px;
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8px;
	font-weight: bolder;
	letter-spacing: 0.2em;
	text-align: center;
	background-color:#660000;
	position: relative;
	top: 1px;
}

.edlab-activity dt {
	margin: 0 0 5px 48px;
}

.edlab-activity dt a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.3;
	font-weight: bold;
	text-decoration: none;
	color: #3B3B3C;
	letter-spacing: -0.01em;
}

.edlab-activity dt a:hover {
	color: #999;
}

.edlab-activity dd {
	margin: 0 0 0 48px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.25;
	color: #555;
}

#edlab-mod .see-more {
	margin: 5px 5px 10px 5px;
	padding: 5px 0;
	text-align: right;
	color: #777;
	border-top: 1px solid #ddd;
}

#edlab-mod .see-more a {
	padding: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #900;
}

#edlab-mod .see-more a:hover {
	color: #c26666;
}

/* =MAIN CONTENT
-----------------------------------------------------------------------------*/

/* =NEWS
---------------------------------------------------*/
.news h1 {
	margin-bottom: 5px;
	font: bold normal 18px/22px Georgia, "Times New Roman", Times, serif;
}

.news {
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
}

.news p {
	margin: 0 0 10px 0;
}

#homepageSection {
    border-bottom: 1px solid #DDDDDD;
    margin: 0 0 10px;
    padding: 0 0 10px;
}

.bn-headlines {
    margin: 0 0 25px;
    padding: 0;
}

.bn-headlines li a {
    font-weight: bold;
	color: #931A25;
    font-family: Arial,helvetica,sans-serif;
    text-decoration: none;
}

.bn-headlines li {
    background: url("http://www.pediatricsupersite.com/images/layout/rightTri.gif") no-repeat scroll 3px 2px transparent;
    margin: 0 0 10px;
    padding: 0 0 0 15px;
}

/* =RECENT HEADLINES/MOST POPULAR
---------------------------------------------------*/
.recent-headlines {
	margin: 0 0 20px 0;
	padding: 10px;
	background: #f0f0f0;
}

#editorTabs {
	width: 415px;
	margin: 0 0 15px 0;
	padding: 10px 10px 5px 10px;
	background: #E4E9E6;
}

.tabbox {
	position: relative;
	overflow: visible;
	clear: both;
}

.tabbox .tabPanel h3 {
	float: left;
	width: 12em;
	margin: 0;
	text-align: center;
	background: #ccc;
	font: 0.75em Arial, Helvetica, sans-serif;
}

.tabbox .first h3 {
	border-left-width: 1px;
	margin: 0 5px 0 0;
}

.tabbox .tabPanel h3 a {
	text-decoration: none;
	color: #660000;
	display: block;
	height: 20px;
	padding: 5px 5px 0 5px;
	text-transform: uppercase;
}

.tabbox .tabPanel h3 a:hover {
	background: #999999;
}

.tabbox .tabPanel .selected h3 a {
	background: #fff;
	border-bottom: none;
}

.tabbox .tabContent {
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 395px;
	padding: 20px 10px 5px 10px;
	background: #fff url(http://www.pediatricsupersite.com/images/layout/tab-content-bg.gif) no-repeat right top;
}

.tabHeadline {
	margin: 0 0 5px 0;
	padding: 0;
}

.tabHeadline a {
	margin: 0;
	padding: 0;
	color: #333;
	text-decoration: none;
	font: 0.9em/1.3em Georgia, "Times New Roman", Times, serif;
}

.tabHeadline a:hover {
	color: #660000;
}

.tab-dateline {
	margin: 0 0 10px 0;
	padding: 0 0 15px 0;
	color: #666666;
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	line-height: 0.9em;
	border-bottom: 1px dotted #ccc;
}

.tabbox .selected .tabContent {
	top: 32px;
	left: 10px;
}



/* =MEETINGS & COURSES
---------------------------------------------------*/
#meetings .meeting-date {
	/*margin: 10px 0 5px 0;
	padding: 0 0 0 20px;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	color: #931A25;
	background: url(http://www.pediatricsupersite.com/images/layout/calendar.gif) no-repeat left 50%;
	display: block;*/
	
	font-size: 10px;
    margin: 10px 0 0 0;
    padding: 0;
}

#meetings .meeting-location {
	/*margin: 0 0 3px;
	padding: 0;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	color: #666666;*/
	
	font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    line-height: 15px;
}

#meetings h3 {
	/*margin-bottom: 2px;
	padding: 0px;
	font: bold 1em/1.3em Arial, Helvetica, sans-serif;*/
	
	font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
#meetings .more-info {
	margin-bottom: 15px;
}
#meetings .more-info a {
	text-decoration: none;
	font-size: 11px;
	color: #931A25;
}

#meetings .more-info a:hover {
	border-bottom: 1px dotted #999;
}

.img-left {
	float: left;
	margin-right: 10px;
	padding: 0;
	border: 1px solid #999;
}

.img-right {
	float: right;
	margin: 5px 0 0 5px;
	padding: 0;
	border: 1px solid #EFEFEF;
}

/* =MEETINGS HIGHLIGHTS
---------------------------------------------------*/
.highlight-name {
	margin: 0;
}

#div1 td {
	padding: 0;
	 border-bottom: 1px gray dotted;
}

#div1 td {
	padding: 0;
}

.highlight-name a {
	/*margin: 0;
	padding: 0;
	font-size: 1em;
	color: #333;*/
	color: #000000;
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    margin: 5px 0 5px 0;
    padding: 5px 0;
	display: block;
}

.highlight-name a:hover {
	text-decoration: underline;
	/*color: #931A25;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;*/
}

.regLinkRed {
    color: #931A25;
    font: bold 12px/18px Arial,Verdana,sans-serif;
    text-decoration: none;
	margin: 0;
}

.regLinkRed:hover {
    color: #000;
    text-decoration: underline;
}

.date {
    font: 11px "Trebuchet MS",Arial,sans-serif;
    margin: 0 0 0 20px;
    padding-bottom: 8px;
}

.linkRed11 {
    color: #931A25;
    font-family: "Trebuchet MS",Arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: right;
    text-decoration: none;
}

#content .highlight-article {
	margin: 0 0 0 10px;
	padding: 0;
	color: #666666;
}



/* =IDC SYMPOSIUM
---------------------------------------------------*/
#idc-symposium {
	margin: 0 0 15px 0;
}
#idc-symposium p {
	margin: 0px;
	padding: 0px;
	display: block;
}


/* =CME CORNER
---------------------------------------------------*/
#cme-corner {
	float: right;
	width: 280px;
	margin-bottom: 15px;
	padding: 0 10px 10px 10px;
	background-color: #F8F4ED;
}

#cme-corner h4 {
	font-weight: normal;
	padding: 0;
	margin: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #9D0A0E;
	text-transform: uppercase;
	font-size: 1.1em;
}

#cme-corner-content {
	background-color: #fff;
	padding: 5px 10px;
}

#cme-corner-content .cme-title {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 0.92em;
	font-weight: bold;
	display: block;
	line-height: 1.3em;
	color: #9D0A0E;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#cme-corner-content .cme-title:hover {
	color: #D1BF98;
}

#cme-corner-content .cme-date {
	color: #666666;
	margin: 0;
	padding: 0 5px 5px 0;
	border-bottom: 1px dotted #ccc;
	display: block;
	text-decoration: none;
	line-height: 1.2em;
	font-size: 0.95em;
	font-family: "Trebuchet MS";
}

#cme-corner-content .cme-date-last {
	color: #666666;
	margin: 0;
	padding: 0 5px 5px 0;
	border-bottom: none;
	display: block;
	text-decoration: none;
	line-height: 1.2em;
	font-size: 0.95em;
	font-family: "Trebuchet MS";
}

/*.more-cme {
	margin: 10px 0 0;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	line-height: 12px;
	display: block;
	text-align: right;
}

.more-cme a {
	padding-left: 20px;
	background: url(http://www.pediatricsupersite.com/images/layout/full-story-arrow.gif) no-repeat left 50%;
	text-decoration: none;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
*/
.more-cme a:hover {
	color: #999;
}

/* =COVER STORY
---------------------------------------------------*/
.featured-article {
	width: 278px;
	padding: 0 10px 10px 10px;
	margin-bottom: 15px;
	border: 1px solid #e3e3e3;
	clear: both;
}

.featured-article h2 {
	font-size: 16px;
	line-height: 20px;
	padding: 0px;
	margin: 0px 0px 5px;
}

.featured-article h2 a {
	color: #000;
}

.featured-article p {
	margin: 0 0 10px 0;
	line-height: 16px;
	font-size: 12px;
}

/* =BY THE NUMBERS
---------------------------------------------------*/
#by-the-numbers {
	width: 300px;
	margin: 0;
	padding: 0;
	font: 12px/normal "Trebuchet MS", Arial, sans-serif;
	float: left;
	text-align: center;
}

.btn-head {
	margin: 0 0 5px;
	padding: 0 0 5px 0px;
	background: #fff;
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: bold;
	color: #666666;
	letter-spacing: 0.09em;
	font-family: Arial, Helvetica, sans-serif;
}

.btn-content {
	margin: 0;
	padding: 5px;
	text-align: center;
	background: #C4151C;
}

/* =BLOG
---------------------------------------------------*/
.blog p {
	margin-bottom: 5px;
	/*text-indent: 15px;*/
}

/* =ARTICLE
---------------------------------------------------*/

/* ARTICLE WIDGET */
#content ul#article-widget {
	width: 435px;
	margin: 0 0 25px 0;
	padding: 7px 0 0 0;
	/*float: left;*/
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	height: 24px;
}

#article-widget li {
	display: inline;
	list-style: none;
	margin: 10px 0 0 0;
}

#article-widget .addthis {
	vertical-align: middle;
	margin: 0 0 0 26px;
}

#article-widget a {
	text-decoration: none;
	color: #000;
	padding: 0 5px 0 20px;
	margin-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.addthis a {
	padding: 0 !important;
	margin: 0 !important;
}

#article-widget li a:hover {
	color: #660000;
	border: none;
	text-decoration: none;
}

/* special formatting for print link */
a#printLink {
	padding: 3px 0 1px 24px;
	background: url(http://www.pediatricsupersite.com/images/layout/printIcon.gif) no-repeat 0px 52%;
}

/* special formatting for email link */
a#emailLink {
	padding: 3px 8px 1px 24px;
	background: url(http://www.pediatricsupersite.com/images/layout/emailIcon.gif) no-repeat 0px 52%;
}

/* special formatting for comment link */
a#commentLink {
	background: url(http://www.pediatricsupersite.com/images/layout/discussIcon.gif) no-repeat 0 52%;
}

.snap_noshots {
	text-align: right;
}

.snap_noshots img {
	text-align: right;
}

.addthis span {
	text-align: right;
	width: 125px;
}

/* IE Fixes */

/* force hover on entire width of  link */
* html #article-widget a {
	height: 1px;
}

#content ul 
{
    list-style-type: disc;
	margin: 10px 0 10px 30px;
	padding: 0;
}

/* Added by CD for Article WYD Ordered Lists */
#content ol {
	list-style: decimal;
	margin: 0 0 10px 0;
	padding: 0 30px 0 30px;
}

.disclaimer {
	color: #666666;
	font: italic 0.9em/1.5em Georgia, "Times New Roman", Times, serif;
	margin: 20px 0 15px 0;
	padding: 10px;
	border-top: 4px solid #ccc;
	text-align: justify;
}

.comment-box {
	display: block;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #FFFFEC;
	border-top: 2px solid #E1CEA3;
}

.comment-by {
	display: block;
	padding-left: 18px;
	font-size: 0.85em;
	color: #666666;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background-image: url(http://www.pediatricsupersite.com/images/layout/discussIcon.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	line-height: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

.comment-box p {
	color: #666666;
	font-size: 0.95em;
	line-height: 1.5em;
}
.comment-name {
	font-weight: bold;
	color: #9D1E21;
	margin: 0px;
	padding: 0px;
}



/* =LEADERBOARD
-----------------------------------------------------------------------------*/
.leaderboard-bottom {
	width: 728px;
	margin: 0 auto;
	clear: both;
}


/* =TYPOGRAPHY
-----------------------------------------------------------------------------*/
.dateline {
	font: 0.9em/.95 "Trebuchet MS";
	margin: 5px 0 5px 0;
	padding: 0px;
	display: block;
	color: #666666;
}

.opener {
	display: block;
	padding: 0px;
	/*color: #9D0A0E;*/
	font: 1.1em/1.6em Georgia, "Times New Roman", Times, serif;
	margin: 0px 0 10px 0;
}

/* =HEADINGS
-----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, hdrPage {
	font-weight: bold;
	color: #333;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 1.8em;
	line-height: 1.5em;
}

h2, hdrPage {
	margin: 0.3em 0 5px 0;
	padding: 0;
	font-size: 1.5em;
	line-height: 1.3em;
}

h3 {
	margin: 0.5em 0 0.5em 0;
	padding: 0;
	font-size: 20px;
	line-height: 1.3;
}

h4 {
	margin: 0 0 0.25em 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.3em;
}

h5 {
	margin: 0 0 0.25em 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.3em;
}

h6 {
	margin: 1.2em 0 0.25em 0;
	padding: 0 0 0.25em 0;
	font-size: 1em;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #ddd;
}

#content h3 {
	margin: 0 0 5px 0;
	padding: 0;
}

.section-label {
	display: block;
	/*width: 100px;*/
	margin: 10px 0;
	padding: 0;
	color: #9D0A0E;
	/*text-transform: uppercase;*/
	/*text-align: center;*/
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 14px;
	font-weight: bold;
	/*background: #9D0A0E url(http://www.pediatricsupersite.com/images/layout/section-label-bg.gif) repeat-x left top;*/
	/*border-top: 1px solid #9D0A0E;*/
	/*border-bottom: 1px solid #9d0a0e;*/
}

.section-label strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: bolder;
	letter-spacing: .2em;
}

.section-head {
	margin: 0 0 5px 0;
	padding: 0;
	text-transform: uppercase;
	display: block;
	color: #9D0A0E;
	border-bottom: solid 4px #E1CEA3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.section-head a {
	color: #9D0A0E;
}

.cme {
	background: url(http://www.pediatricsupersite.com/images/layout/cme-icon.gif) no-repeat left 4px;
	text-indent: 37px;
	margin-bottom: 5px;
}


/* =LINKS
-----------------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #333;
	color: #9d0a0e;
}

a b {
	font-weight: normal !important;
}

/*.full-story {
	margin: 10px 0 0;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	background: url(http://www.pediatricsupersite.com/images/layout/full-story-arrow.gif) no-repeat left 50%;
	line-height: 12px;
	display: block;
}*/

.fullStory {
    background: url(http://www.pediatricsupersite.com/images/layout/r-arr.gif) no-repeat scroll 50px 45% transparent;
    color: #888888;
    font-size: 11px;
    font-weight: normal;
    margin: 10px 0;
    padding: 0 20px 0 0;
    text-decoration: none;
}

.full-story {
    background: url(http://www.pediatricsupersite.com/images/layout/r-arr.gif) no-repeat scroll 50px 45% transparent;
    color: #888888;
    font-size: 11px;
    font-weight: normal;
    margin: 10px 0;
    padding: 0 20px 0 0;
    text-decoration: none;
}

.full-story-rc {
    background: url(http://www.pediatricsupersite.com/images/layout/r-arr.gif) no-repeat scroll 65px 45% transparent;
    color: #888888;
    font-size: 11px;
    font-weight: normal;
    margin: 20px 0;
    padding: 0 20px 0 0;
    text-decoration: none;
}


.full-story a {
	padding-left: 20px;
	background: url(http://www.pediatricsupersite.com/images/layout/r-arr.gif) no-repeat 50px 45%;
	text-decoration: none;
	color: #888;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.full-story a:hover {
	color: #999;
}



.more-cme {
	margin: 10px 0 0;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	line-height: 12px;
	display: block;
	text-align: right;
}

.more-cme a {
	padding-left: 20px;
	background: url(http://www.pediatricsupersite.com/images/layout/full-story-arrow.gif) no-repeat left 50%;
	text-decoration: none;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.more-cme a:hover {
	color: #999;
}

.comments {
	margin: 20px 0 !important;
	font-size: 12px;
	text-decoration: none;
	background: url(http://www.pediatricsupersite.com/images/layout/full-story-arrow.gif) no-repeat left 50%;
	line-height: 12px;
}

.comments a {
	padding-left: 20px;
	text-decoration: none;
	color: #333;
}

/* =FORMS
-----------------------------------------------------------------------------*/
fieldset { /* Removes fieldset borders. even on Opea 7 */
  border: 1px solid transparent;
}

/* =TABLES
-----------------------------------------------------------------------------*/
table {
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	text-align: left;
	font-weight: normal;
}

/* =BLOGS
-----------------------------------------------------------------------------*/
h2.article-title {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 0px;
}

#content h3.articleSubTitle {
	margin: 0 0 20px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#777;
	display: block;
}

h3.articleSubTitle,
h3.articleSubTitle a {
	margin: -5px 0 5px 0 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #953032;
	font-weight: normal !important;
}

h3.articleSubTitle a:hover {
	text-decoration: underline;
}

h3.articleSubTitle p {
	margin: -5px 0 5px 0 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	color: #777 !important;
	font-weight: normal !important;
}

#content h2 {
	margin-bottom: 15px;
}

#content h3 {
	margin: 15px 0 -10px 0;
	padding: 0;
}

.post-date  {
	margin: 5px 0 8px 0;
	padding: 0;
	display: block;
	color: #666666;
	font: normal 0.85em/1em "Trebuchet MS";
}

.post-date a {
	padding: 0 2px 0 2px;
	margin: 0 0 20px 0;
	color:#666666;
}

#content p {
	margin: 0 0 10px 0;
	padding: 0;
}

/* =MUGS
-----------------------------------------------------------------------------*/
div.mug {
	margin: 0;
	padding: 5px;
	font-family: "Trebuchet MS";
	text-align: center;
	border: 1px solid #ddd;
	width: 72px;
}

div.mug img {
	margin: 0 0 3px 0;
	padding: 0;
	border: 1px solid #999999;
}

div.mug .mug-name {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	color: #333333;
	line-height: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* =MUGS
-----------------------------------------------------------------------------*/

.figure {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	display: block;
	/*background-color: #F2F0CF;*/
}

.figure img {
	margin: 0;
	padding: 10px;
	background: #F2F0CF;
}

.figure .caption {
	margin: 0;
	padding: 0 10px 10px 10px;
	font-size: 0.85em;
	line-height: 1.3;
	color: #333;
	background: #F2F0CF;
}

.figure .source {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-size: 0.8em;
	color: #666666;
	text-align: right;
}

/* =EASY CLEARING METHOD
-----------------------------------------------------------------------------*/
.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	min-height: 1px;
}

* html .clear {
	height: 1px;
}


/* =MISC 1
-----------------------------------------------------------------------------*/
.client-note {
	margin: 0;
	padding: 0;
	color: #660000;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

.dev-note {
	margin: 0;
	padding: 0;
	color: #006600;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

.version {
	font-weight: normal;
	color: #999;
}

/* =ADS
---------------------------------------------------*/
.imu-square-ad {
	display: block;
	width: 280px;
	height: 250px;
	margin: 0 0 20px 0;
	padding: 0;
}

.promo-box {
	display: block;
	width: 180px;
	margin: 20px 0px;
	padding: 0;
}


/*---------------------Added by Andrey Biryukov ---------------*/

.authors {
    font-size: 12px;
	font-style: italic;
	line-height: normal;
}
   
.link12 {
    font-family: Arial;
    font-size: 12px;
    font-weight:bold;
    color: #000;
    text-decoration: none;
}

.relatedResource {
	margin: 0 0 -10px 0;
	padding: 0 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	border: none;
	color: #953032;
	display: block;
	text-indent: -10px;
}

#content .relatedResource:hover {
	color: #9D0A0E;
}

#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 11px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-right: 3px;
border-bottom: 1px solid white;
border-bottom: none;
background: #ccc;
font-size: 10px;
}

#tablist li a:link, #tablist li a:visited{
color: #931A25;
}

#tablist li a:hover{
color: #660000;
background: white;
border-color: navy;
}

#tablist li a.current{
background: white;
border-bottom: 1px solid white;
padding: 8px;
color: #000;
font-size: 13px;
font-weight: bold !important;
}

#div1    {
/*background: #fff url(http://www.pediatricsupersite.com/images/layout/tab-content-bg.gif) no-repeat right top;*/
}
#div2    {
/*background: #fff url(http://www.pediatricsupersite.com/images/layout/tab-content-bg.gif) no-repeat right top; display:none;*/
}

/*---------------------Added by Christina Deno ---------------*/

.bio {
	margin: 5px 0 5px 10px;
	padding: 5px;
	font-family: "Trebuchet MS";
	border: 1px solid #ddd;
	width: 230px;
	background-color: #F2F0CF;
	float: right;
	font-size: 0.8em;
	line-height: normal;
}

.bio img {
	padding: 0;
	border: 1px solid #999999;
	float: left;
	margin: 0;
}

.bio .bio-name {
	margin: 1px 0 5px 76px;
	padding: 0 0 3px 0;
	font-size: 1.1em;
	color: #660000;
	line-height: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A39C2C;
}

.bio .bio-body p {
	margin: 0 5px 0 83px;
	padding: 0;
	color: #333333;
	line-height: 1.2em;
	text-align: left;
	float: right;
	width: 150px;
}

.greyBar {
	background: #f0f0f0;
	height: 20px;
	font-family:Arial, Tahoma, Verdana, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	padding: 2px 0px 2px 8px;
	text-transform: uppercase;
	width: 400px;
}

.careerLinkMargin {
	margin-top: 8px;
	margin-left: 8px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 22px;
}

.careerDescription {font-size: 11px; line-height: 14px; margin: 0px 0px 8px 0px;}

.careerLinkMargin a b {
	font-weight: bold !important;
}

.n table, .n td 		{margin: 20px 0px 20px 0px;  font-size: 12px; font-weight: bold; }
.n a	{margin: 20px 0px 20px 0px;  font-size: 12px; font-weight: bold; color:#990000;}

/*--------------------- CME Activities ---------------*/
.cme-subhead {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.cme-bullet {
	color: #9D0A0E;
}

/*.relatedResource {
	margin: 0 10px 20px 10px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.5em;
	font-weight: bold;
	border: none;
	color: #9D0A0E;
}

.relatedResource a {

	border: none;
	text-decoration: none;
}

.relatedResource a:hover {
	border: none;
}*/

/*--------------------- Subscriber Services ---------------*/

.sub-services {
	width: 415px;
	height: 170px;
	padding: 10px;
	float: left;
	margin: 0 0 20px 0;
	border: 1px solid #ddd;
}

.sub-services img {
	float: left;
	margin: 0 15px 0 0;
	border: 1px solid #B1B1B1;
}

.sub-services p {
	line-height: 1.2;
	display: block;
}

.sub-services a {
	border-bottom: 1px dotted #666666;
}
/*
#content a {
	border-bottom: 1px dotted #666666;
}

#content a:hover {
	border-bottom: 1px dotted #ccc;
	color: #993300;
}*/
#sub-form {
	display: block;
	height: 600px;
	background-color: #eee;
	padding: 10px;
}
/*--------------------- Podcast Styles ---------------*/
.podcast-head {
	margin: 0 0 5px 0;
	padding: 0 0 3px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: normal;
	font-size: 1.2em;
	border-bottom: 2px solid #ddd;
	background-image: url(http://www.pediatricsupersite.com/images/layout/podcasts-icon.gif);
	background-repeat: no-repeat;
	background-position: left 25%;
}

.podcast-title {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	color: #666666;
	font-size: 1em;
	line-height: 1.3em;
}
.podcast-title li {
	margin: 0 0 7px 0;
	padding: 2px 0 2px 0;
	background-repeat: no-repeat;
	background-position: left 50%;
}
.podcast-title strong {
	color: #FFFFFF;
	background-color: #CAA95E;
	font-size: 9px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	text-transform: uppercase;
}


.podcast-title a {
	text-decoration: none;
}

.podcast-title a:hover {
	border-bottom: 1px dotted #666666;
	color: #9D0A0E;
}
.link-block {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 100px;
	font: bold 10px/normal Arial, Helvetica, sans-serif;
	background: #9D0A0E url(http://www.pediatricsupersite.com/images/layout/section-label-bg.gif) repeat-x left top;
	border-top: 1px solid #9D0A0E;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

/*---------------- UPDATE BUTTON ---------------*/
#sub-nav #sub-nav-update {
                background-color: #FC0;
                padding: 5px 15px 5px 15px;
                background-image: url(http://www.pediatricsupersite.com/images/layout/update-bg.gif);
                background-repeat: repeat-x;
                background-position: left top;
}

#sub-nav #sub-nav-update a {
                color: #630;
}

#sub-nav #sub-nav-update a:hover {
                color: #ffffff;
}

/*---------added on June-18-2009-------*/
/* common styling */
.balloon {
	font-family: Arial, Helvetica, sans-serif;
}
.balloon ul {
	margin: 0;
    padding: 0;
    border:0;
    list-style-type: none;
   	width: 100%;
}
.balloon ul li {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.balloon ul li a, .balloon ul li a:visited {
    display: block;
	margin: 0;
    font-size: 10px;
    color: #999;
    text-decoration: none;
	background-color: #f6eabf;
	border-bottom: none;
}
.balloon ul li a img, .balloon ul li a:visited img {
	border: 0;
}

.balloon ul li dl {
    visibility: hidden;
    position: absolute;
}

table {
	/*margin: -2px;*/
	padding: 0;
	border: 0;
	border-collapse: collapse;
	font-size: 1em;
}

.balloon dl {
    width: 245px;
    padding: 0 0 15px 0;
    height: auto;
    /*background-color: #333;*/
    background-image: url(http://www.pediatricsupersite.com/images/layout/bottom.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.balloon dt {
	float: left;
    margin: 0;
	padding: 20px 5px 5px 40px;
	font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    text-align: left;
    background: transparent url(http://www.pediatricsupersite.com/images/layout/top.gif) no-repeat right top;
}

.balloon dt a {
	border-bottom: 1px dotted #999;
}

.balloon dd {
	/*height: 100px;*/
	margin: 30px 0 0 25px;
	padding: 5px 10px 0 15px;
	color: #666666;
	font-size: 0.75em;
	border: 1px solid #c2c1c1;  /* vertical border ciolor */
	border-width: 0 1px;
	background-color: #FFF;
}

.balloon dd p {
	float: left;
	margin: 5px 0 10px 0;
    padding: 0;
    line-height: 1.3em;
}

/*.balloon dd img {
	float: right;
	margin: 5px 0 5px 5px;
    padding: 0;
    line-height: 1.3em;
    border: 1px solid #BCC5CD;
}*/

.balloon dt img {
	float: right;
	margin: 0 5px 5px 5px;
    padding: 0;
    line-height: 1.3em;
    border: 1px solid #BCC5CD;
}

/* specific to non IE browsers and IE7 first with IE5.5 and IE6 second */
.balloon ul li:hover,
.balloon ul li a:hover {
	color: #1d4872; 
	position: relative;
	/*cursor:hand;*/
}

/* specific to h & v position of balloon */
.balloon ul li:hover dl,
.balloon ul li a:hover dl {
	visibility: visible;
	color: #000;
	top: -68px;
	left: 165px;
	cursor: default;
}

.balloon ul li:hover dl em,
.balloon ul li a:hover dl em {
    display: block;
    position: absolute;
    left: -35px;
    top: 75px;
    width: 36px;
    height: 36px;
    background-color: transparent;
    clear: both;
}

.balloon ul li:hover dl a,
.balloon ul li a:hover dl a {
    width: 85px;
    color: #fff;
    display: block;
    background-color: #005386;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    height: 20px;
    margin: 10px 0 5px 80px;
    padding: 5px 0 0 3px;
}

.balloon ul li:hover dl a:hover,
.balloon ul li a:hover dl a:hover {
    text-decoration: none;
    background-color: #6C8BAE;
}

/*---------------- UPDATE BUTTON ---------------*/
#sub-nav #sub-nav-update {
                background-color: #FC0;
                padding: 5px 15px 5px 15px;
                background-image: url(http://www.pediatricsupersite.com/images/layout/update-bg.gif);
                background-repeat: repeat-x;
                background-position: left top;
}

#sub-nav #sub-nav-update a {
                color: #630;
}

#sub-nav #sub-nav-update a:hover {
                color: #ffffff;
}

.rcLink {
    list-style-image: url("http://www.pediatricsupersite.com/images/layout/main-nav-arrow.gif");
    list-style-position: outside;
    margin: 8px 0 0 12px;
}

.rvLink {
	color: #000;
	text-decoration: none;
	padding-left: 0;
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 0px 50%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E1CEA3;
	
}
.underHead    {
    color:#9D0A0E;
    font-family: Tahoma, Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight:600;
    padding:0;
    text-transform:uppercase;
    letter-spacing: 5px;
}

.rvGrayLink {
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	color: #566a74;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E1CEA3;
}

a.pdf-link {
	display: block;
	width: 328px;
	height: 55px;
	margin: 0;
	padding: 20px 20px 0 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #9d0a0e;
	background: #f8f4ed url(http://www.pediatricsupersite.com/images/layout/pdf-link-bg.gif) no-repeat 15px 50%;
	border: 1px solid #eedece;
	outline: 0 none;
	text-align: left;
}

/*Homepage Feature Content*/

#featured-content {
	margin-bottom: 15px;
	padding: 0 10px 10px 10px;
	/*width: 414px;*/
	border: 1px solid #bdbcbc;
	/*background: #f8f4ed;*/
}

#featured-content .section-label {
	/*float: left;*/
	margin: 0 0 15px 0;
	padding: 2px 8px 3px 8px;
	font: bold 10px Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	background: url("http://www.pediatricsupersite.com/images/layout/section-label-bg.gif") repeat-x scroll left top #9D0A0E;
	/*border-top: 1px solid #9D0A0E;*/
	width:120px;
}

#fc-main {
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type: none;
	/*background-color: #fff;*/
	clear: both;
	overflow: hidden;
}

#fc-main #cover {
	float: left;
	width: 84px;
	margin: 3px 10px 0 0;
	padding: 0;
	border: 1px solid #ddd;
}

#fc-main .title {
	display: block;
	/*width: 330px;*/
	margin: 0 0 10px 98px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 1.25em;
	text-decoration: none;
	color: #5d5555;
	outline: 0 none;
}

#fc-main .title a:hover {
	color: #ba5356;
}

#fc-main .more li {
	display: block;
	width: 320px;
	margin: 5px 0 10px 98px;
	padding: 0;
	color: #537dbe;
}

#fc-main .more a {
	width: 320px;
	margin: 0;
	padding: 0 0 1px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	text-decoration: none;
	color: #537dbe;
	border-bottom: 1px dotted #777;
	outline: 0 none;
}

#fc-main .more a:hover {
	color: #7799ce;
}

#fc-main .sponsor {
	float: left;
	margin: 15px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	color: #8e0404;
	clear: both;
}

.small-caps {
	font-variant: small-caps;
}

/* self-clear floats */

.group:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.sponsor {
	font-size: 11px;
	text-transform: uppercase;
	color: #ae0000;
}
/* CME Flag */
.cmeflag {
	margin: 0 4px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #600;
	color: #FFFFFF;
	font-size: 8px;
	font-weight: bolder;
	letter-spacing: 0.2em;
	padding: 0 1px 0 2px;
	position: relative;
	text-align: center;
	top: -2px;
}

/* footer styles
-----------------------------------------------------------------------------
#footer li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #c1ac4c;
}

#footer a {
	margin: 0;
	padding: 0;
	color: #424242;
	text-decoration: none;
}

#footer a:hover {
	color: #999;
	border-bottom: 1px dotted #999;
}

#footer p {
	margin: 10px 0 0 0;
	line-height: 1.9;
}

#footer .last {
	border: none;
}*/

/* =FOOTER
-----------------------------------------------------------------------------*/
#footer p {
	font-size: 11px;
	line-height: 20px;
	margin-top: 5px;
}

.footer-link {
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
	text-decoration: none;
	background-color: transparent;
	color: #333;
	border-left: 1px solid #CC9933;
}

.footer-link-first {
	margin: 0 10px 0 0px;
	padding: 0 0 0 10px;
	text-decoration: none;
	background-color: transparent;
	color: #333;
	border-left: none;
}

.footer-link-first:hover {
	color: #999;
	text-decoration: underline;
}

.footer-link-first:visited {
	color: #666666;
	text-decoration: none;
}

.footer-link:hover {
	color: #999;
	text-decoration: underline;
}

.footer-link:visited {
	color: #666666;

}

/* iPhone App styles */

.iPhone-app-landing {
    margin-top: 0px;
    padding: 0pxx;
    font:12px/17px Arial, sans-serif;
}

.iPhone-app-landing dl {
    margin-top: 20px;
}

.iPhone-app-landing dt {
    width: 202px;
    float: right;
    margin: 0px 0px 10px 20px;
}

.iPhone-app-landing dd {
    margin: 0px;
    padding: 0px;
}

.iPhone-app-landing ul {
    list-style:none outside none;
    margin:10px 0px 0px 10px;
    padding-left:0;
}

.iPhone-app-landing li {
    background:url("http://www.pediatricsupersite.com/images/layout/main-nav-arrow.gif") no-repeat scroll 0 5px transparent;
    padding-left:10px;
    padding-bottom: 3px;
    font-size: 11px;
}

.app-headline { 
    font-family: arial, Helvetica, Sans-Serif;
    font-size: 14px;
    text-transform: capitalize;
    color: #e1740c;
    margin-bottom: 0px;
    font-weight: bold;
}

.app-headline-2 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    font-family: arial, Helvetica, Sans-Serif;
    margin-bottom: 20px;
    line-height: 1.1;
}

.app-sup {
    font-size: 9px;
}

.app-fine-print {
    font-family: arial, Helvetica, Sans-Serif;
    font-size: 10px;
    color: #616161;
}


/* NEW Top Navigation */
#topNav {
	/*float: left;*/
	margin: 0 0 15px 0;
	padding: 0 4px 0 0;
	background: #9D0A0E url("../images/layout/nav-bg.gif") repeat-x left top;
	width: 966px;
	max-width: 966px;
	color: #fff;
	/*border: 0px solid #e778e0;*/
	overflow: hidden;
}

#topNav ul {
	float: left;
	margin: 6px 0 5px 0;
	padding: 0;
	list-style-type: none;
}

#topNav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#topNav ul li a {
	float: left;
	display: block;
	padding: 0 18px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px dotted #fff;
}

#topNav ul li .nav-last {
	border: 0;
}

#topNav ul li a:hover {
	text-decoration: none;
	/*color: #aac4dc;*/
	color: #dad3c6;
}

#topNav .update {
	/*float: right;*/
	height: 25px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #660000;
}

#topNav .update li {
	border-right: none;
}

#topNav .update li a {
	display: block;
	margin: 0;
	padding: 0 11px 1px;
	line-height: 28px;
	color: #663300;
	background: #D0BD29 url("../images/layout/update-bg.gif") repeat-x left top;
}

#topNav .update li a:hover {
	color: #A86625;
	background: #D0BD29 url("../images/layout/update-bg-over.gif") repeat-x left top;
}

/* =SEARCH BOX TOP
-----------------------------------------------------------------------------*/
#searchbox-top {
	float: right;
    width: 205px;
    height: 26px;
	margin: 2px 3px 0 0;
    background: url(../images/layout/search-box-bg.gif) no-repeat;
	border: 0;
}
#searchbox-top #q {
    float: left;
    padding: 0;
    margin: 1px 0 0 0;
    border: none;
    width: 180px;
    background: none;
}
#searchbox-top #go {
    float: right;
	padding: 4px 2px 0 0;
}


#ctl00_ContentPlaceHolder1_gridView1 tbody .pager {
	/*float: left;*/
	margin: 30px 0 0 0;
	padding: 10px;
}

#ctl00_ContentPlaceHolder1_gridView1 tbody {
	margin: 20px;
	padding: 0;
}

#ctl00_ContentPlaceHolder1_gridView1 tbody .pager td {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}

#ctl00_ContentPlaceHolder1_gridView1 tbody .pager td table {
	margin: 0 auto;
}

#div1.pager tr {
    padding: 10px 0 0 0 !important;
    /*padding: 0 3px 0;*/
}

.pager table {
	margin: 0 auto;
}

.pager td {
    padding: 10px 0 0 0 !important;
	text-align: center !important;
    /*padding: 0 3px 0;*/
	border: none !important;
}

.pager td a {
	display: block;
	padding: 3px 8px;
    color: #777;
	font-size: 12px;
}

.pager td a:hover {
    color: #ccc;
	background: #f5f5f5;
	text-decoration: none;
}

.pager span {
	padding: 3px 8px;
	font-weight: bold;
    color: #FFFFFF;
	background-color: #672020;
	font-size: 12px;
}

.ed-bd-title {
	margin: 15px 0 5px 0;
	font-size: 14px;
}

/*.fullStory {
    background: url("http://www.pediatricsupersite.com/images/layout/r-arr.gif") no-repeat scroll 50px 45% transparent;
    color: #888888;
    font-size: 11px;
    font-weight: normal;
    margin: 10px 0;
    padding: 0 20px 0 0;
    text-decoration: none;
}
*/



/******************************TAB CONTROLS******************************************/

.recent 	{ background-color:#f0f0f0; margin-top:5px; }
#CommonBody          { /*width:260px;*/ background-color:#e3e3e3; margin: 0 0 25px 0; padding:10px; }
#CommonBodyTable { }
.shadetabs{ 
    padding: 0px 0;
    margin-left: 0px;
    margin-bottom: 0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li { display: inline; margin: 0px; margin-right: 3px; border:0; height:15px; }
.shadetabs li img { padding-top:5px; padding-bottom:4px; }
.shadetabs li a { text-decoration: none; padding: 5px 7px 2px 7px; background: #f6f6f5; margin-bottom:0; outline: 0 none;  /*border: 1px solid; border-color: #e9e9e9;*/}
.shadetabs li a:visited { color:  #333333; outline: 0 none; }
.shadetabs li a:hover { text-decoration: underline; color: #cc0000; }
.shadetabs li.selected { background:#fff; }
.shadetabs li.selected a { background:#fff; padding-bottom:4px; }
.shadetabs li.selected a:hover { text-decoration: none; }
.tabcontentstyle { margin-top:2px; border: 1px solid #fff;  padding: 5px 0; background:#fff; z-index:1000; }
.tabcontent { display:none; font-family:Tahoma,Verdana,sans serif; line-height:14px; font-size:11px; }
.tabcontent table td { font-family:Tahoma,Verdana,sans serif; line-height:16px; font-size:11px; }
.tabcontentstyle ul { list-style:none; margin-left: 10px; padding-left: 0px; }

li.toggleHeadline 
{
    list-style-type: none;
    margin-left: 10px;
    list-style-image: url(http://www.pediatricsupersite.com/images/layout/beigeBullet.gif);
    font-size:10px;
    font-weight:bold;
    font-family:Arial,sans-serif;
    padding-bottom:10px;
    color:#000;
}

.tabcontentstyle li.toggleHeadline a, .tabcontentstyle li.toggleHeadline a:visited {     
    color:#000000;
    font-size: 12px;
    text-decoration: none;
}

.tabcontentstyle li.toggleHeadline a:hover, .tabcontentstyle li.toggleHeadline a:visited:hover {
    color:#931a25;
    font-size: 12px;
    text-decoration: none;
}

.moreHeadlines {
	margin: 0;
	padding: 0;
}

.moreHeadlines a {
	margin: 0;
	padding: 0 5px 0 25px; 
	color: #931a25;
	font-size: 11px;
	line-height: 1.3;
	text-decoration: none;
}

.moreHeadlines a:hover {
	margin: 0;
	padding: 0 5px 0 25px; 
	text-decoration: underline;
}

.moreHeadlines img {
	vertical-align: middle;
}

/******************************END TAB CONTROLS******************************************/

#currentContent {
    background-color: #FAFAFA;
    color: #931A25;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto 5px;
    padding: 10px;
    /*width: 527px;*/
}

.pastIssueNav {
    margin: 0;
    padding: 0;
}

.issue-wrap {
    padding: 10px 10px 10px 25px;
}

.past-issue-pager {
	width: 100% !important;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0;
}

.past-issue-pager h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0;
}

#primary {
	padding: 0 0 20px 0;
    overflow: hidden;
    /*width: 510px;*/
	border-bottom: 1px solid #ddd;
}

.secondary {
    margin: 20px 0 0;
    padding: 0;
}

.main-col1 {
    float: left;
	width: 120px;
	height: 160px;
	background: #f0f0f0;
}

.main-col1 img {
	width: 120px;
	height: 160px;
	border: 1px solid #999;
}

.issue-info {
	font-family: Arial, Helvetica, sans-serif;
    color: #555555;
    font-size: 16px;
}

.main-col2 {
    margin: 0 0 0 140px;
}

.secondary h5.dept {
	font-family: Arial, Helvetica, sans-serif;
    color: #777777;
    font-size: 11px;
    margin: 15px 0 5px;
}

.secondary a {
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 12px 0;
    padding: 0;
	color: #931A25;
}

.secondary a:hover {
    text-decoration: underline;
	color: #B5333F;
}

.module .vid-content .fullStory-alt a {
    background: url("http://www.pediatricsupersite.com/images/layout/r-arr.gif") no-repeat right 45%;
    color: #888888;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 0 20px 0 0;
    text-decoration: none;
	text-align: right;
	display: block;
}

.module {
	margin: 0 0 15px 0;
	padding: 0 10px 10px 10px;
    border: 1px solid #F0F0F0;
}

.module .section-label {
    /*background: url("http://www.pediatricsupersite.com/images/layout/section-label-bg.gif") repeat-x scroll left top #9D0A0E;*/
    /*border-bottom: 1px solid #9D0A0E;*/
    /*border-top: 1px solid #9D0A0E;*/
    color: #9D0A0E;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
	padding: 0;
    /*padding: 2px 5px 3px;*/
    /*text-align: center;*/
    /*text-transform: uppercase;*/
    /*width: 100px;*/
}

.module .section-label a {
    color: #9D0A0E;
}

.module .vid-content p {
	margin: 0 0 5px 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}

.module .vid-content a img {
	margin: 0 0 5px 0;
	border: 0 none;
}

.module .vid-content a h4 {
	margin: 0 0 3px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

.module .vid-content a h4:hover {
	color: #777;
}

.blogpager table tr td
{
    padding-left:10px;
    padding-right:10px;
}

.singleResult {
	margin: 10px 0 0 0;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 7px;
    padding-bottom: 5px;
    padding-top: 0;
    width: 435px;
}

.singleResult a {
    font-weight: bold;
	font-size: 14px;
	/*font-family: Arial;*/
	color: rgb(147, 26, 37)
}

.pubDate {
    color: #333333;
    display: block;
    font-size: 11px;
    margin: 2px 0 8px;
    padding: 0;
}

.unorderedList {
    list-style-type: none;
    margin-left: 0;
    margin-top: 8px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 0;
}

.unorderedList li {
    background: url("http://www.pediatricsupersite.com/images/layout/beigeBullet.gif") no-repeat 0 45%;
    color: #000000;
    font-family: Arial,sans-serif;
    font-size: 12px;
    padding-bottom: 3px;
    padding-left: 15px;
}

.regLinkBlack {
    color: #000000;
    font: bold 12px/14px 'Trebuchet MS',verdana,Arial,sans-serif;
    text-decoration: none;
}

.subTitle, .subTitle2 {
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    color: #931A25;
    font-family: Arial,Tahoma,Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 2px;
    text-transform: uppercase;
}

.backtotop {
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    margin-bottom: 5px;
    text-align: right;
}

.backtotop a img {
    border: 0 none;
	vertical-align: middle;
}

.backtotop a {
    color: #931A25;
    font-family: Arial,helvetica,sans-serif;
    text-decoration: none;
}

.backtotop a:hover {
    text-decoration: underline;
}

.month {
    background: none repeat scroll 0 0 #931A25;
    color: #FFFFFF;
    font: bold 11px/14px Arial,sans-serif;
    padding: 5px;
    text-transform: uppercase;
}
.event {
    border-bottom: 1px solid #E3E3E3;
    font-size: 11px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.event .eventBody p {
	margin: 0 !important;
	padding: 0 !important;
    font-size: 11px;
}
.event .dates {
	padding: 7px 0;
    color: #000000;
    float: left;
    font-weight: bold;
	font-size: 12px;
}
.event .eventBody {
    float: right;
    padding: 0;
    width: 430px;
}
.event .eventName {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.moreInfo {
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-left: 0;
    padding: 0;
}

#videoContent {
    background-color: #F0F0F0;
    border: 1px solid #D5DADF;
    clear: both;
    margin-top: 10px;
    padding: 15px;
}

.blue12bold, .blue12bold:hover, .l {
    border: medium none;
    color: #9D0A0E;
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    text-decoration: none;
}

.blue15bold, .blue15bold:hover, .l {
    border: medium none;
    color: #9D0A0E;
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    text-decoration: none;
}

.headLine20 
{
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;
    margin: 0.5em 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, hdrPage {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
}


.blog h2 a 
{
    color: #000;
}


#main-nav ul .idcny {
	height: 75px;
	background:url(http://www.pediatricsupersite.com/images/layout/idc-ny-bg.gif) repeat-x left top;
}

#main-nav ul .idcny a {
	height: 75px;
	display: block;
	text-indent: -9999px;
}
