﻿body
{
    /*background-color: #237f96;*/
    background-color: #082533;
    /*background-color: #30515c;*/
    /*background-color: #092d3a;*/
    /*background-color: #09a6ca;*/
    font-size: 16px;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    color: #092d3a;
    margin: 0;
    padding: 0;
    background-image: url(/images/coverBG.jpg);
    background-repeat: no-repeat;
}

form
{
    margin: 0;
}

li
{
    line-height: 1.4em;
}

p
{
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 1.4em;
    text-align: justify;
    /*background-color: #67c2a7;*/
    /*color: #092d3a;*/
    color: #092d3a;
}

a
{
    font-weight: bold;
    color: #092d3a;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

.body
{
    min-height: 1000px;
}

.header
{
    width: 940px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.pageBG
{
    padding-top: 5px;
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    background-color: White;
    /*
    background-image: url(/images/cover940splitwhite.jpg);
    background-repeat: repeat-y;
    background-color: #237f96;
    */
}

.page
{
    width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.mainPanel
{
    padding: 10px 10px 10px 10px;
}

.menuBar
{
    margin-top:10px;
    margin-bottom:10px;
    background-color: #092d3a;
    padding: 2px;
}

.menuBar a
{
    font-size: 1.2em;
    color: #67c2a7;
    text-decoration: none;
    font-weight: bold;
}

.menuBar a:hover
{
    text-decoration: underline;
}

.menuItem
{
    padding: 8px;
}

.menuItem a
{
    color: #67c2a7;
}

.sideMenuItem
{
    padding: 4px;
    border: 1px solid #092d3a;
}

.sideMenuItem a
{
    color: #67c2a7;
}

.sideMenuItemHover
{
    border: 1px solid #67c2a7;
    cursor: pointer;
}

.menuItemHighlight
{
    background-color: #67c2a7;
    color: #092d3a;
}

.menuItemHighlight a
{
    color: #092d3a;
    text-decoration: none;
}

.sideBarHeading
{
    font-size: 1.4em;
    color: #092d3a;
    background-color: #67c2a7;
    padding: 8px;
    text-align:center;
    font-weight: bold;
}

.sideBar
{
    border-top: 1px dotted #67c2a7;
    background-color: #092d3a;
    color: #67c2a7;
    padding: 8px;
    margin-bottom: 12px;
}

.sideBarContent a
{
    color: #67c2a7;
}

.info
{
    color: White;
    font-size: .9em;
}

.footer
{
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    filter:alpha(opacity=70);
    opacity:0.7;

    height: 32px;
    background-color: #67c2a7;
    color: #092d3a;
    font-weight:bold;
}

.chapterFigure
{
    text-align: center;
}

.figureCaption
{
    font-size: .9em;
    font-weight: bold;
}

.pager
{
}

.field-validation-error
{
    padding-left: 20px;
    color: Red;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.solutionsPanel
{
    padding-top: 20px;
    padding-bottom: 20px;
}

.errataTable
{
    border: 1px solid #092d3a;
}

.errataTable td, .errataTable th
{
    border: 1px solid #092d3a;
    padding: 4px;
}

.newsDate
{
    font-size: .8em;
}

