body {
    margin:0;
    padding:0;
    height:100%;
    font-size: 10pt;
    background-color: #F1EEE7;
    font-family: Verdana, sans-serif;
    line-height: normal;
}

a:link, a:active, a:visited {
	color: #1E3561;
}

div.clearfix {
    clear: both;
}


/*** layout_main.jsp ***/

div#container {
    width: 980px;
    margin: 0 auto;
    height: auto;
    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 {
    max-width: 217px
}

div.ad_710x85 {
    width: 720px;
}

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;
}
span#advancedSearch a, span#languageChanger a{
    color: #1E3561;
    text-decoration:underline;
}

ul.subjectListing a {
    font-size: 8.5pt;
}

/* Search History dropdown*/
#dropdownmenus {
    width: 100%;
}

table.bullet-list .lilabel {
    background: transparent url(/templates/jsp/_style2/_premium/images/bullet-square.gif) no-repeat center;
    width: 5px;
    height: 5px;
}

#mobileDevicePairing_login form{
    width:47%;
    float:left;
    margin: 1em 0;
}

#mobileDevicePairing_login .personLogin{
    border-right: 1px solid #E1E1E1;
    margin-right:5%;
}

#mobileDevicePairing_login label{
    float:left;
    width:14em;
}

#mobileDevicePairing_login .field{
    clear:left;
    margin: 0.25em 0;
}


.loiList .issue {
    display: inline-table;
}