37 td#mainhead a:hover { text-decoration: none; color: #000000; border-bottom: 1px dotted #406080; } |
37 td#mainhead a:hover { text-decoration: none; color: #000000; border-bottom: 1px dotted #406080; } |
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 #90B0D0; margin-bottom: 0; } |
40 div.contentDiv h2 { border-bottom: 1px solid #90B0D0; 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/bleu/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 #406080; margin: 1em; padding: 10px; max-height: 250px; overflow: auto; } |
44 div.contentDiv blockquote , div#messageBox blockquote { background-color: #F4F4F4; border: 1px dotted #406080; 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: #7090B0; } |
46 div.contentDiv a , div#messageBox a { color: #7090B0; } |
47 div.contentDiv a:hover , div#messageBox a:hover { color: #90B0D0; } |
47 div.contentDiv a:hover , div#messageBox a:hover { color: #90B0D0; } |