/* 
================================
 Container Styles for MEMO
================================
*/   

/* Styles for Straight Container */

#RoundedCornersTable .StraightTopLeft {
	padding-left: 1px;
	width: 6px;
	height: 6px;
	background: url(images/stl.gif) no-repeat bottom right;
}
#RoundedCornersTable .StraightTop {
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	height: 6px;
}
#RoundedCornersTable .StraightTopRight {
	width: 6px;
	height: 6px;
	background: url(images/str.gif) no-repeat bottom left;
}


#RoundedCornersTable .StraightBottomLeft {
	width: 6px;
	height: 6px;
	background: url(images/sbl.gif) no-repeat top right;
}
#RoundedCornersTable .StraightBottom {
	background-image: url(images/bottom.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	height: 6px;
}
#RoundedCornersTable .StraightBottomRight {
	width: 6px;
	height: 6px;
	background: url(images/sbr.gif) no-repeat top left;
}

/* Styles for Rounded  Container */

#RoundedCornersTable {
	padding: 0;
	margin: 0;
	width: 100%;
}
#RoundedCornersTable .RCTopLeft {
	padding-left: 8px;
	width: 6px;
	height: 6px;
	background: url(images/ul.gif) no-repeat bottom right;
}
#RoundedCornersTable .RCTop {
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	height: 6px;
}
#RoundedCornersTable .RCTopRight {
	width: 6px;
	height: 6px;
	background: url(images/ur.gif) no-repeat bottom left;
}
#RoundedCornersTable .RCLeft {
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 6px;
	height: 100%;
}
#RoundedCornersTable .RCCenter {
	
	width: 100%;
	height: 100%;
}
#RoundedCornersTable .RCRight {
	background-image: url(images/right.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 6px;
	height: 100%;
}
#RoundedCornersTable .RCBottomLeft {
	width: 6px;
	height: 6px;
	background: url(images/ll.gif) no-repeat top right;
}
#RoundedCornersTable .RCBottom {
	background-image: url(images/bottom.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	height: 6px;
}
#RoundedCornersTable .RCBottomRight {
	width: 6px;
	height: 6px;
	background: url(images/lr.gif) no-repeat top left;
}
.RoundedCornersHeader {
	border-bottom: 1px solid #e2e2e2;
}
.RoundedCornersTitle
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	color: #CC0000;
	padding: 0 0 0 5px;
	line-height: 28px;
}
.RoundedCornersContent
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 0 0 5px;
	background: transparent;
}
/*********************************/

