* { color: #666666; background-color: #ffffff; margin: 0px; padding: 0px; font-family: helvetica, arial, sans-serif; } body { margin: 0 5em 2em 5em; } a { color: #000000; } h1 { size: large; color: #ff6600; margin-top: 1em; margin-bottom: 0.5em; } h2 { size: medium; margin-top: 1em; margin-bottom: 0.5em; } ul, p, form { margin-top: 0.5em; margin-bottom: 0.5em; font-size: 10pt; } td, th{ font-size: 80%; vertical-align: top; padding: 0.5em; } ul li { list-style: disc inside; } ul ul li { padding-left: 2em; } div#experts { width: 800px; display: block; } div#footer { } div#header { font-size: 80%; background-color: #eeeeee; padding: 0.5em; margin-bottom: 0px; } span.headeritem { background-color: #eeeeee; padding-right: 2em; } span.headeritem a { background-color: #eeeeee; text-decoration: none; } span.urgency-high { background-color: inherit; color: #c00; } span.urgency-medium { background-color: inherit; color: #f90; } span.urgency-low { background-color: inherit; color: #0c0; } /* all about user thumbnails */ div.userthumb { height: 60px; width: 175px; padding: 0px 10px 0px 10px; float: left; } img.mugshot { width: 50px; height: 50px; } div.userthumb img.mugshot { float: left; padding-right: 10px; } div.userthumb a.username { text-decoration: none; } span.activity { font-size: small; } /* end user thumbnail stuff */ /* The following are for the recent comments tool, developed by crism */ div.commentthread { clear: both; margin-bottom: 2em; } div.comment { padding-top: 0.5em; padding-bottom: 0.5em; clear: both; } div.threadinfo p { font-size: small; } div.commentauthor { float: left; width: 200px; font-size: small; text-align: right; padding-right: 10px; } div.commentbody { margin-left: 220px; padding-left: 0px; } /* end comment stuff */ /* Generic class for self-clearing */ .clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clear { min-height: 1%; _height: 1%; /* IE 6 hack. */ }