/*********************************/
/* Styles for Rounded Container Blank White Background*/

#Blank-WhiteBkgnd {
	padding: 0px;
	margin: 5px;

}
#Blank-WhiteBkgnd .RCTopLeft {
	padding-left: 0px;
	width: 6px;
	height: 10px;
	background-color: #FFFFFF;
}
#Blank-WhiteBkgnd .RCTop {
	background-color: #FFFFFF;
	width: 100%;
	height: 10px;
}
#Blank-WhiteBkgnd .RCTopRight 
{
    padding-left: 0px;
	width: 6px;
	height: 10px;
	background-color: #FFFFFF;
}
#Blank-WhiteBkgnd .RCLeft {
	background-color: #FFFFFF;
	width: 6px;
	height: 100%;
}
#Blank-WhiteBkgnd .RCCenter {
	background-color: #FFFFFF;
	width: 100%;
}
#Blank-WhiteBkgnd .RCRight {
	background-color: #FFFFFF;
	width: 6px;
	height: 100%;
}
#Blank-WhiteBkgnd .RCBottomLeft {
	width: 6px;
	height: 6px;
	background-color: #FFFFFF;
}
#Blank-WhiteBkgnd .RCBottom {
	background-color: #FFFFFF;
	width: 100%;
	height: 6px;
}
#Blank-WhiteBkgnd .RCBottomRight {
	width: 6px;
	height: 6px;
	background-color: #FFFFFF;
}
#Blank-WhiteBkgnd .TitleBlank-WhiteBkgnd 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px; font-weight:bold;
	color:#FFFFFF;
	padding: 6 0 0 0px;
	
}
#Blank-WhiteBkgnd .Content-WhiteBkgnd {
	background-color: transparent;
	width: 100%;
	height: 100%;
}



