/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.Container_Border_Grey_Edit {
	width: 100%;
	background-color: #EEEEEE;
	BORDER-RIGHT: #A1A1A1 1px solid; 
	BORDER-TOP: #A1A1A1 1px solid; 
	BORDER-LEFT: #A1A1A1 1px solid; 
	BORDER-BOTTOM: #A1A1A1 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}

.Container_MainRow_Silver {
	BACKGROUND-IMAGE: url(Container_Header_Silver.gif);
}

.Container_Body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.containermaster_gray {
	width: 100%;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_gray {
	background-image: url(gradient_LtGray.jpg);
}
.containerrow2_gray {
	background-color: #ffffff;
}

.containermaster_red {
	width: 100%;
	background-color: #ffffff;
}

.containerrow1_red
{
	background-color: #a70419;
	border-bottom: #000000 4px solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 6px;
}

.containerrow1_header_text
{
	font-size: 12pt;
	font-family: Arial, Verdana, Sans-Serif;
	color: #ffffff;
	font-weight: bold;
}

.containermaster_black {
	width: 100%;
	background-color: #000000;
	color: #000000;
}
