/* 
================================
 Container Styles for DotNetNuke
================================
*/   
/* Styles for Rounded  Container */

#RoundedCornersTable {
	padding: 0;
	margin: 4px 0 4px 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 {
	background-image: url(images/bk_container_grn.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	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: Georgia, Times New Roman, Times, serif;
	font-size: 16px; font-weight:bold;
	color:#666666;
	padding: 0 0 0 5px;
	line-height: 28px;
}
.RoundedCornersContent {
	padding: 5px 0 0 5px;
	background: transparent;
}
/*********************************/

/*container Red Color*/
.containermaster_red {
	width: 100%;
	background-color: #fff;
	border: none;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow_red {
	background-image: url(gradient_ltred.jpg);
	background-repeat: repeat-x;
	height: 26px;
}
.containerrow_red .Head
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}
.containercontent_red
{
	background-image: url(content_ltred.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.containerfooder_red
{
	background-image: url(fooder_ltred.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.containermaster_red .containercontent_red .Normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

/*container Blue Color*/
.containermaster_blue {
	width: 100%;
	background-color: #fff;
	border: none;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow_blue {
	background-image: url(gradient_ltblue.jpg);
	background-repeat: repeat-x;
	height: 26px;
}
.containerrow_blue .Head
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}
.containercontent_blue
{
	background-image: url(content_ltblue.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.containerfooder_blue
{
	background-image: url(fooder_ltblue.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.containermaster_blue .containercontent_blue .Normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

/*container Green Color*/
.containermaster_green {
	width: 100%;
	background-color: #fff;
	border: none;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow_green {
	background-image: url(gradient_ltgreen.jpg);
	background-repeat: repeat-x;
	height: 26px;
}
.containerrow_green .Head
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}
.containercontent_green
{
	background-image: url(content_ltgreen.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.containerfooder_green
{
	background-image: url(fooder_ltgreen.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.containermaster_green .containercontent_green .Normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

/*container Brown Color*/
.containermaster_brown {
	width: 100%;
	background-color: #fff;
	border: none;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow_brown {
	background-image: url(gradient_ltbrown.jpg);
	background-repeat: repeat-x;
	height: 26px;
}
.containerrow_brown .Head
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}
.containercontent_brown
{
	background-image: url(content_ltbrown.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.containerfooder_brown
{
	background-image: url(fooder_ltbrown.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.containermaster_brown .containercontent_brown .Normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

/*container Orange Color*/
.containermaster_Orange {
	width: 100%;
	background-color: #fff;
	border: none;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow_Orange {
	background-image: url(gradient_ltorange.jpg);
	background-repeat: repeat-x;
	height: 26px;
}
.containerrow_Orange .Head
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}
.containercontent_Orange
{
	background-image: url(content_ltorange.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.containerfooder_Orange
{
	background-image: url(fooder_ltorange.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.containermaster_Orange .containercontent_Orange .Normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

/*container Purple Color*/
.containermaster_Purple {
	width: 100%;
	background-color: #fff;
	border: none;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow_Purple {
	background-image: url(gradient_ltpurple.jpg);
	background-repeat: repeat-x;
	height: 26px;
}
.containerrow_Purple .Head
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}
.containercontent_purple
{
	background-image: url(content_ltpurple.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.containerfooder_purple
{
	background-image: url(fooder_ltpurple.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.containermaster_purple .containercontent_purple .Normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

