/********************************************************** * * Birmingham Focus on Blindness (BFoB) User layout Style * * Created - 17 March 2003 * * Modified By - Mark Kendall * * Description - * User defined style sheet created from session values * Refer to general.css for layout configurable styles * * Notes - * * Validated 21 March 2003 - W3C Validator OK * **********************************************************/ body { background: #FFFFFF !important; color: #000000 !important; } td { background: none; font-family: "Arial", "Helvetica", sans-serif !important; font-size: 0.8em; color: #000000 !important; font-weight: normal; } td.logo { background: url(/images/white_logo.gif) #FFFFFF no-repeat; color: #000000 !important; } select,input,textarea { font-size: 1em; font-family: "Arial", "Helvetica", sans-serif; } a:link { background: none; color: #0000FF; text-decoration: none } a:active { background: none; color: #0000FF; text-decoration: none } a:visited { background: none; color: #0000FF; text-decoration: none } a:hover { background: none; color: #0000FF; text-decoration: underline } /********* Default Top Navigation Colors, Weight and links ******/ #topNavigation td.link { width: 12%; height: 100%; } #topNavigation a { display: block; width: 100%; height: 100%; text-align: center; padding: 5px 0; } #topNavigation a:link { color: #000000; text-decoration: none; font-size: 90% } #topNavigation a:active { color: #000000; text-decoration: none; font-size: 90% } #topNavigation a:visited { color: #000000; text-decoration: none; font-size: 90% } #topNavigation a:hover { background: #000000; color: #ffffff; text-decoration: none; font-size: 90%} #topNavigation div.spacer { display: block; float: left; visibility: hidden; text-align: center; } #nav1 { background: #E3D373; font-weight: bold; color: #666666; } #nav2 { background: #C9BBD0; font-weight: bold; color: #666666; } #nav3 { background: #F3A06A; font-weight: bold; color: #666666; } #nav4 { background: #B2B178; font-weight: bold; color: #666666; } #nav5 { background: #DA9CBE; font-weight: bold; color: #666666; } #nav6 { background: #98B7BA; font-weight: bold; color: #666666; } #nav7 { background: #96C776; font-weight: bold; color: #666666; } /********* End Top Navigation Colors and Weights *********/ /********* Default Side Navigation Colors and Weight *****/ #subNavigation div.sectionTitle { color: #000; font-weight: bold; margin-top: 5px; } #subNavigation ul { margin: 0; padding: 0; } #subNavigation li { list-style-type: none; margin-top: 1px; } #subNavigation ul.subSection { margin: 0; padding: 0; } #subNavigation a { padding: 1px 5px; display: block; font-weight: bold; text-decoration: none; } #subNavigation a.main { background: #58bec7; color: #000000; } #subNavigation a.sub { padding-left: 20px; background: #6DECF7; font-weight: normal; color: #000000; } #subNavigation a:hover { background: #000; color: #FFF } div.sectionTitle { background: #E3D373; font-size: 1.4em; } div.sectionTitle a, div.sectionTitle a:visited { line-height: 1.6em; padding: 10px 5px; color: #000; } div.sectionTitle a:hover { background: #000; color: #FFF } /********* End Side Navigation Colors and Weights *********/ /********* boxout default colors *************************/ #login { background: #E3D373; color: #666666; font-weight: bold; list-style-type: square; text-decoration: none !important } #siteLayout{ background: #F3A06A; color: #666666; font-weight: bold; list-style-type: square; text-decoration: none !important } #news { background: #98B7BA; color: #666666; font-weight: bold; list-style-type: square; text-decoration: none !important } /********* End boxout default colors *********************/ /********* Search Form Styling ****************************/ #search { font-weight: bold } #submitSearch { border: 1px solid } #searchText { border: 1px solid } /********* End Search Form Styling ************************/ /********* Content Styling ********************************/ .headline { font-size: 230%; font-weight: bold } .subHeadline { font-size: 100% } /********* End Content Styling ****************************/ /********* Index Page Information Boxes Styling ***********/ td.infoBox1Head { font-weight: bold; background: #E3D373; color: #666666 } td.infoBox2Head { font-weight: bold; background: #C9BBD0; color: #666666 } td.infoBox3Head { font-weight: bold; background: #DA9CBE; color: #666666 } td.infoBox4Head { font-weight: bold; background: #F17C2C; color: #666666 } td.infoBox1Pic { font-weight: bold; background: #F9F3DB; color: #666666; padding: 5px } td.infoBox2Pic { font-weight: bold; background: #E1D9E6; color: #666666; padding: 5px } td.infoBox3Pic { font-weight: bold; background: #F3DFEA; color: #666666; padding: 5px } td.infoBox4Pic { font-weight: bold; background: #FCE1CE; color: #666666; padding: 5px } .infoBox1Image { border-left: 6px solid #E3D373; border-right: 2px solid #E3D373; border-top: 2px solid #E3D373; border-bottom: 8px solid #E3D373; } .infoBox2Image { border-left: 6px solid #C9BBD0; border-right: 2px solid #C9BBD0; border-top: 2px solid #C9BBD0; border-bottom: 8px solid #C9BBD0; } .infoBox3Image { border-left: 6px solid #DA9CBE; border-right: 2px solid #DA9CBE; border-top: 2px solid #DA9CBE; border-bottom: 8px solid #DA9CBE; } .infoBox4Image { border-left: 6px solid #F17C2C; border-right: 2px solid #F17C2C; border-top: 2px solid #F17C2C; border-bottom: 8px solid #F17C2C; } #infoBox1 { background: #F9F3DB; color: #666666 } #infoBox2 { background: #E1D9E6; color: #666666 } #infoBox3 { background: #F3DFEA; color: #666666 } #infoBox4 { background: #FCE1CE; color: #666666 } /********* End Index Page Information Boxes Styling *******/