/*
COLORS
background: #e9eddf
content:    #fff
menu:       #c1bda7
*/

/* layout */

div {
    margin: 0;
    padding: 0;
/*    border: 1px solid black;*/
}

#header {
    margin: 0px auto 15px auto;
    width: 860px;
    height: 200px;
    background: url(/images/layout/banner.jpg) no-repeat top left;
}

#container {
    margin: 0px auto;
    width: 860px;
}

#sidebar {
    float: right;
    width: 180px;
}

#sidebar a.nostyle:link, #sidebar a.nostyle:visited {
    color: #000 !important;
    text-decoration: none;
}

#sidebar a.nostyle:hover, #sidebar a.nostyle:active {
    color: #ff0000 !important;
    text-decoration: none;
}

.sidebar-boxes {
    background-color: #c1bda7;
    padding: 0 10px;
}

.rounded-dark-top {
    background: url(/images/layout/corner_tr_d.png) no-repeat top right;
    background-color: #c1bda7;
}

.rounded-dark-bottom {
    background: url(/images/layout/corner_br_d.png) no-repeat top right;
    background-color: #c1bda7;
    margin-bottom: 15px;
}

.rounded-dark-top img, .rounded-dark-bottom img {
    display: block;
}

#menu {
    font-weight: bold;
    color: #fff;
/*    font-size: 12px;*/
    line-height: 20px;
/*    padding: 0 12px;*/
}

#menu a:link, #menu a:visited {
    text-decoration: none;
    color: #fff;
}

#menu a:hover, #menu a:active {
    text-decoration: none;
    color: #000;
}

#menu .current {
    color: #000 !important;
}

#calendar {

}

#news {
    
}

.newsitem {
    border-bottom: 1px dotted #fff;
    margin: 0;
    padding-top: 4px;
    padding-bottom: 4px;
}

.newsitem-first {
    border-bottom: 1px dotted #fff;
    margin: 0;
    padding-bottom: 4px;
}

.newsitem-last {
    margin: 0;
    padding-top: 4px;
}

.rounded-bright-top {
    margin-right: 195px;
    background: url(/images/layout/corner_tr_b.png) no-repeat top right;
    background-color: #fff;
}

.rounded-bright-bottom {
    margin-right: 195px;
    background: url(/images/layout/corner_br_b.png) no-repeat top right;
    background-color: #fff;
    margin-bottom: 15px;
}

.rounded-bright-top img, .rounded-bright-bottom img {
    display: block;
}

#content {
    margin-right: 195px;
    background-color: #fff;
    padding: 10px 20px;
}


/* main styles */

body {
    border: 0;
    margin: 0;
    padding: 0;
    background-color: #e9eddf;
    color: #000;
}

body, p, th, td, ul, ol, li, dl, dt, dd {
/*    font-family: Helvetica, Arial, Sans-Serif;*/
    font-family: "Lucida Grande", Helvetica, Arial, Sans-Serif;
    font-size: 11px;
    line-height: 16px;
/*    text-align: justify;*/
}

p {
    margin: 0 0 8px 0;
    padding: 0;
}

.justify {
    text-align: justify;
}

form {
    margin: 0;
}

img {
    border: 0;
}


/* headings */

h1 {
    font-size: 16px;
/*    line-height: 16px;*/
    font-weight: bold;
/*    color: #000;*/
    margin-top: 0;
    margin-bottom: 8px;
    padding: 0;
}

h2 {
    font-size: 14px;
/*    line-height: 16px;*/
    font-weight: bold;
/*    color: #000;*/
    margin-top: 16px;
    margin-bottom: 8px;
    padding: 0;
}


/* links */

#content a:link, #content a:visited {
    color: #b00000;
/*    font-weight: bold;*/
}

#content a:hover, #content a:active {
    color: #000;
/*    font-weight: bold;*/
}

#content a.nostyle {
    color: #000;
    text-decoration: none;
}


/* lists */
ul {
    list-style: square;
    padding: 0 0 0 16px;
    margin: 0 0 8px 0;
}

ol {
    padding: 0 0 0 16px;
    margin: 0 0 8px 0;
}

li {
    text-align: left;
}

/* tables */

table {
    border-collapse: collapse;
    width: 100%;
}

tr.highlight:hover {
    background: #e9eddf;
}

td, th {
    padding: 0px;
    vertical-align: top;
    text-align: left;
}

th {
    font-weight: bold;
}


/* text formatting */

.divider {
    border-bottom: 1px dotted #c1bda7;
    margin-bottom: 8px;
    padding-bottom: 16px;
}

.bold {
    font-weight: bold;
}

.warning {
    font-weight: bold;
    color: #ff0000;
}

.success {
    font-weight: bold;
    color: #006600;
}


/* calendar styles */

#calendar th {
    text-align: center;
    font-weight: bold;
    color: #000;
    padding: 3px 0;
}
 
#calendar td {
    text-align: center;
    color: #fff;
    padding: 1px 0;
}

#calendar a, #calendar a:link {
    color: #fff;
    text-decoration: none;
}

#calendar td.current a, #calendar td.current a:link, #calendar td.current span {
/*    color: #ff0000;*/
/*    font-weight: bold;*/
/*    text-decoration: none;*/
/*    background: url(/images/layout/banner.jpg) no-repeat center center;*/
    border: 1px dotted #fff;
    padding: 2px;
}

#calendar td.event a, #calendar td.event a:link {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#calendar td.selected a, #calendar td.selected a:link {
    color: #ff0000;
    font-weight: bold;
    text-decoration: none;
}


#calendar a:hover {
    color: #ff0000 !important;
    text-decoration: none;
}
