﻿a {
    color: #503800;
    cursor: pointer;
    text-decoration: none;
}

body {
    margin: 0px;
    text-align: center;
    background: #fcf7eb url(/images/beige_bg.jpg) repeat;
    font-size: 13px;
    color: #665046;
}

#header #topFrame {
    height: 80px;
    width: 960px;
    background-image: url(/images/bg_top.jpg);
    background-size:contain;
    background-repeat: no-repeat;
}

#header #navFrame {
    width: 100%;
    float: left;
    height: 28px;
    font-size: 10px;
    margin-top: 0px;
    border-bottom: 1px solid #FFCC00;
    background-image: url(/images/bg_preNav.jpg);
    background-repeat: no-repeat;
}

#navFrame ul li {
    float: left;
    margin-top: 2px;
    list-style: none;
    line-height: 20px;
    border-right: 1px solid #533709;
}

#navFrame a {
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 12px;
    text-decoration: none;
    border-right: 1px solid #C2AA81;
    color: #FBF1B4;
}

    #navFrame A:hover {
        color: #FFFFB4;
    }

#mainFrame {
    width: 100%;
    float: left;
    margin-top: 1px;
    background: url(/images/bg_left.jpg) repeat-y;
    border-top: 1px solid #FFCC00;
}

    #mainFrame #leftFrame {
        width: 228px;
        float: left;
        background: url(/images/bg_login.jpg) no-repeat;
    }

    #mainFrame #contentFrame {
        float: right;
        width: 731px;
        margin-top: 0px;
        margin-bottom: -9999px;
        padding-bottom: 9999px;
        background-position: -228px 0px;
        background: url(/images/content-bg.png) #fcf7e9;
    }

#contentFrame #loginFrame {
    font-size: 12px;
    height: 27px;
    text-align: center;
    padding-right: 5px;
    background: #FCF7E9 url(/images/bg_login.jpg) no-repeat;
    background-position: -228px 0px;
}

.actionMessage {
    clear: both;
    width: 670px;
    min-height: 16px;
    text-align: left;
    margin-top: 6px;
    padding: 8px 0 4px 20px;
    background: url(/images/info-bg.jpg) repeat;
}

#searchResultFrame #searchResultMsg {
    width: 670px;
    line-height: 26px;
    margin: 0 auto;
    margin-top: 6px;
    padding: 6px 0 4px 20px;
    background: url(/images/info-bg.jpg) repeat;
}

#footer #bottomFrame {
    width: 100%;
    float: left;
    height: 50px;
    font-size: 13px;
    line-height: 50px;
    background-image: url(/images/bg_bottom.jpg);
    background-repeat: no-repeat;
}

#loadingImg {
    width: 200px;
    height: 60px;
    padding-top: 35px;
    line-height: 15px;
    text-align: center;
    color: #ff0000;
    background-color: #efefef;
    border: solid 1px #cccccc;
}
