/* Body, Text, Images */

body {
    font-family: Georgia, Times, serif;
    font-size: 13px;
    line-height: 17px;
    color: #4F462F;
    background-color: #ffffff;
    margin: 0;
}

table { padding: 0; margin: 0; }
td    { font-family: Georgia, Times, serif; }


h1 {
    margin: 0px 0px 10px 0px;
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
    color: #6d6341;
}

h2 {
    color: #6d6341;
    margin: 0px 0px 5px 0px;
    font-size: 24px;
    line-height: 26px;
    font-weight: normal;
}

h3 {
    color: #333333;
    margin: 0px 0px 5px 0px;
    font-size: 18px;
    line-height: 17px;
    font-weight: normal;
}

p {
    font-family: Georgia, Times, serif;
    font-size: 13px;
    line-height: 17px;
    color: #4F462F;
}

.article_date {
    font-size: 10px;
    line-height: 12px;
    font-weight: bold;
    color: #565656;
}

.article_summary {
    font-size: 11px;
    line-height: 12px;
    color: #626262;
}

.heading {
	color: #000000;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
}

.small { font-size: 11px; font-weight: bold; }
.caption { font-size: 11px; font-style: italic; color:#6D6341; }


.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; }










/* Navigation */
.nav { float: left; margin: 0 2px 0 0;}


.nav_menu_container {
}

.nav_menu {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 13px;
    text-align: left;
    color: #0057e2;
    background-color: #f5efde;
    padding: 3px 5px 3px 9px;
    cursor: pointer;
    width: 175px;
    text-decoration: underline;
    font-weight: bold;
}

.nav_menu_hover {
    background-color: #e5ebdf;
    color: #333333;
    background-image: url('/images/navigation/selected.gif');
    background-repeat: no-repeat;
    text-decoration: none;
}

.nav_submenu_container {

}

.sidenav {
    color: #333333;
    font-size: 15px;
    line-height: 17px;
    padding: 4px 15px 3px 30px;
}

.sidenav_hover {
    background-color: #e5ebdf;
    color: #333333;
    background-image: url('/images/interface/highlight_sidenav.gif');
    background-repeat: no-repeat;
    text-decoration: none;
}













a:link    { text-decoration: underline; color: #0057e2; }
a:active  { text-decoration: underline; color: #0057e2; }
a:visited { text-decoration: underline; color: #0057e2; }
a:hover   { text-decoration: none; color: #333333; }

.footer {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #7f7451;
    font-size: 11px;
    line-height: 13px;
}

.footer a:link    { text-decoration: underline; color: #7f7451; }
.footer a:active  { text-decoration: underline; color: #7f7451; }
.footer a:visited { text-decoration: underline; color: #7f7451; }
.footer a:hover   { text-decoration: underline; color: #0057e2; }









/* List Items */

ul {
    font-family: Georgia, Times, serif;
    font-size: 13px;
    line-height: 15px;
    list-style-image: url('/images/interface/bullet.gif');
    list-style-position: outside;
    padding: 0;
    margin: 10px 0px 20px 20px;
}

ul.sidebar {
    font-family: Georgia, Times, serif;
    font-size: 13px;
    line-height: 15px;
    list-style-image: url('/images/interface/bullet_sidebar.gif');
    list-style-position: outside;
    padding: 0;
    margin: 10px 0px 0 20px;
}


li { margin-bottom: 5px; }



/* Tables and Data */
table.data {
	border: 1px solid #736845;
	border-collapse: collapse;
}


th.data {
	background-color: #E7DBB3;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
}

td.data {
	background-color: #4F462F;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	font-size: 15px;
}





/* Miscellaneous Elements */

.divider {
    float: none;
    background-image: url('/images/interface/dot_horizontal.gif');
    background-repeat: repeat-x;
    line-height: 1px;
    margin: 5px 0 0 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: #F5EFDE;
    margin-bottom: 1px;
}

.form_button {
    margin: 0;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    text-indent: 0;
    background-color: #005F9B;
}

/** calendar classes **/

table.calendar_container {
    background-color: #ffffff;
    border: 1px solid #C08F21;
    padding: 3px;
}

tr.calendar_container {}
td.calendar_container {}
div.calendar_container_days {}

table.calendar_head {
    width: 100%;
    margin: 1px;
}
tr.calendar_head {}
td.calendar_head {
    padding: 1px;
}

td.calendar_head_prev_month {
    background-color: #C08F21;
}

td.calendar_head_month_select {
    color: #C08F21;
    background-color: #F5EDD1;
    text-align: center;
}

td.calendar_head_next_month {
    background-color: #F5EDD1;
}

table.calendar_base {
    border-right: solid #CABDA1 1px;
    border-bottom: solid #CABDA1 1px;
}
tr.calendar_base {
    vertical-align: top;
}
td.calendar_base {
}
td.calendar_base {
    font-size: 11px;
    padding: 3px;
    margin: 2px;
    line-height: 12px;
    width: 75px;
    border-top: 1px solid #CABDA1;
    border-left: 1px solid #CABDA1;
}

table.calendar_dow {}
tr.calendar_dow {
    height: 20px;
}
td.calendar_dow {}
div.calendar_dow {
    height: 13px;
    background-color: #F5EDD1;
    padding: 0px 0px 0px 5px;
}

div.calendar_day_this_month {
    color: #000000;
    font-weight: bold;
    min-height: 110px;
    height:auto !important; 
    height: 110px;
}
div.calendar_day_other_month {
    color: #aaaaaa;
    font-weight: bold;
    min-height: 110px;
    height:auto !important; 
    height: 110px;
}

div.calendar_event_day {
    color: #000000;
}

td.calendar_today {
    background-color: #F5EDD1;
}




/** 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;
}