/* table specification */ .assTable { width: 100%; } /* table body cells */ .assTable td { font-size: 8pt; color: #000000; background-color: #EEEEEE; } .assTable tr.alt td, .assTable td.alt { background-color: #D6EBFF; } .assTable span.date { font-size: 7pt; } .assTable td a:link { text-decoration: none; font-weight: bold } .assTable td a:visited { text-decoration: none; font-weight: bold } .assTable td a:hover { text-decoration: underline; } .assTable td small a:link { text-decoration: none; font-size: 7pt; font-weight: normal } .assTable td small a:visited { text-decoration: none; font-size: 7pt; font-weight: normal } .assTable td small a:hover { text-decoration: underline; font-size: 7pt; font-weight: normal } /* page navigation rows */ .assTable td.pagenav, .assTable td.pagenav a { background-color: #fbfbfb; font-size: 7pt; line-height: 7pt; font-weight: normal; } /* author cell (nickname, thumbnail */ .assTable td.author { width: 105px; font-size: 7pt; vertical-align: bottom; } .message { color: #CC0000; font-weight: bold; } .message a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #CC0000; font-weight: bold} .message a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #CC0000; font-weight: bold} .thumbnail { width: 100px; float:left; margin: 4px 4px 4px 0px; } .small { font-size: 7pt; } /* function buttons */ .assTable td a.function:link, .assTable td a.function:visited { border-style: solid; border-color: #000000; border-width: 0px 2px 1px 0px; background-color: #cccccc; color: #000000; font-weight: normal; font-size: 7pt; margin: 2px 2px 2px 0px; padding: 0px 3px 0px 3px; text-decoration: none; } .assTable td a.function:hover { border-style: solid; border-color: #000000; border-width: 1px 0px 0px 2px; background-color: #cccccc; color: #000000; font-weight: normal; font-size: 7pt; margin: 2px 2px 2px 0px; padding: 0px 3px 0px 3px; text-decoration: none } .assTable tr.alt td a.function:link, .assTable td.alt a.function:link, .assTable tr.alt td a.function:visited, .assTable td.alt a.function:visited { background-color: #eeeeee; } .assTable tr.alt td a.function:hover, .assTable td.alt a.function:hover { background-color: #eeeeee; } /* table header properties */ .assTable th, .assTable th input, .assTable th select { font-size: 8pt; font-weight: bold; color: #ffffff; background-color: #333333; } .assTable th table { width : 100% } .assTable th a:link { color: #ffffff; text-decoration: none; font-size: 8pt } .assTable th a:visited { color: #ffffff; text-decoration: none; font-size: 8pt } .assTable th a:hover { color: #ffffff; text-decoration: underline; font-size: 8pt } .assTable th a.function { font-weight: normal; } .assTable th.altTab { background-color: #207C4D; border: 1px solid #ffffff; border-width: 1px 2px 0px 2px; } /* table footer properties */ .assTable tr.assTableFoot td { background-color: #D6EBFF; color: #000000; font-size: 7pt; font-weight: normal; height: 11pt;} .assTable tr.assTableFoot a:link { text-decoration: none; font-size: 7pt; font-weight: normal; } .assTable tr.assTableFoot a:visited { text-decoration: none; font-size: 7pt; font-weight: normal; } .assTable tr.assTableFoot a:hover { text-decoration: underline; } /* additional table styles */ .profileFunctions { font-size: 7pt; border: 1px solid #CCCCCC; background-color: #EEEEEE; padding: 3px; margin: 0px; } /* additional form styles */ .showtype { font-size:7pt; font-weight: normal; } /* glossary definition styles */ dl { } dt { font-weight: bold; font-size: 8pt; line-height:14pt; margin-top:5px;} dd { font-size: 8pt; }