body{
	margin:0;
	padding:0;
	border:0;
	background-color:#FFFFFF;
}
/* CSS Document General classes*/
a.SubMenu {
	width:161px;
	height:20px;
	text-indent:5px;
	padding-top:4px;
	display:block;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
a.SubMenu:hover {
	color: #FFFF66;
	background-color:#2E4E91;
}
span.DisabledSubMenuItem {
	width:161px;
	height:20px;
	text-indent:5px;
	padding-top:4px;
	display:block;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #8EA1CA;
}

/* Header area container /////////////////////////////////////////////////////////////////*/
#HeaderAreaContainer {
	height:auto;
	background-color:#4062AB;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	width:100%;
	min-width:975px;
}

#HeaderAreaContainer #HeaderAreaContainerLeft {
	height:82px;
	width:450px;
	float:left;
	text-align:left;
	background-image: url(../UIIMAGES/Header/HeaderStdModules.gif);
	background-position:left top;
	background-repeat: no-repeat;	
}
#HeaderAreaContainer #HeaderAreaContainerRight {
	height:82px;
	text-align:right;
	background-image: url(../UIIMAGES/Header/HeaderLogo.gif);
	background-position:right top;
	background-repeat: no-repeat;	
}
#HeaderAreaContainer #HeaderMainMenu {
	float:none;
	text-align:left;
	background-image: url(../UIIMAGES/Header/MenuBtnBkg.gif);
	background-repeat:repeat-x;
	height:46px;	
}
a.MenuBtnLogOff {
	background-position:0px 0px;
	background-repeat:no-repeat;
	display:block;
	width:162px;
	height:46px;
	border:0px;
	float:left;
	background-image: url(../UIIMAGES/Btns/HeaderMenu/BtnAdministration.gif);
}
a.MenuBtnMenuBtnLogOff:hover {
	background-position:0px -46px;
}

/* CMS Modules Menus */
#HeaderAreaContainer #HeaderMainMenu #MenuBtnCmsModules {
	background-image: url(../UIIMAGES/Btns/HeaderMenu/BtnCmsModules.gif);
	float:left;
	width:162px;
	height:46px;	
}
#HeaderAreaContainer #HeaderMainMenu #MenuBtnCmsModules #CmsModulesSubMenu {
	display: none;
	z-index: auto;
	width:161px;
	position: absolute;
	top:127px;
	left:0px;
	height:auto;
	border:1px #8B98B4 solid;
	background-color: #587AC3;
}

/* Administration Menus */
#HeaderAreaContainer #HeaderMainMenu #MenuBtnAdministration {
	background-image: url(../UIIMAGES/Btns/HeaderMenu/BtnAdministration.gif);
	float:left;
	width:162px;
	height:46px;
}
#HeaderAreaContainer #HeaderMainMenu #MenuBtnAdministration #AdministrationSubMenu{	
	display: none;
	z-index: auto;
	width:161px;
	position: absolute;
	top:127px;
	left:162px;
	height:auto;
	border:1px #8B98B4 solid;
	background-color: #587AC3;
}

/* Media Manager Menus */
#HeaderAreaContainer #HeaderMainMenu #MenuBtnMediaManager {
	background-image: url(../UIIMAGES/Btns/HeaderMenu/BtnMediaManager.gif);
	float:left;
	width:162px;
	height:46px;
}
#HeaderAreaContainer #HeaderMainMenu #MenuBtnMediaManager #MediaManagerSubMenu{	
	display: none;
	z-index: auto;
	width:161px;
	position: absolute;
	top:127px;
	left:324px;
	height:auto;
	border:1px #8B98B4 solid;
	background-color: #587AC3;
}
/* Media Manager Menus */
#HeaderAreaContainer #HeaderMainMenu #MenuBtnMediaManagerCategories {
	background-image: url(../UIIMAGES/Btns/HeaderMenu/BtnMediaManagerCategories.gif);
	float:left;
	width:162px;
	height:46px;
}
#HeaderAreaContainer #HeaderMainMenu #MenuBtnMediaManagerCategories #MediaManagerCategoriesSubMenu{	
	display: none;
	z-index: auto;
	width:161px;
	position: absolute;
	top:127px;
	left:486px;
	height:auto;
	border:1px #8B98B4 solid;
	background-color: #587AC3;
}
/* Web Contents Menus */
#HeaderAreaContainer #HeaderMainMenu #MenuBtnWebContents {
	background-image: url(../UIIMAGES/Btns/HeaderMenu/BtnSiteContent.gif);
	float:left;
	width:162px;
	height:46px;	
}
#HeaderAreaContainer #HeaderMainMenu #MenuBtnWebContents #WebContentsSubMenu {
	display: none;
	z-index: auto;
	width:161px;
	position: absolute;
	top:127px;
	left:648px;
	height:auto;
	border:1px #8B98B4 solid;
	background-color: #587AC3;
}

