/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	/*border:solid 0px #4C4C4C;*/
	
/*	border-right: #A6A79A 1px solid; 
	border-top: #A6A79A 1px solid; 
	border-left: #A6A79A 1px solid; 
	border-bottom: #A6A79A 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;*/
}

.container_HEADER_LEFT 
{
	background-image: url(images/cntlfthd.gif);
	border-bottom: #4C4C4C 0px solid;
	width:25px;
	height:23px;
	/*background-repeat:no-repeat;*/
}
.container_HEADER_MID {
	background-image: url(images/cntbg.gif);
	background-repeat:repeat-x;

}

.container_HEADER_RIGHT 
{
	background-image: url(images/cntright.gif);
	width:7px;
	height:23px;
	background-repeat:no-repeat;
}


.container_MID_LEFT 
{
/*	border-left:solid 1px #F1F1F1;*/
	background-image:url(images/vertiline.gif);
	background-repeat:repeat-y;	
	width:1px;
	
}
.container_BACKGROUND 
{
/*	background-image:url(images/spacerline.gif);*/
	padding-bottom:25px;
	padding-top:20px;
	padding-right:25px;
	padding-left:20px;
}

.container_MID_RIGHT
{
	background-image:url(images/vertiline.gif);
	background-repeat:repeat-y;
	width:1px;
	/*padding-left:5px;		*/
}

.container_BOTTOM_LEFT {
	background-image:url(images/spacerline.gif);
	background-repeat:repeat-x;
	height:1px;	
}

.container_BOTTOM_MID {
	background-image:url(images/spacerline.gif);
	background-repeat:repeat-x;
	height:1px;
	
}
.container_BOTTOM_RIGHT {
	background-image:url(images/spacerline.gif);
	background-repeat:repeat-x;
	height:1px;
	
}

.Title
{
	color:#000000;
	font-family: Tahoma, Helvetica;
	font-weight:bold;
	font-size: 10pt;
	text-align:left;
}





