body {
    margin:0;
    padding:0;
    height:100%;
    font-size: 0.8em;
    background-color: #C7C6CC;
    font-family:Arial,Helvetica,Verdana,sans-serif;
    line-height: normal;
}


a:link, a:active, a:visited {
	color: #000099;
}

a:hover {
	color: #5c9639;
}


/*** layout_main.jsp ***/

div#container, div#mainFooter {
    width: 955px;
    margin: 0 auto;
}

div#container {
    padding-top:10px;
    height: 100%;
    /*min-height:100%;*/ /*removed because of Bug#24447, creates problems in print preview*/
    background: white;
}

div#content {
    /*min-height: 450px;*/
    padding: 1em;
}
div#content.flat {
    /*min-height: 450px;*/
    padding: 0em 0em 0em;
}


div.panelContent {
    margin: 0em 0 0 0em;
}


/*** home.jsp, layout_toc.jsp, etc. ***/

div#leftColumn {
    float: left;
}

div#rightColumn {
	float: left;
	width: 680px;
}


/*** ads ***/

div.ad_180x150 {
    height: 180px;
    width: 150px;
    float:left;
    clear:left;
    margin-bottom: 1em;
}
#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;
}


/*** moved from journal.css ***/

div.loiIssuePages {
    float: left;
}

span.keywordsLabel {
    font-weight: bold;
}

ol.simple {
    list-style-type: none;
}

ol.romanLower {
    list-style-type: lower-roman;
}

ol.romanUpper {
    list-style-type: upper-roman;
}

ol.alphaUpper {
    list-style-type: upper-latin;
}

ol.alphaLower {
    list-style-type: lower-alpha;
}

