﻿/*
Logo Green      #007460
Dark Turquoise  #0A4555
Maroon          #990000
*/

/* Lifted from Eva's stylesheet master_exemplaryprovider.css */

#table1 {background-color: #009999; border-top: 1px solid #000000; border-bottom: 1px solid #000000;}
#table1 a {margin: 0; padding: 0; text-decoration: none; color: #FFFFFF;}
#table1 a:visited {color: #FFFFFF;}
#table1 a:hover {color: #00FFFF;}
#table1 a:active {color: #FFFFFF;}

.border1 {
    background-color: #237096;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
}

.spacing4G {
    margin: 5px; 
    background: #304050; 
    padding: 15px 10px 5px 30px; 
    font-size: 11px; 
    color: #99FF00;
    border-top: 1px solid #666666;
}

h2 {margin: 0px; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal;}

/* End of Eva's stuff */

BODY {
    font-family:verdana;
    font-size:9pt;
    background-color:#90d4e7;
    margin:0px;
    color:#007460;
}

A {
    text-decoration:none;
    color:#007460;
}

A:hover {
    text-decoration:underline;
}

TEXTAREA {
    overflow:auto;
}

TH {
    background-color:#007460;
    color:White;
    font-weight:bold;
}

.AdminPageHeader {
    font-size:11pt;
    font-weight:bold;
    margin-top:25px;
    margin-bottom:35px;
}

.AlertMessage {
    color:red;
}

.LeftAlignedContent {
    text-align:left;
    margin-left:auto;
    margin-right:auto;
}

.GridHeaderRow {
    font-weight:bold;
    color:White;
    background-color:#007460;
}

.OddRow {
    background-color:#D8D8D8;   
}

.EvenRow {
    background-color:#EEEEEE;   
}

#MainContentAreaDiv {
    border-style:solid;
    border-width:4px;
    border-color:#0A4555;
    background-color:white;
    width:933px;
    margin-left:auto;
    margin-right:auto;
    font-family:verdana;
    font-size:9pt;
    padding:30px;
    min-height:450px;
    height: auto;
}

/* Hack for IE to take care of vertical stretching */
* HTML #MainContentAreaDiv {
    height:450px;
}
/* End IE Hack */

#MainContentAreaDiv_2 {
    background-color:white;
    width:933px;
    margin-left:auto;
    margin-right:auto;
    font-family:verdana;
    font-size:9pt;
    padding:30px;
    min-height:450px;
    height: auto;
}

/* Hack for IE to take care of vertical stretching */
* HTML #MainContentAreaDiv_2 {
    height:450px;
}
/* End IE Hack */

.CopyrightDiv {
    margin-top:15px;
    color:#0a4555;
    font-size:8pt;
    font-family:verdana;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

#grdDocuments A {
    color:#990000;
    padding-left:5px;
}

.FileVaultContent {
    background-color:white;
    padding:20px;
}

.PageHeaderTitleDiv {
    margin-bottom:25px;
    font-weight:bold;
    font-size:13pt;
    color:#0A4555;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

#MainMenuItemsListDiv {
    margin-left:auto;
    margin-right:auto;
    width:95%;
}

#SubHeaderText {
     text-align:center;
     margin-left:auto;
     margin-right:auto;
     margin-top:15px;
     font-size:9pt;
     margin-bottom:15px;
     color:#990000;
}

#NewNavCell {
     background-color:#990000;
     padding-top:5px;
     padding-bottom:5px;
     padding-left:15px;
     font-family:Verdana;
     font-size:8pt;
     line-height:1.5;
}

#NewNavCell A:hover {
    text-decoration:underline;
}

.MainMenuAndLogOutLinksDiv {
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    margin-bottom:25px;
}

#MainMenuAndLogOutLinksDiv A {
    font-size:10pt;
    color:#990000;
}

.SurveyTable TD {
    white-space:nowrap;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
    color:#0A4555;
    font-size:9pt;
}

.SurveyTable TD IMG {
    display:inline;
}

.SurveyTable TH {
    text-align:left;
    color:White;
    background-color:#0A4555;
    font-weight:bold;
    padding:3px;
    font-size:10pt;
}

.SurveyTableLeftColumn {   
    text-align:right;
    padding-right:15px;
}

.CenteredDiv {
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    margin-top:15px;
    margin-bottom:15px;
}

.SmallFont {
    font-size:8pt;   
}
