
/* basicstyles.css for definitions of general formatting */
/* general formatting to apply to html tags */
    html,body { margin:0px; padding:0px; }
    body,a,div,td,input,select,label { font-family:Arial,Helvetica,sans-serif; }
    body { background-color:#ffffff; }

    #content td { vertical-align:top; }

/* styles for vertical positioning in rtf tables */
    #content .tdtop {vertical-align:top;}
    #content .tdmiddle {vertical-align:middle;}
    #content .tdbottom {vertical-align:bottom;}
    #content .tdbaseline {vertical-align:baseline;}

/* special message for NS4.x */
    #hddBrowserMessage{ color:red; font-weight:bold; font-size:14px; }
    .hddInfo{display:none;}
    .printHddInfo {position:absolute; left:-2000px; top:-2000px; width:0px; height:0px; overflow:hidden; display:none;}
    .frmGrpVisLbl{font-weight:  bold;}
    #cntBox form .frmErTd, #cntBox form .frmErTdNr, #cntBox form .erChck{color:#f00;}
    
     #searchHelpText {font-size: 9px; color: #333333; margin-left: 25px;} 

