﻿body
{
    font-family: Trebuchet MS, Verdana, Arial;
    font-size: 16px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #696969;
}

fieldset
{
    border: 0 none transparent;
}

img
{
    border: 0 none transparent;
}

textarea
{
    font-family: Trebuchet MS, Verdana, Arial;
    padding: 2px 2px 2px 2px;
}

#header
{
    background-color: #2a325d;
    height: 90px;
    vertical-align: top;
}

#header #logo
{
    position: absolute;
    top: 4px;
    left: 4px;
}

#banner
{
    position: absolute;
    left: 420px;
    top: 60px;
}

#title
{
    position: absolute;
    top: 10px;
    left: 75px;
    color: #fff;
    font-size: 30px;
    vertical-align: top;
}

#top-navigation-container
{
    background-image: url('../../Assets/Images/top-nav-background.png');
    height: 24px;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    position: relative;
}

#footer
{
    text-align: center;
    font-size: 12px;
}

#main-content
{
    padding: 8px 4px 4px 4px;
}



/* Top Navigation */

ul#top-navigation
{
    position: relative;
    list-style-image: none;
    list-style-type: none;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

ul#top-navigation li
{
    float: left;
    display: inline;
    font-weight: bold;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100px;
    text-align: center;
}

ul#top-navigation li a
{
    font-weight: bold;
    text-decoration: none;
    color: #2a325d;
}

ul#top-navigation li a:hover
{
    text-decoration: none;
    color: #000;
}

ul#top-navigation li a:active
{
    text-decoration: none;
    color: #2a325d;
}

ul#top-navigation li.selected a
{
    color: #2a325d;
}

#slide
{
    position: absolute;
    top: 20px;
    height: 4px;
    background: #89957a;
    z-index: 10;
}

/**/

#content-left
{
    float: left;
    width: 180px;
    min-height: 300px;
    background-image: url('../../Assets/Images/divider.png');
    background-position: top right;
    background-repeat: no-repeat;
    font-size: 12px;
}

#content-left a
{
    text-decoration: none;
    color: #696969;
    font-weight: bold;
}

#content-right
{
    margin-left: 200px;
    padding-right: 8px;
}

#content-right a
{
    text-decoration: none;
    color: #0066cc;
}

.content-header
{
    color: #89957a;
    font-size: 20px;
    font-weight: bold;
}

.content-output-list-header
{
    color: #89957a;
    font-size: 16px;
    font-weight: bold;
    margin-top: 8px;
}

.content-objective-container
{
    background-color: #E9EADD;
    border: 1px solid #89957a;
    padding: 4px 4px 4px 4px;
}
.content-objective-container-header
{
    text-decoration: none;
    font-weight: bold;
    color: #2a325d;
}

.content-objective-container a
{
    text-decoration: none;
    font-weight: bold;
    color: #2a325d;
}

.download-link
{
    background-image: url('/assets/images/download.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    padding-bottom: 2px;
    padding-top: 2px;
    font-size: 12px;
    vertical-align: middle;
    text-decoration: none;
}

.edit-link
{
    background-image: url('/assets/images/edit.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    padding-bottom: 2px;
    padding-top: 2px;
    font-size: 12px;
    vertical-align: middle;
    text-decoration: none;
}

.delete-link
{
    background-image: url('/assets/images/cross.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    padding-bottom: 2px;
    padding-top: 2px;
    font-size: 12px;
    vertical-align: middle;
    text-decoration: none;
}

.new-link
{
    background-image: url('/assets/images/add.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    padding-bottom: 2px;
    padding-top: 2px;
    font-size: 12px;
    vertical-align: middle;
    text-decoration: none;
}

/**/

.editable-content-table
{
    width: 100%;
}

.label-column
{
}

.value-column
{
}

.editable-content-table td
{
    vertical-align: top;
}

.save-button
{
    background-image: url('/assets/images/submit-button.png');
    width: 120px;
    height: 24px;
    border: 0px none transparent;
    font-weight: bold;
}

/**/

#message
{
    border-top: #c1c1c1 1px solid;
    border-bottom: #c1c1c1 1px solid;
    border-left: #c1c1c1 1px solid;
    border-right: #c1c1c1 1px solid;
    padding: 4px 4px 4px 4px;
    margin: 4px 2px 2px 2px;
}

#message.Information
{
    background-color: #E6EFC2;
}

#message.Warning
{
    background-color: #FFF6BF;
}

#message.Error
{
    background-color: #FFF6BF;
}

#closemessage
{
    background-image: url('/assets/images/close.png');
    float: right;
    width: 16px;
    height: 16px;
}

.message-header
{
    font-size: .8em;
    font-weight: bold;
    width: 80%;
}
.message-detail
{
    font-size: .8em;
}

.detail-container
{
    background-color: #F7F7F0;
    border: 1px solid #E9EADD;
    padding: 4px 4px 4px 4px;
    margin-bottom: 4px;
    font-size: 14px;
}

.field-validation-error
{
    color: Red;
}

div.grippie
{
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 0pt 1px 1px;
    cursor: s-resize;
    height: 4px;
    overflow: hidden;
}

.resizable textarea
{
    display: block;
    margin-bottom: 0pt;
    width: 95%;
    height: 20%;
}

.inactive-member-row
{
    color: Red;
}

.pending-member-row
{
    color: Red;
}

.expired-announcement-row
{
    color: Olive;
}
