﻿html{	
	height:100%;
}

body
{
	height:100%;
	font-family:Tahoma;	
	font-size:9pt;	
	font-weight:normal;		
	background-color:#F5F6F8;
}

*
{  
    margin: 0px;
    padding: 0px;
}
/*-----------------------------------------------------------------------------------------------------------*/	
.clearBg{
	background:none;
}
.clearFloat{
	clear:both;
	height:0px;
	width:0px;
}
.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}
.hideRegion{
	display:none;width:0px;height:0px;overflow:hidden;
}

/*-----------------------------------------------------------------------------------------------------------*/	
.consoleContainer
{
	width:100%;
	background-color:#CCCCCC;
	border-bottom:1px #333333 solid;
}
	.consoleContainer .content
	{
		width: 982px;
		margin: 0 auto;
	}

/*-----------------------------------------------------------------------------------------------------------*/	
.page-container
{
	position:absolute;
	top:0px; 
	bottom:0px;
	height:100%;
	width:100%;
	left:0px;
	right:0px;
}

.page-table
{	
	height:100%;
	width: 982px;
	margin: 0 auto;
	background:url('../images/core/bg_rp.jpg') repeat-y top left;
}
/*-----------------------------------------------------------------------------------------------------------*/			
	.page-table .header-imagebar
	{
		vertical-align:top;		
		height:184px;
		overflow:hidden;
	}
		.page-table .header-imagebar .left
		{
			padding-left:11px;
		}		
		
		.page-table .header-imagebar .image-left
		{
			vertical-align:top;	
			width:679px;
			height:184px;				
			/*background:url('../images/core/header/merces_image.jpg') no-repeat top left;*/
		}
			.bannerImage{
				width:679px;
				height:184px;	
				position:absolute;
				z-index:1;
				display:none;
			}
			.bannerImage-first{
				width:679px;
				height:184px;	
				position:absolute;
				z-index:1;
				display:block;
			}

		.page-table .header-imagebar .right
		{
			padding-right:11px;
		}
		.page-table .header-imagebar .image-right
		{
			vertical-align:top;		
			width:281px;	
			height:184px;		
			background:url('../images/core/header/merces-logo.jpg') no-repeat top left;
		}
/*-----------------------------------------------------------------------------------------------------------*/				
	.page-table .header-menubar
	{
		vertical-align:top;
		height:45px;
		overflow:hidden;
	}
		.page-table .header-menubar .left
		{
			padding-left:11px;
			height:45px;
			width:679px;	
		}
		.page-table .header-menubar .menu-left
		{
			vertical-align:top;	
			width:100%;
			height:45px;		
			overflow:hidden;
			background:url('../images/core/header/menu_rp.jpg') repeat-x top left;
		}
		.page-table .header-menubar .right
		{
			width:281px;	
			padding-right:11px;
		}
		.page-table .header-menubar .menu-right
		{
			vertical-align:top;		
			width:100%;
			height:45px;	
			overflow:hidden;	
			background:url('../images/core/header/search_rp.jpg') repeat-x top left;
		}
/*-----------------------------------------------------------------------------------------------------------*/					
	.page-table .content-container
	{
		vertical-align:top;
		height:100%;
	}
		.page-table .content-container .left-menu
		{
			width:210px;/*210-11*/
			background:url('../images/core/leftmenu/leftmenu_rp.jpg') repeat-y top left;
		}.page-table .content-container .left-menu .content{padding-left:11px;}
/*-----------------------------------------------------------------------------------------------------------*/						
		.page-table .content-container .middle-content
		{
			width:480px; /*480-7*/
		}
/*-----------------------------------------------------------------------------------------------------------*/								
		.page-table .content-container .right
		{
			vertical-align:top;
			width:281px; /*281-11*/
		}
/*-----------------------------------------------------------------------------------------------------------*/						
		.page-table .content-container .full-content
		{
			/*padding-left:11px;
			padding-right:7px;
			width:672px; --> 690-11-7*/
			width:690px;
			overflow:hidden;
		}
/*-----------------------------------------------------------------------------------------------------------*/				
	.page-table .footer-imagebar
	{
		vertical-align:bottom;
		height:25px;
		overflow:hidden;
	}
		.page-table .footer-imagebar .left
		{
			padding-left:11px;
			width:679px;	
		}
		.page-table .footer-imagebar .footer-left
		{
			vertical-align:top;	
			width:100%;
			height:25px;		
			background-color:#BF2B37;
		}
		.page-table .footer-imagebar .right
		{
			padding-right:11px;
			width:281px;	
		}
		.page-table .footer-imagebar .footer-right
		{
			vertical-align:top;		
			width:276px;
			height:20px;		
			background-color:#ECECEC;
			text-align:right;
			padding-right:5px;
			padding-top:5px;
			font-size:8pt;
			color:#646567;
		}

/*-----------------------------------------------------------------------------------------------------------*/			
.topNavigation{
	font-family:Tahoma;font-size:12px;font-weight:bold;
}
	.topNavigation .static_normal{
		margin:15px 0px 0px 10px;
		color:#FFFFFF;
	}
	.topNavigation .static_over{
		color:#DCDDDE;
	}
	.topNavigation .static_selected{
		color:#333333;
		/*background:url('../images/core/header/menu_selected_rp.jpg') repeat-x bottom left;*/
	}	
