div.containerTopLeftDiv
{
	margin-bottom: 10px;
}
div.containerBottomRightDiv
{
	height: 100%;
	padding: 12px 10px 10px 10px;
}

div.containerBottomRightDivNoPadding
{
	height: 100%;
	padding: 12px 0px 10px 0px;
}

/*Light blue rounded corners*/
.lightBlue
{
	background: #C2D5E0 url(../../Images/CustomControls/RoundedCornersContainer/containerOuterTopLeft.gif) no-repeat left top;
}

.lightBlue div.containerTopRightDiv
{
	background: url(../../Images/CustomControls/RoundedCornersContainer/containerOuterTopRight.gif) no-repeat right top;
}

.lightBlue div.containerBottomLeftDiv
{
	background: url(../../Images/CustomControls/RoundedCornersContainer/containerOuterBottomLeft.gif) no-repeat left bottom;
}

.lightBlue div.containerBottomRightDiv
{

	background: url(../../Images/CustomControls/RoundedCornersContainer/containerOuterBottomRight.gif) no-repeat right bottom;
}

.lightBlue div.containerBottomRightDivNoPadding
{		
	background: url(../../Images/CustomControls/RoundedCornersContainer/containerOuterBottomRight.gif) no-repeat right bottom;
}
