/* 
================================
 Container Styles for DotNetNuke
================================
*/   


.containerheader
{
	background-color:transparent;
	width=250px;
	height=52px;
	color: #402200;
	font-family: century gothic, sans-serif;
	font-style: normal;
	font-size: 10pt;

}


.containermaster {
	width: 100%;
	/* border-top: #ACC76A 2px solid; 
	border-right: #ACC76A 2px solid;
	border-left: #ACC76A 2px solid; 
	border-bottom: #ACC76A 2px solid; */
	color: #402200;
	font-family: century gothic, sans-serif;
	font-style: normal;
	font-size: 8pt;
	/*  moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px  */
}

.containerallborders {
	width: 100%;
	border-top: #ACC76A 2px solid;
	border-right: #ACC76A 2px solid;
	border-left: #ACC76A 2px solid; 
	border-bottom: #ACC76A 2px solid;
	color: #402200;
	font-family: century gothic, sans-serif;
	font-style: normal;
	font-size: 10pt;
	/*  moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px  */
}

.containergreenborders {
{
	width: 100%;
	border-top: #ACC76A 2px solid;
	border-right: #ACC76A 2px solid;
	border-left: #ACC76A 2px solid; 
	border-bottom: #ACC76A 2px solid;
	color: #402200;
	font-family: century gothic, sans-serif;
	font-style: normal;
	font-size: 10pt;
}

.SelectedTab {
	color: #402200;
	font-family: Century Gothic, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: transparent;
}

.OtherTabs {
	color: #402200;
	font-family: Century Gothic, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: transparent;
}

.SkinObject {
	color: #402200;
	font-family: Century Gothic, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: transparent;
}