﻿/* **************************************************************************************
//		General Elements Section
// ************************************************************************************** */

BODY
{
	width: 1090px;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}

A
{
	text-decoration: none
}

/* **************************************************************************************
//		Hidden Elements Section
// ************************************************************************************** */

.NoVisibility
{
	visibility: hidden;
}

.NoDisplay
{
	display: none;
}

.Display
{
	display: block;
}

.Hidden
{
	visibility: hidden;
}

.None
{
	display: none;
}

.NoBorder
{
	border: none;
}

/* **************************************************************************************
//		Fix Floating Div Issues Section
// ************************************************************************************** */

/* contain floats */
/*
#content: after 
{
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	overflow: hidden;
	height: 0;
}
*/

/* IE HACK */
/*
* html #content 
{
	height: 0;
}
*/

.FixFloat_OverFlow
{
	overflow: hidden;
}

.Centered
{
	text-align: center;
	margin: auto;
}

*.Centered
{
	text-align: -moz-center;
	margin: auto;
}

/* **************************************************************************************
//		Site Header Section
// ************************************************************************************** */

DIV.dSiteHeader
{
	height: 100px;
	width: 834px;
	margin: 0px 0px 0px 256px;
	padding: 0px 0px 0px 0px;
}

DIV.dSiteHeaderLogo
{
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

DIV.dSiteHeaderLogOnWelcome
{
	position: absolute;
	top: 25px;
	left: 0px;
	width: 1070px;
	height: 15px;
	text-align: right;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

DIV.dSiteHeaderLogOnStatus
{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 1070px;
	height: 15px;
	text-align: right;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

.aSiteHeaderLogOnActive:link
{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.aSiteHeaderLogOnStatus:visited
{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.aSiteHeaderLogOnStatus:hover
{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.aSiteHeaderLogOnStatus:active
{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.aSiteHeaderLogOnStatus
{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
/* **************************************************************************************
//		Site Navigation Section
// ************************************************************************************** */

DIV.dSiteNavigationContainer
{
	position: absolute;
	top: 75px;
	left: 0px;
	width: 1070px;
	height: 24px;
	font-family: Verdana, Arial; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: #FFFFFF; 
	text-decoration: none;
}

DIV.dSiteNavigationInnerContainer
{
	position: absolute;
	right: 0px;
}

.mSiteNavigationMenu
{
	margin-left: 0px;
	background: url(../../Images/SiteLayout/Headers/Navigation/tab_bg.gif) repeat-x;
}

/* set tab1 as top level container table, then target TDs inside*/
.mSiteNavigationMenuItem td
{
	color: #FFFFFF;
	height: 24px;
	background: url(../../Images/SiteLayout/Headers/Navigation/tab.gif) no-repeat;
	width: 100px;
	text-align: center;
}

/* make current tab gray, set the background-color also in case images are not on */
.mSiteNavigationMenuSelectedItem td
{
	background: url(../../Images/SiteLayout/Headers/Navigation/tab.gif) no-repeat #919191;
}

/* make link and visited the same look, set the background-color also in case images are not on */
.mSiteNavigationMenuItem a:link, .mSiteNavigationMenuItem a:visited, .mSiteNavigationMenuPopupItem a:link, .mSiteNavigationMenuPopupItem a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.mSiteNavigationMenuItem a:hover
{
	text-decoration: none;
}

/* make drop down menu container style */
.mSiteNavigationMenuPopup
{
	background: url(../../Images/SiteLayout/Headers/Navigation/background_drop_menu.jpg) repeat #8C9FB4;
	border: 1px solid #666666;
	border-bottom: none;
	color: #ffffff;
}

/* make drop down menu item style */
.mSiteNavigationMenuPopupItem
{
	color: #ffffff;
	border-bottom: 1px solid #666666;
	padding: 3px;
}

DIV.dSiteNavigationBreadCrumbs
{
	padding-top: 4px;
	padding-left: 10px;
	background: #919191;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
}

/* can be removed if no images in breadcrumb area */
DIV.dSiteNavigationBreadCrumbs img
{
	border: none;
	padding-right: 3px;
	vertical-align: middle;
}

/* **************************************************************************************
//		Site Sidebar Section
// ************************************************************************************** */

DIV.dEtcSidebarBackgroundImage
{
	background: url(../../Images/InP/IMGetc_backgrnd.jpg) 100% 0; 
}

/* **************************************************************************************
//		Site Content Section
// ************************************************************************************** */
/* DIV Defines The Space Where The Actual Content Of The Web Site Will Be Displayed */
DIV.mainContentOuterFrame
{
	float: left;
	min-height: 700px;
	width: 1085px;    
	margin: 10px 0px 10px 10px; 
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

DIV.mainContentOuterFrameIFrame
{
	float: left;
	min-height: 700px;
	width: 785px;    
	margin: 10px 0px 10px 10px; 
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

DIV.mainContentInnerFrameNoRightAds
{
	float: left;
	width: 90%;
	min-height: 700px;
	margin: 0 5%; 
	padding: 0px 0px 0px 0px;
}

DIV.mainContentInnerFrameNoRightAdsIFrame
{
	float: left;
	width: 100%;
	min-height: 700px;
	margin: 0px; 
	text-align: left;
	padding: 0px 0px 0px 0px;
}


DIV.mainContentInnerFrameRightAds
{
	float: left;
	min-height: 700px;
	width: 895px;    
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

*DIV.topAds
{
	clear: both;
	margin: 10px 190px 10px 0%; 
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	text-align: center;
}

DIV.topAds
{
	clear: both;
	margin: 10px 190px 10px 0%; 
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	text-align: -moz-center;
}

DIV.topAds IMG
{
	padding: 0px 5px 0px 0px;
}

DIV.topAds IFRAME
{
	padding: 0px 5px 0px 0px;
}

*DIV.verticalAds
{
	float: left;
	min-height: 650px;
	width: 180px;    
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	text-align: center;
}

DIV.verticalAds
{
	float: left;
	min-height: 650px;
	width: 180px;    
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	text-align: -moz-center;
}

DIV.verticalAds IMG
{
	padding: 0px 0px 5px 0px;
}

DIV.verticalAds IFRAME
{
	padding: 0px 0px 5px 0px;
}

*DIV.bottomAds
{
	clear: both;
	margin: 10px 190px 10px 0%; 
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	text-align: center;
}


DIV.bottomAds
{
	clear: both;
	margin: 10px 190px 10px 0%; 
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	text-align: -moz-center;
}

DIV.bottomAds IMG
{
	padding: 0px 5px 0px 0px;
}

DIV.bottomAds IFRAME
{
	padding: 0px 5px 0px 0px;
}

/* **************************************************************************************
//		Site Content Containers Section
// ************************************************************************************** */

*DIV.dSiteContentContainer
{
	min-height: 800px;
	width: 1000px;
	background: #FFFFFF;
}

DIV.dSiteContentContainer
{
	min-height: 800px;
	min-width: 1000px;
	background: #FFFFFF;
}

DIV.dSiteContentPositionedContainer
{
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
	width: 900px;
}

DIV.dSiteContentPositionedLargeContainer
{
	margin-top: 20px;
	margin-right: 13px;
	margin-bottom: 0px;
	margin-left: 13px;
	width: 974px;
}

DIV.dSiteContentTabStripContainer
{
	width: 900px;
	background: #FFFFFF;
}

*DIV.dSiteContentDataContainer
{
	padding: 15px; 
	border: solid 1px gray;
	/*border-left: solid 1px gray;
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;*/
	height: 450px;
	background: #E8E8E8;
}

DIV.dSiteContentDataContainer
{
	padding: 15px; 
	border: solid 1px gray;
	/*border-left: solid 1px gray;
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;*/
	min-height: 420px;
	background: #E8E8E8;
}

*DIV.dSiteContentDataExtendedContainer
{
	padding: 15px; 
	border: solid 1px gray;
	background: #E8E8E8;
}


*DIV.dSiteContentDataExtendedLargeContainer
{
	padding: 5px; 
	border: solid 1px gray;
	background: #E8E8E8;
}

DIV.dSiteContentDataExtendedContainer
{
	padding: 15px; 
	border: solid 1px gray;
	background: #E8E8E8;
}

*DIV.dSiteContentInfoDataContainer
{
	position: absolute; 
	left: 750px; 
	top: 175px; 
	line-height: 15px;
	width: 185px;
}

DIV.dSiteContentInfoDataContainer
{
	position: absolute; 
	left: 750px; 
	top: 175px; 
	line-height: 15px;
}

DIV.dSiteContentModeContainer
{
	text-align: right;
	height: 0px;
}

/* **************************************************************************************
//		Overlay Section
// ************************************************************************************** */

#dOverlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 2000px;
	height: 2000px;
	z-index: 80;
	opacity: .50;
	filter: alpha(opacity=50);
	background-color: #000000;
	display: none;
}

#dMessageBox
{
	position: absolute;
	display: block;
	z-index: 90;
	display: none;
}

.dErrorMessage
{
	width: 400px;
	top: 400px;
	left: 300px;
	padding: 15px;
	color: Red;
	text-align: left;
	opacity: .95;
	filter: alpha(opacity=95);
	background: #ffffff;
	border: solid 1px black;
}

/*
.dErrorMessage a
{
	display: block;
	background: url(../images/WhiteBlue/BlueBtn.gif) no-repeat;
	width: 55px;
	height: 16px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
*/

/* **************************************************************************************
//		Custom Validation Summary Section
// ************************************************************************************** */

DIV.dCustomValidationSummaryContainer
{
	text-align: center;
}

.CVSHeader
{
	color: Orange;
	background-color: #757495;
	background-image: url(Images/CVSExpandDiv/background_CVSHeader.gif);
	border: 1px solid #57566F; 
	font-family: Verdana;
	font-weight: bold;
	text-align: left;
}

.CVSHeaderCollapsed
{
	color: #777777;
	background-color: #E0DFE3;
	background-image: url(Images/CVSExpandDiv/background_Collapsed_CVSHeader.jpg.gif);
	border: 1px solid #777777; 
	font-family: Verdana;
	font-weight: bold;
}

DIV.dCVSContent
{
	font-family: Verdana;
	font-size: 11px;
	padding: 3px;
	border: 1px solid #57566F;
	border-top-width: 0px;
	background-color: white;
	cursor: default;
}

DIV.dCVSHeaderContent
{
	color: Red;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

DIV.dCVSListContent li
{
	color: red;
	list-style-image: none;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	clip:   rect(   );
}

DIV.dSaveSuccessContent
{
	color: #405DA3;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

.dSaveFailureContent
{
	width: 400px;
	top: 400px;
	left: 300px;
	padding: 15px;
	color: #405DA3;
	text-align: center;
	opacity: .95;
	filter: alpha(opacity=95);
	background: #ffffff;
	border: solid 1px black;
}

.tdApplyPointerCursor
{
	cursor: pointer;
}

/* **************************************************************************************
//		Help Section
// ************************************************************************************** */

DIV.dHelpHeaderSection
{
	color: #777777;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
}

DIV.dHelpInfoSection
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

/* **************************************************************************************
//		Site Content Layout Section
// ************************************************************************************** */

DIV.dSiteContentHalfLeft
{
	float: left;
	width: 48%;
}

DIV.dSiteContentHalfRight
{
	width: 48%;
}

DIV.dSiteContentHorizontalSeperator
{
	float: left;
	width: 35px;
}

DIV.dSiteContentVerticalSeperator
{
	height: 30px;
}

/* **************************************************************************************
//		Skinned Controls Section
// ************************************************************************************** */

.lHeader
{
	color: Black;
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.lHeaderData
{
	color: #405DA3;
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.lHeaderDataSubSection
{
	color: #405DA3;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

.lDataMode
{
	color: #405DA3;
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.lDataModeData
{
	color: #405DA3;
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.lField
{
	color: Black;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: right;
}

.lFieldInBlue
{
	color: #405DA3;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

.lDetailedData
{
	color: Black;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

.lInfo
{
	color: Black;
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	line-height: 10px;
}

.lInfoData
{
	color: Black;
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	line-height: 10px;
}

TD.tdFieldLabel
{
	text-align: right;
	/*padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	vertical-align: middle;
	border: solid 1px red;*/
}

TD.tdFieldData
{
	/*padding-bottom: 5px;
	border: solid 1px red;*/
}

.tbField
{
	color: Black;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background: #FEFEFE;
	border-style: inset;
}

.tbFieldRequired
{
	color: Black;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background: #FFFFCC;
	border-style: inset;
}

.tbFieldRequiredRightAligned
{
	color: Black;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background: #FFFFCC;
	border-style: inset;
	text-align: right;
}


.tbFieldDisabled
{
	color: #B9A899;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background: #F4F4F4;
	border-style: inset;
}

.tbFieldDisabledRightAligned
{
	color: #B9A899;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background: #F4F4F4;
	border-style: inset;
	text-align: right;
}

.ddlField
{
	color: Black;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background: #FEFEFE;
	border-style: inset;
}

.ddlFieldRequired
{
	color: Black;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background: #FFFFCC;
	border-style: inset;
}

.ddlFieldDisabled
{
	color: #B9A899;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background: #F4F4F4;
	border-style: inset;
}

.cbField
{
	color: Black;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	border-style: none;
}

.cbFieldRequired
{
	color: Black;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	border-style: none;
}

.cbFieldDisabled
{
	color: #B9A899;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	border-style: none;
}

.bButtonMarkUp
{
	color: White;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	background: #11368E;
	border: solid 2px gray;
	cursor: pointer;
}

.bButton
{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.gvRowDisplay
{
	color: black;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

/* **************************************************************************************
//		Site Footer Section
// ************************************************************************************** */

DIV.dSiteFooterContainer
{
	clear: both;
	padding: 1px;	
	text-align: center;
}

DIV.dSiteFooterDividerContainer
{
	text-align: center;
	margin: 15px 75px 0px 75px;
	border-top: solid 1px gray;
}

A.aSiteFooterLink 
{ 
	font-family: Verdana, Arial; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: #00257E; 
	text-decoration: none;
}

SPAN.sSiteFooterLinkSpacer 
{ 
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #EA5431;
	text-decoration: none;
}

/* **************************************************************************************
//		CustomerListItem
// ************************************************************************************** */

DIV.dCorpListItemBasic
{ 
	height: 55px; 
	width: 560px; 
	background-color: #FFFFFF;
}

DIV.dCorpListItemNonBasicNoBackground
{ 
	height: 115px; 
	width: 560px; 
	background-color: #FFFFFF;
}

DIV.dCorpListItemNonBasic
{ 
	height: 115px; 
	width: 560px; 
	background-color: #E8E8E8;
}

DIV.dCorpListItemPaddingNoBackground
{ 
	background-color: #FFFFFF;
}

DIV.dCorpListItemPadding
{ 
	background-color: #E8E8E8;
}

DIV.dCorpNameBasic
{ 
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

DIV.dCorpNameNonBasic
{ 
	font-family: Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

DIV.dCorpAddressBasic
{ 
	font-family: Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

DIV.dCorpAddressNonBasic
{ 
	font-family: Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

DIV.dCorpTagline
{ 
	font-family: Verdana, Arial;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

DIV.dCorpDescription
{ 
	font-family: Verdana, Arial;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

DIV.dCorpGeneralInfo
{ 
	font-family: Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a.aCorpGeneralInfo
{ 
	font-family: Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #29477D;
	text-decoration: none;
}

a.aViewGeneralInfo
{ 
	font-family: Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #1C3B8E;
	text-decoration: none;
}
