/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containerBorder
{
	border-right: #83AAD6 1px solid;
	border-left: #83AAD6 1px solid;
	border-bottom: #83AAD6 1px solid;
	border-top: #83AAD6 1px solid;
	padding:10;
}

.containerImageHeader
{
	background-image: url(images/IS9-02g.gif);
	background-repeat:inherit;	
	height:19;
}
.containerImageHeader_V2
{
	background-color:#276AB2;
}

.ContainerHeaterText
{
	color: white;
	font-weight: bold;
}

.containerTopLeft
{
	background-image: url(images/IS6-01gb.gif);
	background-repeat:no-repeat;
	width:12;
	height:12;
}

.containerTop
{
	background-image: url(images/IS6-02gb.gif);
	background-repeat:repeat-x;
}
.containerTopRight
{
	background-image: url(images/IS6-03gb.gif);
	background-repeat:no-repeat;
	width:12;
	height:12;	
}

.containerLeft
{
	background-image: url(images/IS6-07gb.gif);
	background-repeat:repeat-y;
	width:12;
}

.containerRight
{
	background-image: url(images/IS6-09gb.gif);
	background-repeat:repeat-y;
	width:12;
}

.containerBottomLeft
{
	background-image: url(images/IS6-010gb.gif);
	background-repeat:no-repeat;
	width:12;
	height:12;
}
.containerBottom
{
	background-image: url(images/IS6-011gb.gif);
	background-repeat:repeat-x;
}
.containerBottomRight
{
	background-image: url(images/IS6-012gb.gif);
	background-repeat:no-repeat;
	width:12;
	height:12;	
}

