/* CASEIN */ /* GENERAL */ * { margin: 0; padding: 0; } body { height: 100%; max-height: 100%; overflow: hidden; background: white; color: black; font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif; margin: 0; padding: 0; } img { border: none; } .spacer { width: 100%; height: 150px; } .clearer { font-size: 1px; clear: both; } /* END OF GENERAL */ /* LOGIN */ div.loginBox { width: 300px; height: auto; text-align: center; } /* END OF LOGIN */ /* HEADER */ #header { background: #EFEFEF; height: 96px; padding: 25px; position: relative; background: url(/casein/images/header.png) repeat-x top left; z-index: 900; } #header h1 a img { border: 0; } #header h1 a { display: block; width: 230px; height: 33px; text-decoration: none; } #dashboard { position: absolute; top: 15px; right: 25px; font-size: 11px; } #dashboard ul { list-style: none; } #dashboard li { float: left; border-right: 1px solid #ccc; padding: 0 10px 0 0; margin: 0 0 0 10px; color: #777; } #dashboard li a { color: #555; font-weight: bold; text-decoration: none; } #dashboard li a:hover { color: #000; } #navigation { position: absolute; bottom: 28px; left: 25px; font-size: 13px; font-weight: bold; } #navigation ul { list-style: none; } #navigation li { float: left; margin: 0 2px 0 0; } #navigation li a { color: #fff; padding: 11px 12px 9px 12px; background: url(/casein/images/nav.png) repeat-x bottom left; text-decoration: none; } #navigation li a:hover { padding: 11px 12px 9px 12px; background: url(/casein/images/nav.png) repeat-x top left; color: #000; } #navigation .active a { background: url(/casein/images/nav.png) repeat-x top left; color: #000; } #altNavigation { position: absolute; bottom: 19px; right: 25px; font-size: 13px; font-weight: bold; } #altNavigation ul { list-style: none; } #altNavigation li { float: left; margin: 0 2px 0 0; } #altNavigation li a { color: #fff; display: block; padding: 12px 12px 10px 12px; background: url(/casein/images/visitSiteNav.png) repeat-x top left; text-decoration: none; } #altNavigation li a:hover { background: url(/casein/images/visitSiteNav.png) repeat-x bottom left; color: #000; } /* END OF HEADER */ /* RIGHT BAR */ #rightBar { position: absolute; right: 0; top: 0; width: 312px; padding: 0 0 0 6px; height: 100%; background: url(/casein/images/rightNav.png) repeat-y top left; z-index: 10; } #rightBar ul { list-style: none; } #rightBar li { font-size: 12px; margin: 0 0 12px 0; } #rightBar li a { display: block; width: 288px; background: url(/casein/images/rightNavButton.png) no-repeat top left; padding: 11px 0 11px 0; color: #555; text-decoration: none; } #rightBar li a:hover { background: url(/casein/images/rightNavButton.png) no-repeat bottom left; color: #000; } #rightBar .active a { background: url(/casein/images/rightNavButton.png) no-repeat bottom left; color: #000; } /* END OF RIGHT BAR */