37 td#mainhead a:hover { text-decoration: none; color: #000000; border-bottom: 1px dotted #408060; } |
37 td#mainhead a:hover { text-decoration: none; color: #000000; border-bottom: 1px dotted #408060; } |
38 |
38 |
39 /* Text, headings, and links inside the main div (usually #ajaxEditContainer but used some other places as well) */ |
39 /* Text, headings, and links inside the main div (usually #ajaxEditContainer but used some other places as well) */ |
40 div.contentDiv h2 { border-bottom: 1px solid #90D0B0; margin-bottom: 0; } |
40 div.contentDiv h2 { border-bottom: 1px solid #90D0B0; margin-bottom: 0; } |
41 div.contentDiv h3 { font-size: 11pt; font-weight: bold; } |
41 div.contentDiv h3 { font-size: 11pt; font-weight: bold; } |
42 div.contentDiv li , div#messageBox li { list-style: url(../images/bullet.gif); } |
42 div.contentDiv ul li , div#messageBox ul li { list-style: url(../images/mint/bullet.gif); } |
43 div.contentDiv p , div#messageBox p { margin-left: 1.0em; } |
43 div.contentDiv p , div#messageBox p { margin-left: 1.0em; } |
44 div.contentDiv blockquote , div#messageBox blockquote { background-color: #F4F4F4; border: 1px dotted #408060; margin: 1em; padding: 10px; max-height: 250px; overflow: auto; } |
44 div.contentDiv blockquote , div#messageBox blockquote { background-color: #F4F4F4; border: 1px dotted #408060; margin: 1em; padding: 10px; max-height: 250px; overflow: auto; } |
45 div.contentDiv , div#messageBox { font-size: 9pt; } |
45 div.contentDiv , div#messageBox { font-size: 9pt; } |
46 div.contentDiv a , div#messageBox a { color: #70B090; } |
46 div.contentDiv a , div#messageBox a { color: #70B090; } |
47 div.contentDiv a:hover , div#messageBox a:hover { color: #90D0B0; } |
47 div.contentDiv a:hover , div#messageBox a:hover { color: #90D0B0; } |
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: #70A080; font-weight: bold; text-align: center; color: #FFFFFF; } |
70 div.tblholder th { padding: 4px; background-color: #70A080; font-weight: bold; text-align: center; color: #FFFFFF; } |
71 div.tblholder th.subhead { padding: 4px; background-color: #90B0A0; font-weight: bold; text-align: center; color: #FFFFFF; } |
71 div.tblholder th.subhead { padding: 4px; background-color: #90B0A0; 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 /* Colored table cells */ |
|
75 div.tblholder td.row1_red { padding: 4px; background-color: #F8E0E0; } |
|
76 div.tblholder td.row2_red { padding: 4px; background-color: #FFF0F0; } |
|
77 div.tblholder td.row3_red { padding: 4px; background-color: #FFE8E8; } |
|
78 div.tblholder td.row1_green { padding: 4px; background-color: #E0E0F8; } |
|
79 div.tblholder td.row2_green { padding: 4px; background-color: #F0F0FF; } |
|
80 div.tblholder td.row3_green { padding: 4px; background-color: #E8E8FF; } |
|
81 |
|
82 div.tblholder th a { |
|
83 color: #FFFFFF !important; |
|
84 text-decoration: underline !important; |
|
85 } |
|
86 |
|
87 div.tblholder th a:hover { |
|
88 color: #FF00FF !important; |
|
89 text-decoration: underline !important; |
|
90 } |
73 |
91 |
74 /* The "page tools" bar below the site logo but above the page content |
92 /* The "page tools" bar below the site logo but above the page content |
75 div.pagebar { background-color: #B0F0D0; margin-top: 0px; padding: 3px; font-size: 7pt; } |
93 div.pagebar { background-color: #B0F0D0; 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: #408060; } |
94 div.pagebar a { cursor: pointer; padding: 3px; margin-left: 3px; margin-right: 3px; text-decoration: none; color: #408060; } |
77 div.pagebar a.selected { background-color: #FFFFFF; color: #004000; font-weight: bold; } |
95 div.pagebar a.selected { background-color: #FFFFFF; color: #004000; font-weight: bold; } |
220 input#pageheading { font-size: 14pt; border-bottom: 1px solid #90D0B0; margin-bottom: 0; } |
238 input#pageheading { font-size: 14pt; border-bottom: 1px solid #90D0B0; margin-bottom: 0; } |
221 |
239 |
222 input[type ^="button"], input[type ^="submit"] { |
240 input[type ^="button"], input[type ^="submit"] { |
223 background-image: url(../images/buttonbg.gif); |
241 background-image: url(../images/buttonbg.gif); |
224 background-repeat: repeat-x; |
242 background-repeat: repeat-x; |
|
243 color: #202020; |
225 } |
244 } |
226 |
245 |
227 /* JWS window theming */ |
246 /* JWS window theming */ |
228 div.jswindow { border: 2px solid #70B090; border-top: 5px solid #70B090; padding: 0px; font-family: Trebuchet MS, tahoma, verdana, arial, sans-serif; font-size: 9pt; display: none; position: absolute; background-color: #FFFFFF; } |
247 div.jswindow { border: 2px solid #70B090; border-top: 5px solid #70B090; 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: #70B090; color: #FFFFFF; font-family: Trebuchet MS, tahoma, verdana, arial, sans-serif; font-size: 9pt; padding-bottom: 4px; cursor: default; } |
248 div.titlebar { background-color: #70B090; color: #FFFFFF; font-family: Trebuchet MS, tahoma, verdana, arial, sans-serif; font-size: 9pt; padding-bottom: 4px; cursor: default; } |