﻿body
{
    font-family: Arial;
    font-size: 10pt;
    background-color: #ebeaff;
}

.defaultbackground
{
    background-color: #f5f5f5;
}

.formbutton
{
    cursor: pointer;
    color: #404040;
    font-weight: bold;
    padding: 1px 2px;
    background: url(images/formbutton.gif) repeat-x left top;
    border-right: #000000 2px outset;
    border-bottom: #000000 2px outset;
    border-top: #f5f5f5 1px outset;
    border-left: #f5f5f5 2px outset;
    background-position: left top;
    background-attachment: scroll;
    background-image: url(images/formbutton.gif);
    background-repeat: repeat-x;
    margin-bottom: 8px;
}
	
.masterhelp
{
    color: #696969;
}

.masterhelpback
{
    background-color: #f5f5f5;
}

.masterlink
{
    text-align: left;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
}

.masterlabel
{
    font-family:  Tahoma;
    font-weight: bolder;
    font-size: 12pt;
    color: Blue;
    text-align: left;
}

.masteraddress
{
    font-family:  Tahoma;
    font-weight: bolder;
    font-size: 10pt;
    color: Blue;
    text-align: left;
}

.maintitlebar
{
    background-color: #b0c4de;
}

.maintitle
{
    font-family: Impact;
    font-style: oblique;
    font-size: 36pt;
    color: Blue;
    position: absolute;
    z-index: 1
}

.mainshadow
{
    font-family: Impact;
    font-style: italic;
    font-size: 36pt;
    color: #808080;
    position: absolute;
    z-index: 100;
}

.hyperlink
{
    color: #0000ff;
    text-decoration: underline;
}

.reqvalid
{
     font-weight: bold;
     text-align: center;
}

.errorlabel
{
    display: block;
    background-color: #f5f5f5;
    font-weight: bold;
    color: #ff4040;
    text-align: center;
    border-right: #a9a9a9 3px double;
    border-top: #a9a9a9 3px double;
    border-left: #a9a9a9 3px double;
    border-bottom: #a9a9a9 3px double;
    padding-top: 6px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 6px;
}
    
.MaskedEditFocus
{
    background-color: #ffffff;
}

.MaskedEditError
{
    background-color: #ff6347;
}

.radiobuttonstyle
{
    color: #0000cd;
    background-color: #b0c4de;
    border: Solid 2px #4b87be;
    padding-bottom: 5px;
}

.gridheaderstyle
{
    color: #ffffff;
    background-color: #4b87be;
    
}

.gridrowstyle
{
    background-color: #f0f0f0;
    color: #000000;
}

.gridaltrowstyle
{
    background-color: #ffffff;
    color: #284775;
}

.helppanel
{
    visibility: hidden;
    position: absolute;
    border-right: #a9a9a9 thin double;
    border-top: #a9a9a9 thin double;
    border-left: #a9a9a9 thin double;
    color: #0000ff;
    border-bottom: #a9a9a9 thin double;
    background-color: #ffffff;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 23px;

}

.helppaneltitle
{
    color: #000000;
    font-weight: bold;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom:5px;
}

.helppanellink
{
    text-decoration: underline;
    color: Blue;
}

.inactivelink
{
    text-decoration: none;
    color: Black;
}

.pagetitle
{
    font-weight: bold;
    font-size: larger;
    color: #0000ff;
    padding-bottom: 6px;
    padding-top: 6px;
}

.errortitle
{
    font-weight: bold;
    font-size: larger;
    color: #0000ff;
    text-align: center;
}

.modalpopup
{
    display: block;
    background-color: #f0f8ff;
    padding: 3px;
    width: 250px;
    border-color: #000000;
    border-style: double;
    border-width: 4px;
    text-align: center;
}

.modalpopuptitle
{
    font-weight: bold;
    background-color: #0000ff;
    border-color: #000000;
    border-style: solid;
    border-width: 2px;
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
    cursor: move;
    margin-bottom: 5px;
    color: #ffffff;
}

.modalbackground
{
    background-color: #808080;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.certreqbuttononly
{
    left: 150px;
    position: absolute;
    top: 64px
}

.propinfolabel
{
    color: #000000;
    position: absolute; 
    text-align: right;
}

.propinfodata
{
    color: #0000ff;
    position: absolute; 
}

.propbalancedata
{
    color: #0000ff;
}