/* 
================================
 Container Styles for DotNetNuke
================================
*/   


/* White
----------------------------------------------*/
.containermaster_white {
	width: 100%;
	background-color: white;
	BORDER: none;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	color:#2F2102;
}
.containerrow1_white 
{
    color:#2F2102;
	
}
.containerrow2_white {
	background-color: #FFFFFF;
	color:#2F2102;
}


/* Plum
----------------------------------------------*/
.containermaster_plum {
	width: 100%;
	background-color: #8E6D68;
	border:solid 0px #b9A172;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	color:white;
}
.containerrow1_plum  
{
    color:white;
	
}
.containerrow2_plum  {
	background-color: #8E6D68;
	color:white;
}


/* Tan
----------------------------------------------*/
.containermaster_tan {
	width: 100%;
	background-color: #B9A172;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	color:#2F2102;
	/*border:solid 1px #b9A172;*/
}
	
.containerrow1_tan  
{
    color:#2F2102;
	
}
.containerrow2_tan  {
	background-color: #B9A172;
	color:#2F2102;
}


/* Green
----------------------------------------------*/
.containermaster_green {
	width: 100%;
	background-color: #758270;
	BORDER: none;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	color:white;
}

.containerrow1_green  
{
    color:white;
	
}
.containerrow2_green  {
	background-color: #758270;
	color:white;
}


/* Clear
----------------------------------------------*/
.containermaster_none {
	width: 100%;
	background-color: transparent;
	border:solid 0px #b9A172;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;

}



.containerrow1_none  
{

	
}
.containerrow2_none  {
	background-color: transparent;

}

.LargeTitleHeader
{
  font:bold 24px Verdana, Helvetica, Sans-Serif;
  color:#333333;
}


/* HR border
----------------------------------------------*/
.hrborderdark
{
    BORDER-bottom: #2F2102 1px solid;
}

.hrborderlight
{
    BORDER-bottom: white 1px solid;
}