body
{
    font-family: Verdana;
    font-size: 8pt;
    margin: 0px;
    background-image: url('./Images/WoodenFloor.jpg');
    color: #333333;
}

.center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #4D6580;
    padding: 10px;
}

.AppContainerTable
{
    width: 100%;
    max-width: 800px;
    background-color: #F0F0F0;
}

.PopupContainerTable
{
    background-color: #F0F0F0;
}

.LinkButton
{
    color: #333333;
}

.WelcomePageTitles
{
    color: #333333;
    font-size: 16pt;
    font-style: italic;
}

.HomePageTable
{
}

.HomePageLinks
{
    color: #333333;
    font-size: 14pt;
    font-style: italic;
}

.Button
{
    color: #333333;
    font-size: 8pt;
    background-color: lightyellow;
}

.PageTitleLabel
{
	font-size: 14pt;
}

.PageSubtitleLabel
{
	font-size: 12pt;
}

.Label
{
}

.FooterLabel
{
    color: gray;
}

.InfoLabel
{
    color: #4D6580;
}

.ErrorLabel
{
    color: red;
}

.LeagueBoxTitleLabel
{
    font-weight: bold;
}

.HyperLink
{
}

.DropDownList
{
}

.CheckBox
{
}

.NoWrapCheckBox
{
    white-space: nowrap;
}

RadioButton
{
}

.TextBox
{
    background-color: lightyellow;
}

.navMenu
{
    background-color: lightgray;
    border-style: solid;
    border-color:black;
    border-width:1px;
    border-left:none;
    border-right:none;
    width:100%;
    font-style:italic;
    font-weight:bold;
    font-size:10pt;
}

.modalBackground
{
    background-color: white;
    filter: alpha(opacity=90);
    opacity: 0.25;
}

.modalPopup
{
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 300px;
    height: 140px;
}

.welcomePageTitles
{
    font-size:18pt;
    color: #4D6580;
}

.GridView
{
    border-width: 1px;
    border-style: solid;
    font-size: 8pt;
    color: #333333;
}

.GridViewHeader
{
    background-color: #4D6580;
    color: white;
}

.GridViewNoWrapHeader
{
    background-color: #4D6580;
    color: white;
    line-height: 20px;
}

.GridViewRow
{
    background-color: #CCCCCC;
    color: #333333;
}

.GridViewAlternatingRow
{
    background-color: white;
    color: #284775;
}

.GridViewSelectedRow
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}

.GridViewEditRow
{
    background-color: #999999;
}

.GridViewFooter
{
    background-color: #4D6580;
    font-weight: bold;
    color: white;
}

.GridViewPager
{
    background-color: #4D6580;
    color: white;
}

