﻿a, a:visited
{
    color: #0264c7;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

/* 
UL, OL
{
    margin: 0 0 0 35px;
    padding: 0 0 0 0;
}
UL
{
    list-style: none;
}
LI
{
    background: url(/images/bullet.png) no-repeat 0 10%;
    padding: 0 0 5px 17px;
} */

a.button
{
    border: 1px solid black;
    font-family: 'PT Sans Narrow' , sans-serif;
    font-size: 14px;
    display: block;
    color: White;
    font-weight: bold;
    height: 30px;
    line-height: 29px;
    margin-bottom: 14px;
    text-decoration: none;
    padding: 0 15px 0 15px;
    width: 140px;
    -moz-box-shadow: inset 0px 1px 0px 0px #7b9ec9;
    -webkit-box-shadow: inset 0px 1px 0px 0px #7b9ec9;
    box-shadow: inset 0px 1px 0px 0px #7b9ec9;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2760d1), color-stop(1, #011e4a) );
    background: -moz-linear-gradient( center top, #2760d1 5%, #011e4a 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2760d1', endColorstr='#011e4a');
    background-color: #2760d1;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid black;
    text-shadow: 1px 1px 0px #013970;
}

a.button img
{
    margin: -3px 15px 0 0;
    vertical-align: middle;
}
a.button:hover
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #011e4a), color-stop(1, #2760d1) );
    background: -moz-linear-gradient( center top, #011e4a 5%, #2760d1 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#011e4a', endColorstr='#2760d1');
    background-color: #011e4a;
}

a.button:active
{
    position: relative;
    top: 1px;
    left: 1px;
}
.progressBar
{
    height: 30px;
    width: 100%;
    background-image: url(/images/mobile/header.jpg);
    -webkit-box-shadow: 5px 5px 12px rgba(15,15,15, 0.75);
    -moz-box-shadow: 5px 5px 12px rgba(15,15, 15, 0.75);
    box-shadow: 5px 5px 12px rgba(15,15,15, 0.75);
}

.progressBar td
{
    cursor: pointer;
    text-align: center;
    padding-top: 5px;
    height: 25px;
    font-weight: bold;
    border: 1px solid white;
}

.progressBar .InProgress
{
    background-image: url(/images/progressBar.jpg);
}

.progressBar .NotStarted
{
    background-color: #060707;
}

.infoTable tr td:first-child
{
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
}

.tableSpacer
{
    width: 100px;
}

TD
{
    vertical-align: top;
}


P
{
    margin: 10px 0 10px 0;
    padding: 0 0 0 0;
}

.photoGalleryImage
{
    float: left;
    margin: 10px;
    text-align: center;
}

.photoGalleryImageInner
{
    color: White;
    margin-top: 20px;
    padding: 15px 10px 15px 10px;
    border: 1px solid #101010;
    border-radius: 10px;
    background-color: #4A4A4A;
    background-image: url(/images/forms/gradient.jpg);
    background-position: left bottom;
    background-repeat: repeat-x;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #1e1d1d), color-stop(15%, #4A4A4A));
    -webkit-box-shadow: 5px 5px 12px rgba(0,0,0, 1);
    -moz-box-shadow: 5px 5px 12px rgba(0,0,0, 1);
    box-shadow: 5px 5px 12px rgba(0,0,0, 1);
}
.photoGalleryImageTitle
{
    width: 200px;
    font-weight: bold;
}


/* Begin Editor Styles */
.lightBlue
{
    color: #2d4c61;
}
.larger
{
    font-size: 16px;
}
.smaller
{
    font-size: 12px;
}
.red
{
    color: #b4050d;
}
.green
{
    color: #33c638;
}

.shadowBox
{
    display: block;
    color: White;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #101010;
    border-radius: 10px;
    background-color: #4A4A4A;
    background-image: url(/images/forms/gradient.jpg);
    background-position: left bottom;
    background-repeat: repeat-x;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #1e1d1d), color-stop(15%, #4A4A4A));
    -webkit-box-shadow: 5px 5px 12px rgba(0,0,0, 1);
    -moz-box-shadow: 5px 5px 12px rgba(0,0,0, 1);
    box-shadow: 5px 5px 12px rgba(0,0,0, 1);
}
/* End Editor Styles */

.gvHdr
{
    color: Black;
    font-weight: bold;
    color: White;
    border-bottom: 2px solid #0264C7;
}
.gvRow
{
    color: White;
    border-bottom: 1px solid #444;
}
.gvAltRow
{
    color: White;
    border-bottom: 1px solid #444;
}
.gvRow:hover, .gvAltRow:hover
{
}

.clr
{
    clear: both;
}


.g-recaptcha
{
    margin-left: 40px;
}
