/* 
================================
 Container Styles for DotNetNuke
================================
*/   
/* Styles for Rounded Container */

#RoundedCornersTable {
	padding: 0;
	margin: 4px 0 4px 0;
	width: 100%;
}
#RoundedCornersTable .RCEmpty {
	width: 1px;
	height: 1px;
	background: url(images/spacer.gif) no-repeat bottom right;
}
#RoundedCornersTable .RCTopLeft {
	padding-left: 8px;
	width: 6px;
	height: 6px;
	background: url(images/ul.gif) no-repeat bottom right;
}
#RoundedCornersTable .RCTopLeft_t {
	padding-left: 8px;
	width: 13px;
	height: 15px;
	background: url(images/ul_t.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 .RCTop_t {
	background-image: url(images/top_t.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	height: 15px;
}
#RoundedCornersTable .RCTopRight {
	width: 6px;
	height: 6px;
	background: url(images/ur.gif) no-repeat bottom left;
}
#RoundedCornersTable .RCTopRight_t {
	width: 11px;
	height: 15px;
	background: url(images/ur_t.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 .RCLeft_t {
	background-image: url(images/left_t.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 13px;
	height: 100%;
}
#RoundedCornersTable .RCCenter {
	width: 100%;
	height: 100%;
}
#RoundedCornersTable .RCCenter_t {
	width: 100%;
	height: 100%;
}
#RoundedCornersTable .RCRight {
	background-image: url(images/right.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 6px;
	height: 100%;
}
#RoundedCornersTable .RCRight_t {
	background-image: url(images/right_t.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 11px;
	height: 100%;
}
#RoundedCornersTable .RCBottomLeft {
	width: 6px;
	height: 6px;
	background: url(images/ll.gif) no-repeat top right;
}
#RoundedCornersTable .RCBottomLeft_t {
	width: 13px;
	height: 13px;
	background: url(images/ll_t.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 .RCBottom_t {
	background-image: url(images/bottom_t.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	height: 13px;
}
#RoundedCornersTable .RCBottomRight {
	width: 6px;
	height: 6px;
	background: url(images/lr.gif) no-repeat top left;
}
#RoundedCornersTable .RCBottomRight_t {
	width: 11px;
	height: 13px;
	background: url(images/lr_t.gif) no-repeat top left;
}
.RoundedCornersHeader {
	border-bottom: 1px solid #e2e2e2;
}
.RoundedCornersHeader_t {
	border-bottom: 1px solid #e2e2e2;
}
.RoundedCornersTitle {
	/*font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight:bold;
	 color: Navy; */
	padding: 0 0 0 5px;
	line-height: 28px;
}
.RoundedCornersTitle_u {
	/* font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px; font-weight:bold;
	color: Navy; */
	padding: 0 0 0 5px;
	line-height: 28px;
	text-decoration: underline;
}
.RoundedCornersTitle_t {
	/* font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px; font-weight:bold;
	color: Navy; */
	padding: 0 0 0 5px;
	line-height: 28px;
}
.RoundedCornersTitle_tu {
	/* font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight:bold;
	color: Navy; */
	padding: 0 0 0 5px;
	line-height: 28px;
	text-decoration: underline;
	vertical-align: top;
}
.RoundedCornersContent {
	padding: 5px 0 0 5px;
/* 	background: url(images/content.jpg) repeat top left; */
	background: white;
/* 	background: url(images/clouds2.jpg) repeat top left; */
}
.RoundedCornersContent_t {
	padding: 5px 0 0 5px;
	background: white; /* url(images/content.gif) repeat top left;*/
}
/*********************************/

