/* 
================================
 Container Styles for DotNetNuke
================================
*/   
/* Styles for Rounded  Container */

#RoundedCornersTable {
	padding: 0;
	margin: 4px 0 4px 0;
	width: 100%;
}
#RoundedCornersTable .RCTopLeft {

	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 Default Grey Color*/
.containermaster_DefaultGrey {
	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_DefaultGrey {
	background:#666;
	height:26px;
}
.containerrow_DefaultGrey .Head
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}
.containercontent_DefaultGrey
{
}
.containerfooder_DefaultGrey
{
	background:#ddd;
}
.containermaster_DefaultGreyy .containercontent_DefaultGrey .Normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


/*******************Simple containers**************/

/*container Grey Color*/
.containermaster_greybox {
	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_greybox {
	height:26px;
	border:solid #CCC; border-width:1px;
}
.containerrow_greybox .Head{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	padding-left:5px;
}
.containercontent_greybox{
	background: url(images/greyshd.jpg) repeat-x 0 0px;
	border:solid #CCC; border-width:0 1px 1px 1px;
	padding:5px;
}
.containerfooder_greybox{}
.containermaster_greybox .containercontent_greybox .Normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


/*******************Image containers**************/


/*container Grey Color*/
.containermaster_grey {
	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_grey {
	background: url(images/bg.gif) repeat-x 0 -250px;
	height:26px;
	border:solid #CCC; border-width:1px 1px 0 1px;
}
.containerrow_grey .Head{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	padding-left:5px;
}
.containercontent_grey{
	border:solid #CCC; border-width:0 1px 1px 1px;
	padding:5px;
}
.containerfooder_grey
{
	height:26px;
	background: url(images/bottom_shd.gif) no-repeat 0 0;
}
.containermaster_greyy .containercontent_grey .Normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


/*container Dark Grey Color*/
.containermaster_darkgrey {
	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_darkgrey {
	background: url(images/bg2.gif) repeat-x 0 -300px;
	height:26px;
	border:solid #585858; border-width:1px 1px 0 1px;
}
.containerrow_darkgrey .Head{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	padding-left:5px;
}
.containercontent_darkgrey{
	border:solid #CCC; border-width:0 1px 1px 1px;
	padding:5px;
}
.containerfooder_darkgrey
{
	height:26px;
	background: url(images/bottom_shd.gif) repeat-x 0 0;
}
.containermaster_darkgreyy .containercontent_darkgrey .Normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

/*container Dark Grey Color - Wide*/
.containermaster_darkgrey_w {
	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_darkgrey_w {
	background: url(images/bg2.gif) repeat-x 0 -300px;
	height:26px;
	border:solid #585858; border-width:1px 1px 0 1px;
}
.containerrow_darkgrey_w .Head{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	padding-left:5px;
}
.containercontent_darkgrey_w{
	border:solid #CCC; border-width:0 1px 1px 1px;
	padding:5px;
}
.containerfooder_darkgrey_w
{
	height:26px;
	background: url(images/bottom_shd_w.gif) repeat-x 0 0;
}
.containermaster_darkgreyy_w .containercontent_darkgrey_w .Normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


/*container Header Underline*/
.containermaster_headerunderline {
	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_headerunderline {
	height:26px;
	border:solid #CC0000; border-width:0 0 2px 0;
}
.containerrow_headerunderline .Head{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

.Head , .Head A:link , .Head A:active, .Head A:visited{
	 font:Arial, Helvetica, sans-serif;
	 FONT-SIZE: 11px; 
	 COLOR: #000000;
	 TEXT-DECORATION: none
}
.Head A:hover {
	 font:Arial, Helvetica, sans-serif;
	 FONT-SIZE: 11px; 
	 COLOR: #fff; 
	 background:#C00;
	 TEXT-DECORATION:none
}


.containercontent_headerunderline{
	padding:5px 5px;
}
.containerfooder_headerunderline
{
display:none;
}
.containermaster_headerunderline .containercontent_headerunderline .Normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

/*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
{
	border:solid #CCC; border-width:0 1px 1px 1px;
	padding:5px;
}
.containerfooder_red
{
	height:26px;
	background: url(images/bottom_shd.gif) no-repeat 0 0;
}
.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;
	border:solid #006e9c; border-width:1px 1px 0 1px;
	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;
	border:solid #ccc; border-width:0 1px 1px 1px;
}
.containerfooder_blue
{display:none;
}
.containermaster_blue .containercontent_blue .Normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width:100%;
}

/*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;
	border:solid #659115; border-width:1px 1px 0 1px;
	height: 26px;
}
.containerrow_green .Head
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}
.containercontent_green
{
	border:solid #ccc; border-width:0 1px 1px 1px;
	padding:5px;
}
.containerfooder_green
{
	background: url(images/bottom_shd.gif) repeat-x 0 0;
}
.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;
}

