/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster {
	width: 100%;
/*	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;*/
	background-color: transparent;
	padding:5px;
	padding-bottom:10px;
}
.title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
.title_green {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#336600;
}
.dotted {
	border-bottom:1px dotted #FFFFFF;
}
.dotted_grey {
	border-bottom:1px dotted #CCCCCC;
}
.greentopbox {
	background-image:url(greentop.gif);
	background-repeat:repeat-x;
	padding-left:7px;
	padding-right:7px;
	height:21px;
}
.topsimple {
	background-repeat:repeat-x;
	padding-left:7px;
	padding-right:7px;
	height:30px;
}
.greenbottombox {
	background-image:url(greenbottom.gif);
	background-repeat:repeat-x;
	padding-left:5px;
	padding-right:5px;
	height:7px;
}
.container_content {
	padding-left:2px;
	padding-right:2px;
	padding-bottom:8px;
	padding-top:8px;
}
.container_content_simple {
	padding-left:7px;
	padding-right:7px;
	padding-bottom:5px;
	padding-top:6px;
}
.boxsimple {
	border: 1px solid #336600;
	background-image:url(boxcontainer_top.gif);
	background-repeat:repeat-x;
	background-position: top;
	width: 205px;
}
.boxmain {
	border-top-width: 7px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;	
	border-style: solid;
	border-color: #336600; 
	background-image:url(boxcontainer_top.gif);
	background-repeat:repeat-x;
	background-position: top;
	width: 205px;
}
.boxbottom {
	background-image:url(boxcontainer_bottom.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	height: 30px;
}

