.Button {font-size:18; text-decoration:blink; font-weight:bold; color:maroon} .NoShow { display:none} .Unicode { color:blue; font-size: 9pt; font-family:"Bitstream Cyberbit"} .UnicodeB { color:blue; font-size: 9pt;} .Bold { color:DarkRed; font-weight:bold} .BoldNot { color:DarkRed} .BoldB { color:Black; font-weight:800} .SmallText { font-family:'Trebuchet MS', Verdana, 'Trebuchet MS', Verdana, Arial, Helvetica, Helv,sans-serif; font-weight:300; font-size:7pt; color:black} A:HOVER {BACKGROUND-COLOR: #D3D3D3} A {font-weight:bold} TR {vertical-align:middle} TD FONT, INPUT, TD, TEXTAREA, A, BODY, OPTION, SELECT { font-family:'Trebuchet MS', Verdana, Arial, Helvetica, Helv,sans-serif; font-size:9pt} TH FONT, .ColHead { font-family:'Trebuchet MS', Verdana, Arial, Helvetica, Helv,sans-serif; font-weight:800; font-size:8pt; color:maroon} .BoldLink { font-family:'Trebuchet MS', Verdana, Arial, Helvetica, Helv,sans-serif; font-weight:bold; font-size:10pt; color:blue} .MediumText { font-family:'Trebuchet MS', Verdana, Arial, Helvetica, Helv,sans-serif; font-weight:800; font-size:10pt} .MediumTextGray { font-family:'Trebuchet MS', Verdana, Arial, Helvetica, Helv,sans-serif; font-size:10pt; color:#990000} .LargeText { font-family:'Trebuchet MS', Verdana, Arial, Helvetica, Helv,sans-serif; font-weight:800; font-size:12pt; color:black} .LargeRedText { font-family:'Trebuchet MS', Verdana, Arial, Helvetica, Helv,sans-serif; font-weight:800; font-size:12pt; color:#cc3300} .ExtraLargeText { font-family:'Trebuchet MS', Verdana, Arial, Helvetica, Helv,sans-serif; font-weight:800; font-size:14pt; color:Red} .ResultsText { font-weight:bold; font-size:9pt; color:Maroon} .WhiteText { font-weight:bold; font-size:8pt; color:White} .ViewTitle { font-family:'Trebuchet MS', Verdana, Arial, Helvetica, Helv,sans-serif; font-weight:bold; font-size:14pt; color:black} .ViewSubtitle { font-family:'Trebuchet MS', Verdana, Arial, Helvetica, Helv,sans-serif; font-weight:bold; font-size:9pt; color:black} .buttonselected { font-family:'Trebuchet MS', Verdana, Arial, Helvetica, Helv,sans-serif; font-weight: 700; text-indent: 0pt; padding: 2pt; border: 2pt; border-style: outset; border-color: black; layerbackground-color: lightgrey; } .TableButton { background-color:#003399} .TableButton A:HOVER {BACKGROUND-COLOR: #003399} .LinkButton { text-color: white; color:#ffffff; text-decoration:none} /****************************************************************************** * Styles for the tabbed displays. * ******************************************************************************/ /*----------------------------------------------------------------------------- Note: The border-radius property is a proposed feature for CSS3 which creates rounded corners. Mozilla/Netscape browsers currently support this feature via the proprietary -moz-border-radius property. Both are defined here. Browsers that support neither should simply ignore them. -----------------------------------------------------------------------------*/ div.tabBox {} div.tabArea { font-size: 80%; font-weight: bold; padding: 0px 0px 3px 0px; } a.tab { background-color: #cccc99; border: 2px solid #000000; border-bottom-width: 3px; border-color: #f0d0ff #b090e0 #b090e0 #f0d0ff; -moz-border-radius: .75em .75em 0em 0em; border-radius-topleft: .75em; border-radius-topright: .75em; padding: 2px 1em 2px 1em; position: relative; text-decoration: none; top: 3px; z-index: 100; font-weight:bold; } a.tab, a.tab:visited { color: #8060b0; } a.tab:hover { background-color: #a080d0; border-color: #c0a0f0 #8060b0 #8060b0 #c0a0f0; color: #ffe0ff; } .tabsel { background-color: #a080d0; border: 2px solid #000000; border-bottom-width: 3px; border-color: #c0a0f0 #8060b0 #8060b0 #c0a0f0; -moz-border-radius: .75em .75em 0em 0em; border-radius-topleft: .75em; border-radius-topright: .75em; padding: 2px 1em 2px 1em; position: relative; text-decoration: none; top: 3px; z-index: 100; font-weight:bold; } a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited { background-color: #9070c0; border-color: #b090e0 #7050a0 #7050a0 #b090e0; color: #ffe0ff; } a.tab.activeTab { padding-bottom: 4px; top: 1px; z-index: 102; } div.tabMain { background-color: #9070c0; border: 2px solid #000000; border-color: #b090e0 #7050a0 #7050a0 #b090e0; -moz-border-radius: 0em .5em .5em 0em; border-radius-topright: .5em; border-radius-bottomright: .5em; padding: .5em; position: relative; z-index: 101; } div.tabIframeWrapper { width: 100%; } iframe.tabContent { background-color: #9070c0; border: 1px solid #000000; border-color: #7050a0 #b090e0 #b090e0 #7050a0; width: 100%; height: 36ex; } /****************************************************************************** * Additional styles. * ******************************************************************************/ h4#title { background-color: #503080; border: 1px solid #000000; border-color: #7050a0 #b090e0 #b090e0 #7050a0; color: #d0b0ff; font-weight: bold; margin-top: 0em; margin-bottom: .5em; padding: 2px .5em 2px .5em; }