


/* 
================================
Left Rounded Corner Container
================================
*/   

/* Left Rounded Corner container */
.leftRoundedContainer
{
	margin-top:10px;
}

.leftroundedtopleft
{
	background-image: url(images/LeftRoundedCorner/upperCorner.jpg);
	height:20px;
	width:22px;
}

.leftroundedtopright
{
	background-color:#A0B0B8;
	height:20px;
	font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight:bold;
}

.leftroundedtitle
{
	font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight:bold;
	color:#FFFFFF;
}

.leftroundedmiddleleft
{
	background-image: url(images/LeftRoundedCorner/leftEdge.jpg);
	width:22px;
	height:100%;
}

.leftroundedcontent
{
	background-color:#F4F4F4;
	padding-right: 3px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 3px;
}

.leftroundedbottomleft
{
	background-image: url(images/LeftRoundedCorner/bottomCorner.jpg);
	width:22px;
	height:15px;
}

.leftroundedbottomright
{
	background-image: url(images/LeftRoundedCorner/bottomEdge.jpg);
	height:15px;
}