/* 
================================
 Container Styles for DotNetNuke
================================
*/   
/* Styles for Rounded  Container */

#RoundedCornersTable {
	padding: 0;
	margin: 4px 0 4px 0;
	width: 100%;
}
#RoundedCornersTable .RCTopLeft {
	padding-left: 6px;
	width: 6px;
	height: 6px;
	background: url(images/ul.gif) no-repeat bottom right;
}
#RoundedCornersTable .RCTopLeft2 {
	padding-left: 6px;
	width: 6px;
	height: 6px;
	background: url(images/ul3.jpg) no-repeat bottom right;
}
#RoundedCornersTable .RCTop {
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	height: 6px;
}
#RoundedCornersTable .RCTop2 {
	background-image: url(images/top3.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	height: 6px;
}
#RoundedCornersTable .RCTop2D {
	background-image: url(images/top3D.jpg);
	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 .RCTopRight2 {
	width: 6px;
	height: 6px;
	background: url(images/ur3.jpg) no-repeat bottom left;
}
#RoundedCornersTable .RCLeft {
	background-image: url(images/left3.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 6px;
	height: 100%;
}
#RoundedCornersTable .RCTitleLeft {
	background-image: url(images/Tleft3.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 3px;	
}
#RoundedCornersTable .RCTitleLeftD {
	background-image: url(images/TleftD3.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 6px;
	height: 100%;
}
#RoundedCornersTable .RCTitleRightD {
	background-image: url(images/TrightD3.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 6px;
}
#RoundedCornersTable .RCCenter {
	background-image: url(images/bk_container_grn.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	height: 100%;
}



/* LRT Specific */
#RoundedCornersTable .LRTRCCenter {	
	width: 100%;
	height: 100%;
}

#RoundedCornersTable .RCRight {
	background-image: url(images/right3.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 6px;
	height: 100%;
}
#RoundedCornersTable .RCTitleRight {
	background-image: url(images/Tright3.jpg);
	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 .RCBottomLeft2 {
	width: 6px;
	height: 25px;
	background: url(images/ll3.jpg) no-repeat top right;
}
#RoundedCornersTable .RCBottom {
	background-image: url(images/bottom.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	height: 6px;
}
#RoundedCornersTable .RCBottom2 {
	background-image: url(images/bottom3.jpg);
	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;
}
#RoundedCornersTable .RCBottomRight2 {
	width: 6px;
	height: 6px;
	background: url(images/lr3.jpg) no-repeat top left;
}
.RoundedCornersHeader {
	border-bottom: 1px solid #e2e2e2;
}
.RoundedCornersTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
	font-weight:bold;
	height: 2px;
	color:#004484;
	padding: 0 0 0 0px;
	line-height: 28px;
	background: #C0C0C0;
}

.RoundedCornersContent {
	padding: 5px 0 0 5px;
	background: transparent;
}
.NoContainerContent
{
	font-family: Arial, Tahome, Helvetica, sans-serif;
	
}

/*********************************/




