#m_ContainerWrapper
{
    width: 100%;
}

.m_title
{
	text-align: center;
}

/* style for dnn module titles in this container */
.m_titleHead
{
 	color: #004FA2;
}

.m_content
{
    margin: 0px 20px 0px 0px;
    padding: 10px 5px 10px 5px;
	background-color: #f9f8c4;
	border-top-style: none;
	border-bottom-style: none;
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #999696;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #999696;
}

.m_centeredImage
{
    text-align:center;
    margin: 0px 20px 0px 0px;
    padding: 0px 0px 0px 0px;
	background-color: #f9f8c4;
	border-top-style: none;
	border-bottom-style: none;
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #999696;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #999696;    
}

.m_containerFooter
{
}

.DNNEmptyPane
{
	display: none;
}





























































