/* ----- Blue Panel ----------------------------------------------------- */
.SquareRedPanel {
	width:100%;
	height:100%;
}

.SquareRedPanel_Top {
	width:100%;
	background : #FFF url("images/SquareRedPanel_Top.gif") repeat-x;
	
}
.SquareRedPanel_Bg {
	background : #F9F6EB ;
	height:100%;
	border-left : 1px solid #9c9c9c;
	border-right : 1px solid #9c9c9c;
	border-bottom : 1px solid #9c9c9c;
}

.SquareRedPanel_Inner {
	background : #f9f6eb url("images/SquareRedPanel_bottom.gif") repeat-x bottom;
	width : 100%;	
}
.SquareRedPanel_title
{
	color : #FFFFFF;
	font-size:13px;
	font-weight:bold;	
		
}





/* ----- end Blue Panel ----------------------------------------------------- */