﻿Body
{
    background-color: #00d200;
}

.Header
{
    font-weight: bolder;
    font-size: larger;
    text-transform: capitalize;
    color: black;
    font-family: 'Times New Roman';
}

.Button
{
    background-color: #C0C0C0;
    font-size: small;
    font-weight: bold;
    color: #000000;
    border: thick outset #C0C0C0;
    font-family: 'Arial Black';
    text-transform: capitalize;
}


.Hover
{ 
    color: black;
}

.Selected
{
    color: red;
}

.Drop
{
    position: static;
    font-weight: bolder;
    text-transform: capitalize;
}

.Check
{
    background-color: yellow;
}

.Checked
{
    background-color: red;
}
.Score
{
    font-weight: bolder;
    font-size: xx-large;
    text-transform: capitalize;
    color: black;
    font-family: 'Times New Roman';
}
.Refresh
{
    width: 75%;
    height: 100%;
}
.Label
{
    font-weight: bolder;
    text-transform: capitalize;
    color: black;
    font-family: Arial;
}
.Title
{
    font-weight: bolder;
    font-size: xx-large;
    text-transform: capitalize;
    color: black;
    font-family: 'Times New Roman';
}

.StaticHover
{
    color: black;
}
.Grid
{
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    border-bottom: black thin solid;
    font-family: Arial;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    font-size: smaller;
}
.Table
{
    
}
.Tablehide
{
    color: #00d200;
    background-color: #00d200;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
.LastWeeks
{
}
.ModalPopup
{
    background-color: #6699FF;
    border: thick ridge #C0C0C0;
}
.ModalBackground
{
    background-color: #339966;
}
.Banner
{
    font-family: 'Arial Black';
    color: #FF0000;
    font-size: xx-large;
}

