/* ================================================== */ /* view elements */ body, td, th{ font-family: Tahoma, Arial, sans-serif; font-size: 8pt; } .viewholder{ width: 100%; height: 100%; border: 1px solid #D8BCDA; } .viewbody{ margin: 0px; width: 100%; height: 100%; overflow-y: scroll; background-color: #D9D9EC; } .viewbodytable{ width: 100%; background-color: #D9D9EC; } .viewrow{ height: 18px; cursor: normal; } .viewrowover{ height: 18px; cursor: hand; background-color: #CCCCCC; } .viewcategory{ height:15px; font-weight:bold; } .viewcell{ vertical-align: top; } .numberviewcell{ text-align: right; vertical-align: top; } img.viewicon{ margin-left: 2px; margin-right:5px; } a.viewcategorylink{ color: black; text-decoration: none; } a.viewcategorylink:hover{ text-decoration: underline; } #viewtitlebar{ width: 100%; background-color: #D8BCDA; } .viewcolumnholder{ width: 100%; color: white; } #pagetitle{ font-weight:bold; } /* end view elements */