﻿.menuItem 
{
    font-family: Arial,Sans-Serif;
    font-size: small;
    font-weight: bold;
    text-decoration: none;
    color: #ECEED1;
}

a.menuItem:link 
{
    color: #ECEED1;
}
a.menuItem:hover 
{
    color: #FFFFFF;
}
a.menuItem:active
{
    color: #FFFFFF;
}

.activeMenuItem 
{
    font-family: Arial,Sans-Serif;
    font-size: small;
    font-weight: bold;
    color: #991F00;
}

.menuHeading 
{
    font-family: Arial,Sans-Serif;
    font-size: large;
    font-weight: bold;
    color: White;
    text-decoration: none;
}

a.menuHeading:hover 
{
    color: #B7CFCA;
}
a.menuHeading:active
{
    color: #B7CFCA;
}

.mainTitle 
{
    font-family: Arial,Sans-Serif;
    font-size: xx-large;
    font-weight: bold;
    color: White;
    text-decoration: none;
}

.smaller
{
    font-size: 9pt;
}

.smallInfo 
{
    font-family: Arial,Sans-Serif;
    font-size: smaller;
    font-weight: bold;
    color: White;
    text-decoration: none;
}

.columnHeader 
{
    font-family: Arial,Sans-Serif;
    color: Black;
    font-size: 10pt;
    font-weight: bold;
}

.errorText 
{
    font-family: Arial,Sans-Serif;
    color: Red;
    font-size: 10pt;
}

.adminTable
{
    border-bottom: solid 1px #AAAAAA;
    border-left: solid 1px #AAAAAA;
    border-right: solid 1px #AAAAAA;
    border-top: none 0px #AAAAAA;
}

.adminTableButtons
{
    border-bottom: solid 1px #AAAAAA;
    border-left: solid 1px #AAAAAA;
    border-right: solid 1px #AAAAAA;
    border-top: none 0px #AAAAAA;
    background-color: #ECEED1;
}

.adminTableAlternating
{
    border-bottom: solid 1px #AAAAAA;
    border-left: solid 1px #AAAAAA;
    border-right: solid 1px #AAAAAA;
    border-top: none 0px #AAAAAA;
    background-color: #E4EDEB;
}

.adminTableHeavy
{
    border-bottom: solid 1px #AAAAAA;
    border-left: solid 1px #AAAAAA;
    border-right: solid 1px #AAAAAA;
    border-top: solid 2px black;
}

.adminTableButtonsHeavy
{
    border-bottom: solid 1px #AAAAAA;
    border-left: solid 1px #AAAAAA;
    border-right: solid 1px #AAAAAA;
    border-top: solid 2px black;
    background-color: #ECEED1;
}

.adminTableAlternatingHeavy
{
    border-bottom: solid 1px #AAAAAA;
    border-left: solid 1px #AAAAAA;
    border-right: solid 1px #AAAAAA;
    border-top: solid 2px black;
    background-color: #E4EDEB;
}

.adminButtons
{
    background-color: #ECEED1;
}

.global
{
    font-family: Arial, Sans-Serif;
    font-size: small;
}

.hotStat
{
    font-family: Arial, Sans-Serif;
    font-size: medium;
    font-weight: bold;
    color: #E66101;
}

.cellUnderline
{
    border-bottom: solid 2px #ECEED1;
    border-top: none 0px #AAAAAA;
    border-left: none 0px #AAAAAA;
    border-right: none 0px #AAAAAA;
}

div.draggable
{
    height: 50px;
    width: 100%; 
    overflow: auto; 
    margin: 0px; 
    padding: 0px;
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
    cursor: move;
    background-color: white;
    border: solid 1px #CCCCCC;
}

div.dropsite
{
    height: 18px;
    width: 100%; 
    overflow: auto; 
    margin: 0px; 
    padding: 0px;
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
    background-color: white;
    border: solid 1px #CCCCCC;
}

div.hoverclass123
{
    border: solid 1px red;
    cursor: pointer;
    color: White;
}

.blacklisted
{
    background-color: Black;
}
