﻿/* banner area */
.bannerRelative { position: relative; margin-top: 5px; }
.bannerRightTR { width: 6px; height: 6px; position: absolute; top: 0; right: 0; background: url('/images/cornerWhiteTR.gif') no-repeat; }
.bannerLayout { width: 100%; background: #ffffff; }
.bannerLeft { width: 592px; }
.bannerImage { height: 151px; }
.bannerRight { width: 99%; padding: 0 5px 0 15px; font-size: .85em; background: url('/images/cornerWhiteBR.gif') bottom right no-repeat; }
.bannerTitle { font-weight: bold; }
.bannerDescription {  }

/* override master page elements */
h1.pageTitle { display: none; }
#contentLeft, #contentLeftB { width: 6px; border-width: 0; }
div.pageContent { padding: 6px 10px 10px 4px; }

/* home page layout */
.homePageLayout { width: 100%; }
.homePageLeft { width: auto; padding-right: 5px; vertical-align: top; }
.homePageCenter { width: 170px; padding-right: 5px; vertical-align: top; text-align: center; }
.homePageRight { width: 223px; vertical-align: top; }


/* content */
.divWhite { height: 10px; background: url('/images/divShadowH.gif') repeat-x; }
.divGray { background: #d0d0d0 url('/images/divShadowH_gray.gif') top repeat-x; padding: 2px 5px 2px 5px; color: #636363; font-weight: bold; border-bottom: 1px #636363 dotted; }
.homeBoxTitle { color: #000; background: #c3d1e6; font-weight: bold; padding: 0 5px 0 5px; }
.homeBoxContent { padding: 5px; }

/* left column */
.homeBoxLeftT { width: 470px; height: 6px; background: url('/images/homeBoxLeftT.gif') no-repeat; }
.homeBoxLeftC { width: 468px; border: #d3d3d3 solid; border-width: 0 1px 0 1px; }
.homeBoxLeftB { width: 470px; height: 6px; background: url('/images/homeBoxLeftB.gif') no-repeat; margin-bottom: 10px; }
#homeBoxLeft_bottom { background: url('/images/homeBoxLeftT_white.gif') no-repeat;  }

/* center column */
/*.homeBoxCenterTop { margin-bottom: 10px; text-align: left; }*/
.homeBoxCenterTop { margin-bottom: 10px; text-align: left; display:none; }
.homeBoxCenterT { width: 170px; height: 7px; background: url('/images/homeBoxCenterT.gif') no-repeat; }
.homeBoxCenterC { width: 168px; border: #d3d3d3 solid; border-width: 0 1px 0 1px; text-align: left; }
.homeBoxCenterB { width: 170px; height: 6px; background: url('/images/homeBoxCenterB.gif') no-repeat; margin-bottom: 10px; }

/* right column */
.homeBoxRightTop { margin-bottom: 10px; display: none; }
.homeBoxRightT { width: 223px; height: 20px; background: url('/images/homeBoxRightT.gif') no-repeat; padding: 3px 5px 0 5px; color: #000000; font-weight: bold; }
.homeBoxRightC { width: 221px; border: #d3d3d3 solid; border-width: 0 1px 0 1px; }
.homeBoxRightB { width: 223px; height: 6px; background: url('/images/homeBoxRightB.gif') no-repeat; margin-bottom: 10px; }
.homeBoxLearn { width: 193px; height: 69px; padding: 10px 20px 0 10px; font-size: .85em; }

/* right column (gray) */
.homeBoxRightGrayC { width: 221px; border: #d3d3d3 solid; border-width: 0 1px 0 1px; background: #f1f1f1; }
.homeBoxRightGrayB { width: 223px; height: 6px; background: url('/images/homeBoxRightBGray.gif') no-repeat; margin-bottom: 10px; }

/* right column (login) */
.homeLogin { font-size: .8em; }
.homeLogin table { width: 100%; }
.homeLoginLeft { width: 50%; padding: 5px; }
.homeLoginRight { width: 50%; padding: 5px 5px 5px 0; }
.homeLoginJoin { border-top: 1px #636363 dotted; padding: 5px; }

/* right column (button links) */
.homeButtonLink { 
	color: #000; text-decoration: none; font-weight: bold; 
	margin: 5px 0 5px 0;
}
.homeButtonLink div {
	height: 27px; max-height:27px; 
	background: url(/images/HomeButtonLink.gif) top left no-repeat;        
	padding: 5px 0 0 5px;
}
.homeButtonLink div:hover { text-decoration: underline; }
