/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.intro .Head, .intro .Head A.Normal
{
	color: #817f84;
	font-size:  18px;
}

TD.noPadding A.Normal
{
	color: #817f84; 
}


.containermaster_green {
	width: 100%;
	background-color: #a5dfb1;
	border-right: #9CA998 1px solid; 
	border-top: #9CA998 1px solid; 
	border-left: #9CA998 1px solid; 
	border-bottom: #9CA998 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_green {
	background-image: url(gradient_MidGreen.jpg);
}
.containerrow2_green {
	background-color: #ffffff;
}

/** OLIVE START **/
.olive_content_text
{
    color: #FFF;
    font-size: 10px;
    font-family: Verdana;
}

.olive_header_text
{
    color: #FFF;
    font-size: 12px;
    font-family: Verdana;
}

.olive_bg
{
    background-color: #7a8450;
}
/** OLIVE END **/

/** LIGHT GREEN WITH BORDER START **/
.light_green_border_content_text
{
    color: #817f84;
    font-size: 10px;
    font-family: Verdana;
}

.light_green_border_header_text
{
    color: #817f84;
    font-size: 12px;
    font-family: Verdana;
}

.light_green_border_bg
{
	background-color: #f8f9f5;
}
/** LIGHT GREEN WITH BORDER END **/

/** LIGHT GREEN START **/
.light_green_content_text
{
    color: #817f84;
    font-size: 10px;
    font-family: Verdana;
}

.light_grey_header_text
{
    color: #817f84;
    font-size: 12px;
    font-family: Verdana;
}

.light_green_bg
{
	background-color: #eef0e7;
}
/** LIGHT GREEN END **/

/** OLIVE BORDER SQUARE START **/
.olive_header_text_square
{
	font-weight: bold;
    color: #576220;
    font-size: 12px;
    font-family: Arial;
}
/** OLIVE BORDER SQUARE START **/

