body { font-family: normal small verdana, arial, helvetica, sans-serif; font-size: 12; margin: 5px; background-color: white; } a.actionButton:link, a.actionButton:visited { display:inline; /* font-weight:bold; */ font-size:14px; color:#000; background-color:#eee8ce; border-style:solid; border-color:#fff9dc #ddd8bf #ddd8bf #fff9dc; text-align:center; /* padding:4px; */ /* margin-top:5px; */ /* margin-bottom:5px; */ text-decoration:none; } a.actionButton:hover, a.actionButton:active { background-color:#e6e1c7; } a.disabledActionButton:link, a.disabledActionButton:visited, a.disabledActionButton:hover, a.disabledActionButton:active { display:inline; font-size:14px; color:#999; background-color:#eee; border-style:solid; border-color:#fdfdfd #dfdfdf #dfdfdf #fdfdfd; text-align:center; text-decoration:none; } table { border-collapse:collapse; font-size:12px; } table, th, td { border: 1px solid #aaaaaa; padding:3; } /* Note: In the below classes, an image is used instead of an explicit background color to work around a limitation in the jQuery tablesorter plugin. */ .context1 { /* background-color:...; */ background-image:url("images/bg_context1.png"); } .context2 { /* background-color:...; */ background-image:url("images/bg_context2.png"); } .metric { /* background-color:...; */ background-image:url("images/bg_metric.png"); } .benchmark { /* background-color:...; */ background-image:url("images/bg_benchmark.png"); } .unselected { background-color:#ffffff; } .tooltipHeader1 { background-color:#b1c9eb; /* width:400px; */ opacity: 0.95; } .tooltipBody1 { background-color:#c0dbff; border-style:solid; border-width:1; /* width:400px; */ /* opacity: 0.95; */ } .leadText { font-weight:bold; font-size:11px; text-align:right; background-color:#eee; } .leadText_thin { font-weight:regular; font-size:11px; text-align:right; background-color:#eee; } .contentText_pad { font-weight:regular; font-size:11px; text-align:left; padding-right:20px; } .contentText_mono { font-family: "Lucida Console", "Courier New", monospace; font-weight:regular; font-size:11px; text-align:left; } .contentText_mono_pad { font-family: "Lucida Console", "Courier New", monospace; font-weight:regular; font-size:11px; text-align:left; padding-right:20px; }