body {
    margin:0;
    padding:0;
    height:100%; 
    font-size: 9pt;
    background-color: #C7C6CC;
    font-family: "Helvetica Neu", "Helvetica", "Lucida Grande", "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
    line-height: normal;
}

body#fullPopup {
    background: #fff;
}

a:link, a:active, a:visited {
	color: #000099;
}

a:hover {
	color: #5c9639;
}

div.clearfix {
    clear: both;
}


/*** layout_main.jsp ***/

div#container {
    width: 980px;
    margin: 0 auto;
    height: 100%;
    min-height:100%;
    background: white;
}

div#content {
    min-height: 450px;

}

div.panelContent {
    margin: 3em 0 0 1em;
    padding: .5em 0em 5em;
}


/*** home.jsp, layout_toc.jsp, etc. ***/

div#leftColumn {
    float: left;
}

div#rightColumn {
	float: left;
	width: 730px;
}


/*** layout_3_col.jsp ***/

div#leftCol, div#middleCol, div#rightCol {
    float: left;
    clear: right;
}

div#middleCol {
    margin: 0 .5em;
}


/*** ads ***/

div.ad_180x150, div.ad_60x468, div.ad_600x160, div.ad_150x180, div.ad_60x238, div.ad_600x210 {
    float:left;
    clear:left;
    margin-bottom: 1em;
}

div.ad_180x150 {
    height: 180px;
    width: 150px;
}

div.ad_150x180 {
    height: 150px;
    width: 180px;
}

div.ad_60x468 {
    height: 60px;
    width: 468px;
}

div.ad_600x160 {
    height: 600px;
    width: 160px;
}

div.ad_60x238 {
    height: 60px;
    width: 238px;
}

div.ad_600x210 {
    height: 600px;
    width: 210px;
}

#tokenRegistration {
  margin-bottom: 2em;
}
#tokenRegistration th {
  text-align: left;
}
#tokenRegistration #tokenAccess, #tokenRegistration #tokenKey {
  width: 150px;
}
#registrationLogin {
  font-size: 11pt;
  margin-bottom: 1em;
}
#migrationToken {
  margin: 2em 0;
}
.overline {
  text-decoration:overline;
}

div.NLM_sec_level_3 {
    margin-bottom:1em;
}

.NLM_disp-formula td, .NLM_disp-formula {
    font-size:9pt;
    font-family:"Helvetica Neu","Helvetica","Lucida Grande","Lucida Sans","Trebuchet MS",Arial,Helvetica,sans-serif;
}

table.NLM_disp-formula {
    margin-bottom:1em;
}

.subArticlesList {
    list-style-type: none;
}

.subArticlesList li {
    margin-bottom: 1em;
}
.titleListing_col3 {
    display:inline;
}