/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.ContainerUU_VB
{
	height: 40px;
	background-image: url(dotNET_ContainerUU.gif);
	background-repeat: repeat-x;
}
.ContainerBB_VB
{
	height: 21px;
	background-image: url(dotNET_ContainerBB.gif);
	background-repeat: repeat-x;
}
.ContainerUL_VB
{
	width: 17px;
	height: 40px;
	background-image: url(dotNET_ContainerUL.gif);
	background-repeat: no-repeat;
}
.ContainerLL_VB
{
	width: 17px;
	background-image: url(dotNET_ContainerLL.gif);
	background-repeat: repeat-y;
}
.ContainerBL_VB
{
	width: 17px;
	height: 21px;
	background-image: url(dotNET_ContainerBL.gif);
	background-repeat: no-repeat;
}
.ContainerUR_VB
{
	width: 19px;
	height: 40px;
	background-image: url(dotNET_ContainerUR.gif);
	background-repeat: no-repeat;
}
.ContainerRR_VB
{
	width: 19px;
	background-image: url(dotNET_ContainerRR.gif);
	background-repeat: repeat-y;
}
.ContainerBR_VB
{
	width: 19px;
	height: 21px;
	background-image: url(dotNET_ContainerBR.gif);
	background-repeat: no-repeat;
}

.ContainerMaster
{
	width: 100%;
	border: none;
}

.ContentArea
{
	background-color: #FEFEFE;
	border: none;
}

.Title
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: -1px;
}

























































































































