﻿/* layout */
#columnCenter { width: 525px; vertical-align: top; }
#columnRight { display: block; width: 230px; vertical-align: top; }
#pageCorner { display: block; width: 14px; height: 15px; position: absolute; top: 0; left: 961px; background: url('/PublishingImages/pageCornerTR.gif') top right no-repeat; }

/* banner */
#sloganLeft { padding: 0; }
#sloganRight { /* background: url('/PublishingImages/sloganBg.jpg'); */ }
#homeBanner { width: 100%; }
#homeBannerLeft { width: 220px;  vertical-align: middle; } /*background: url('/PublishingImages/loginBg.jpg');*/
#homeBannerRight { width: 495px; vertical-align: bottom; }
.homeBanner { height: 131px; width: 495px; overflow: hidden; display:none; }

/* login */
.homeLogin { width: 90%; margin: auto; font-size: .9em; }
.homeLoginTitle { font-size: 1.2em; font-family: "Calisto MT", "Times New Roman", Times, serif; }
.homeLoginContent { }
.homeLoginContent input { width: 180px; }
.homeLoginSubmit { text-align: right; padding: 5px 13px 0 0; }
.homeLoginSubmit input { width: auto; background: url('/PublishingImages/buttonBg.gif'); color: #155192; font-weight: bold; border-width: 0; font-size: 11px; }
.homeLoginContent span { float: right; }

/* page title */
h1.pageTitle { color: #285e98; font-family: "Calisto MT", "Times New Roman", Times, serif; font-weight: bold; font-size: 1.6em; padding: 0; margin: 10px 0 10px 0; }
h1.pageTitle a { color: #285e98; text-decoration: none; }

/* tabs */
#tabsLayout { }
#tabsTable { width: 100%; font-size: 90%; letter-spacing: -1px; }
.tab { background: url('/PublishingImages/tabBg.gif') repeat-x; border-right: 2px #ffffff solid; }
.tab a { display: block; color: #ffffff; text-decoration: none; background: url('/PublishingImages/tabCornerL.gif') top left no-repeat; }
.tab span { display: block; padding: 10px 5px 5px 10px; background: url('/PublishingImages/tabCornerR.gif') top right no-repeat; }
.tabActive { background: url('/PublishingImages/tabBgActive.gif') repeat-x; border-right: 2px #ffffff solid; }
.tabActive a { display: block; color: #ffffff; text-decoration: none; background: url('/PublishingImages/tabCornerActiveL.gif') top left no-repeat; }
.tabActive span { display: block; padding: 10px 5px 5px 10px; background: url('/PublishingImages/tabCornerActiveR.gif') top right no-repeat; }
.tabPane { display: none; }
.tabPaneActive { display: block; padding: 0 10px 10px 10px; }
.tabShadow { height: 16px; background: url('/PublishingImages/tabShadow.jpg') repeat-x; }
#tab4 { border-right-width: 0 !important; }

/* zones (at bottom of page) */
#homeZones { width: 100%; margin-top: 20px; }
#homeZonesLeft { width: 50%; vertical-align: top; }
#homeZonesRight { width: 50%; vertical-align: top; }
.homeZonesTitle { background: url('/PublishingImages/tabBgActive.gif') repeat-x; border-right: 4px #ffffff solid; color: #ffffff; }
.homeZonesTitle span { display: block; background: url('/PublishingImages/tabCornerActiveL.gif') top left no-repeat; }
.homeZonesTitle strong { display: block; padding: 8px 10px 5px 10px; background: url('/PublishingImages/tabCornerActiveR.gif') top right no-repeat; font-weight: normal; }
.homeZonesContent { padding: 0 5px 5px 5px; }
#rightZone { border-right-width: 0 !important; }

