/*Style sheet for Kelly Canyon*/
body
{
    background-color: #222222;
    background-image: url("images/crissCross.jpg" );
}

.admin a:link, .admin A:visited
{
    height: 13px;
    border: solid 1px #000000;
    background-color: #888888;
    font-weight: bold;
    display: block;
    width: 125px;
    font-size: 10pt;
    color: #F7F7F7;
    font-style: normal;
    font-family: Arial;
    text-align: center;
    text-decoration: none;
    padding: 2px;
}

.admin a:hover, .admin A:visited:hover
{
    color: #4B4B4B;
    background-color: #efefef;
}

a:link, a:visited
{
    color: Blue;
}

.boldfont
{
    font-family: "Arial";
    font-size: 10pt;
    font-weight: bold;
    color: #333333;
}

.footer
{
    font-family: "Arial";
    font-size: 8pt;
    font-weight: bold;
    color: #efefef;
}

.footer a:link, .footer a:visited
{
    color: #efefef;
}

.footer a:link:hover, .footer a:visited:hover
{
    color: #777777;
}

.footNote
{
    color: #999999;
    font-family: Arial;
    font-size: 8pt;
}

.galleries a:link, .galleries A:visited
{
    font-weight: bold;
    font-size: 11pt;
    color: #333333;
    font-style: normal;
    font-family: Arial;
    text-align: center;
}

.galleries a:hover, .galleries A:visited:hover
{
    color: #efefef;
    background-color: #333333;
}

h2
{
    font-family: Arial;
    font-size: 15pt;
    font-weight: bold;
    text-align: left;
}
    
h3
{
    font-family: Arial Narrow, Arial;
    font-size: 15pt;
    font-weight: bold;
}

.information
{
    font-family: Arial;
    font-size: 10pt;
}

.navigate a:link, .navigate A:visited
{
    height: 15px;
    background-image: url("images/linkBackground.jpg" );
    border-right: solid 1px black;
    font-weight: bold;
    display: block;
    width: 145px;
    font-size: 10pt;
    color: #F7F7F7;
    font-style: normal;
    font-family: Arial;
    background-color: #303030;
    text-align: center;
    text-decoration: none;
    padding: 3px;
}

.navigate a:hover, .navigate A:visited:hover
{
    color: #4B4B4B;
    background-image: url("images/linkBackground2.jpg" );
}

.pageHeader
{
    color: White;
    font-size: 10pt;
    font-family: Arial;
    font-weight: bold;
}

.pageHeader a:link, .pageHeader A:visited
{
    color: White;
    font-size: 10pt;
    font-family: Arial;
    text-decoration: underline;
}

.pageHeader a:hover, .pageHeader A:visited:hover
{
    color: White;
    font-size: 10pt;
    font-family: Arial;
    color: #888888;
}

.snowReport
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
    color: White;
}

.snowReport a:link, .snowReport a:visited
{
    color: #efefef;
}

.snowReport a:link:hover, .snowReport a:visited:hover
{
    color: #777777;
}

.title
{
    font-family: Arial;
    font-size: 15pt;
    color: #ffffff;
}

th
{
    color: #333333;
    font-style: normal;
    font-family: Arial;
    line-height: 20px;
}

.whiteInformation
{
    font-family: Arial;
    font-size: 10pt;
    color: White;
}