
@import url( sidebar.css ); /* The CSS for the sidebar displays. */
@import url( coop_media.css ); /* The CSS for the cooperative media pages (e.g. blogs, podcasts). */

/* ######-----|  Page Styles  |-----###### */
p {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

#global {
    width: 994px;
    margin: 0 auto;
    text-align: center;
}

html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    background: #FFF;
    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;
}


/* ######-----| / Page Styles  |-----###### */

.std {

}

.stderror {
    color: #ff0000;
}

.nav {
    border-top: 2px solid #fff;
    border-left: 6px solid #3E5222;
    background: #73A344;
    color: #fff;
    width: 135px;
    line-height: 20px;
    text-decoration: none;
    display: block;
    font-weight: bold;
    float: right;
    margin-right: 4px;
}

div.greenheader {
    background-color: #3f5322;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 4px;
    padding: 2px;
    text-transform: uppercase;
}

td.greenheader {
    background-color: #3f5322;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 4px;
    padding: 2px;
    text-transform: uppercase;
}

td.greenheader:a, td.greenheader:a.active, td.greenheader:a.visited {
    color: #ffffff;
    text-transform: none;
}

div.greenheader:a, div.greenheader:a.active, div.greenheader: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: #3e5222;
}

a:hover {
    color: #999999;
}

a.navLink, a:active.navLink, a:visited.navLink {
    text-decoration: none;
    color: #000000;
}

a:hover.navLink  {
    color: #3e5222;
    text-decoration: underline;
}

.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: #3e5222; 
    font-weight: bold; 
    font-size: 10px; 
    color: white;
}

input.askExpert {
    background-color: #CCCC66; 
    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;
}

.red {
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: red;
}

.cText {
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
}

.greenText {
    color: #3e5222;
}

.contentCell {
	padding: 15px 20px 5px 20px;
	vertical-align: top;
}