@charset "utf-8";
/* CSS Document */

.RightContainer{
	width: 246px;
	min-height: 240px;
	margin-bottom: 10px;
	float:right;
}

	.RightContainer .header{
		height: 35px;
		padding: 15px 20px 0px 20px;	
		background: url(images/bg_heading_latesttournews.png) no-repeat;
		behavior: url(/Portals/_default/Skins/rockpop/iepngfix.htc);
	}
	
	
	.header h1, .header h2, .header h3, .header h4{
	 	color:white;
		margin-bottom:0;
		padding-bottom:0;
	}
	
	
	.RightContainer .topbody{
		height: 10px;	
		background: url(images/bg_rightcolumn_top.png) no-repeat;
		behavior: url(/Portals/_default/Skins/rockpop/iepngfix.htc);
	}
	
	.RightContainer .body{
		min-height: 160px;
		padding: 10px 20px 0px 20px;
		background: url(images/bg_rightcolumn_body.png) repeat-y top left;
		behavior: url(/Portals/_default/Skins/rockpop/iepngfix.htc);
	}
	
	* HTML .RightContainer .body{
		height: 160px;
	}
	
	.RightContainer .footer{
		height: 20px;	
		background: url(images/bg_rightcolumn_footer.png) left bottom no-repeat;
		behavior: url(/Portals/_default/Skins/rockpop/iepngfix.htc);	
	}


.LeftContainer{
	width: 675px;
	min-height: 240px;
	margin-bottom: 10px;
	float:right;
}

	.LeftContainer .header{
		height: 40px !important;
		padding: 10px 20px 0px 20px;	
		background: url(images/bg_longpanel_header_blank.png) no-repeat;
		behavior: url(/Portals/_default/Skins/rockpop/iepngfix.htc);
	}
	
	
	.header h1 .title, .header h2 .title, .header h3  .title, .header h4  .title{
	 	color:white;
		margin-bottom:0;
		padding-bottom:0;
		font-size: 18px;
	}
		
	.LeftContainer .body{
		min-height: 200px;
		padding: 0px 5px 0px 5px;
		
	}
	
	* HTML .LeftContainer .body{
		height: 200px;
	}
	
	.LeftContainer .footer{
		height: 20px;	
		
	}
