/* 
================================
 Container Styles for DotNetNuke
================================
*/

.containermaster
{
	width: 100%;
	border-right: #5b6131 1px solid;
	border-top: #5b6131 1px solid;
	border-left: #5b6131 1px solid;
	border-bottom: #5b6131 1px solid;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}

.title_background_image
{
	background-image: url(gradient_LtSand_small.gif);
	height: 26px;
}
.title_background_color
{
	background-color: #f5f5dc;
	height: 26px;
}
.title_background_white
{
	background-color: #ffffff;
	height: 26px;
}

.title_background_hgradient_image
{
	background-image: url(hgradient_LtSand_to_background.gif);
	background-repeat: no-repeat;
	border-bottom: #5b6131 1px solid;
	height: 26px;
}

.content_background_image
{
	background-image: url(gradient_LtSand.gif);
}
.content_background_color
{
	background-color: #f5f5dc;
}
.content_background_white
{
	background-color: #ffffff;
}
.content_background_trasparent
{
	background-color: Transparent;
}

.footer_background_image
{
	background-image: url(gradient_LtSand.gif);
}
.footer_background_color
{
	background-color: #f5f5dc;
}
.footer_background_white
{
	background-color: #ffffff;
}
.footer_background_trasparent
{
	background-color: Transparent;
}

.Head
{
	font-size: smaller;
	font-weight: bolder;
}
