/* General Site Style Elements */
/* Note from Glenn:  I've used the MMR style sheet as the basis for this one.  However, any elements that are commented out are done because I have not incorporated them into the templates so far. */

body {
    background-color : #003399;
    margin: 5px 10px 5px 10px;
    font-family: verdana, arial, helvetica, tahoma, sans-serif;
    font-size: 9pt;
    color: #000000
}

div.body {
    line-height: 130%;
}

table {
    font-family: verdana, arial, helvetica, tahoma, sans-serif;
    font-size: 9pt;
}

table.form td, table.wide_padding table.form td {
    padding: 2px 4px 2px 4px;
}

table.form th, table.legend th {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #003399;
    color: #FFFFFF;
}

table.wide_padding td, table.wide_padding th {
    padding-left: 2em;
    padding-right: 2em;
}

td.label {
    text-align: right;
    vertical-align: top;
    color: #FFFFFF;
    padding-left: 12px;
    padding-right: 6px;
    background-color: #6699CC !important;
}

td.data {}

td.left {}

td.bottom {}

td.right {}

tr.alt1 td {
    background-color: #EEEEEE;
}

tr.alt2 td {}

tr.highlight td {
    background-color: #FFFF00;
}

tr.admin td {
    font-weight: bold;
}

table.top_align td, table.top_align th {
    vertical-align: top;
}

#main, #popup {
    padding-left: 10px;
    padding-right: 10px;
}

#popup {
    height: 100%;
}

div.body {
    background-color: #FFFFFF; 
    border: 1px solid #333366; 
    padding: 10px 0px 15px 0px; 
    height: 75%;
}

div.mainNav {
    margin-top: 5px;
    background-color: #6699CC; 
    color: #FFFFFF; 
    border-top: 1px solid #333366;
    border-left: 1px solid #333366;
    border-right: 1px solid #333366;
}

ul.sitemap, ul.sitemap ul {
    list-style: none;
}

ul.sitemap li {
    margin-top: 1em;
}

a:link, a:visited {
    color: #6699CC;
    text-decoration: underline
}

a:active, a:hover {
    color: #003399;
    text-decoration: underline
}

a.dead_link {
    background-color: #ffdddd;
    color: red !important;
}

th a:active, th a:hover, td.label a:link, td.label a:visited, td.label a:active, td.label a:hover {
    color: #FFFFFF;
}

.bold_red {
    color: #FF0000;
    font-weight: bold;
}

/* Header and Footer nav */
a.nav:link, a.nav:visited {
    color: #FFFFFF;
    text-decoration: underline
}

a.nav:active, a.nav:hover {
    color: #6699CC;
    text-decoration: underline
}

img.section-icon {
    float: left;
    margin-right: 1em;
}

/* Section sub navs */
div.subNav {
    font-size: 8pt;
    background-color: #6699CC; 
    color: #FFFFFF; 
    margin-left: 20px;
    margin-right: -5px;
    margin-top: 30px;
    padding: 10px 10px 10px 10px; 
    border-top: 1px solid #333366; 
    border-right: 0px solid #333366;  
    border-bottom: 1px solid #333366; 
    border-left: 1px solid #333366; 
    height: 250px;
    float: right;
    max-width: 180px;
}

div.subNav p {
    margin: 0.5em 10px 0.5em 5px;
    line-height: 100%;
}

div.subNav a:link, div.subNav a:visited {
    color: #FFFFFF;
}

div.subNav a:active, div.subNav a:hover {
    color: #003399;
}

h1 {
    font-size : 11pt;
    font-weight : bold;
    letter-spacing : 5px;
    color: #333366;
    margin: 5px 0px 5px 0px;
}
    
.note {
    font-weight: bold;
    color: #333366;
}

h2 {
    font-size : 10pt;
    font-weight : bold;
    color : #333366;
}

h3 {
    font-size: 9pt;
    font-weight: bold;
    margin-bottom: -1.5em;
}

dt {
    font-weight: bold;
    color: #333366;
    margin-top: 1em;
}

dt:target {
    background-color: yellow;
}

/* Breadcrumb */
div.breadcrumb {
    font-size: 7pt; 
    color: #FFFFFF; 
    margin-left: 5px;
}

input.button {
    background-color: #E0E0E0;
    color: #333366;
    font-size: 7pt;
    font-weight: bold;
    letter-spacing: 0px;
    width: auto;
}
input, option, select {
    background-color: #FFFFFF;
    font-size: 9pt;
    color: #333366;
}

input.check-radio {
    background-color : transparent;
}

.gisFolders p {
    margin: 0px;
}

.gisFolders p.space {
    margin-top: 1em;
}

.gisFolders p.indent {
    margin-left: 2em;
}

/* Mapping Page elements */

a.map-toolbar, a.map-toolbar-on {
    border: 2px solid #00525A;
}

a.map-toolbar:link {
    color: #21526C; 
    text-decoration: none;
}

a.map-toolbar:visited {
    color: #91886D; 
    text-decoration: none;
}

a.map-toolbar:active {
    color: #10218C; 
    text-decoration: none;
 }
 
a.map-toolbar:hover {
    color: #0015D6;
    text-decoration: none;
    background-color: #FF9900;
}

a.map-toolbar-on {
   color: #21526C; 
   text-decoration: none;
   background-color: #FF9900;
}

td.map-toolbar {
    text-align: center;
    vertical-align: middle;
    background-color: #FFFFFF;
    padding: 2px 0px 2px 0px;
}

td.map {
    border: 1px solid #00525A;
}

table.legend td, table.legend th {
    padding: 2px 4px 2px 4px;
}

table.legend td {
    vertical-align: middle;
}

table.legend tr.layer-on {
    font-weight: bold;
}