
/* Use this CSS file to style the journal, book and other content sections that are got from the Mid tier
* these are items got from code and shared with ACP etc.
*/

/* info box */
.jnlHeadBox
{
   border-bottom: 1px solid #000000;
    margin-top: 10px;
}

#pgSectioninfoBox div.jnlHeadBox
{
    padding-bottom: 40px;
    margin-bottom: 5px;
}
.jnlHeadBox h1
{
    margin-top: 5px;
    margin-bottom: 5px;
}
.jnlHeadBox p
{
    margin-top: 5px;
    margin-bottom: 10px;
}
.jnlHeadBoxSearch
{
    margin-bottom: 5px;
}
.jnlHeadBox img
{
    padding-right: 5px;
}

.issn
{
    float: right;
    padding-right: 50px;
    margin-top: 0px;
    padding-top: 0px;
}

/* toc list */
.JournalTocTable
{
    text-align: left;
    vertical-align: top;
    border-spacing: 0px;
}
.JournalTocTable thead
{
    background-color: #000000;
    color: #FFFFFF;
}

.JournalTocTable caption
{
    text-align: left;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
}
.JournalTocTable #articleid
{
    width: 75px;
}

.JournalTocTable thead
{
    display: none;
}

.JournalTocTable td
{
    padding-bottom: 5px;
}
/* html/abstract page */
.inline {
    display: inline;
}

/* options box */

#sideMenu
{
    float: right;
    font-family:  Arial, Verdana, Helvetica, sans-serif ;
    font-size: 0.84em;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid;
}

div#pgSectionCnLeftQuarter {
    float: left;
    width: 510px;
}

div#pgSectionCnRightQuarter
{
    float: right;
    width: 150px;
}
table.jnlDrpTable th.column1 {
    width: 100px;
}
table.jnlDrpTable td.column2 {
}


table.jnlDrpTable th, table.jnlDrpTable td {
    padding: 0.3em;
    text-align: left;
}
table.jnlDrpTable caption
{
    text-align: left;
    font-weight: bold;
     color: #585858;
}

div#browseSectionCnLeftQuarter {
    float: left;
    width: 425px;
}

div#browseSectionCnRightQuarter
{
    float: right;
    width: 225px;
    margin-left: 5px;
}

table.drpDatatable
{
    text-align: left;
}

table.drpDatatable caption
{
    text-align: left;
    font-weight: bold;
     color: #585858;
}

div.jnlHeadBox img.cover {
    float: left;
    margin: 0 0.5em;
}