
/* Colors */ /* "#cddeef" */


/* App-Based Colors */

/* Text */

/* New Offering Details */


/* LAYOUT: Width */

/* Width of MainNav, Title Bar sections - sum of all but 764px = 764px */

/* 800 x 600 */

/* 1024 x 768 */
/*
--- ScreenWidth "1024"
--- PageWidth "988px"

--- RightRoundedEdgeLeftPos "978"

--- TitleBarLogoWidth "138px"
--- TitleBarMiddleSpaceWidth "590px"
--- TitleBarSearchWidth "260px"
*/

/* Items inside main sections of MainNav Title Bar */
/* Language Section */

/* Width of Main Menu Area */ /* Must be 100% / [number-of-menu-headers] */


/* LAYOUT: Height */

/* Height of MainNav components (sum = 121px) */ /* TitleBarHeight + TitleBarAccessibilityLinksHeight + (extra pixels for perfection) */ /* MainNavHeight + some pixels perhaps */

/* Adds up to TitleBarHeight */


/* POSITIONING */





/*** Articles ***/

.HomeArticles {
	width: 100%;
}
.HomeArticles table td.SectionBullet {
	padding-top: 3px; padding-right: 8px;
}
.HomeArticles table td.Section {
	padding-bottom: 10px;
}
.HomeArticles .SectionTitle {
	margin-top: 0px; margin-bottom: 10px;
	font-size: 13px;
	text-transform: none;
}
.ArticleListing {
	margin-bottom: 10px;
	font-size: 11px;
}
.ArticleHeader {
	padding-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
}
.ArticleListing a {
	text-decoration: underline;
}
.ArticleListing a:hover {
	text-decoration: none;
}

/*** Login Form ***/

.HomeNavArea .FormBox table {
	width: 100%;
	margin-bottom: 15px;
}
.HomeNavArea .FormBox .Title, .HomeNavArea .FormBox .Content {
	padding-left: 10px; padding-right: 10px;
}
.HomeNavArea .FormBox .Title {
	padding-top: 15px;
}
.HomeNavArea .FormBox .Content {
	padding-bottom: 15px;
	font-size: 10px;
}
.HomeNavArea .FormBox .Content .PasswordContainer {
	width: 100%;
}
.HomeNavArea .FormBox .Content .dx-text {
	width: 100%;
}
.HomeNavArea .FormBox .Content .Button {
	margin-left: 10px;
}
.FormBox .Content .AttentionButton {
	
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
	border-bottom: 1px solid #003366;
	border-right: 2px solid #003366;
	border-top: 1px solid #b4e1fb;
	border-left: 1px solid #b4e1fb;
	background-color: #336699;
	foreground-color: white;
	font-size: 15px;
	color: white;
	margin-bottom: 5px;
}
.HomeNavArea .FormBox .InputLabel {
	padding-top: 6px; padding-bottom: 2px;
}
.HomeNavArea .FormBox a {
	text-decoration: underline;
}
.HomeNavArea .FormBox .Hint 
{
	font-size: 9px;
	color: #777777;
	margin-bottom: 3px;
}

.LoginFormTitle {
color: #003366;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 5px;
	padding-bottom: 5px;
	width: 100%;
	
}
/*** Home Splash Area ***/

td.HomeSplashBlurb {
	padding-top: 20px; padding-left: 20px;
}