/* Web Settings Menus */
#HeaderAreaContainer #HeaderMainMenu #MenuBtnWebSettings {
	background-image: url(../UIIMAGES/Btns/HeaderMenu/BtnWebSettings.gif);
	float:left;
	width:162px;
	height:46px;	
}
#HeaderAreaContainer #HeaderMainMenu #MenuBtnWebSettings #WebSettingsSubMenu {
	display: none;
	z-index: auto;
	width:161px;
	position: absolute;
	top:127px;
	left:810px;
	height:auto;
	border:1px #8B98B4 solid;
	background-color: #587AC3;
}

/* Log Out Btn */
a.BtnLogOut {
	background-image: url(../UIIMAGES/Btns/HeaderMenu/BtnLogOut.gif);
	float:right;
	width:35px;
	height:46px;
	display:block;
	background-position:0px 0px;	
}
a.BtnLogOut:hover {
	background-position:0px -46px;	
}

/* HeaderSiteLocationArea */
#HeaderSiteLocationArea {
	height:25px;
	background-color: #4A72C7;
	padding-left:10px;
	padding-right:10px;	
	padding-top:5px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	display:block;
}
/* Time out timer box in header */
.TimeOutTimerBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF66;
	text-decoration: none;
	font-style: normal;
	background-color: #4A72C7;
	border: none;
	text-align:right;
	width:50px;
}
#HeaderBottomMarginArea {
	height:10px;
	background-color: #9FB9F0;
}

/* End header Area container //////////////////////////////////////////////////////////////////*/

/* Footer Area */
#FooterContainer {
	width:100%;
	float:left;
	padding-top:15px;
}

#FooterContainer #FooterTopArea {
	background-color:#86B0A2;
	height:23px;
	text-align:left;
}
#FooterContainer #FooterBottomArea {
	height:auto;
	text-align:left;
}

/* Div area for list search areas and information */
#ShowListInfo {
	width:auto;
	height:auto; 
	background-color:#7A98D7;
	padding-right:7px;
	display:none;
}
#HideListInfo {
	width:auto;
	height:20px; 
	background-color:#7A98D7;
	padding-right:7px;
	display:block;
}
a.BtnShowListInfo {
	background-position:0px 0px;
	background-repeat:no-repeat;
	display:block;
	width:170px;
	height:20px;
	border:0px;
	float:right;
	background-image: url(../UIIMAGES/Btns/TopOptions/BtnShowListInfo.gif);
}
a.BtnShowListInfo:hover {
	background-position:0px -20px;
}
a.BtnHideListInfo {
	background-position:0px 0px;
	background-repeat:no-repeat;
	display:block;
	width:170px;
	height:20px;
	border:0px;
	float:right;
	background-image: url(../UIIMAGES/Btns/TopOptions/BtnHideListInfo.gif);
}
a.BtnHideListInfo:hover {
	background-position:0px -20px;
}

/* Div area for help areas width help information */
#ShowHelpInfo {
	width:auto;
	background-color:#607FC0;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-right:7px;
	padding-left:7px;
	height:auto;
	display:none;
}
table.HelpTable {
}
table.HelpTable tr td.TitleArea {
	font-size:12px;
	font-weight:bold;
	color:#FFFF00;
}
#HideHelpInfo {
	width:auto;
	height:20px; 
	background-color:#607FC0;
	padding-right:7px;
	display:block;
}

a.BtnShowHelpInfo {
	background-position:0px 0px;
	background-repeat:no-repeat;
	display:block;
	width:170px;
	height:20px;
	border:0px;
	float:right;
	background-image: url(../UIIMAGES/Btns/TopOptions/BtnShowHelpInfo.gif);
}

a.BtnShowHelpInfo:hover {
	background-position:0px -20px;
}
a.BtnHideHelpInfo {
	background-position:0px 0px;
	background-repeat:no-repeat;
	display:block;
	width:170px;
	height:20px;
	border:0px;
	float:right;
	background-image: url(../UIIMAGES/Btns/TopOptions/BtnHideHelpInfo.gif);
}
a.BtnHideHelpInfo:hover {
	background-position:0px -20px;
}

.FooterBottomArea {
	background-color:#4A72C7;
	padding-left:10px;
	height:25px;
	color:#FFFFFF;
}



