
body {
    text-align: center;
    background: #BDCEFF url(images/bg.gif) top repeat-x;
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: arial, sans-serif;
}

#page_wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    text-align: left;
    background: #FFFFFF;
    min-width: 780px;
}

#page_header {
    height: 77px;
    background: #4f5263 url(images/header-bg.jpg) top left repeat-x;
    clear: both;
}

#page_home {
    position: relative;
    background: url(images/header.jpg) top left no-repeat;
    height: 77px;
}

#page_search {
    position: relative;
    background: url(images/header-right.jpg) no-repeat right 0%;
    height: 77px;
    text-align: right;
}

    #page_search INPUT {
        position: relative;
        top: 38px;
        right: 10px;
    }

.watermarked {
    width: 100px;
    height: 18px;
    border: 1px solid #BEBEBE;
    background-color: #F0F8FF;
    color: gray;
}



#content_wrapper {
    clear: both;
    background: #FFFFFF url(images/main-bg.jpg) no-repeat top right;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 15px;
    /*
		padding-left: 15px;
		padding-right: 220px;*/
    height: 100%;
    height: 600px;
    min-height: 600px;
    color: #2e2e2e;
    font-size: .9em;
}

    #content_wrapper TH {
        font-weight: bold;
    }

html > body #content_wrapper {
    min-height: 600px;
    height: auto;
}

.content {
    text-align: left;
}

    .content h2 {
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 1.2em;
        color: #CF1010;
        padding: 3px;
        border-bottom: 1px solid #018843;
        clear: both;
        position: relative;
    }

    .content h3 {
        margin-left: 3px;
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 1.0em;
        color: #4f5263;
        padding: 4px;
        border-bottom: 1px solid #550011;
        clear: both;
        position: relative;
    }

    .content p {
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: 15px;
        font-size: .8em;
        line-height: 18px;
        padding-left: 4px;
    }

    .content li {
        font-size: 1.0em;
    }

    .content TABLE {
        font-size: 1.0em;
    }

#page_footer {
    height: 30px;
    background-color: #899FDF;
    clear: both;
    padding-top: 12px;
    text-align: center;
    font-size: 11px;
    color: White;
    letter-spacing: 1px;
}

#disclaimer {
    font-size: 10px;
}


#spacer {
    height: 20px;
    clear: both;
}


.float_left {
    float: left;
    margin-right: 10px;
}

.float_right {
    float: right;
    margin-left: 10px;
}

.clear {
    clear: both;
}

.grid {
    font-size: .8em;
    border: none;
    border-collapse: collapse;
}

    .grid TD, TH {
        border: none;
        border-collapse: collapse;
    }

    .grid .header {
        color: White;
        padding: 3px;
        background: #4f5263 url(images/grid-bg.jpg) repeat-x;
    }

        .grid .header A {
            color: White;
        }

    .grid .footer {
        background: #507CD1;
        color: White;
    }

    .grid .row {
        background: #EFF3FB;
    }

        .grid .row TD, TH {
            padding: 5px;
        }

    .grid .altrow {
        background: #FFFFFF;
        padding: 5px;
    }

        .grid .altrow TD, TH {
            padding: 5px;
        }

    .grid .pager {
        background: #4f5263 url(images/header-bg.jpg) repeat-x -5%;
        color: White;
        text-align: center;
        font-weight: bold;
    }

        .grid .pager A {
            color: Yellow;
        }

    .grid .selected {
        background: #D1DDF1;
        color: #333333;
    }

    .grid .edit {
        background: #D1DDF1;
    }

.modified {
    font-size: x-small;
    color: #a9a9a9;
    font-style: italic;
}

.pagecommands {
    background-color: Red;
}

.Alpha INPUT {
    border-right: 1px solid;
    border-top: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
    width: 90%;
    font-size: .75em;
}


.commandmenu {
    position: relative;
    background-repeat: repeat-x;
    width: 100%;
    padding-top: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    border-right: 1px ridge;
    border-top: 1px ridge;
    border-left: 1px ridge;
    border-bottom: 1px ridge;
    margin-bottom: 3px;
    background-image: url(images/buttons/background.gif);
}

    .commandmenu .addnew {
        height: 16px;
        width: 62px;
    }

    .commandmenu .save {
        height: 16px;
        width: 42px;
        padding-left: 5px;
    }

    .commandmenu .delete {
        position: absolute;
        right: 10px;
        height: 16px;
        width: 47px;
        padding-left: 5px;
    }

    .commandmenu .cancel {
        height: 16px;
        width: 49px;
        padding-left: 5px;
    }

    .commandmenu .unlock {
        height: 16px;
        width: 55px;
        padding-left: 5px;
        padding-right: 5px;
    }


.contentHeader {
    width: 100%;
    padding: 5px;
    clear: both;
}

    .contentHeader span.title {
        font-weight: bold;
    }

    .contentHeader DIV.left {
        float: left;
        width: 48%;
    }

    .contentHeader DIV.right {
        float: right;
        width: 48%;
    }

.contentEditor {
    clear: both;
}


.loading {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #d5e1f1;
    color: White;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px;
    border-right: thin ridge;
    border-top: thin ridge;
    border-left: thin ridge;
    border-bottom: thin ridge;
}

li.l404 {
    font-size: .85em;
    padding-bottom: 5px;
}

.menu {
    text-align: right;
    font-size: .8em;
    font-weight: bold;
    padding-bottom: 10px;
}

    .menu A {
        padding-left: 10px;
        color: Navy;
    }

        .menu A:visited {
            color: Navy;
        }

.calender DoneDay {
    background-color: #006633;
    color: silver;
}

.Panel Legend {
    color: Black;
}

.lists {
    font-family: sans-serif, arial;
    font-size: 14px !important;
    list-style-type: circle;
}

.heading_letter {
    font-family: sans-serif, Arial;
    font-size: 17px;
    margin-bottom: 0px !important;
    margin-top: 5px;
}

.tab-button-on {
    display: inline-block;
    height: 24px;
    padding: 6px;
    background-color: #0000ff;
    font-family: verdana;
    font-weight: bold;
    font-size: 8pt;
    text-align: center;
    overflow: hidden;
    background-color: #0000ff;
    color: #ffffff;
    font-family: Verdana;
    color: #ffffff;
    border: 0px solid transparent;
    font-weight: bold;
}

.tab-button-off {
    display: inline-block;
    padding: 6px;
    background-color: #ffffff;
    font-family: verdana;
    font-weight: bold;
    font-size: 8pt;
    color: #0000ff;
    text-align: center;
    overflow: hidden;
    font-family: Verdana;
    color: #0000ff;
    border: 0px solid transparent;
    text-decoration: underline;
}

