/* 
================================
 Container Styles for DotNetNuke
================================
*/ 

/* Styles for Simple Container */
#SimpleContainerTable .SimpleContainerTopLeft {
	padding-left: 8px;
	width: 6px;
	height: 0px;
	background: url(images/stl.gif) no-repeat bottom right;
}
#SimpleContainerTable .SimpleContainerTop {
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	height: 0px;
}
#SimpleContainerTable .SimpleContainerTopRight {
	width: 6px;
	height: 0px;
	background: url(images/str.gif) no-repeat bottom left;
}


#SimpleContainerTable .SimpleContainerBottomLeft {
	width: 6px;
	height: 0px;
	background: url(images/sbl.gif) no-repeat top right;
}
#SimpleContainerTable .SimpleContainerBottom {
	background-image: url(images/bottom.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	height: 0px;
}
#SimpleContainerTable .SimpleContainerBottomRight {
	width: 6px;
	height: 0px;
	background: url(images/sbr.gif) no-repeat top left;
}

  
/* Styles for Straight Container */

#RoundedCornersTable .StraightTopLeft {
	padding-left: 8px;
	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: 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 {
	
	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;
}

.RoundedCornersContent
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 0 0 5px;
	background: transparent;
}

.CuberryRoundedCornersContent
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 0 0 5px;
	background: #ffffff;
}
/*********************************/

/*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;
}

