/* * border styles */ .Border.Left { border-left: 1px solid #000000; } .Border.Right { border-right: 1px solid #000000; } .Border.Bottom { border-bottom: 1px solid #000000; } .Border.top { border-top: 1px solid #000000; } .Border.GrayBorder { border-color: #dfdfdf; } .Border.BlueBorder { border-color: #dfdfdf; } /* * table header style */ TD.TableHeader { height: 22px; font: bold 12px Helvetica; letter-spacing: 1px; line-height: 14px; color: #ffffff; text-indent: 15px; } TD.TableHeaderText, a.sortheader { height: 22px; font: bold 12px Helvetica; letter-spacing: 1px; line-height: 14px; color: #ffffff; padding: 0px 5px 0px 5px; text-decoration: none; } /* * table round corners styles */ TD.TLCorner { background: url(http://www.optier.com/GUI/images/general/left_box.gif) top left no-repeat; } TD.TRCorner { background: url(http://www.optier.com/GUI/images/general/right_box.gif) top right no-repeat; } TD.TLCornerTrans { background: url(http://www.optier.com/GUI/images/general/corner_tl.gif) top left no-repeat; } TD.TRCornerTrans { background: url(http://www.optier.com/GUI/images/general/corner_tr.gif) top right no-repeat; } TD.BLCorner { background: url(http://www.optier.com/GUI/images/general/corner_bl.gif) bottom left no-repeat; } TD.BRCorner { background: url(http://www.optier.com/GUI/images/general/corner_br.gif) bottom right no-repeat; } /* * table background styles */ TABLE.GrayBG, TR.GrayBG, TD.GrayBG { background-color: #b2afaf; } TABLE.BlueBG, TR.BlueBG, TD.BlueBG { background-color: #becfe0; } TABLE.DarkBlueBG, TR.DarkBlueBG, TD.DarkBlueBG { background-color: #003881; } TABLE.DownloadBG, TR.DownloadBG, TD.DownloadBG { background-color: #0087AC; } /* * TR rollover/chosen/invert style */ TR.whiteLine { background-color: #ffffff; height: 24px; font: 12px Arial; line-height: 14px; cursor: pointer; } TR.blueLine { background-color: #dfe6ef; height: 24px; font: 12px Arial; line-height: 14px; cursor: pointer; } TR.invertText { background-color: #007ba5; height: 24px; font: 12px Arial; line-height: 14px; color: #ffffff; cursor: pointer; } TR.chosenText { background-color: #a1d600; height: 24px; font: 12px Arial; line-height: 14px; cursor: pointer; } /* * scroll bar for table's body */ DIV.ScrollBar { overflow-y: auto; overflow-x: hidden; overflow: auto; }