
/* 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 */





/*** Dimensions ***/

/* Sync with 260px (Standard.dxssi) */ /* HomeNavWidth - some pixels */


/*** General Styles ***/

.PageContentContainer {
	height: 70%;
}
.BoxTitle, .HomeNavArea .FormBox .Title {
	color: #003366;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#ContentTitle {
	margin-left: 0px; margin-right: 0px; margin-bottom: 15px;
	padding-left: 0px; padding-top: 0px;
}


/*** Home Nav ***/

td.HomeNavArea {
	width: 260px;
	padding: 0px;
}
div.HomeNavArea {
	width: 259px;
	margin-bottom: 40px;
	border-right: 1px solid #bababa;
}
.HomeNavContainer {
	width: 100%;
	border-left: 1px solid #bababa;
}
.HomeNavStyleFooter {
	width: 100%; height: 10px;
	margin: 0 auto;
	padding: 0px;
	border: 0px;
	background: url(../../images/RoundedCorner_1px_BorderGrayLight_bottom_left.gif) no-repeat bottom left;
}
.HomeNavArea .FormBox {
	width: 100%;
	border: 0px;
}

.FormBox {
	background-color: #cccccc;
}

/*overried the text align right of the standard forms */
.FormBox .InputLabel {
	text-align:left;
}

/*** Logged-in Nav ***/

.LoggedInNav {
	width: 100%;
	border: 0px;
	background-color: #cccccc;
	color: #003366;
}
.LoggedInNav .Title, .LoggedInNav .Content {
	padding-right: 10px;
}
.LoggedInNav .Title {
	padding-top: 15px; padding-bottom: 10px; padding-left: 10px;
}
.LoggedInNav .Title td {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.LoggedInNav .Title img {
	margin-top: 3px; margin-right: 7px;
}
.LoggedInNav .Title .UserName {
	font-size: 11px;
	font-weight: normal;
}
.LoggedInNav .Content {
	padding-left: 5px; padding-bottom: 15px;
}
.SubNav {
	padding-top: 0px;
}


/*** Home Canvas Area ***/

td.HomeCanvasArea {
	padding-left: 0px; padding-right: 7px;
}


/*** Home Splash Area ***/

.HomeSplashArea {
	width: 99.9%; /* 100% and Netscape doesn't render the rightmost 1 pixel of rounded border */
	margin: 0 auto; 
	padding: 0px; padding-right: 1px; padding-bottom: 1px;
	background: url(../../images/RoundedCorner_1px_BorderGrayLight_bottom_right.gif) no-repeat bottom right;
}
.HomeSplashTable {
	background-color: transparent;
}
.HomeSplashSearchBoxContainer {
	padding-left: 7px;
}

/*** Inventory Search Form ***/
.InventoryBox {
	margin-top: 8px;
}
.InventoryBox .InputLabel {
	padding-top: 3px; padding-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
}
.InventoryBox .Input {
	padding-bottom: 10px;
}
.InventoryBox .Input div {
	margin: 0px; padding: 0px;
}
.InventoryBox .ColR {
	padding-left: 9px;
}
.InventoryBox select {
	width: 150px;
}
.InventoryBox .ButtonCell {
	padding-bottom: 15px;
}


/*** Home Content Area ***/

.HomeContentContainer {
	margin-left: 20px; margin-right: 15px; margin-top: 25px; margin-bottom: 30px;
	font-size: 11px;
}


/*** Featured Offerings ***/

.FeaturedOfferings {
	width: 100%;
	padding: 0px;
	font-size: 11px;
	text-transform: none;
}
.FeaturedOfferings .SectionTitle {
	margin-bottom: 20px;
	font-size: 13px;
	text-transform: none;
}
.FeaturedOfferings a {
	font-weight: bold;
	text-decoration: underline;
}
.FeaturedOfferings a:hover {
	text-decoration: none;
}
.FeaturedOfferingHeader {
	padding-bottom: 3px; padding-top: 3px;
	font-size: 11px;
}


/*** Home Sub Nav (formerly "News Feed") ***/

.HomeSubNav {
	margin: 9px; margin-top: 8px;
}
.HomeSubNav .DateColumn {
	width: 60px;
	padding-left: 5px;
}
.HomeSubNav .ContentColumn {
	padding-left: 10px;
}
.HomeSubNav .Title {
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #939393;
}
.HomeSubNav .Title table {
	margin-bottom: 7px;
	text-align: left;
}
.HomeSubNav .Title .BoxTitle {
	border-left: 1px solid #939393;
}
.HomeSubNav .Title td, .HomeSubNav .Content td {
	font-size: 10px;
}
.HomeSubNav .Content td {
	padding-top: 8px; padding-bottom: 8px;
	border-bottom: 1px dashed #bababa;
}
.HomeSubNav .Content a {
	color: black;
}

