/* typography */
#scroller, #scroller td { font-family:Arial; font-size:10pt; color:#003184; text-align: justify;}
@media all { #scroller, #scroller td { font-size:10pt; text-align: justify; line-height: 14pt;} }
#scroller .ownerName { color:#666666; }
#scroller .postNumber { color:#9A9A9A; }
#scroller .postDate { color:#C4C4C4; }

/* positioning */
#scroller { position:relative; left:0px; top:0px; width:500px; height:393px; clip:rect(0 500 393 0); overflow:hidden; }
#scroller #container { position:relative; left:0px; top:0px; width:470px; height:380px; clip:rect(0 470 380 0); overflow:hidden; }
#scroller #content { position:relative; width:470px; }
#scroller #scrollUp { position:absolute; left:478px; top:335px; }
#scroller #scrollDn { position:absolute; left:478px; top:365px; }
#scroller #scrollbar { position:absolute; left:335px; top:14px; width:10px; height:367px; clip:rect(0 10 367 0); }
#scroller #thumb { position:absolute; left:0px; top:0px; background-color:#CCCCCC; layer-background-color:#CCCCCC; }
#scroller #thumbArrowUp, #scroller #thumbArrowDn { position:absolute; left:2px; visibility:hidden; }
#scroller #marker { position:absolute; left:1px; top:0px; width:8px; height:1px; clip:rect(0 10 1 0); background-color:#CCCCCC; layer-background-color:#CCCCCC; visibility:hidden; }
#scroller #scrollerMo5Shim { position:absolute; left:0px; top:3px; width:1px; height:1px; }
#scroller #elevUp, #scroller #elevDn { position:absolute; left:0px; top:0px; width:10px; height:367px; clip:rect(0 10 367 0); }