/*****************************/ /* VHX css elements */ /****************************/ .body-vhx-bg1{ font-family: Arial; font-weight:normal; font-size: 11px; font-style: normal; line-height: normal; color: #000000;background-color: cec7c7} .body-vhx-bg2{ font-family: Arial; font-weight:bold; font-size: 12px; font-style: normal; line-height: normal; color: #eeeeee;background-color: d96a17} .body-vhx-bg3{ font-family: Arial; font-weight:bold; font-size: 12px; font-style: normal; line-height: normal; color: #555555;background-color: f3f3f3} .header-vhx-text { font-family: Arial; font-weight:normal; font-size: 18px; font-style: normal; line-height: normal; color: #700d0d} /****************************/ /* Main stylesheet elements */ /****************************/ .header-bg1 { background-color: #1F1F1F} .header-text { font-family: Arial; font-weight:bold; font-size: 14px; font-style: normal; line-height: normal; color: #263665} .header-text-2{ font-family: Arial; font-weight:normal; font-size: 11px; font-style: normal; line-height: normal; color: #333333} .header-text2{ font-family: Arial; font-weight:bold; font-size: 12px; font-style: normal; line-height: normal; color: #333333} .url-text { font-family: Arial; font-weight:bold; font-size: 9px; font-style: normal; line-height: normal; color: #ffffff} .body-bg1 { background-color: 7A7D78} .body-bg2 { background-color: e3e3e3} .body-bg3 { background-color: e3e3e3} .body-bg4 { background-color: e3e3e3} .menu-bg1 { background-color: 8d8b8b} .main-text { font-family: Arial; font-weight:normal; font-size: 12px; font-style: normal; line-height: normal; color: #000000} /* {margin:0;padding:0} */ body { background-image:url(/images/backgroundcollabo.jpg); background-attachment: fixed; background-position:center center; background-repeat:no-repeat; background-color: #FFFFFF; } .body-bg1 { background-color: #FFFFFF; } .main-text { font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size: 12px; font-style: normal; line-height: normal; color: #000000; margin: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 5px; padding-left: 0px; } .main-text-2{ font-family: Arial; font-weight:normal; font-size: 12px; font-style: normal; line-height: normal; color: #000000} .main-text-3 { font-family: Arial; font-weight:normal; font-size: 12px; font-style: normal; line-height: normal; color: #333333} .footer-text { font-family: Arial; font-weight:normal; font-size: 11px; font-style: normal; line-height: normal; color: #666666} .footer-link{ font-family: Arial; font-weight:normal; font-size: 11px; font-style: normal; line-height: normal; color: #810000} .footer-link:hover{ font-family: Arial; font-weight:normal; font-size: 11px; font-style: normal; line-height: normal; color: #666666} .mail-link{ font-family: Arial; font-weight:normal; font-size: 11px; font-style: normal; line-height: normal; color: #810000;text-decoration:none} .mail-link:hover{ font-family: Arial; font-weight:normal; font-size: 11px; font-style: normal; line-height: normal; color: #666666} .home-link{ font-family: Arial; font-weight:normal; font-size: 12px; font-style: normal; line-height: normal; color: #ffffff;text-decoration:none;font-weight: bold; } .home-link:hover{ font-family: Arial; font-weight:normal; font-size: 12px; font-style: normal; line-height: normal; color: #666666;text-decoration:none;font-weight: bold; } .website-select { color: #333333; font-size: 9px; font-family: verdana; font-weight: normal; border : thin groove; } /*****************************/ /* Menu elements - global */ /****************************/ .dingbat-bg1{ font-family: Arial; font-weight:bold; font-size: 9px; font-style: normal; line-height: normal; color: #BB8775} /****************************/ /* Verticalmenu stylesheet elements */ /****************************/ /*Credits: Dynamic Drive CSS Library */ /*URL: http://www.dynamicdrive.com/style/ */ .suckerdiv ul{ margin: 0; padding: 0; list-style-type: none; width: 150px; /* Width of Menu Items */ border-bottom: 1px solid #ccc; } .suckerdiv ul li{ position: relative; } /*1st level sub menu style */ .suckerdiv ul li ul{ left: 149px; /* Parent menu width - 1*/ position: absolute; width: 160px; /*sub menu width*/ top: 0; display: none; } /*All subsequent sub menu levels offset */ .suckerdiv ul li ul li ul{ left: 159px; /* Parent menu width - 1*/ } /* menu links style */ .suckerdiv ul li a{ display: block; color: black; text-decoration: none; background: #d4d4d4; padding: 1px 5px; border: 0px solid #ccc; border-bottom: 0; font-family: Arial; font-weight:bold; font-size: 11px; } .suckerdiv ul li a:visited{ color: eeeeee; } .suckerdiv ul li a:hover{ background-color: 666666; } .suckerdiv .subfolderstyle{ } /* Holly Hack for IE \*/ * html .suckerdiv ul li { float: left; height: 1%; } * html .suckerdiv ul li a { height: 1%; } /* End */ /****************************/ /* Horizontalmenu stylesheet elements */ /****************************/ .suckertreemenu ul{ margin: 0; padding: 0; list-style-type: none; } /*Top level list items*/ .suckertreemenu ul li{ position: relative; display: inline; float: left; background-color: #8d8b8b; /*overall menu background color*/ font-family: Arial; font-weight:bold; font-size: 12px; } /*Top level menu link items style*/ .suckertreemenu ul li a{ display: block; width: 80px; /*Width of top level menu link items*/ padding: 1px 2px; border: 0px solid black; border-left-width: 0; text-decoration: none; color: ffffff; } /*1st sub level menu*/ .suckertreemenu ul li ul{ left: 0; position: absolute; top: 1em; /* no need to change, as true value set by script */ display: block; visibility: hidden; } /*Sub level menu list items (undo style from Top level List Items)*/ .suckertreemenu ul li ul li{ display: list-item; float: none; } /*All subsequent sub menu levels offset after 1st level sub menu */ .suckertreemenu ul li ul li ul{ left: 159px; /* no need to change, as true value set by script */ top: 0; } /* Sub level menu links style */ .suckertreemenu ul li ul li a{ display: block; width: 160px; /*width of sub menu levels*/ color: ffffff; text-decoration: none; padding: 1px 5px; border: 0px solid #ccc; } .suckertreemenu ul li a:hover{ background-color: 8d8b8b; color: f26621; } /*Background image for top level menu list links */ .suckertreemenu .mainfoldericon{ background: #8d8b8b url(media/arrow-down.gif) no-repeat center right; } /*Background image for subsequent level menu list links */ .suckertreemenu .subfoldericon{ background: #8d8b8b url(media/arrow-right.gif) no-repeat center right; } * html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/ padding-top: 1em; } /* Holly Hack for IE \*/ * html .suckertreemenu ul li { float: left; height: 1%; } * html .suckertreemenu ul li a { height: 1%; } /* End */ ************************************************** **** Tab class ***** ************************************************** .shadetabs{ border-bottom: 1px solid gray; /* width: 90%; width of menu. Uncomment to change to a specific width */ margin-bottom: 1em; margin-left: 0; } .shadetabs ul{ padding: 3px 0; margin-left: 0; margin-top: 1px; margin-bottom: 0; font: bold 12px Verdana; list-style-type: none; text-align: left; /*set to left, center, or right to align the menu as desired*/ } .shadetabs li{ display: inline; margin: 0; } .shadetabs li a{ text-decoration: none; padding: 3px 7px; margin-right: 3px; border: 1px solid #778; color: #2d2b2b; background: white url(images/base_tab_shade.gif) top left repeat-x; } .shadetabs li a:visited{ color: #2d2b2b; } .shadetabs li a:hover{ text-decoration: underline; color: #2d2b2b; } .shadetabs li.selected{ position: relative; top: 1px; } .shadetabs li.selected a{ /*selected main tab style */ background-image: url(images/base_tab_shadeactive.gif); border-bottom-color: white; } .shadetabs li.selected a:hover{ /*selected main tab style */ text-decoration: none; } .tabcontentstyle{ /*style of tab content oontainer*/ border: 1px solid gray; width: 100%; height: 200px; margin-bottom: 1em; padding: 3px; } .tabcontent{ display:none; } @media print { .tabcontent { display:block!important; } } new stuff * {margin:0;padding:0} */ h1 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; margin: 0px; padding-top: 5px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: #4D331E } h2 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; margin: 0px; padding-top: 5px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } .floatleft { float: left; padding-top: 0px; padding-right: 3px; padding-bottom: 5px; padding-left: 3px; margin: 0px; } .floatright { float: right; padding-top: 0px; padding-right: 3px; padding-bottom: 5px; padding-left: 3px; margin: 0px; } .clearfloatall{ clear: both; } #main-footer { font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #FFFFFF; } #featurebox { display: block; margin: 15px; border: 1px solid #4D331E; width: auto; font-family: Arial, Helvetica, sans-serif; font-size: 12px; padding: 0px; background-color: #F2EEEB; } #featurebox h3{ font-family: Arial, Helvetica, sans-serif; font-size: 14px; margin: 0px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 10px; color: #4D331E; background-image: url(images/featurebox_hd.jpg); height: 21px; } #featurebox p{ margin: 0px; padding-top: 5px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; } #indent { padding-top: 0px; padding-right: 15px; padding-bottom: 0px; padding-left: 15px; }