/* * jQuery UI screen structure and presentation * This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI * Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com * Visit ThemeRoller.com */ /* * Note: If your ThemeRoller settings have a font size set in ems, your components will scale according to their parent element's font size. * As a rule of thumb, set your body's font size to 62.5% to make 1em = 10px. * body {font-size: 62.5%;} */ /*UI tabs*/ .ui-tabs-nav { font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif; font-size: 12px; float: left; position: relative; z-index: 1; border-right: 1px solid #777777; bottom: -1px; } .ui-tabs-nav-item { /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; float: left; border: 1px solid #777777; border-right: none; } .ui-tabs-nav-item a { /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; float: left; font-size: 1em; font-weight: normal; text-decoration: none; padding: .5em 1.4em; color: #eeeeee; background: #444444 url(images/444444_40x100_textures_02_glass_25.png) 0 50% repeat-x; } .ui-tabs-nav-item a:hover { background: #333333 url(images/333333_40x100_textures_02_glass_25.png) 0 50% repeat-x; color: #ffffff; } .ui-tabs-selected { border-bottom-color: #a21111; } .ui-tabs-selected a, .ui-tabs-selected a:hover { background: #a21111 url(images/a21111_40x100_textures_02_glass_35.png) 0 50% repeat-x; color: #ffffff; } .ui-tabs-panel { /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; clear:left; border: 1px solid #777777; background: #ffffff url(images/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x; color: #222222; padding: 0.8em 0.5em; } .ui-tabs-hide { display: none;/* for accessible hiding: position: absolute; left: -99999999px*/; }