/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_tan_dark_border_dark_header
{
	border-right: #cdcd9c 1px solid;
	border-top: #cdcd9c 1px solid;
	border-left: #cdcd9c 1px solid;
	width: 100%;
	border-bottom: #cdcd9c 1px solid;
	background-color: #cdcd9c;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}

.containermaster_tan_dark_border_light_header
{
	border-right: #cdcd9c 1px solid;
	border-top: #cdcd9c 1px solid;
	border-left: #cdcd9c 1px solid;
	width: 100%;
	border-bottom: #cdcd9c 1px solid;
	background-color: #e7e7cf;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}

.containermaster_tan_dark_noborder
{
	width: 100%;
	background-color: #cdcd9c;
}

.containermaster_tan_light_noborder
{
	width: 100%;
	background-color: #e7e7cf;
}

.containermaster_tan_transparent_darkborder
{
	width: 100%;
	border-right: #cdcd9c 1px solid;
	border-top: #cdcd9c 1px solid;
	border-left: #cdcd9c 1px solid;
	border-bottom: #cdcd9c 1px solid;
	background-color: transparent;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}

.containermaster_tan_transparent_noborder
{
	width: 100%;
	background-color: transparent;
}

.containerrow1_tan_image {
	BACKGROUND-IMAGE: url(TanGradient.jpg);
}

.containerrow2_tan_light {
	background-color: #e7e7cf
}

.containerrow2_transparent {
	background-color: transparent
}

.Head
{
	font-weight: bold;
	font-size: 14px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
}


