#t_ContainerWrapper
{
    width: 100%;
}

.t_title
{
	text-align: center;
}

/* style for dnn module titles in this container */
.t_titleHead
{
 	color: #004FA2;
}

.t_content
{
    margin: 0px 20px 0px 0px;
    /* I can't explain the 1px bottom padding below.
       Without it, there is a blank section, as if there were a margin of about 10px there.
       If I putin the 1px bottom padding, it goes away, but he extra space remains as if there
       were a 10px padding or something.
    */
    padding: 10px 5px 10px 5px; 
	background-color: #f9f8c4;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #999696;
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #999696;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #999696;
}

.t_containerFooter
{
}

.DNNEmptyPane
{
	display: none;
}







































