﻿.RegularTextBox
{
    font-family: Verdana;
    font-size: 10pt;
    width:  200px;   
}

.RegularLabel
{
    font-family: Verdana;
    font-size: 10pt;
}

.linkNoUnderline a 
{ 
    text-decoration: none; 
}

.ChartTitle
{
    font-family: Verdana;
    font-size: 8pt;
    text-align:center;
    vertical-align:bottom;
    font-weight:bold; 
}

.PanelText
{
    font-family: Verdana;
    font-size: 12pt;
}

.PanelTextRed
{
    font-family: Verdana;
    font-size: 12pt;
    color: Red;
}

.PanelTextGreen
{
    font-family: Verdana;
    font-size: 12pt;
    color: Green;
}

.SmallPanelText
{
    font-family: Verdana;
    font-size: 9pt;
}

.PageTitleTextSmall
{
    font-family: 'Trebuchet MS';
    color: #495961; 
    font-size: 12.5pt
 }

.MsgText
{
    font-family: Verdana;
    font-size: 6pt;
    font-weight:bold;
    color:Red;
    width:800px;
}

.MsgTextBlue
{
    font-family: Verdana;
    font-size: 6pt;
    font-weight:bold;
    color:Blue;
    width:800px;
}

.DataEntryTableText
{
    font-family: Verdana;
    font-size: 10pt;
}

.ErrorTextBox
{
    border: 1px solid red;
}

.ErrorTextBoxAccomm
{
    border: 1px solid red;
    width: 55px;
}

.ErrorCheckBox
{
    border: 1px solid red;
}


.NormalTextBox
{
}

.NormalTextBoxAccomm
{
    width: 55px;
    background-color:White;
    
}

.DisabledTextBoxAccomm
{
    width: 55px;
    background-color:Silver;
}


.NormalTextBoxAccommNotes
{
    width: 250px;
}

.ErrorTextBoxAccommNotes
{
    width: 250px;
    border: 1px solid red;
}

.NormalSmallTextBox
{
    
    width: 47px;

}

.ErrorSmallTextBox
{
    border: 1px solid red;
    width: 47px;
}


.NormalCheckBox
{
}

.DisabledCheckBox
{
    color:Gray;
}

.DisabledLabel
{
    font-family: Verdana;
    font-size: 10pt;
    color:Gray;
}


.HiddenCheckBox
{
    visibility:hidden;
    width:0px; 
}

.HiddenTextBox
{
    visibility:hidden;
    width:0px;
}

.HiddenLabel
{
    visibility:hidden;
    width:0px; 
    font-size:1pt;
}

/*Styles for modal popup*/
.PopUpStyle
{ 
    background-color: #ffffff;
    color: #ff0000;   
    max-width:500px;
    border:solid 1px black;
    float:left;
    font-size:small;
    font-family: Verdana; 
        
}
.PopUpDrag
{
    background-color: #dddddd;
    cursor: move;
    border:solid 1px grey ;
    margin:0 auto; 
    width:500;
    font-family: Verdana; 
    font-size: small; 
    text-align: left
}

.PopUpBehind
{
    background-color: #d9d9d9;
    filter: alpha(opacity=60); 
}

.NotThere
{
    display:none;
}

.There
{
    display:none;
}

.NormalMidTextBox
{
    
    width: 70px;

}

.ErrorMidTextBox
{
    border: 1px solid red;
    width: 70px;
}

.ErrorTextBoxSplit
{
    border: 1px solid red;
    width: 90px;
}

.NormalTextBoxSplit
{    
    width: 90px;
}
