#about p
{
    padding: 25px;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}

a.button
{
    color: #FFF;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 10px;
    text-decoration: none;
}

a.signup
{
    font-weight: bold;
    text-align: center;
}

a img
{
    border: none;
}

a:link, a:visited
{
    text-decoration: none;
}

body
{
}

body#whb
{
    background-image: url('../images/cdr_background.jpg');
}

.button
{
    border: 1px solid #5f5f5f;
    -webkit-box-shadow: #888888 2px 2px 2px;
    -moz-box-shadow: #888888 2px 2px 2px;
    box-shadow: #888888 2px 2px 2px;
    font-size: 15px;
    font-family: arial, helvetica, sans-serif;
    padding: 6px 14px;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    text-align: center;
    color: #FFF;
    background-color: #372944;
    background-image: linear-gradient(to bottom, #ACACAC, #372944);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ACACAC', endColorstr='#372944');
}

.button:active
{
    position: relative;
    top: 1px;
}

.button:hover
{
    border: 1px solid #5f5f5f;
    background-color: #ACACAC;
    background-image: linear-gradient(to bottom, #372944, #ACACAC);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#372944', endColorstr='#ACACAC');
}

.calendar
{
    font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
    font-size: .9em;
    background-color: #EEE;
    color: #333;
    border: 1px solid #DDD;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: .2em;
    width: 14em;
}

.calendar .months
{
    background-color: #400040;
    border: 1px solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #FFF;
    padding: .2em;
    text-align: center;
    margin-top: 3px;
}

.calendar .nextMonth,
.calendar .prevMonth
{
    padding: 0;
}

.calendar .prevMonth
{
    float: left;
}

.calendar .nextMonth
{
    float: right;
}

.calendar .current-month
{
    margin: 0 auto;
}

.calendar .months .prevMonth,
.calendar .months .nextMonth
{
    color: #FFF;
    text-decoration: none;
    padding: 0 .4em;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.calendar .months .prevMonth:hover,
.calendar .months .nextMonth:hover
{
    background-color:#ebebeb;
    color: #7a06b0;
}

.calendar table
{
    border-collapse: collapse;
    padding: 0;
    font-size: .8em;
    width: 100%;
}

.calendar th
{
    text-align: center;
}

.calendar td
{
    text-align: right;
    padding: 1px;
    width: 14.3%;
}

.calendar td span
{
    display: block;
    color: #7a06b0;
    background-color: #F6F6F6;
    border: 1px solid #CCC;
    text-decoration: none;
    padding: .2em;
    cursor: pointer;
}

.calendar td span:hover
{
    color: #a467cd;
    background-color: #ebebeb;
    border: 1px solid #000;
}

.calendar td.today span
{
    background-color: #cbcbcb;
    border: 1px solid #000;
    color: #a467cd;
}

.center
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 0;
}

.center .right
{
    text-align:right;
}


.columns
{
    list-style: none;
    margin: 10px 0 0 0 ;
    padding: 0;
    font-size: 90%;
}

.columns li
{
    float: left;
    width: 32%;
}

.columns li.col2
{
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
}

.columns li h2
{
    padding: 0 10px;
    margin: 0 0 5px;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #400040;
}

.columns li p
{
    line-height: 22px;
    padding: 0 20px 0 10px;
    margin: 0;
}

#commentSearch
{
    width: auto;
    max-width: 400px;
    line-height: 150%;
    font: normal 13px/100% Verdana, Tahoma, sans-serif;
}

.complete
{
    text-align: center;
    font-weight: bold;
    color: #23B100;
}

#content
{
    background: #BBB;
    background: -webkit-linear-gradient(top, #c8c8c8 0%, #a2a2a2 100%);
    background: -moz-linear-gradient(top, #c8c8c8 0%, #a2a2a2 100%);
    background: -o-linear-gradient(top, #c8c8c8 0%, #a2a2a2 100%);
    background: -ms-linear-gradient(top, #c8c8c8 0%, #a2a2a2 100%);
    background: linear-gradient(top, #c8c8c8 0%, #a2a2a2 100%);
    background-color: rgb(191, 191, 191);
    -webkit-box-shadow: 0 0 9px rgba(0,0,0,0.25);
    box-shadow: 0 0 9px rgba(0,0,0,0.25);
    width: 80%;
    margin: -8px 10%;
    position: absolute;
    padding-bottom: 10px;
}

.datePick
{
    background: #fff url('../images/calendar_icon.jpg') no-repeat 95% 2px;
    padding: 1px 10px 1px 0;
    margin: 3px;
}

.displayTable
{
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 90%;
    border: 1px solid #000;
    box-shadow: 10px 10px 5px #888;
    background: #eae5ea;
    background-position:50% 70%;
    background-size:75%;
}

.displayTable .right
{
    text-align:right;
}

.displayTable .center
{
    text-align:center;
}

.displayTable tr:hover td
{
    background: #FFF;
    background-position:50% 70%;
    background-size:75%;
}
.displayTable a
{
    color: #000;
}

.displayTable td
{
    vertical-align: middle;
    border: 1px solid #000;
    border-width: 0 1px 1px 0;
    text-align: left;
    padding: 5px;
    font-size: 13px;
    font-family: Arial;
    font-weight: normal;
    color: #000;
    white-space: nowrap;
}

.displayTable .comment
{
    white-space: normal;
}

.displayTable tr:last-child td
{
    border-width: 0 1px 0 0;
}

.displayTable tr td:last-child
{
    border-width: 0 0 1px;
}

.displayTable tr:last-child td:last-child
{
    border-width: 0;
}

.displayTable tr:first-child td
{
    background-color: #400040;
    border: 0 solid #000;
    text-align: center;
    border-width: 0 0 1px 1px;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: #FFF;
    white-space: nowrap;
}

.displayTable tr:first-child a
{
    color: #FFF;
}

.displayTable tr:first-child:hover td
{
    background-image:none;
    background-color: #400040;
}

.displayTable tr:first-child td:first-child
{
    border-width: 0 0 1px;
}

.displayTable tr:first-child td:last-child
{
    border-width: 0 0 1px 1px;
}

.exit
{
    padding: 0;
    width: 16px;
    height: 17px;
    border-radius: 3px;
    float: right;
    cursor: pointer;
}

#fastlink
{
    padding: 10px;
    width: 715px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    background: #ccc;
    background-image: -moz-linear-gradient(top left, #C7BFC9 0%, #400040 100%);
    background-image: -o-linear-gradient(top left, #C7BFC9 0%, #400040 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #C7BFC9), color-stop(1, #400040));
    background-image: -webkit-linear-gradient(top left, #C7BFC9 0%, #400040 100%);
    background-image: linear-gradient(to bottom right, #C7BFC9 0%, #400040 100%);
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #888;
    box-shadow: 3px 3px 5px 6px #888;
}

#faq
{
    padding: 5px 35px;
}

#faq h2
{
    font-style:italic
}

#faq p
{
    display: inline-block;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    margin-top: -10px;
}

.functionTable
{
    margin: 5px auto 15px auto;
    box-shadow: 10px 10px 5px #888;
    border: 1px solid #000;
}

.functionTable a
{
    color: #000;
}

.functionTable li
{
    margin-right: 12px;
}

.functionTable td
{
    vertical-align: middle;
    background-color: #e5e5e5;
    border: 1px solid #000;
    border-width: 0 1px 1px 0;
    text-align: left;
    padding: 4px;
    margin-left: 3px;
    margin-right: 3px;
    color: #000;
    white-space: nowrap;
}

.functionTable .right
{
    text-align:right;
}

.functionTable .center
{
    text-align:center;
}

.functionTable tr:last-child td
{
    border-width: 0 1px 0 0;
}

.functionTable tr td:last-child
{
    border-width: 0 0 1px;
}

.functionTable tr:last-child td:last-child
{
    border-width: 0;
}

.functionTable tr:first-child td:first-child
{
    border-width: 0 1px 1px 0;
}

.functionTable tr:first-child td:last-child
{
    border-width: 0 0 1px;
}

h1, h2, h3, h4
{
    font-weight: normal;
    color: #000;
    letter-spacing: 1pt;
    word-spacing: 2pt;
    font-family: georgia, serif;
    line-height: 1;
}

h1
{
    font-size: 32px;
}

.incomplete
{
    text-align: center;
    font-weight: bold;
    color: #B10000;
}

.instructionsTable
{
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 50%;
    border: 1px solid #000;
    box-shadow: 10px 10px 5px #888;
    background: #FFFFFF;
}

.instructionsTable .right
{
    text-align:right;
}

.instructionsTable .center
{
    text-align:center;
}

.instructionsTable a
{
    color: #000;
}

.instructionsTable td
{
    vertical-align: middle;
    border: 1px solid #000;
    border-width: 0 1px 1px 0;
    text-align: left;
    padding: 5px;
    font-size: 13px;
    font-family: Arial;
    font-weight: normal;
    color: #000;
    white-space: nowrap;
}

.instructionsTable tr:last-child td
{
    border-width: 0 1px 0 0;
}

.instructionsTable tr td:last-child
{
    border-width: 0 0 1px;
}

.instructionsTable tr:last-child td:last-child
{
    border-width: 0;
}

.instructionsTable tr:first-child td
{
    background-color: #400040;
    border: 0 solid #000;
    text-align: center;
    border-width: 0 0 1px 1px;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: #FFF;
    white-space: nowrap;
}

.instructionsTable tr:first-child a
{
    color: #FFF;
}

.instructionsTable tr:first-child:hover td
{
    background-image:none;
    background-color: #400040;
}

.instructionsTable tr:first-child td:first-child
{
    border-width: 0 0 1px;
}

.instructionsTable tr:first-child td:last-child
{
    border-width: 0 0 1px 1px;
}

.in-progress
{
    text-align: center;
    font-weight: bold;
    color: #B1A300;
}

.loading span
{
    background-color: #6b206b;
}

#login
{
    background: #BBB;
    background: -webkit-linear-gradient(top, #c8c8c8 0%, #a2a2a2 100%);
    background: -moz-linear-gradient(top, #c8c8c8 0%, #a2a2a2 100%);
    background: -o-linear-gradient(top, #c8c8c8 0%, #a2a2a2 100%);
    background: -ms-linear-gradient(top, #c8c8c8 0%, #a2a2a2 100%);
    background: linear-gradient(top, #c8c8c8 0%, #a2a2a2 100%);
    background-color: rgb(191, 191, 191);
    -webkit-box-shadow: 0 0 9px rgba(0,0,0,0.25);
    box-shadow: 5px 5px 10px #666666;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -210px;
    margin-left: -180px;
    padding: 10px;
}

a.loginBtn
{
    color: #400040;
}

.loginBtn
{
    float: right;
    margin-top: -38px;
    z-index: 5;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #400040;
    cursor: default;
    background: transparent url('../images/divider.gif') no-repeat left top;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    text-shadow: none;
}

.loginBtn:active
{
    top: 1px;
    color: $400040;
}

.loginBtn:hover
{
    border: none;
    color: #400040;
    background: transparent url('../images/divider.gif') no-repeat left top;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    text-shadow: none;
}

.math
{
    padding:0;
    width: 15px;
    heightL 17px;
    background: #000000;
    color: #ffffff;
    font-style: italic;
    text-shadow: none;
}

.default
{
    background: #ffffff;
    color: #000000;
}

.math:hover
{
    background: #988898;
    color: #ffffff;
}

.mathContainer
{
    text-align: center;
    padding-bottom: 4px;
}

#nav ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: auto;
    position: relative;
    display: block;
    height: 36px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: transparent url('../images/off.gif') repeat-x top left;
    font-family: Helvetica,Arial,Verdana,sans-serif;
    border-bottom: 4px solid #555555;
    border-top: 1px solid #919191;
}

#nav li
{
    display: inline;
    float: left;
    margin: auto;
    padding: 0;
}

#nav li a
{
    display: block;
    float: left;
    color: #400040;
    text-decoration: none;
    font-weight: bold;
    padding: 12px 20px 0 20px;
    height: 24px;
    background: transparent url('../images/divider.gif') no-repeat left top;
}

#nav li a:hover
{
    background:transparent url('../images/hover.gif') no-repeat left top;
}

p
{
    font-family: Arial;
    font-size=15 pt;
    font-weight: normal;
    line-height: 10 pt;
    color: black
}

p.login
{
    font-weight: bold;
    color: #000;
    font-family: Georgia, Times, "Times New Roman", serif;
    margin-left: 5px;
    margin-bottom: 2px;
    text-align: left;
}

.progress-bar
{
    height: 25px;
    width: 99%;
    margin: 25px 0;
    border:1px solid #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
}

.progress-bar span
{
    display: inline-block;
    height: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    -webkit-transition: width .1s ease-in-out;
    -moz-transition: width .1s ease-in-out;
    -ms-transition: width .1s ease-in-out;
    -o-transition: width .1s ease-in-out;
    transition: width .1s ease-in-out;
}

.search
{
    padding:6px 25px 6px 5px;
    margin: 5px;
    background: #fff url('../images/search.gif') no-repeat 210px 3px;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}

.select
{
    margin-right: auto;
    margin-left: auto;
    vertical-align: middle;

    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #adadad), color-stop(1, #400040) );
    background: -moz-linear-gradient( center top, #adadad 5%, #400040 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C668C', endColorstr='#400040');
    background-image: -ms-linear-gradient(top, #ADADAD 0%, #400040 100%);

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    width: 20px;
    height: 20px;
    text-decoration: none;
}

.select:hover
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #400040), color-stop(1, #adadad) );
    background: -moz-linear-gradient( center top, #400040 5%, #adadad 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#400040', endColorstr='#8C668C');
    background-image: -ms-linear-gradient(top, #400040 0%, #ADADAD 100%);
}

.select:active
{
    position: relative;
    top: 1px;
}


#status
{
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    margin-bottom: -10px;
}

.stripes span
{
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;

    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
        transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
        transparent 75%, transparent);

    -webkit-animation: animate-stripes 3s linear infinite;
    -moz-animation: animate-stripes 3s linear infinite;
}

#subTitle
{
    float: left;
    position: absolute;
    margin-right: 150px;
    margin-top: 25px;
    margin-left: 5%;
    font-size: 25px;
    text-shadow: 3px 3px 4px #949494;
    filter: dropshadow(color=#949494, offx=3, offy=3);
}

#subTitle h3
{
    color: #400040;
}

tr.filter:hover td
{
    background: #BDBDBD;
}

tr.filter td
{
    background: #BDBDBD;
}

textarea
{
    width: 400px;
    max-width: 400px;
    line-height: 150%;
    font: normal 13px/100% Verdana, Tahoma, sans-serif;
}

.width80
{
    width: 80%;
}

#world
{
    display: block;
    margin-left: auto;
    padding-bottom: 30px;
    width: 50%;
}

@media (max-width:990px)
{
    .displayTable td
    {
        vertical-align: middle;
        border: 1px solid #000;
        border-width: 0 1px 1px 0;
        text-align: left;
        padding: 0;
        font-size: 13px;
        font-family: Arial;
        font-weight: normal;
        color: #000;
        white-space: normal;
    }
    #subTitle
    {
        float: left;
        position: absolute;
        margin-right: 150px;
        margin-top: 25px;
        margin-left: 5%;
        font-size: 20px;
        text-shadow: 3px 3px 4px #949494;
        filter: dropshadow(color=#949494, offx=3, offy=3);
    }

    .functionTable
    {
        margin: 5px 5px 15px 5px;
        box-shadow: none;
        border: 1px solid #000;
    }

    .functionTable td
    {
        white-space: normal;
    }
}


@media (max-width:800px)
{
    .displayTable
    {
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        width: 90%;
        border: 1px solid #000;
        box-shadow: none;
        background: #eae5ea url('../images/icon.png') no-repeat fixed;
        background-position:50% 70%;
        background-size:75%;
    }

    .displayTable td
    {
        vertical-align: middle;
        border: 1px solid #000;
        border-width: 0 1px 1px 0;
        text-align: left;
        padding: 0;
        font-size: 13px;
        font-family: Arial;
        font-weight: normal;
        color: #000;
        white-space: normal;
    }

    #nav li a
    {
        display: block;
        float: left;
        color: #400040;
        text-decoration: none;
        font-weight: bold;
        padding: 12px 5px 0 5px;
        height: 24px;
        background: transparent url('../images/divider.gif') no-repeat left top;
    }

    #commentSearch
    {
        width: 75px;
    }

}

@media (max-width:750px)
{
    #subTitle
    {
        float: left;
        position: absolute;
        margin-right: 150px;
        margin-top: 25px;
        margin-left: 5%;
        font-size: 14px;
        text-shadow: 3px 3px 4px #949494;
        filter: dropshadow(color=#949494, offx=3, offy=3);
    }
}

@media (max-width:500px)
{
    #content
    {
        background: #BBB;
        background: -webkit-linear-gradient(top, #c8c8c8 0%, #a2a2a2 100%);
        background: -moz-linear-gradient(top, #c8c8c8 0%, #a2a2a2 100%);
        background: -o-linear-gradient(top, #c8c8c8 0%, #a2a2a2 100%);
        background: -ms-linear-gradient(top, #c8c8c8 0%, #a2a2a2 100%);
        background: linear-gradient(top, #c8c8c8 0%, #a2a2a2 100%);
        background-color: rgb(191, 191, 191);
        -webkit-box-shadow: 0 0 9px rgba(0,0,0,0.25);
        box-shadow: 0 0 9px rgba(0,0,0,0.25);
        width: 100%;
        margin: -8px -2%;
    }
    #nav ul
    {
        margin: 0;
        padding: 0;
        list-style-type: none;
        width: auto;
        position: relative;
        display: block;
        height: 72px;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        background: transparent url('../images/off.gif') repeat-x top left;
        font-family: Helvetica,Arial,Verdana,sans-serif;
        border-bottom: 4px solid #555555;
        border-top: 1px solid #919191;
    }
    #subTitle
    {
        float: left;
        position: absolute;
        margin-right: 150px;
        margin-top: 25px;
        margin-left: 5%;
        font-size: 15px;
        text-shadow: 3px 3px 4px #949494;
        filter: dropshadow(color=#949494, offx=3, offy=3);
    }

    textarea
    {
        width: 250px;
    }
}

@media (max-width:390px)
{
    #subTitle
    {
        float: left;
        position: absolute;
        margin-right: 150px;
        margin-top: 25px;
        margin-left: 5%;
        font-size: 10px;
        text-shadow: 3px 3px 4px #949494;
        filter: dropshadow(color=#949494, offx=3, offy=3);
    }
}

@-webkit-keyframes animate-stripes
{
    0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

pre
{
    font-family: "currier new",courier,monospace;
    font-size: 14px;
    line-height: 15px
}
