/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster
{
	width: 100%;
	background-color: transparent;
}
.containerrow1_SmallTextHeader
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.containerrow1_SmallTextHeader .midle
{
	background-image: url(Header2.gif);
	background-repeat: repeat-x;
	height: 30px;
}

.containerrow1_SmallTextHeader .left
{
	background-image: url(Left2.gif);
	background-repeat: no-repeat;
	height: 30px;
	background-color: transparent;
}

.containerrow1_SmallTextHeader .right
{
	background-image: url(Right2.gif);
	width: 15px;
	background-repeat: no-repeat;
	height: 30px;
	background-color: transparent;
}
.containerrow2
{
}
.containerrow2 .Head
{
	font-weight: bold;
	font-size: 14pt;
}

.containerLogo
{
	background-position: left bottom;
	background-image: url(4UElement.gif);
	background-repeat: no-repeat;
	background-color: transparent;
}
.containerULeft
{
	background-position: left bottom;
	background-image: url(ULeft.gif);
	background-repeat: no-repeat;
	background-color: transparent;
}
.containerURight
{
	background-position: right top;
	background-image: url(URight.gif);
	background-repeat: no-repeat;
	background-color: transparent;
}


.containermaster_gray
{
	border: #666666 1px solid;
}

.containermaster_red
{
	border: #9e241c 1px solid;
}

.containermaster_noHeader
{
	border-top: #696969 1px solid;
	width: 100%;
	background-color: #ffffff;
}

.containerrow1_standard
{
	border-bottom: #696969 1px solid;
}
.containerrow1_small {
	border-bottom: #696969 1px solid;
}

.containerrow1_small .head
{
	font-weight: bold;
	font-size: 8.5pt;
	text-decoration: none;
}
.containerrow1_noTitle
{
	border-top: #696969 1px solid;
	text-align: right;
}

















