/* 
================================
 Container Styles for DotNetNuke
================================
*/   
/* Styles for Rounded  Container */



#RoundedCornersTable {
background-color:#e9d3a1;
	padding: 0;
	margin: 6px 0 0 6px;
	width: 100%;
}
#RoundedCornersTable .RCTopLeft {
	padding-left: 6px;
	width: 6px;
	height: 6px;
	background: url(images/bd_tl.gif) no-repeat bottom right;
}
#RoundedCornersTable .RCTop {
	background-image: url(images/bd_t.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	height: 6px;
}
#RoundedCornersTable .RCTopRight {
	width: 6px;
	height: 6px;
	background: url(images/bd_tr.gif) no-repeat bottom left;
}
#RoundedCornersTable .RCLeft {
	background-image: url(images/bd_l.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/bd_r.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 6px;
	height: 100%;
}
#RoundedCornersTable .RCBottomLeft {
	width: 6px;
	height: 6px;
	background: url(images/bd_bl.gif) no-repeat top right;
}
#RoundedCornersTable .RCBottom {
	background-image: url(images/bd_b.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	height:6px;
}
#RoundedCornersTable .RCBottomRight {
	width: 6px;
	height: 6px;
	background: url(images/bd_br.gif) no-repeat top left;
}
.RoundedCornersHeader {
	border-bottom: 1px solid #e2e2e2;
}
.RoundedCornersTitle {
	font-family: Tahoma, arial, sans-serif;
	font-size: 14px; 
	font-weight: normal;
	color:#666666;
	padding: 0 0 0 0px;
	line-height: 28px;
}
.RoundedCornersTitle2 {
	font-family: Tahoma, arial, sans-serif;
	font-size: 14px; 
	font-weight: normal;
	color:#ffffff;
	padding: 0 0 0 0px;
	line-height: 28px;
}
.RoundedCornersContent {
	padding: 0 0 0 0;
	background: transparent;
}
.RoundedCornersAscoughs {
	padding: 0px 0 0 0px;
	background-image: url();
	background-repeat: repeat-x;
	background-position: top;
	}


/*********************************/

/*container Blue Rounded Color*/

#BlueRoundedCornersTable {
	padding: 0;
	margin: 0px 0 9px 0;
	width: 100%;
	background-color: #d5dce6;
}
#BlueRoundedCornersTable .BlueRCTopLeft {
	padding-left: 8px;
	width: 6px;
	height: 6px;
	background: url(images/Blueul.gif) no-repeat bottom right;
	background-color: #ffffff;
}
#BlueRoundedCornersTable .BlueRCTop {
	background-image: url(images/Bluetop.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	height: 6px;
	background-color: #ffffff;
}
#BlueRoundedCornersTable .BlueRCTopRight {
	width: 6px;
	height: 6px;
	background: url(images/Blueur.gif) no-repeat bottom left;
	background-color:#FFFFFF;
}
#BlueRoundedCornersTable .BlueRCLeft {
	background-image: url(images/Blueleft.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 6px;
	height: 100%;
	background-color: #ffffff;
}
#BlueRoundedCornersTable .BlueRCCenter {
	/*background-image: url(images/bk_container_grn.gif);*/
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	height: 100%;
	background-color: #d5dce6;
}
#BlueRoundedCornersTable .BlueRCRight {
	background-image: url(images/Blueright.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 6px;
	height: 100%;
	background-color: #ffffff;
}
#BlueRoundedCornersTable .BlueRCBottomLeft {
	width: 6px;
	height: 6px;
	background: url(images/Bluell.gif) no-repeat top right;
	background-color: #ffffff;

}
#BlueRoundedCornersTable .BlueRCBottom {
	background-image: url(images/Bluebottom.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	height: 6px;
background-color: #ffffff;
}
#BlueRoundedCornersTable .BlueRCBottomRight {
	width: 6px;
	height: 6px;
	background: url(images/Bluelr.gif) no-repeat top left;
background-color: #ffffff;
}
.BlueRoundedCornersHeader {
	border-bottom: 1px solid #e2e2e2;
background-color: #d5dce6;
}
.BlueRoundedCornersTitle {
	font-family: Tahoma, arial, sans-serif;
	font-size: 14px; 
	font-weight: normal;
	color:#666666;
	padding: 0 0 0 0px;
	line-height: 28px;
	background-color:#d5dce6;
	}
.BlueRoundedCornersTitle2 {
	font-family: Tahoma, arial, sans-serif;
	font-size: 14px; 
	font-weight: normal;
	color:#ffffff;
	padding: 0 0 0 0px;
	line-height: 28px;
	background-color:#d5dce6;

}
.BlueRoundedCornersContent {
	padding: 5px 0 0 5px;
	background-color: #d5dce6;

}

/*********************************/

/*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: #d5dce6;
	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-color: #d5dce6;
	height: 35px;
}
.containerrow_blue .Head
{
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	line-height: 28px;
}
.containercontent_blue
{
	background-color: #d5dce6;
	padding: 5px 0 0 5px;
}
.containerfooder_blue
{
	background-color:#d5dce6;
}
.containermaster_blue .containercontent_blue .Normal
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

/*container Ascoughs*/
.containermaster_asc {
	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_asc {
	background-image: url(gradient_ltasc.jpg);
	background-repeat: repeat-x;
	height: 35px;
}
.containerrow_asc .Head
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: ;
}
.containercontent_asc
{
	background-image: url(content_ltasc.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.containerfooder_asc
{
	background-image: url(fooder_ltasc.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.containermaster_asc .containercontent_asc .Normal
{
	font-family: Arial, Helvetica, sans-serif;
	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;
}
