/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster
{
	width: 100%;
	background-color: transparent;
}
/* Side */

.ContainerSide_Header .Head
{
	padding-left: 0px;
	font-weight: bold;
	font-size: 11pt;
	color: #00a650;
	font-family: Tahoma, Arial, Helvetica;
}

.ContainerSide_HeaderLeft
{
	background-position: right top;
	background-image: url(SideHL.gif);
	width: 6px;
	background-repeat: no-repeat;
	height: 25px;
}
.ContainerSide_HeaderArrow
{
	background-position: center top;
	background-image: url(SideH.gif);
	width: 30px;
	background-repeat: repeat-x;
	height: 25px;
}
.ContainerSide_Header
{
	background-position: center top;
	background-image: url(SideH.gif);
	background-repeat: repeat-x;
	height: 25px;
}
.ContainerSide_HeaderRight
{
	background-position: left top;
	background-image: url(SideHR.gif);
	width: 6px;
	background-repeat: no-repeat;
	height: 25px;
}
.ContainerSide_Left
{
	background-position: left top;
	background-image: url(SideL.gif);
	background-repeat: repeat-y;
}
.ContainerSide_Right
{
	background-position: right top;
	background-image: url(SideR.gif);
	background-repeat: repeat-y;
}
.ContainerSide_content
{
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #ffffff;
}

.ContainerSide_FootLeft
{
	background-position: right top;
	background-image: url(SideFL.gif);
	background-repeat: no-repeat;
}
.ContainerSide_Foot
{
	background-position: center top;
	background-image: url(SideF.gif);
	background-repeat: repeat-x;
}
.ContainerSide_FootRight{	background-position: left top;
	background-image: url(SideFR.gif);
	background-repeat: no-repeat;}
/*End side */

/* Content */

.Content_HL
{
	background-position: left bottom;
	background-image: url(ContentHL.gif);
	background-repeat: no-repeat;
}
.Content_H
{
	background-position: center bottom;
	background-image: url(ContentH.gif);
	background-repeat: repeat-x;
}
.Content_HR
{
	background-position: right bottom;
	background-image: url(ContentHR.gif);
	background-repeat: no-repeat;
}
.Content_Head .Head
{
	font-weight: bold;
	font-size: 11pt;
	color: #fcb31e;
}

.Content_L
{
	background-position: left center;
	background-image: url(ContentL.gif);
	background-repeat: repeat-y;
}

.Content_R
{
	background-position: right center;
	background-image: url(ContentR.gif);
	background-repeat: repeat-y;
}

.Content_BL
{
	background-position: right top;
	background-image: url(ContentBL.gif);
	background-repeat: no-repeat;
}
.Content_B
{
	background-position: center top;
	background-image: url(ContentB.gif);
	background-repeat: repeat-x;
}
.Content_BR
{
	background-position: left top;
	background-image: url(ContentBR.gif);
	background-repeat: no-repeat;
}


/* End Content */


.containermaster_standard
{
	width: 100%;
	background-color: transparent;
}


.containerrow1_cell
{
	border-top: #000000 3px solid;
	width: 30px;
	color: #ffffff;
	border-bottom: #ececec 3px solid;
	height: 40px;
	background-color: #636363;
}
.containerrow1_title
{
	border-top: #000000 3px solid;
	width: 100%;
	color: #ffffff;
	border-bottom: #ececec 3px solid;
	height: 40px;
	background-color: #636363;
}
.containerrowb1_cell
{
	border-top: #696969 3px solid;
	font-size: 8px;
	text-transform: uppercase;
	color: #ffffff;
	height: 25px;
	background-color: #000000;
}
.containerrowb1_title
{
	width: 100%;
	color: #ffffff;
	height: 25px;
		border-top: #696969 3px solid;
	height: 25px;
	background-color: #000000;

}


.containerrowb1_title .Head
{
	font-size: 10px;
	text-transform: uppercase;
}

.containerrowb1_title
{
	height: 25px;
}

.containerrow2_side
{
	vertical-align: bottom;
	width: 30px;
	text-align: center;
}
.Head
{
	color: #444444;
}
.containerrow2_content
{
	padding-bottom: 10px;
	padding-top: 5px;
}
.containerrowb3
{
	width: 50%;
	text-align: center;
}

.containermaster_gray {
	width: 100%;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_gray {
	background-image: url(gradient_LtGray.jpg);
}
.containerrow2_gray {
	background-color: #ffffff;
}
































