@import url( sidebar.css ); /* The CSS for the sidebar displays. */



/* cccc98 - Tan */
/* 346767 - Blue-Green */

/* this is an old one DCE46E - LIGHT GREEN */


p {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    background: #FFF;
    text-align: center;
        
}

#global {
    width: 994px;
    margin: 0 auto;
    text-align: center;
}

table { /* Takes all the borders, and cell spacing off the tables by default. */
    empty-cells: show;
    padding: 0px;
    margin: 0px;
    border: 0px;
    text-align: left;       
}

td { /* Using td to fix the default font issues with some browsers. */
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #000;
}

table.clipper {
  table-layout: fixed;
}

table.clipper td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

h2 {
    font-size: 12pt;
}

h3 {
    font-size: 10pt;
}



.sectionHeader {
    background-color: #cccc98;
    font-size: 1.8em;
    margin-top: 15px;
    padding: 4px 10px 4px 0px;
}

.sectionHeaderText {
    text-transform: uppercase;
    padding: 4px 10px 4px 10px;
    font-weight: bold;
    background-color: #346767;
    color: #ffffff;
}


.std {

}

.stderror {
    color: #ff0000;
}

.nav {
    border-top: 2px solid #fff;
    border-left: 6px solid #482915;
    background: #794119;
    color: #fff;
    width: 135px;
    line-height: 20px;
    text-decoration: none;
    display: block;
    font-weight: bold;
    float: right;
    margin-right: 4px;
}

div.greenheader {
    background-color: #346767;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 4px;
    padding: 2px;
    text-transform: uppercase;
}

div.greenheader:a, div.greenheader:a.active, div.greenheader:a.visited {
    color: #ffffff;
    text-transform: none;
}

div.brownheader {
    background-color: #794119;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 4px;
    padding: 2px;
    text-transform: uppercase;
}

td.brownheader {
    background-color: #794119;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 4px;
    padding: 2px;
    text-transform: uppercase;
}

div.brownheader:a, div.brownheader:a.active, div.brownheader:a.visited {
    color: #ffffff;
    text-transform: none;
}

div.author {
    font-size: 9pt;
    font-family: arial;
    margin-top: 10px;
}

div.summary {
    font-family: Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
    color: #999999;
}

div.articlebody {
    font-family: Arial;
    font-size: 10pt;
    padding-bottom: 5px;
}

a:link, a:visited, a:active {
    color: #346767;
}

a:hover {
    color: #666666;
}

a:hover.navLink  {
    color: #482915;
    text-decoration: underline;
}

a.navLink, a:active.navLink, a:visited.navLink {
    text-decoration: none;
    color: #000000;
}

.navtd {
    padding: 3px;
}

.navtdactive {
    padding: 3px;
    background-color: #cccccc;
    cursor: pointer;
}

input.search password.search {
    font-size: 10px;
}

select.search {
    font-size: 10px;
}

input.searchGo {
    background-color: #cccc98; 
    font-weight: bold; 
    font-size: 10px; 
    color: white;
}

input.askExpert {
    background-color: #346767; 
    font-weight: bold; 
    font-size: 10px; 
    color: black;
}


input.subscribe, select.subscribe, password.subscribe {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

input.login {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
}

.greenText {
    color: #482915;
}

.events .description { font-style: italic; margin: 1em 0 0; }