Report Style
Style
var name isstyle_namesession is
Orange
Ocean
Green
GreyScale
Compact
Colorful
/* style name : orange style */ /* Controls the page background colors and margings */ .MainPage { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-color: #FFCC99; } /* main table */ .MainTable { font-family: Verdana, Arial, Helvetica, sans-serif; border: 1px solid #000000; } /* Report Title */ .Title { font-family: "Times New Roman", Times, serif; font-size: 16px; font-weight: bold; color: #000000; background-color: #FFD9B3; border-top-width: 2px; border-bottom-width: 2px; border-top-style: solid; border-bottom-style: solid; border-top-color: #999999; border-bottom-color: #999999; } /* Separate between sections */ .Separator { background-color: #FFCC99; } /* The first grouping levels */ .MainGroup { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #000000; border: 1px solid #333333; background-color: #FFB164; } /* Any subgrouping levels */ .SubGroup{ font-family: "Courier New", Courier, monospace; font-size: 13px; font-weight: bold; color: #000000; background-color: #FF9A35; } /* records Table Header */ .TableHeader { font-family: Georgia,"Times New Roman", Times, serif; font-size: 12px; font-weight: bold; color: #333333; background-color: #FFBA75; } /* columns header */ .ColumnHeader { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #484848; } /* Table Cell */ .TableCell { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; background-color: #FFBA75; } /* Alternate table’s cell (Toggling) */ .AlternateTableCell{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; background-color: #FFCC99; } /* navigation menu */ .menu { font-family: Georgia, "Times New Roman", Times, serif; color:#00000; background-color:#FF9A35; border-color:#dd9A35; } .menu_hover { color: #000000; background-color:#FF7A35; } a:visited { font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; color: #333333; } a:link { font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; color: #333333; } /* page Footer */ .TableFooter { font-family: Verdana, Arial, Helvetica, sans-serif; border: 1px solid #000000; }