/* 
================================
 Container Styles for DotNetNuke
================================
*/   

/* Invisible */

.ContainerMaster 
{
	width: 100%;
}
.ContainerTitle
{
	font-weight: bold;
	text-align:left;
}

/* SmoothBlueWhiteB */

.WhiteBTopLeft
{
	height: 26px;
	width: 14px;
}
.WhiteBTopMiddle
{
	height: 26px;
}
.WhiteBTopRight
{
	height: 26px;
	width: 14px;
}
.WhiteBContentLeft
{
	width: 14px;
}
.WhiteBContentMiddle
{
	padding-top: 2px;
	text-align: center;
	color: White;
}
.WhiteBContentRight
{
	width: 14px;
}
.WhiteBBottomLeft
{
	height: 18px;
	width: 14px;
}
.WhiteBBottomMiddle
{
	height: 18px;
}
.WhiteBBottomRight
{
	height: 18px;
	width: 14px;
}

/* SmoothBlueNoBor */

.NoBorTopLeft
{
	background-image: url(ccsmoothblue_nobor_whiteb_topleft.jpg);
	height: 26px;
	width: 14px;
}
.NoBorTopMiddle
{
	background-image: url(ccsmoothblue_nobor_whiteb_topmiddle.jpg);
	height: 26px;
}
.NoBorTopRight
{
	background-image: url(ccsmoothblue_nobor_whiteb_topright.jpg);
	height: 26px;
	width: 14px;
}
.NoBorContentLeft
{
	background-image: url(ccsmoothblue_nobor_whiteb_contentleft.jpg);
	background-repeat: repeat-y;
	width: 14px;
}
.NoBorContentMiddle
{
	padding-top: 10px;
	text-align: center;
	color: White;
}
.NoBorContentRight
{
	background-image: url(ccsmoothblue_nobor_whiteb_contentright.jpg);
	background-repeat: repeat-y;
	width: 14px;
}
.NoBorBottomLeft
{
	background-image: url(ccsmoothblue_nobor_whiteb_bottomleft.jpg);
	height: 18px;
	width: 14px;
	background-repeat: no-repeat;
}
.NoBorBottomMiddle
{
	background-image: url(ccsmoothblue_nobor_whiteb_bottommiddle.jpg);
	height: 18px;
}
.NoBorBottomRight
{
	background-image: url(ccsmoothblue_nobor_whiteb_bottomright.jpg);
	height: 18px;
	width: 14px;
	background-repeat: no-repeat;
}

/* PlainGreyBorder */

.PlainGreyTopLeft
{
	background-image: url(ccplaingborder_topleft.jpg);
	height: 26px;
	width: 14px;
}
.PlainGreyTopMiddle
{
	background-image: url(ccplaingborder_topmiddle.jpg);
	height: 26px;
}
.PlainGreyTopRight
{
	background-image: url(ccplaingborder_topright.jpg);
	height: 26px;
	width: 14px;
}
.PlainGreyContentLeft
{
	background-image: url(ccplaingborder_contentleft.jpg);
	background-repeat: repeat-y;
	width: 14px;
}
.PlainGreyContentMiddle
{
	padding-top: 10px;
	text-align: center;
	color: White;
}
.PlainGreyContentRight
{
	background-image: url(ccplaingborder_contentright.jpg);
	background-repeat: repeat-y;
	width: 14px;
}
.PlainGreyBottomLeft
{
	background-image: url(ccplaingborder_bottomleft.jpg);
	height: 18px;
	width: 14px;
	background-repeat: no-repeat;
}
.PlainGreyBottomMiddle
{
	background-image: url(ccplaingborder_bottommiddle.jpg);
	height: 18px;
}
.PlainGreyBottomRight
{
	background-image: url(ccplaingborder_bottomright.jpg);
	height: 18px;
	width: 14px;
	background-repeat: no-repeat;
}
