﻿.rTitle
{
    float: left;
    width: 150px;
    font-size: 10pt;
    padding-right: 2px;
}
.rInfo
{
    float: left;
    width: 450px;
    font-size: 10pt;
}
.rRow
{
    width: 650px;
    overflow: hidden;
    padding-bottom: 5px;
}
.popUpHelp 
{
    width:350px;
    z-index:10000;
    margin-left:2px;
    visibility: hidden;
    overflow: hidden;
}
.helpLeader
{
    float:left; 
    color:Red; 
    width:15px; 
    height:40px;
    background-image: url(/images/helpexpander.gif);
}
.helpLeaderBelow
{
    clear:both; 
    color:Red; 
    width:20px; 
    height:40px;
    background-image: url(/images/helpexpander_below.gif);
}
.helpContent
{
    float:left; 
    border: solid 1px #808080; 
    width:220px; 
    padding: 4px; 
    background-color: #FFFFCC;
    font-size:10pt;
}
.multirowtextfield 
{
    width:425px;
}

.helpBox 
{
    font-size:10pt;
    color: #166eb5;
    border: 3px solid #0b71c5;
    padding: 3px;
    overflow:visible; 
    min-width:200px;
    max-width:275px;
    min-height:100px;
    border-top-left-radius: 5px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 5px;
    background-color: #FFFFFF;
    background-image: -moz-linear-gradient(top, #fcfcfc, #f7f7f7 3%, #f2f2f2 12%, #d9d9d9 90%, #bfbfbf);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#fcfcfc), to(#bfbfbf), color-stop(3%, #f7f7f7), color-stop(12%, #f2f2f2), color-stop(90%, #d9d9d9));
    box-shadow: 3px 2px 5px 2px rgba(0,0,0,0.43);
    display:none;
    position:absolute;
}
.helpBoxDelete
{
    font-size:8pt;
    color:#166EB5;
    padding: 8px;
    overflow:visible; 
    min-width:200px;
    min-height:100px;
    display:none;
    position:absolute;
    border: 2px solid white;
    border-top-left-radius: 5px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 5px;
    background-image: -moz-linear-gradient(top, #fcfcfc, #f7f7f7 3%, #f2f2f2 12%, #d9d9d9 90%, #bfbfbf);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#fcfcfc), to(#bfbfbf), color-stop(3%, #f7f7f7), color-stop(12%, #f2f2f2), color-stop(90%, #d9d9d9));
    box-shadow: 3px 2px 5px 2px rgba(0,0,0,0.43), inset 0 1px 0 4px #1f3dff;
}
.helpBox ul 
{
        list-style-type: disc;
}
.helpBox li 
{
        margin-top: 4px;
}
.HelpTitle
{
        font-weight:bold;font-size:12pt;
}
.phone 
{
    width:150px;   
}
.webaddress
{
    width:350px;
}
.companyname
{
    width:350px;
}
.address
{
    width:250px;   
}