/*-----------------------------------------------------------------------------------------------------------*/		
.leftNavigation{	
	font-family:Tahoma;font-size:11px;font-weight:normal;	
	width:199px;
	height:5px;
	border-bottom:1px #ABACAE solid;
}

	.leftNavigation .ms-navheader{/*main menu area*/
		width:199px;
		height:29px;
		color:#434445;
		overflow:hidden;
		padding-left:21px;
		background:url('../images/core/leftmenu/main.jpg') no-repeat right top;
		font-weight:normal;
	}
	.leftNavigation .ms-navheader:hover{
		color:#bf2c37;
		text-decoration:none;
	}
	.leftNavigation .ms-navheader a{
		background-image:none;
	}
	.leftNavigation .ms-selectednavheader{/*main menu area - selected*/
		color:#bf2c37;
		text-decoration:none;
		
		width:199px;
		height:29px;		
		overflow:hidden;
		padding-left:21px;
		background:url('../images/core/leftmenu/sub_arrow.jpg') no-repeat right top;
	}
	/*-----------------------------------------------------------------------------------------------------------*/		
		
	.leftNavigation .ms-navitem{/*sub menu area*/
		width:199px;
		height:29px;
		color:#434445;
		overflow:hidden;
		padding-left:22px;
		background:url('../images/core/leftmenu/sub_dot.jpg') no-repeat right top;
		font-weight:normal;
	}
	.leftNavigation .ms-navitem a:hover{
		color:#bf2c37;
		text-decoration:none;
	}
	.leftNavigation .ms-navitem td,
	.leftNavigation .ms-navitem a{
		background-image:none;
	}
		
	.leftNavigation .ms-selectednav{/*sub menu area - selected*/
		width:199px;
		height:29px;
		color:#bf2c37;
		overflow:hidden;
		padding-left:22px;
		background:url('../images/core/leftmenu/sub_dot_arrow.jpg') no-repeat right top;		
	}
	/*-----------------------------------------------------------------------------------------------------------*/			
	.leftNavigation .ms-navSubMenu1{
		background-image:none;
	}
	.leftNavigation .ms-navSubMenu2{
		background-image:none;
	}		
/*-----------------------------------------------------------------------------------------------------------*/	
.searchLayout
{
	margin-top:10px;
	margin-left:8px;
}
	
	.searchLayout .ms-sbtable td, th, tr{
		border-style:none;	
	}

	
	.searchLayout input { 		
		width:158px;
		height:18px;
		border:1px #C8C8C8 solid;
		
		padding-left:3px;
		padding-top:3px;
		font-family:Tahoma;font-size:12px;font-weight:normal;color:#646567;
	}
	
	.searchLayout .ms-sbtext{
		font-family:Tahoma;font-size:12px;font-weight:bold;color:#646567;
		padding-right:12px;
	}
	
	
	.searchLayout .ms-sbgo{ 
		padding-right:5px;	
		background-color:transparent;
	}	
/*-----------------------------------------------------------------------------------------------------------*/	
.quickMenuZone{	
	width:281px;
	overflow:hidden;
}
	.quickMenuZone .label{
		color:#FFFFFF;
		padding-right:42px;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
	}	
		
	.quickMenuZone .greyZone{
		width:100%;
		height:45px;
		overflow:hidden;
		background:url('../images/core/quickmenu/menu_grey_rp.jpg') repeat-x left top;	
		margin-bottom:1px;
		margin-top:1px;
		cursor:pointer;
	}		
		.quickMenuZone .greyZone .ico{
			width:100%;
			height:45px;
			text-align:right;
			padding-top:14px;
			
			background:url('../images/core/quickmenu/menu_grey_arrow.jpg') no-repeat right top;
		}	
		.quickMenuZone .greyZone .ico-over{
			width:100%;
			height:45px;
			text-align:right;
			padding-top:14px;
			
			background:url('../images/core/quickmenu/menu_grey_arrow_over.jpg') no-repeat right top;
		}	


		

	.quickMenuZone .greenZone {
		width:100%;
		height:45px;
		overflow:hidden;
		background:url('../images/core/quickmenu/menu_green_rp.jpg') repeat-x left top;		
		margin-bottom:1px;		
		cursor:pointer;
	}
		.quickMenuZone .greenZone .container{
			width:100%;
			height:100%;
			background:url('../images/core/quickmenu/menu_green_ico.jpg') no-repeat left top;
		}

		.quickMenuZone .greenZone .ico{
			/*background:url('../images/core/menu/menu_blue_ico.jpg') no-repeat top left;	*/
			width:100%;
			height:45px;
			text-align:right;
			padding-top:14px;
			background:url('../images/core/quickmenu/menu_green_arrow.jpg') no-repeat right top;
		}	
		.quickMenuZone .greenZone .ico-over{
			width:100%;
			height:45px;
			text-align:right;
			padding-top:14px;
			
			background:url('../images/core/quickmenu/menu_green_arrow_over.jpg') no-repeat right top;
		}		
		
		
		
	.quickMenuZone .blueZone{
		width:100%;
		height:45px;
		overflow:hidden;
		background:url('../images/core/quickmenu/menu_blue_rp.jpg') repeat-x left top;		
		margin-bottom:1px;	
		cursor:pointer;	
	}
		.quickMenuZone .blueZone .container{
			width:100%;
			height:100%;
			background:url('../images/core/quickmenu/menu_blue_ico.jpg') no-repeat left top;
		}

		.quickMenuZone .blueZone .ico{
			/*background:url('../images/core/menu/menu_blue_ico.jpg') no-repeat top left;	*/
			width:100%;
			height:45px;
			text-align:right;
			padding-top:14px;
			background:url('../images/core/quickmenu/menu_blue_arrow.jpg') no-repeat right top;
		}	
		.quickMenuZone .blueZone .ico-over{
			width:100%;
			height:45px;
			text-align:right;
			padding-top:14px;
			
			background:url('../images/core/quickmenu/menu_blue_arrow_over.jpg') no-repeat right top;
		}		
/*-----------------------------------------------------------------------------------------------------------*/	