/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
}
/* added by me*/
.containermain
{
	background-image:url(container_middle.jpg)
}
/*Top w/ Title Space */
.container_TitleTop
{
	background-image:url(container_topTitle.jpg);
	height:60px;
}
.container_TitleTopRight
{
	background-image:url(container_topRightTitle.jpg);
	height:60px;
	width:40px;
}
.container_TitleTopLeft
{
	background-image:url(container_topLeftTitle.jpg);
	height:60px;
	width:40px;
}
/*Top No title space */
.dnnTITLE
{
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}
.containermain_top
{
	height:30px;
	background-image:url(container_top.jpg);
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
}
.containermain_topLeft
{
	background-image:url(container_topLeft.jpg);
	height:30px;
	width:14px;
}
.containermain_topRight
{
	background-image:url(container_topRight.jpg);
	height:30px;
	width:20px;
}
.containermain_bottom
{
	height:20px;
	background-image:url(container_bottom.jpg);
}
.containermain_bottomLeft
{
	background-image:url(container_bottomLeft.jpg);
	height:20px;
	width:15px;
	background-repeat:no-repeat;
}
.containermain_bottomRight
{
	background-image:url(container_bottomRight.jpg);
	height:20px;
	width:20px;
	background-repeat:no-repeat;
}
.containermain_Left
{
	background-image:url(container_Left.jpg);
}
.containermain_Right
{
	background-image:url(container_Right.jpg);
}
/*Added by me 4/20/2008*/
.containermain_TitleRow
{
	height: 25px;
}
.containermain_ControlRow
{
	height: 25px;
}
/*added to put space on the sides*/
.container_Table
{
	margin-left:5px;
	margin-right:5px;
}
