﻿body 
{
    background-image: url(../../images/body-bg.jpg);
    background-attachment: fixed;
    font-size: 12px;
    line-height: 20px;
    font-family: Verdana, Sans-Serif;
    color: #e9e9e9;
    background-color: #373737;
}
hr
{
    width: 100%;
    background-color: #747474;
    height: 1px;
    border: 0px;
}
#header
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
#ContentArea
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
#Navigation
{
    width: 177px;
    height: 335px;
    padding-left: 6px;
    padding-right: 6px;
}
#Navigation ul
{
    list-style: none; 
    margin: 0px;
    padding: 0px;
}
#Navigation ul li a
{
   background-image: url(../../images/fishing-bullet.jpg);
   background-repeat: no-repeat;
   background-position: left top;
   padding-left: 38px;
   margin-top: 7px;
   margin-bottom: 7px;
   padding-top: 1px;
   height: 22px;
   display: block;
}
#Navigation ul li a:hover
{
    background-position: left bottom;
}
#Navigation ul .NavSelected a
{
    background-position: left bottom;
    color: #fede08;
}
.ContentContainer
{
    background-color: #373737;
    border: solid 1px #fede08;
}
#TopContent
{
    width: 791px;
    height: 335px;
    float: left;
}
#BottomContent
{
    width: 973px;
    height: auto;
    margin-left: 5px;
    margin-top: 5px;
    padding: 10px 10px 10px 10px;
}
#TopContentText
{
    position: relative;
    width: 480px;
    float: left;
    background-image: url(../../images/top-content-wave.png);
    background-position: right -1px;
    background-repeat: no-repeat;
    height: 355px;
    padding: 0px 10px 10px 10px;
    overflow: hidden;
    z-index: 2;
}
#TopContentTextAdmin
{
    position: relative;
    width: 780px;
    float: left;
    height: 355px;
    padding: 0px 10px 10px 10px;
    overflow: hidden;
    z-index: 2;
}
#Flash
{
    position: relative;
    height: 335px;
    width: 415px;
    float: right;
    overflow: hidden;
    margin-top: -365px;
    margin-right: 0px;
    z-index: 1;
    background-image: url(../../images/photo-gallery-loading.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.Grid
{
    border: solid 1px #c7c7c7;
    width: 98%;
    border-collapse: collapse;
    color: #373737;
}
.Grid td
{
    border-collapse: collapse;
    background-color: #ffffff;
}
.GridItem
{
    border-bottom: solid 1px #c7c7c7;
    border-right: solid 1px #c7c7c7;
    font-size: 12px;
    height: 30px;
    padding: 0px 10px 0px 10px;
    border-collapse: collapse;
}
.GridHeader
{
    border: solid 1px #c7c7c7;
    border-collapse: collapse;
    background-image: url(../../images/admin-nav-bg.jpg);
    background-position: left bottom;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    padding: 0px 0px 0px 10px;
}
.GridRow
{
    background-color: #ffffff;
    border-collapse: collapse;
}
.GridHighlight
{
    background-color: #d7e3fa;
    border-collapse: collapse;
}
.PageList
{
    margin-left: -20px;
}
.PageList td
{
    padding-right: 0px;
    padding-bottom: 40px;
    width: 130px;
}
.PageIcon
{
    margin-bottom: 5px;
}
#Footer
{
    /*width: 1000px;
    margin-left: auto;
    margin-right: auto;*/
    text-align: center;
    margin-top: 10px;
}
#Footer ul
{
    list-style: none; 
    margin: 0px;
    padding: 0px;
}
#Footer ul li
{
   display: inline;
   font-size: 10px;
}
#Footer ul li a
{
   color: #e9e9e9;
   padding-left: 3px;
   padding-right: 3px;
   display: inline;
   font-size: 10px;
   display: inline-block;
}
#Footer ul li a:hover
{
    color: #fede08;
}
#Copyright
{
    text-align: center;
    font-size: 10px;
    color: #fede08;
    padding-top: 10px;
}
#Credit
{
    padding-top: 10px;
}
#Credit a
{
    text-align: center;
    font-size: 10px;
    color: #ff8d8d;
    padding-top: 10px;
    font-weight: bold;
}
#Credit a:hover
{
    text-decoration: underline;
}
.ReportPrev
{
    color: #f8efbb;
    font-size: 11px;
}
.ReportTitlePrev
{
    font-weight: bold;
}
.ReportDatePrev
{   
    font-size: 10px;
    font-style: italic;
    color: #ff8d8d;
}
.processing
{
    background-color: #000;
    filter: Alpha(Opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    z-index: 999999;
}
.processing-request
{
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -75px;
    padding: 10px 10px 10px 10px;
    background-color: #eeeeee;
    width: 400px;
    height: 80px;
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    filter: alpha(opacity=100, style=0);
    -moz-opacity: 10%;
    border: solid 1px #000000;
    z-index: 9999999;
    text-align:left;
}
.ContactItems td
{
    padding-right: 20px;
}
.Active
{
    border: solid 1px #000000;
}
.active
{
    border: solid 1px #000000;
}
#SitemapList li 
{
    margin-top: 10px;
    margin-bottom: 10px;
}
#SitemapList li a:hover
{
    color: #95d2f2;
}
#SitemapList ul li 
{
    margin-top: 10px;
    margin-bottom: 10px;
}
#SitemapList ul li a:hover
{
    color: #95d2f2;
}