171 div.tblholder td.row2_green { padding: 4px; background-color: #F0FFF0; } |
171 div.tblholder td.row2_green { padding: 4px; background-color: #F0FFF0; } |
172 div.tblholder td.row3_green { padding: 4px; background-color: #E8FFE8; } |
172 div.tblholder td.row3_green { padding: 4px; background-color: #E8FFE8; } |
173 |
173 |
174 /* Well, not Midget and not comments (usually), but that's what the class is called ;-). Basically an informational window or used as a wrapper for tables. */ |
174 /* Well, not Midget and not comments (usually), but that's what the class is called ;-). Basically an informational window or used as a wrapper for tables. */ |
175 .mdg-comment, .mdg-infobox { margin-left: 1em; padding: 7px; border: 1px solid #AAAAAA; background-color: #E8E8E8; } |
175 .mdg-comment, .mdg-infobox { margin-left: 1em; padding: 7px; border: 1px solid #AAAAAA; background-color: #E8E8E8; } |
176 |
|
177 /* JWS window theming */ |
|
178 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; } |
|
179 div.titlebar { background-color: #7090B0; color: #FFFFFF; font-family: Trebuchet MS, tahoma, verdana, arial, sans-serif; font-size: 9pt; padding-bottom: 4px; cursor: default; } |
|
180 div.titlebar div.closebtn { width: 16px; height: 16px; border: 1px solid #B0D0F0; background-color: #90B0D0; display: block; } |
|
181 div.titlebar div.closebtn:hover { width: 16px; height: 16px; border: 1px solid #FFFFFF; background-color: #B0D0F0; display: block; } |
|
182 div.titlebar table, div.titlebar td { margin: 0; padding: 0; } |
|
183 div.jswindow div.content { padding: 10px; margin: 0; background-color: #FFFFFF; } |
|
184 |
176 |
185 /* Search results */ |
177 /* Search results */ |
186 div.search-result, div.search-hibar, div.search-lobar { |
178 div.search-result, div.search-hibar, div.search-lobar { |
187 font-family: arial, helvetica, sans-serif; |
179 font-family: arial, helvetica, sans-serif; |
188 font-size: 8pt; |
180 font-size: 8pt; |