/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.panepadding  {
	padding-top: 8px;
	padding-bottom: 2px;
	padding-right:6px;
	padding-left: 6px;
	width:100%;
}
.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-left: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-top:0px;
	border-left: 6px solid #EAC108;
	/*background-image: url(box_back.jpg);
	background-repeat:repeat-y;
	background-position:right; */
}
.Head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #EAC108;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	background-color: transparent;
}
.containermaster_dark {
	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-left: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-top:0px;
	margin-bottom:12px;
	border-left: 6px solid #A97F03;
	/*background-image: url(box_back.jpg); 
	background-repeat:repeat-y;
	background-position:right;*/
}
.Head_dark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #A97F03;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	background-color: transparent;
}
.containermaster_grey {
	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-left: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-top:0px;
	margin-bottom:12px;
	border-left: 6px solid #888888;
	/*background-image: url(box_back.jpg);
	background-repeat:repeat-y;
	background-position:right;*/
}
.Head_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #888888;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	background-color: transparent;
}

.containermaster_in_header {
	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-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-top:8px;
}
.Head_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	background-color: transparent;
}
.horizontal_dotted {
	background-image: url(horizontal_dotted.gif); 
	background-repeat: repeat-x;
	height: 5px;
	width: 100%;
	margin-top:40px;
}
.cell {
	background-color: #EEEEEE;
	border-left: 11px solid #EAC108;
	border-right: 11px solid #EAC108;
	height: 4px;
}
.cell_dark {
	background-color: #EEEEEE;
	border-left: 11px solid #A97F03;
	border-right: 11px solid #A97F03;
	height: 4px;
}
.cell_grey {
	background-color: #EEEEEE;
	border-left: 11px solid #888888;
	border-right: 11px solid #888888;
	height: 4px;
}
.padding {padding-left:12px; padding-bottom:2px;}
.content {
	padding-top:5px;
	padding-right:12px;
	padding-bottom:5px;
	padding-left:12px;
}


