/* Body, Text, Images */

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #4F462F;
    background-color: #960;
    margin: 0;
}

table { padding: 0; margin: 0; }
td    { font-family: Arial, Verdana, Helvetica, sans-serif; }


h1 {
    margin: 0px 0px 5px 0px;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
}

h2 {
    margin: 0px 0px 5px 0px;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #900;
}

h3 {
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 17px;
    font-weight: bold;
}

.heading {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin: 0px 0px 5px 0px;
}

.small { font-size: 11px; font-weight: bold; }

.form_heading {
    font-size: 11px;
    line-height: 12px;
    font-weight: bold;
    color: #515151;
}

.note {
    font-weight: normal;
    font-style: italic;
    font-size: 11px;
    line-height: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #515151;
}

.error {
    font-size: 12px;
    line-height: 13px;
    color: #E10E12;
}

img { border: 0; margin: 0; padding: 0; }

a:link    { text-decoration: underline; color: #4040ff; }
a:active  { text-decoration: underline; color: #4040ff; }
a:visited { text-decoration: underline; color: #4040ff; }
a:hover   { text-decoration: underline; color: #996600; }

.footer {
    color: #828282;
    font-size: 10px;
    line-height: 13px;
}

.footer a:link    { text-decoration: underline; color: #828282; }
.footer a:active  { text-decoration: underline; color: #828282; }
.footer a:visited { text-decoration: underline; color: #828282; }
.footer a:hover   { text-decoration: underline; color: #FF7B78; }


/* List Items */

ul {
    font-size: 12px;
    line-height: 14px;
    list-style-image: url('/images/interface/blue_circle_bullet.gif');
    list-style-position: outside;
    padding: 0;
    margin: 0px 0px 20px 16px;
}

li { margin-bottom: 5px; }


/* Miscellaneous Elements */

.divider {
    float: none;
    background-image: url('/images/interface/dot_horizontal.gif');
    background-repeat: repeat-x;
    line-height: 1px;
    margin: 5px 0 5px 0;
}

div.clearer {
    clear: both;
    line-height: 0;
    height: 0;
}


/* Forms and Form Buttons */

.form {
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    text-indent: 0;
    background-color: #ffffff;
    margin-top: 2px;
}

.form_status {
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    text-indent: 0;
    background-color: #E2E2E2;
    margin-top: 2px;
    width: 100%;
}

.mailform {
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    text-indent: 0;
    background-color: #ffffff;
    margin-bottom: 1px;
}

.form_button {
    margin: 0;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    text-indent: 0;
    background-color: #FF6461;
}


/** calendar classes **/

table.calendar_container {
    background-color: white;
    border-top: 1px solid #BDBDBD;
    border-left: 1px solid #BDBDBD;
    padding: 0px;
    margin: 0px;
}

tr.calendar_container {}
td.calendar_container {}
div.calendar_container_days {}

table.calendar_head {
    width: 100%;
    padding: 2px;
    border-bottom: 1px solid #bdbdbd;
    border-right: 1px solid #BDBDBD;
}
tr.calendar_head {}
td.calendar_head {}

td.calendar_head_prev_month {
    background-color: #E2E2E2;
}

td.calendar_head_month_select {
    color: #7F7F7F;
    background-color: #E2E2E2;
    text-align: center;
    font-size: 11px;
}

td.calendar_head_next_month {
    background-color: #E2E2E2;
}

table.calendar_base {}
tr.calendar_base {}
td.calendar_base {
    padding: 2px;
    border-bottom: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
}
div.calendar_base {
    width: 21px;
    height: 21px;
    color: #7F7F7F;
    background-color: #E2E2E2;
    font-size: 10px;
    font-weight: bold;
    margin:0px;
    line-height: 24px;
    text-align: center;
}

table.calendar_dow {}
tr.calendar_dow {}
td.calendar_dow {}
div.calendar_dow {
    line-height: 13px;
    height: 10px;
    font-size: 9px;
}

div.calendar_day_this_month {}
div.calendar_day_other_month {
    color: #aaaaaa;
}

div.calendar_event_day {
    color: white;
    background-color: #BDBDBD;
    cursor: pointer;
}

div.calendar_event_rollover {
    width: 222px;
    padding: 5px; 
    text-align: left;
    color: #000000;
    font-size: 10px;
    font-weight: normal;
    line-height: 14px;
}

div.calendar_event_rollover_body {
    background-color: white;
    border-color: #7F7F7F;
}

div.calendar1 {
    color: white;
    background-color: #B6CBB1;
    cursor: pointer;
}

div.calendar1_hover {
    color: white;
    background-color: #497D3B;
    cursor: pointer;
}


/** auto complete **/

div.auto_complete {
    width: 350px;
    background: #fff;
}
div.auto_complete ul {
    border: 1px solid #888;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
}
div.auto_complete ul li {
    margin: 0;
    padding: 3px;
}
div.auto_complete ul li.selected { 
    background-color: #ffb; 
}
div.auto_complete ul strong.highlight { 
    color: #800; 
    margin: 0;
    padding: 0;
}

div.fieldWithErrors {
    display: inline;
}

div.fieldWithErrors input {
    background-color: yellow;
}