/* 
================================
 Container Styles for DotNetNuke
================================
*/	 
.containermaster {
	width: 100%;
	background-color: transparent;
	padding-top:0px; 
	padding-left:6px; 
	padding-right:6px; 
	padding-bottom:12px;
}
.content {
	padding:8px;
}
#banner .content {
	padding:5px;
}
#green .title {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:30px;
	height:30x;
	font-weight:normal;
	padding-right:3px;
	background-image:url(green_arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:18px;
}
#green .box {
	padding-top:0px;
	padding-right:8px;
	padding-left:8px;
	padding-bottom:2px;
	height:30px;
	background-image:url(green.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#grey .box {
	padding-top:0px;
	padding-right:8px;
	padding-left:8px;
	padding-bottom:2px;
	height:30px;
	background-image:url(grey.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#grey .title {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:30px;
	height:30x;
	font-weight:normal;
	padding-right:3px;
	background-image:url(grey_arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:18px;
}
#silver .box {
	padding-top:0px;
	padding-right:8px;
	padding-left:8px;
	padding-bottom:2px;
	height:30px;
	background-image:url(silver.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#silver .title {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:30px;
	height:30x;
	font-weight:normal;
	padding-right:3px;
	background-image:url(silver_arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:18px;
}
.reflex {
	padding-top:2px;
	background-image:url(reflex.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:30px;
}
#banner .title {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	padding-left:5px;
	padding-right:10px;
}
