﻿body
{
    /*background-color: #EBFBFE;*/
    background-color: rgb(134,2,5);
    font-family: Tahoma;
    font-size: 13px;
    text-align: left;
}

A:link
{
    color: rgb(60,141,232);
}
A:visited
{
    color: rgb(60,141,232);
}
A:active
{
    color: rgb(60,141,232);
}
A:hover
{
    color: blue; /*font-weight: bold;*/
}
ul
{
    /*list-style-type: none;*/
    padding: 0;
    margin-left: 20px; /*font-weight: bold;*/
}

div.navigation
{
    background-color: rgb(134,2,5);
    color: White;
    font-size: 14px;
    text-align: center;
    padding: 5px;
    text-decoration: none;
}
div.navigation:hover
{
    background-color: rgb(110,110,110);
}

div.navigationPopup
{
    background-color: rgb(176,2,6);
    color: White;
    font-size: 14px;
    text-align: center;
    width: 185px;
    text-decoration: none;
    border: solid 1px white;
    padding: 5px;
}
div.navigationPopup:hover
{
    background-color: rgb(110,110,110);
}

div.sitemap
{
    font-size: 11px;
    padding: 5px;
}

div.title
{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

div.subtitle
{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

div.contributions
{
    text-decoration: none;
    color: Black;
}

div.contributionsHeader
{
    font-weight: bold;
    color: Black;
}

.accordionHeader
{
    border: solid 2px red;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    font-family: Arial;
    font-size: 14px;
    color: #0344D9;
    text-align: center;
    padding: 5px;
    width: 130px;
    margin-bottom: 2px;
}

.accordionHeader:hover
{
    border: solid 2px red;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    font-family: Arial;
    font-size: 14px;
    color: #0344D9;
    text-align: center;
    padding: 5px;
    width: 130px;
}

.accordionHeaderSelected
{
    border: solid 2px red;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    font-family: Arial;
    font-size: 14px;
    color: #0344D9;
    text-align: center;
    padding: 5px;
    width: 130px;
}

.accordionContent
{
    font-family: Arial;
    font-size: 14px;
    color: Black;
    text-align: center;
}

.accordionSummaryHeader
{
    border: solid 2px navy;
    background-color: #407DCE;
    font-family: Arial;
    font-size: 14px;
    color: White;
    text-align: left;
    padding: 5px;
    width: 636px;
    margin-bottom: 5px;
}

.accordionSummaryHeaderSelected
{
    border: solid 2px navy;
    background-color: #407DCE;
    font-family: Arial;
    font-size: 14px;
    color: Red;
    text-align: left;
    padding: 5px;
    width: 636px;
    margin-bottom: 5px;
}

.accordionSummaryContent
{
    font-family: Tahoma;
    font-size: 13px;
    color: Black;
    text-align: left;
    border: dashed 1px lightgray;
    padding: 10px;
}

.accordionSummaryContent a:link
{
    color: Red;
}

.btnAsLink
{
    color: #0344D9;
    background-color: White;
    border-width: 0px;
    font-weight: bold;
    text-decoration: underline;
}
.btnAsLink:hover
{
    color: Red;
}

.btnAsLinkSpecial
{
    color: red;
    background-color: White;
    border-width: 0px;
    font-weight: bold;
    text-decoration: underline;
}
.btnAsLinkSpecial:hover
{
    color: lime;
}


div.required
{
    color: Red;
    display: inline;
}

.ValidationSummary
{
    border: solid 2px red;
    font-weight: bold;
    font-size: small;
    font-family: Arial;
    padding: 10px;
    width: 400px; /*margin-left: 120px;*/
    color: Black;
    background-color: #FEF8CC;
    text-align: left;
    padding-left: 30px;
}

div.testimonial
{
    border: dotted 1px gray;
    padding: 5px;
    margin: 15px;
}

p
{
    text-align: left;
}

.gvDocuments
{
    width: 500px; /*padding: 10px;*/
}

.gvImage
{
    padding: 10px;
}

div.clearboth
{
    clear: both;
}

div.fieldname
{
    width: 130px;
    float: left;
    display: inline-block;
    font-weight: bold;
    padding-bottom: 5px;
}

div.fieldnamelong
{
    width: 250px;
    float: left;
    display: inline-block;
    font-weight: bold;
    padding-bottom: 5px;
}

div.field
{
    width: 150px;
    float: left;
    display: inline-block;
    padding-bottom: 5px;
}

div.fieldlong
{
    width: 350px;
    float: left;
    display: inline-block;
    padding-bottom: 5px;
}

.gvTaskList
{
    padding-left: 20px;
    padding-bottom: 20px;
}

.taskHover
{
    padding: 5px;
    background-color: #F5F5F5;
}

.taskDelete
{
    font-size: 10px;
    text-decoration: none;
    padding-left: 5px;
}

.popupMenu
{
    position: absolute;
    visibility: hidden; /*background-color:#F5F7F8;*/
    background-color: #000000; /*opacity: .9;     filter: alpha(opacity=90);*/
    padding: 10px;
    text-align: center;
    font-size: larger;
}

.popupHover
{
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #000000;
}

li.completed
{
    list-style-image: url('../images/checkmark.png');
}

div.textscroll
{
    overflow: scroll;
}

.alt
{
    background-color: #F0F8FF;
}

.gvTeamID
{
    width: 20px;
    text-align: left;
}
.gvTeamName
{
    width: 140px;
    text-align: left;
}
.gvTeamPaid
{
    width: 45px;
    text-align: left;
}
.gvTeamCaptain
{
    width: 110px;
    text-align: left;
}
.gvTeamShirt
{
    width: 100px;
    text-align: left;
}
.gvTeamLevel
{
    width: 80px;
    text-align: left;
}

.gvTeamStatus
{
    width: 70px;
    text-align: left;
}
