﻿body 
{
    margin: 0px;
    padding: 0px;
    zbackground-color: Black;
    background-color: #202020 ;
    font-family: Arial;
    color: white;
}

a
{
    zcolor:#e5e5e5;
    color: lightblue;
    text-decoration: none;
}

a:hover
{
    color: lightblue;
    text-decoration: underline;
}

h1, h2, h3, h4, h5
{
    margin: 0 0 10px 0;
}

img
{
    border: 0;
}

input
{
}

.MainContainer
{
    width: 900px;
    margin: 10px auto;
    border: 1px solid #585858;
}

.HeaderContainer
{
    width: 900px;
    height: 125px;
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
}

.HeaderContainer h1
{
    padding: 25px 0px 0px 25px;
    margin-bottom: 0px;
    font-size: 34pt;
}

.HeaderContainer span
{
    padding: 0px 0px 0px 25px;
    font-size: 12pt;
    font-weight: bold;
}

.NavContainer
{
    height: 30px;
    background-image: url(images/navbg3.gif);
    zbackground-repeat: repeat-x;
    background-color: Green;
    
    zdisplay: none;
}

.NavContainer a
{
    padding: 4px 10px 0 15px;
    display: block;
    float: left;
    zfont-weight:bold;
    color:White;
    font-size: 14pt;
}

.NavContainer a:hover
{
    text-decoration: none;
    color:White;
}

.ContentContainer
{
    background-color: Black;
}

.SubContentHolder
{
    padding: 25px;
}

.FooterContainer
{
    padding: 5px;
    text-align: center;
    font-size: 8pt;
}

.HikeGrid
{
}

.HikeGrid td
{
    padding: 15px 15px 20px 15px;
    border-color: #202020;
}

.Row, .AltRow
{
    background-image: url(images/listbg.gif);
    background-repeat: repeat-x;
}

.HikeNameContainer
{
    zfont-size: 20pt;
    font-size: 16pt;
    margin-bottom: 5px;
    color: lightblue;
}

.DateContainer
{
    margin-bottom: 5px;
}

.ParkContainer
{
}

.ParkContainer a
{
    color: lightblue;
}

.LocationContainer
{
    margin-bottom: 5px;
}

.FeaturesContainer
{
    margin-top: 10px;
    margin-bottom: 15px;
    float: left;
}

.DistanceContainer
{
    float:left;
}

.ImageButton
{
    cursor: pointer;
}

.FormContainer
{
    zwidth: 600px;
    margin: 25px;
}

.FieldLabel
{
    float: left;
    width: 150px;
    margin-bottom: 15px;
}

.Field
{
    float: left;
    margin-bottom: 15px;
}

.ReportSectionContainer
{
    margin-bottom: 15px;
}

.ReportSectionContainer table td
{
    padding: 0px;
}

.ReportItem
{

}

.ReportChartContainer
{
    float: right;
}

.ratingStar 
{
    cursor: pointer;
    background-image: url(images/star.png);
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.savedRatingStar 
{
    background-image: url(images/star.png);
    width: 16px;
    height: 16px;
}
.filledRatingStar 
{
    background-image: url(images/star.png);
    width: 16px;
    height: 16px;
}
.emptyRatingStar 
{
    background-image: url(images/star-bw.png);
    width: 16px;
    height: 16px;
}

.CompletetionList
{
    margin: 0px;
    padding: 0px;
}

.CompletetionList li
{
    list-style-type : none;
    margin: 0px;
    padding: 5px!important;
    font-size: .9em;
    cursor: pointer;
}

.HikeNameLink
{
    text-decoration: none;
    cursor: pointer;
}

.HikeNameLink:hover
{
    text-decoration: none;
    cursor: pointer;
}

.FormContainer
{
    width: 350px;
    float: left;
    margin-right: 25px;
    padding: 10px;
}  
.FormContainer td 
{
    padding: 5px;
}