/*******************************************************************************
* master.css
*
* @package cpe
* @author Preston McMurry (prestonm3@mcmurry.com)
* @version 1.0
* @copyright (C) Copyright 2009 by McMurry, Inc.
*
* Over-arching css
*
*******************************************************************************/

/*** Default Classes **********************************************************/

HTML {
    height: 100%;
}

BODY {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    /*
    ** For some reason this height setting works okay in standards compliant
    ** such as Firefox and Opera, but not IE. Go figure. Not sure why, and
    ** tried fiddling styles all over this sheet. Removing height for IE
    ** solves the problem. (Which is a several hundred pixel white space
    ** padding at the bottom of the page.)
    */
    height: 100%;
    /* Override for IE */
    height: expression('0');
    font-family: calibri, whitney-semibold, georgia, arial, sans-serif;
    font-size: 12px;
    color: #474747;
}

TABLE {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-spacing: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
    font-family: calibri, whitney-semibold, georgia, arial, sans-serif;
    font-size: 12px;
    color: #474747;
}

/*
LI {
    padding-bottom: 5px;
}

DD {
    padding-bottom: 5px;
}
*/

IMG {
    border: 0px;
}

A {
    text-decoration: none;
}

/*** Wrapper Classes **********************************************************/

TABLE.DocWrapper {
    width: 100%;
    height: 100%;
}

TD.SidePadHeader {
    background-image: url("../O_image/misc/background_head.jpg");
    background-repeat: repeat-x;
    vertical-align: top;
}

TD.SidePad {
    background-color: #ffffff;
}

TD.SidePadFooter {
    background-image: url("../O_image/misc/background_foot.jpg");
    background-repeat: repeat-x;
    vertical-align: top;
}

TD.WrapperHeader {
    width: 1024px;
    background-color: #ffffff;
/*
border-left: solid 1px #0000ff;
border-right: solid 1px #0000ff;
*/
}

TD.WrapperContent {
    width: 1024px;
    background-color: #ffffff;
    border-top: solid 1px #ebebeb;
/*
border-left: solid 1px #0000ff;
border-right: solid 1px #0000ff;
*/
}

TABLE.ContentArea {
    width: 100%;
    table-layout: fixed;
}

TD.WrapperFooter {
    width: 1024px;
    background-color: #ffffff;
/*
border-left: solid 1px #0000ff;
border-right: solid 1px #0000ff;
*/
}

/*** Header Classes ***********************************************************/

TABLE.HeaderArea {
    width: 100%;
    table-layout: fixed;
}

TD.HeaderLeft {
    background-image: url("../O_image/misc/background_head.jpg");
    background-repeat: repeat-x;
    vertical-align: top;
    width: 315px;
    height: 105px;
    padding-top: 22px;
}

TD.HeaderMiddle {
    background-image: url("../O_image/misc/background_head.jpg");
    background-repeat: repeat-x;
    vertical-align: top;
    width: 578px;
    height: 52px;
    /* Override for IE */
    height: expression('36px');
    padding-top: 5px;
    font-size: 10px;
    color: #ffffff;
    text-align: right;
}

TD.HeaderMiddle A {
    text-decoration: none;
    color: #ffffff;
}

TD.HeaderLogo {
    background-image: url("../O_image/misc/background_head.jpg");
    background-repeat: repeat-x;
    vertical-align: top;
    width: 131px;
}

TD.HeaderSearch {
    vertical-align: top;
}

TD.HeaderSearch TABLE {
    float: right;
}

TD.HeaderSearch TD {
    vertical-align: top;
    padding-right: 5px;
}

TD.HeaderSearch INPUT {
    border: 1px solid #ebebeb;
    background-color: #f2f2f2;
    color: #535353;
    font-size: 12px;
    width: 165px;
    height: 20px;
    /* Override for IE */
    height: expression('29px');
    padding-left: 10px;
    padding-top: 6px;
}

TD.HeaderSearch IMG {
    /* Override for IE */
    margin-top: expression('1px');
}

TD.HeaderMenu {
    height: 30px;
}

#HeaderMenu UL {
    margin: 0px;
    border-top: 1px solid #ebebeb;
    padding-left: 0px;
    padding-top: 3px;
    float: right;
}

#HeaderMenu LI {
    display: inline;
    list-style-type: none;
    border-left: 1px solid #ebebeb;
}

#HeaderMenu A {
    text-decoration: none;
    font-family: whitney-semibold, georgia, calibri, arial, sans-serif;
    font-size: 15px;
    color: #908f8f;
    padding-left: 10px;
    padding-right: 10px;
}

/*** Footer Classes ***********************************************************/

TABLE.FooterArea {
    width: 100%;
    table-layout: fixed;
}

TD.FooterLeft {
    background-image: url("../O_image/misc/background_foot.jpg");
    background-repeat: repeat-x;
    vertical-align: top;
    font-family: calibri, whitney-semibold, georgia, arial, sans-serif;
    font-size: 12px;
    color: #b9b9b9;
    padding-left: 26px;
    padding-top: 45px;
}

TD.FooterLeft DIV.copyright {
    font-size: 11px;
    color: #83837e;
}

TD.FooterLogo {
    background-image: url("../O_image/misc/background_foot.jpg");
    background-repeat: repeat-x;
    vertical-align: top;
    width: 113px;
    text-align: right;
}

TD.FooterRight {
    background-image: url("../O_image/misc/background_foot.jpg");
    background-repeat: repeat-x;
    vertical-align: top;
    width: 26px;
}

/*** Left Column Classes ******************************************************/

TD.NavigationMenu {
    vertical-align: top;
    padding-top: 3px;
    padding-bottom: 45px;
/*
    border-right: 1px solid #ebebeb;
*/
    border-bottom: 1px solid #ebebeb;
    width: 180px;
}

DIV.MenuImage {
    padding-top: 5px;
    padding-bottom: 3px;
    /* Override for IE */
    padding-bottom: expression('0px');
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-top: 45px;
}

DIV.MenuImage MenuImageTop {
    border-top: 0px;
}

DIV.MenuImageTop {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 2px;
}

#NavigationMenu {
    margin-top: 3px;
    /* Override for IE */
    margin-top: expression('0px');
    margin-bottom: 45px;
}

#NavigationMenu UL {
    margin: 0px;
    padding-left: 0px;
    line-height: 133%;
}

#NavigationMenu LI {
    list-style-type: none;
    padding-top: 10px;
}

#NavigationMenu A {
    text-decoration: none;
    font-family: calibri, whitney-semibold, georgia, arial, sans-serif;
    font-size: 18px;
    color: #575757;
}

/*** List Pager Classes *******************************************************/

DIV.PageListWrapper {
    position: relative;
    margin-top: 15px;
    margin-bottom: 50px;
    font-size: 14px;
}

DIV.PageLabel {
    float: left;
    margin-top: 5px;
    font-weight: bold;
}

DIV.PageNum {
    float: left;
    margin-top: 5px;
}

A.PageNum {
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 3px;
    margin-right: 3px;
}

A.PageNumReverse {
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 3px;
    margin-right: 3px;
}

/*** Miscellaneous Classes ****************************************************/

.Required {
    color: #ff0000;
}

.SemiRequired {
    color: #0000ff;
}

.Warning {
    color: #ff0000;
}

INPUT.HiddenReset {
    display: none;
}

INPUT.CalendarButton {
    background-image: url("../O_image/icon/24/stock_calendar-view-year.png");
    width: 24px;
    height: 24px;
}

INPUT.disabled {
    background-color: #cccccc;
}

TEXTAREA.disabled {
    background-color: #cccccc;
}


