﻿body {
    font-size: 13px;
    color: black;
    font-family: Georgia, Verdana, Tahoma, Sans-Serif;
    background-color: #36393D;
    text-align: center;
    margin-top: 0;
}
p {
    text-align: justify;
    margin-top: 0px;
}
p.download {
    width: 100%;
    text-align: center;
    padding: 7px;
}
p.back {
    width: 97%;
    text-align: right;
    padding: 7px;
}
img {
    border: 0px;
}
h2 {
    padding: 0px 0px 0px 15px;
    text-align: right;
    font-size: 18px;
    color: #D15600;
    border-bottom: 2px solid #D15600;
}
/* links
---------------------------------------------------------- */
a {
    text-decoration: none;
    font-weight: bold;
    color: #CC0000;
}
a:visited {
    color: #CC0000;
}
a:hover {
    color: #3399FF;
    font-weight: bold;
    text-decoration: none;
}
a:active {
    color: #3399FF;
}
.message {
    color: Red;
    font-size: 15px;
}
/* list item related styles
---------------------------------------------------------- */
ul {
    font-size: 1em;
}
li {
    list-style-position: outside;
    list-style-image: url(  "~/img/arrow.gif" );
    line-height: 20px;
    text-align: left;
}
/* containers
---------------------------------------------------------- */
#wrap {
    margin: 0px auto;
    padding: 0px;
    width: 850px;
}
#container {
    float: left;
    text-align: left;
    padding: 0px;
    background-color: #F9F7ED;
}
#content {
    float: left;
    width: 810px;
    padding: 10px 20px 20px 15px;
}
/* header related styles
---------------------------------------------------------- */
#header {
    float: left;
    width: 840px;
    padding: 10px 0px 20px 10px;
    background-color: #C3D9FF;
}
.LogoText {
    border-bottom: solid 2px black;
    text-align: left;
    font-size: 24px;
    padding-top: 19px;
    padding-left: 15px;
    width: 630px;
}
/* navbar related styles
---------------------------------------------------------- */
#navbar {
    float: left;
    width: 835px;
    background-color: #C3D9FF;
    text-align: left;
    padding: 15px 0px 10px 15px;
}
#navbar a {
    color: #000000;
    font-weight: bold;
    padding: 0px 10px 0px 10px;
}
#navbar a:hover {
    color: #D15600;
    font-weight: bold;
    text-decoration: underline;
}
#navbar a.active {
    color: #D15600;
    font-weight: bold;
}
#subnavbar {
    float: left;
    width: 805px;
    background-color: #6BBA70;
    text-align: left;
    padding: 10px 10px 10px 35px;
}
#subnavbar a {
    color: #000000;
    font-size: 90%;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
}
#subnavbar a:Hover {
    color: #D15600;
    font-size: 90%;
    font-weight: bold;
    text-decoration: underline;
}
#subnavbar a.active {
    color: #D15600;
    font-size: 90%;
    font-weight: bold;
}
/* footer related styles
---------------------------------------------------------- */
#footer {
    clear: both;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 850px;
    background-color: #C3D9FF;
}
#footer div {
    font-weight: bold;
    font-size: 90%;
    text-align: center;
    color: #D15600;
    padding: 15px 15px 0px 15px;
}
/* links related styles
---------------------------------------------------------------------------------------- */
#accordion h3 {
    float: left;
    width: 798px;
    border: 1px solid #DDDDDD;
    color: #FFFFFF;
    background-color: #C3D9FF;
    font-size: 15px;
    text-align: left;
    font-weight: bold;
    padding: 5px 5px;
    margin-top: 0px;
}
#accordion h3 a {
    color: #D15600;
    background: none;
    text-decoration: none;
}
#accordion h3 a:hover {
    background: none;
    text-decoration: underline;
    color: #D15600;
}
#accordion div {
    border: 1px solid #DDDDDD;
    border-top: none;
    padding: 10px 5px 5px 5px;
}
#accordion div a {
    color: #000000;
}
#accordion div a:hover {
    color: #D15600;
}
#accordion ul li {
    list-style-position: outside;
    list-style-image: url("../img/new_window.gif");
    line-height: 25px;
    text-align: left;
    padding-left: 10px;
    vertical-align: middle;
}
/* locations related styles
---------------------------------------------------------------------------------------- */
#locations {
    text-align: right;
    font-size: 13px;
}
.officeName {
    color: #D15600;
    border-bottom: 1px solid #D15600;
    font-weight: bold;
    font-size: 16px;
}
#locations a {
    text-align: right;
    font-size: 13px;
    color: #D15600;
    font-weight: normal;
    border-bottom: 1px dashed #D15600;
}
/****************************************************************************
grid related
*****************************************************************************/
#horizontal-grid {
    float: left;
    margin: 0;
    padding: 0;
    width: 820px;
    padding-bottom: 25px;
}
#grid-last-updated {
    padding: 10px 5px;
    color: #356AA0;
}
.grid-data-area {
    padding: 0;
    margin: 0;
    background-color: #D7D7D7;
}
.grid-heading-cell {
    padding: 5px 5px;
    background-color: #356AA0;
}
.grid-heading-cell-text {
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    color: #000000;
}
.grid-heading-row {
}
.grid-row {
    background-color: #D7D7D7;
}
.grid-row td.grid-data-cell, .grid-alternating-row td.grid-data-cell {
    font-size: 90%;
    padding: 2px;
    color: #000000;
}
.grid-alternating-row {
    background-color: #CDEB8B;
}
.grid-selected-row {
    background-color: #356AA0;
}
.grid-selected-row td.grid-data-cell {
    font-size: 90%;
    padding: 2px;
    color: #FFFFFF;
}
.slider-popup {
    background-color: #FFFFFF;
    border: 1px solid #4B4B6F;
    border-top-color: #9495A2;
    border-left-color: #9495A2;
    font-size: 11px;
    color: #000000;
}
.grid-footer {
    background-color: #D7D7D7;
    padding: 5px 15px 5px 15px;
    vertical-align: bottom;
}
.grid-footer-text {
    color: #000000;
}
/****************************************************************************
collapsible panel
*****************************************************************************/
#filter-header {
    float: left;
    width: 820px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #356AA0;
    background-color: #D7D7D7;
}
#filter-image {
    float: left;
    margin: 0;
    padding: 8px 14px;
}
#filter-image img {
    padding: 2px 5px 0 5px;
}
#filter-search {
    float: right;
    margin: 0;
    padding: 8px 14px;
}
.filter-panel-search-box {
    border: 1px solid #000000;
    color: #4096EE;
    background-color: #D7D7D7;
}
#collapse-panel {
    float: left;
    margin: 0;
    width: 790px;
    padding: 10px 15px 30px 15px;
    text-align: left;
    background-color: #D7D7D7;
    overflow: hidden;
    display: none;
}
/****************************************************************************
filter table
****************************************************************************/
#table-filter {
    border-collapse: collapse;
}
#table-filter th {
    margin: 0;
    padding: 8px 20px;
    text-align: center;
    font-weight: bold;
    color: #356AA0;
}
#table-filter td {
    margin: 0;
    padding: 8px 20px;
    text-align: center;
}
#table-filter .table-description {
    width: 125px;
    text-align: center;
    color: #000000;
}
#table-filter .table-value {
    width: 200px;
    text-align: left;
}
#table-filter .table-checkbox {
    width: 75px;
    text-align: center;
}
.drop-down-small {
    width: 150px;
    text-align: left;
    color: #000000;
    background-color: #D7D7D7;
}

