body { max-width: 960px; margin-left: auto; margin-right: auto; } /* Set a max width, centering the page. */

/* Global text and box properties. */

.clear { clear: both; }
h1, h2, h3, h4, h5, h6, h7 { font-weight: bold; }

/* Sidebars */

.sidebar { border: 1px solid #e5e5e5; font-size: 108%; }
.sidebar h1 { background-color: #EEDD88; padding: 6px 6px; color: black }
.sidebar h2, h3, h4 { margin: 10px 6px 2px; border-bottom: 1px solid #4f607a; }
.sidebar form { padding: 0px 6px; text-align: center; }
.sidebar img { display: block; margin: 0.7em auto; border: 1px solid black; }
.sidebar p { margin: 2px 6px; }
.sidebar a { color: #40577a; }
.sidebar li { margin: 2px 6px 2px 12px; }
.endbar { margin-bottom: 1em; } /* for the last element in a sidebar */

/* The navigation bar along the top. */
.logofloat { 
    float: left; 
}
.navbar { 
    float: right; 
}

.navbar li { 
    display: block; 
    float: left;
    font-size: 110%;
    padding-right: 1.5ex;
    padding-left: 1.5ex;
    padding-top: 0.7ex;
    padding-bottom: 0.7ex;
    font-weight: bold; 
    text-align: center;
}

.navbar a { 
    color: black; 
    text-decoration: none; 
    font-weight: bold; 
}
.navbar li:hover { 
    text-decoration: none; 
    background-color: #EEDDAA;
}

#topclear { 
    border-top: 2px solid #EEDDAA;
}

li.navbar-welcome {
    font-weight: normal;
    padding-top: 6.5ex; 
}

li.navbar-welcome:hover {
    text-decoration: none;
    background-color: white;
}

a.navbar-welcome {
    text-decoration: underline;
    font-weight: normal;
    color: #40577A;
    font-size: 90%;
}

/* Taken from jquery-ui-1.8rc3.custom.css.  We are putting it here
to preven other stuff in the 1.8rc3 file above from conflicting with 
our current state */

.button { display: inline-block; 
        position: relative; 
        padding: 0; 
        margin-right: .1em;
        margin-left: 0; 
        text-decoration: none !important; 
        text-align: center;
        line-height: 1.4;
        font-family: Verdana,Arial,sans-serif; 
        font-size: 12px;
        font-weight: normal; 
        border: 1px solid #7d7d7d; 
        border-radius: 4px;
        -moz-border-radius: 4px; 
        -webkit-border-radius: 4px;
        background: #e6e6e6 url(/media/images/jquery/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
        color: #555555;
        cursor: pointer; 
        zoom: 1;
        overflow: visible; /* the overflow property removes extra width in IE */
}

.button:active { outline: none; } 

span.button-text { 
        padding: .4em 1em; 
        display: block; 
        line-height 1.5;
        font-size: 12px;
}

/* no icon support for input elements, provide padding by default */
input.button { padding: .4em 1em; } 

.leftbar li {
    list-style-type: disc;
    list-style-position: inside;
}
.rightbar li {
    list-style-type: disc;
    list-style-position: inside;
}

/* from admin's base.css */
ul.errorlist {
    padding-bottom: 0px !important; 
    margin: 0px; padding-left: 0px !important; 
    padding-right: 0px !important; 
    padding-top: 0px !important
}
.errorlist li {
    border-bottom: red 1px solid; 
    border-left: red 1px solid; 
    padding-bottom: 4px; 
    margin: 0px 0px 3px; 
    padding-left: 25px; 
    padding-right: 5px; 
    display: block; 
    background: url(/media/images/icon_alert.gif) red no-repeat 5px 0.3em; 
    color: white; font-size: 12px !important; 
    border-top: red 1px solid; 
    border-right: red 1px solid; 
    padding-top: 4px
}
td ul.errorlist {
    padding-bottom: 0px !important; 
    margin: 0px; 
    padding-left: 0px !important; 
    padding-right: 0px !important; 
    padding-top: 0px !important
}
td ul.errorlist li {
    margin: 0px
}

/* Footer */

.ft { 
    padding-top: 18px; 
    padding-bottom: 3px;
    padding-left: 3px;
}

.ft h6 {
    font-size: 90%;
    font-weight: normal;
    float: left; 
}

.ft a {
    font-size: 90%;
    padding-left: 10px; 
    padding-right: 3px; 
}


