/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster_grey {
	width: 100%;
	background-color: #FFFFFF;	
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	border:1px solid black;
}

.containertitle_grey {
	background-color:#dedbde;
}


.containermaster_red {
	width: 100%;
	background-color: #FFFFFF;	
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	border:1px solid black;
}

.containertitle_red {
	background-color:#d60c08;
}

.containermaster_green{
	width: 100%;
	background-color: #FFFFFF;	
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	border:1px solid black;
}

.containertitle_green {
	background-color:#b5eb3a;
}

.greentiger
{
	background-color:7b9a29;
	background-image:url('greentiger.png');
	background-repeat:no-repeat;
	background-position:top right;	
}

.container_green
{
	background-color:7b9a29;		
}

SPAN.Head   
{
    color:Black;
    font-size:8pt;
    font-family:Arial;
    font-weight:bold;
}






































































































































