/* CSS_REPORTPAGE */
/* Report page styles */
#divReportPage .al, #divReportPage .ac, #divReportPage .ar { padding:6px; }
.al { text-align:left; }
.ac { text-align:center; }
.ar { text-align:right; } 
#txtAnswer { margin-left:10px; }
.bbtn { background-color:#E2E2D6; border:1px solid #999; border-radius:3px; font-weight:600; font-size:11px; padding:1px 5px; margin:3px; width:60px; }
.uMsg, .gMsg { font-weight:600; font-size:14px; color:red; text-align:center; }
#divReportPage textarea { width:98%; }
.tblInsight td, .tblInsight th { padding:2px; }
#divReportPage { width:400px; display:none; border:1px solid #999; padding:3px; background-color:#EFEFEF; }