/* 
================================
 Container Styles for DotNetNuke
================================
*/
.containerBG_white
{
    width: 100%;
    background-color: white;
}

/* Invisible Container Styles */

.containermaster_Invisible {
	width: 100%;
	background-color: #E4E4E4;
}

.TitleInvisible
{
    font-weight: bold;
    font-size: 10pt;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* Green Container Styles */

.containermaster_Green {
	width: 100%;
	background-color: #097F67;
}

.TitleGreen
{
    font-weight: bold;
    font-size: 10pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}



/* Light Grey Container Styles */

.containermaster_LGrey {
	width: 100%;
	background-color: #E4E4E4;
}

.TitleLGrey
{
    font-weight: bold;
    font-size: 10pt;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}


/* Slate Container Styles */

.containermaster_Slate {
	width: 100%;
	background-color: #C8A379;
}

.TitleSlate
{
    font-weight: bold;
    font-size: 10pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}


/* Blue Container Styles */

.containermaster_Blue {
	width: 100%;
	background-color: #587B8C;
}

.TitleBlue
{
    font-weight: bold;
    font-size: 10pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}


/* Red Container Styles */

.containermaster_red {
	width: 100%;
	background-color: #A10003;
}

.TitleRed
{
    font-weight: bold;
    font-size: 10pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
























