/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #877659;
	BORDER-RIGHT: #ECE7E1 1px solid; 
	BORDER-TOP: #ECE7E1 1px solid; 
	BORDER-LEFT: #ECE7E1 1px solid; 
	BORDER-BOTTOM: #ECE7E1 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.Title {
	background-color: #ECE7E1;
	filter:alpha(opacity=90); 
	opacity:0.90;
	font-size: 12px;
	font-weight: bold;
	color: #a3452e;
	font-family: Verdana;
}
.containerrow2_blue {
	background-color: #FFFFFF
}

.Head
{
    
	font-size: 12px;
	font-weight: bold;
	color: #a3452e;
	font-family: Verdana;
	}
.Content
{	background-color: #000000;
	filter:alpha(opacity=95); 
	opacity:0.95;
	color: #a3452e; 
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	border-right: #ECE7E1 1px solid; 
	border-top: #ECE7E1 1px solid; 
	border-left: #ECE7E1 1px solid; 
	border-bottom: #ECE7E1 1px solid;
	
}
.normal
{
    color: #a3452e; 
	font-size: 12px;
	font-weight: normal;
}

H1
{
    color: #a3452e; 
	font-size: 12px;
	font-weight: bold;
}

hr
{
    color: #a3452e;
}
    
	
.PagingTable
{
    height: 20px;
    background-color: Black;
}


