﻿body 
{
    font-family: Arial;
    font-size: 16pt;
    width:1024px;
}
.Prompt
{
    font-family: Arial;
    font-size: 24pt;
}
.PromptShort
{
    font-family: Arial;
    font-size: 18pt;
}
.EntryBox
{
    font-family: Arial;
    font-size: 24pt;
}
.ScaleButton
{
    margin: 1px;
    padding: 1px;
    border: 0px none #000000;
    font-family: Arial;
    font-size: 18pt;
    height: 85px;
    width: 130px;
    background-color: silver;
}
.ButtonDock
{
    font-family: Arial;
    font-size: 18pt;
    height: 185px;
    width: 225px;
    background-color: silver;
}
.ButtonWide
{
    font-family: Arial;
    font-size: 18pt;
    height: 85px;
    width: 200px;
    background-color: silver;
}
.ButtonNavItem
{
    font-family: Arial;
    font-size: 18pt;
    height: 85px;
    width: 85px;
    border-width: 2px;
    border-color: Silver;
    background-color: silver;
}
.saveme {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
    -webkit-height: 90px;
    -webkit-width: 130px;
}
.ScaleButtonLatch
{
    border: thick #000000;
    font-family: Arial;
    font-size: 18pt;
    height: 85px;
    width: 130px;
    font-weight: bold;
    background-color: #FF9966;
}
.ButtonMedium
{
    font-family: Arial;
    font-size: 18pt;
    height: 85px;
    width: 200px;
    background-color: silver;
}
.ButtonCodePlusDesc
{
    padding: 1px;
    margin: 0px;
    font-family: Arial;
    font-size: 16pt;
    height: 85px;
    width: 310px;
    background-color: silver;
}
.TblNoBorder95
{
    border-width: 0px;
    border-style: none;
    width: 95%;
    text-align:center;
}
.TblNoBorderMid
{
    border-width: 0px;
    border-style: none;
    width: 624px;
}
.FirstCol
{
    width: 200px;
}
.CalendarCustom
{
    border-color: #999999;
    font-family: Arial;
    Font-Size: 16pt;
    color : Black;
    background-color: White; 
}
.CalendarDayHeaderCustom
{
    font-family: Arial;
    Font-Size: 10pt;
    font-weight: bold;
    color : Black;
    background-color: #CCCCCC;
}
.LoginTitleLeft {
    font-family: Arial;
    font-size: 24pt;
    width: 175px;
}
.LoginTitleCenter {
    font-family: Arial;
    font-size: 24pt;
    width: 420px;
}
.LoginTitleBaleRoom {
    color: black;
    background-color: orangered;
    width: 420px;
    padding-left: 15px;
    padding-right: 15px;
}
.LoginTitleBalePhyInvt {
    color: black;
    background-color: lightblue;
    width: 420px;
    padding-left: 15px;
    padding-right: 15px;
}
.error_msg {
    color: red;
}
.FilterDays {
    width: 50px;
}