/*=========================================================================== // style/Doc__css.php //=========================================================================*/ /**/ {}/* fixes mysterious ignoring of first class. */ /*Images, Tables, and Mysterious Gaps http://developer.mozilla.org/en/docs/Images,_Tables,_and_Mysterious_Gaps -------------------- - Any image alone in a table cell (e.g., single-pixel spacer images) should be made block-level: "td img {display: block;}". - Any image in a table cell with other images should be vertically aligned with the bottom of the line box: "td img {vertical-align: bottom;}". - Any image in a table cell with other images and text should have its vertical alignment changed as necessary, if at all. */ img, th img, td img { vertical-align: bottom; } body { height: 100%; margin: 0; } .accesskey { text-decoration: underline; } .notice { color: blue; font-weight: bold; font-size: 13px; } /*=========================================================================== // END style/Doc__css.php //=========================================================================*/ /*=========================================================================== // style/ContainerE__css.php //=========================================================================*/ /**/ .ErrorList { background-color: white; border-style: solid; border-color: red; padding: 6px; padding-top: 10px; margin-bottom: 6px; } .ErrorList > ul { /* FF-fix: child-selector ignored by IE6&7. */ margin-left: 0px; padding-left: 0px; } .ErrorList ul { margin: 0px; margin-left: 25px; } .ErrorList_title { border-collapse: collapse; position: relative; /* IE6-fix: avoids clipping. */ background-color: 6F6F6F; color: white; font-size: 14px; font-weight: bold; white-space: nowrap; line-height: 19px; margin-left: 12px; margin-bottom: -12px; } .ErrorList_title td { padding-left: 4px; padding-right: 4px; } .error { color: red; } /*=========================================================================== // END style/ContainerE__css.php //=========================================================================*/ /*=========================================================================== // style/ContainerU__css.php //=========================================================================*/ /**/ .UpdateList { background-color: white; border-style: solid; border-color: blue; padding: 6px; padding-top: 10px; margin-bottom: 6px; } .UpdateList > ul { /* FF-fix: child-selector ignored by IE6&7. */ margin-left: 0px; padding-left: 0px; } .UpdateList ul { margin: 0px; margin-left: 25px; } .UpdateList_title { border-collapse: collapse; position: relative; /* IE6-fix: avoids clipping. */ background-color: 6F6F6F; color: white; font-size: 14px; font-weight: bold; white-space: nowrap; line-height: 19px; margin-left: 12px; margin-bottom: -12px; } .UpdateList_title td { padding-left: 4px; padding-right: 4px; } .failure { color: red; } .success { color: green; } /*=========================================================================== // END style/ContainerU__css.php //=========================================================================*/ /*=========================================================================== // style/Console__css.php //=========================================================================*/ /**/ #console_TABLE { border-collapse: collapse; background: url(./image/bg1.gif) repeat 0px 0px; width: 100%; height: 100%; } #console_head_TD { padding: 0; height: 1; } #console_body_TD { padding: 0; } #console_foot_TD { padding: 0; height: 12; font-family: arial; font-weight: bold; font-size: 10px; text-align: right; } #body_TABLE { border-collapse: collapse; width: 100%; height: 100%; } #body_nav_TD { padding: 0; width: 150; vertical-align: top; } #body_content_TD { padding: 0; } #body_margin_TD { padding: 0; width: 33; } /*--------------------------------------------------------------------------- //head. */ #head_TABLE { border-collapse: collapse; width: 100%; } #head_l_TD { padding: 0; vertical-align: top; } #head_r_TD { padding: 0; vertical-align: top; } #head_c_TD { padding: 0; width: 329; } #c_facade { background: url(./image/facade.gif) no-repeat 0px 0px; } #c_roof { background: url(./image/roof_ends.gif) no-repeat 0px 80px; } #c_people { background: url(./image/people.gif) no-repeat 0px 0px; height: 161; } #c_link { display: block; /* FF-fix: prevents ignored width. */ width: 185; height: 22; margin-left: 70; margin-right: 74; text-decoration: none; } #l_sky { background: url(./image/think.gif) no-repeat 100% 32px; height: 80; background-color: 00aeef; } #l_roof { background: url(./image/roof_l.gif) repeat-x 100% 0px; height: 30; } #l_pole { background: url(./image/pole.gif) repeat-x 100% 12px; height: 37; } #nav_head { background: url(./image/nav_head.gif) no-repeat 12px 15px; height: 33; } #r_sky { background: url(./image/big.gif) no-repeat 0px 30px; height: 80; background-color: 00aeef; } #r_roof { background: url(./image/roof_r.gif) repeat-x 0px 0px; height: 30; } #r_pole { background: url(./image/pole.gif) repeat-x 0px 12px; height: 37; } /*--------------------------------------------------------------------------- //content. */ #content_TABLE { border-collapse: collapse; background-color: c46a71; width: 100%; height: 100%; } #content_st_TD { background: url(./image/content_st.gif) repeat-x 0px 0px; } #content_sl_TD { background: url(./image/content_sl.gif) repeat-y 0px 0px; } #content_sr_TD { background: url(./image/content_sr.gif) repeat-y 100% 0px; } #content_sb_TD { background: url(./image/content_sb.gif) repeat-x 0px 100%; } #content_ctl_TD{ background: url(./image/content_ctl.gif) no-repeat 0px 0px; width: 13; padding: 0; height: 13; } #content_ctr_TD{ background: url(./image/content_ctr.gif) no-repeat 100% 0px; width: 13; padding: 0; } #content_cbl_TD{ background: url(./image/content_cbl.gif) no-repeat 0px 100%; height: 13; padding: 0; } #content_cbr_TD { /*do-nothing.*/ } #content_output_TD { background: url(./image/bg2.gif) repeat 0px 0px; background-color: ffffff; vertical-align: top; font-family: verdana, sans-serif; font-size: 19px; padding: 6; } #content_output_TD table { font-size: 19px; } /*--------------------------------------------------------------------------- //foot. */ #toTop { background: url(./image/bell.gif) no-repeat 0px 100%; margin-top: -78; float: right; /*=== FLOAT right. ===*/ } #totop_link { background: url(./image/totop_false.gif) no-repeat 0px 0px; } #totop_link a { clear: right; /*=== CLEAR right. ===*/ display: block; /* FF-fix: required for link wider than text. */ background: url(./image/totop_true.gif) no-repeat -59px 0px; width: 59; height: 78; } #totop_link a:hover { background-repeat: repeat-x; } #watermark { color: ecebe6; } #copyright { color: 808080; margin-right: 62; } /*=========================================================================== // END style/Console__css.php //=========================================================================*/ /*=========================================================================== // style/Nav__css.php //=========================================================================*/ /**/ #nav_TABLE { border-collapse: collapse; margin-top: 1; margin-left: 4; } .nav_item_TD { padding: 0; background: url(./image/nav_grad.gif) no-repeat 100% 100%; background-color: 000000; font-family: arial; font-weight: bold; font-size: 16px; } .nav_st { background: url(./image/nav_st.gif) repeat-x 0px 0px; } .nav_sl { background: url(./image/nav_sl.gif) repeat-y 0px 0px; } .nav_sr { background: url(./image/nav_sr.gif) repeat-y 100% 0px; } .nav_sb { background: url(./image/nav_sb.gif) repeat-x 0px 100%; } .nav_ctl { background: url(./image/nav_ctl.gif) no-repeat 0px 0px; } .nav_ctr { background: url(./image/nav_ctr.gif) no-repeat 100% 0px; } .nav_cbl { background: url(./image/nav_cbl.gif) no-repeat 0px 100%; } .nav_cbr { background: url(./image/nav_cbr.gif) no-repeat 100% 100%; } .nav_option { width: 118; margin-left: 10; /* FF-fix: requires margin instead of padding. */ margin-right: 8; /* FF-fix: requires margin instead of padding. */ } .nav_item_TD a { display: block; /* FF-fix: required for link wider than text. */ color: lightgrey; padding-top: 8; padding-bottom: 4; } .nav_item_TD a:link, .nav_item_TD a:visited { text-decoration: none; } .nav_item_TD a:hover { color: d57b82; } #nav_selected { font-family: arial; font-weight: bold; font-style: italic; font-size: 20px; color: ffffff; padding-top: 5; padding-bottom: 2; } .nav_select_TD { padding: 0; width: 10; font-size: 0px; } .nav_selector { background: url(./image/nav_indicate.gif) no-repeat -10px 3px; height: 21; } #nav_s { background: url(./image/nav_selected.gif) no-repeat 0px 3px; height: 21; } #logo { background: url(./image/logo.gif) no-repeat 0px 100%; height: 94; } /*=========================================================================== // END style/Nav__css.php //=========================================================================*/