/*********************************/
/* Styles for Rounded Container Purple White Background*/

#Purple-PurpleBorder {
	padding: 0px;
	margin: 5px;

}
#Purple-PurpleBorder .RCTopLeft {
	padding-left: 0px;
	width: 6px;
	height: 30px;
	background: url('images/HeaderPurpleLeftBord.gif') no-repeat right bottom;
}
#Purple-PurpleBorder .RCTop {
	background-image: url('images/HeaderPurpleTopBord.gif');
	background-repeat: repeat-x;
	background-position: 50% bottom;
	width: 100%;
	height: 30px;
}
#Purple-PurpleBorder .RCTopRight 
{
    padding-left: 0px;
	width: 6px;
	height: 30px;
	background: url('images/HeaderPurpleRightBord.gif') no-repeat left bottom;
}
#Purple-PurpleBorder .RCLeft {
	background-image: url('images/leftpurple.gif');
	background-repeat: repeat-y;
	background-position: left;
	width: 6px;
	height: 100%;
}
#Purple-PurpleBorder .RCCenter {
	background-color: #FFFFFF;
	background-position: bottom;
	width: 100%;
	height: 100%;
}
#Purple-PurpleBorder .RCRight {
	background-image: url('images/rightpurple.gif');
	background-repeat: repeat-y;
	background-position: right;
	width: 6px;
	height: 100%;
}
#Purple-PurpleBorder .RCBottomLeft {
	width: 6px;
	height: 6px;
	background: url('images/llpurple.gif') no-repeat right top;
}
#Purple-PurpleBorder .RCBottom {
	background-image: url('images/bottompurple.gif');
	background-repeat: repeat-x;
	background-position: 50% top;
	width: 100%;
	height: 6px;
}
#Purple-PurpleBorder .RCBottomRight {
	width: 6px;
	height: 6px;
	background: url('images/lrpurple.gif') no-repeat left top;
}
#Purple-PurpleBorder .TitlePurple-PurpleBorder 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px; font-weight:bold;
	color:#9E5C81;
	padding: 6 0 0 0px;
	
}
#Purple-PurpleBorder .Content-PurpleBorder {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	height: 100%;
}



