/* 
================================
 Container Styles for stage4.us
================================
*/   


.moduletable
{
	width: 100%;
}

.moduletitle
{
    width:100%;
    font-size:small;
    background-color:White;
    font: normal 12px/1.5 Arial, Tahoma, Helvetica, sans-serif;
    color:Gray;
}
.moduletitle2
{
    width:100%;
    font-size:larger;
    background-color:White;
    font: normal 19px/1.5 Arial, Tahoma, Helvetica, sans-serif;
    font-weight:bold;
    color:Gray;
}
.moduletitlediv
{
    text-align:center;
    background-image:url(bar.jpg);
    background-repeat:repeat-x;
    background-position:center;
}

.moduletitlediv2
{
    height:40px;
    text-align:left;
    background-image:url(bar.jpg);
    background-repeat:repeat-x;
    background-position:bottom;
    vertical-align:top;
}

#dnn_rightpane .moduletable
{
	margin-left:10px;
	width: 300px;
}

#dnn_leftpane .moduletable
{
	margin-right:10px;
}

*html #dnn_leftpane .moduletable
{
	width: 96%
}

#dnn_bottompane .moduletable
{
	margin-top:10px;
}

#dnn_toppane .moduletable
{
	margin-bottom:10px;
}

/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: #DDDDDD;
	BORDER-RIGHT: #8F9092 1px solid; 
	BORDER-TOP: #8F9092 1px solid; 
	BORDER-LEFT: #8F9092 1px solid; 
	BORDER-BOTTOM: #8F9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containerrow1_gray {
	BACKGROUND-IMAGE: url(gradient_LtGray.jpg);
}
.containerrow2_gray {
	background-color: #FFFFFF
}




