68 div.tblholder td.row2 { padding: 4px; background-color: #F0F0F0; } |
68 div.tblholder td.row2 { padding: 4px; background-color: #F0F0F0; } |
69 div.tblholder td.row3 { padding: 4px; background-color: #E8E8E8; } |
69 div.tblholder td.row3 { padding: 4px; background-color: #E8E8E8; } |
70 div.tblholder th { padding: 4px; background-color: #7080A0; font-weight: bold; text-align: center; color: #FFFFFF; } |
70 div.tblholder th { padding: 4px; background-color: #7080A0; font-weight: bold; text-align: center; color: #FFFFFF; } |
71 div.tblholder th.subhead { padding: 4px; background-color: #90A0B0; font-weight: bold; text-align: center; color: #FFFFFF; } |
71 div.tblholder th.subhead { padding: 4px; background-color: #90A0B0; font-weight: bold; text-align: center; color: #FFFFFF; } |
72 div.tblholder table { background-color: #FFFFFF; width: 100%; } |
72 div.tblholder table { background-color: #FFFFFF; width: 100%; } |
|
73 |
|
74 div.tblholder th a { |
|
75 color: #FFFFFF !important; |
|
76 text-decoration: underline !important; |
|
77 } |
|
78 |
|
79 div.tblholder th a:hover { |
|
80 color: #FFFF00 !important; |
|
81 text-decoration: underline !important; |
|
82 } |
73 |
83 |
74 /* The "page tools" bar below the site logo but above the page content |
84 /* The "page tools" bar below the site logo but above the page content |
75 div.pagebar { background-color: #B0D0F0; margin-top: 0px; padding: 3px; font-size: 7pt; } |
85 div.pagebar { background-color: #B0D0F0; margin-top: 0px; padding: 3px; font-size: 7pt; } |
76 div.pagebar a { cursor: pointer; padding: 3px; margin-left: 3px; margin-right: 3px; text-decoration: none; color: #406080; } |
86 div.pagebar a { cursor: pointer; padding: 3px; margin-left: 3px; margin-right: 3px; text-decoration: none; color: #406080; } |
77 div.pagebar a.selected { background-color: #FFFFFF; color: #000040; font-weight: bold; } |
87 div.pagebar a.selected { background-color: #FFFFFF; color: #000040; font-weight: bold; } |
220 input#pageheading { font-size: 14pt; border-bottom: 1px solid #90B0D0; margin-bottom: 0; } |
230 input#pageheading { font-size: 14pt; border-bottom: 1px solid #90B0D0; margin-bottom: 0; } |
221 |
231 |
222 input[type ^="button"], input[type ^="submit"] { |
232 input[type ^="button"], input[type ^="submit"] { |
223 background-image: url(../images/buttonbg.gif); |
233 background-image: url(../images/buttonbg.gif); |
224 background-repeat: repeat-x; |
234 background-repeat: repeat-x; |
|
235 color: #202020; |
225 } |
236 } |
226 |
237 |
227 /* JWS window theming */ |
238 /* JWS window theming */ |
228 div.jswindow { border: 2px solid #7090B0; border-top: 5px solid #7090B0; padding: 0px; font-family: Trebuchet MS, tahoma, verdana, arial, sans-serif; font-size: 9pt; display: none; position: absolute; background-color: #FFFFFF; } |
239 div.jswindow { border: 2px solid #7090B0; border-top: 5px solid #7090B0; padding: 0px; font-family: Trebuchet MS, tahoma, verdana, arial, sans-serif; font-size: 9pt; display: none; position: absolute; background-color: #FFFFFF; } |
229 div.titlebar { background-color: #7090B0; color: #FFFFFF; font-family: Trebuchet MS, tahoma, verdana, arial, sans-serif; font-size: 9pt; padding-bottom: 4px; cursor: default; } |
240 div.titlebar { background-color: #7090B0; color: #FFFFFF; font-family: Trebuchet MS, tahoma, verdana, arial, sans-serif; font-size: 9pt; padding-bottom: 4px; cursor: default; } |