﻿
.InputTable
{
    border: solid 25px #ffffff;
    vertical-align: top;
    color: Black;
    font-family: Arial, 'Microsoft Sans Serif' , Tahoma;  
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    letter-spacing: 1px;      
}
.InputCells
{
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    text-align: left;
    text-indent: 0px;
    margin: 0px;
    vertical-align: top;
}    

.DarkControlButtons
{
    height: 24px;
    width: 150px;
    background: url(images/greenlogon.gif) #ccff99;
    color: #005288;
    font-family: Arial, 'Microsoft Sans Serif' , Tahoma;
    font-size: 14px;
    border-right: #cccccc 1px outset;
    border-top: #cccccc 1px outset;
    border-left: #cccccc 1px outset;
    border-bottom: #cccccc 1px outset;
}
.LightControlButtons
{
    height: 24px;
    width: 150px;
    background: url(images/lightgreenlogon.gif) #f4ffec;
    color: #005288;
    font-family: Arial, 'Microsoft Sans Serif' , Tahoma;
    font-size: 14px;
    border-right: #cccccc 1px outset;
    border-top: #cccccc 1px outset;
    border-left: #cccccc 1px outset;
    border-bottom: #cccccc 1px outset;
}
.Error
{
    color: #ffffff;
    font-family: Arial, 'Microsoft Sans Serif' , Tahoma;
    font-size: 90%;
    border-right: #F3A94e thin solid;
    border-top: #F3A94e thin solid;
    font-weight: bolder;
    border-left: #F3A94e thin solid;
    border-bottom: #F3A94e thin solid;
    background-color: #ff3300;
}
.ValewesBox
{
    border-right: #405679 thin solid;
    border-top: #405679 thin solid;
    font-size: 100%;
    border-left: #405679 thin solid;
    color: black;
    border-bottom: #405679 thin solid;
    font-family: Arial, 'Microsoft Sans Serif' , Tahoma;
    text-indent: 3pt;
}
.Keys
{
    color: #f2a94d;
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
}
.WhatsNewTodayTable
{
    white-space: normal;
    font-size: 85%;
    vertical-align: top;
    color: black;
    font-family: Arial, 'Microsoft Sans Serif' , Tahoma;
    background-color: #e8f2f7;
    text-align: left;
    padding: 8px;
    border: #F3A94e 2px solid;    
}
.BoxHeadings
{
    color: #ffffff;    
    font-family: Arial, 'Microsoft Sans Serif' , Tahoma;
    font-size: 100%;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 4px;
    padding-top: 6px;
    padding-left: 4px;
    padding-right: 4px;
    background-color: #405679;
    text-align: center; 
    border:#F3A94e 1px solid;   
}
.LightBox
{
    vertical-align: top; 
    background-color: #ffffff;
    border: solid 1px white;
    text-align: left;
    padding-bottom: 4px;
    padding-top: 6px;
    padding-left: 4px;
    padding-right: 4px;
}
.p, ul {
    padding: 0;
    margin: 0;
    margin-top: -10;
}
