/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
}
.containerrow1_gray {
}
.containerrow2 {
	background-color: #ffffff;
} 

/* ** Sytle for Common ascx ** */
.cwrapper{ 
	width:100%; 
	margin-bottom:10px; 
	
	background-image: url(/DotNetNuke/Portals/0/bg_grey_white.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px dashed #CCCCCC;
}
.c_container_header {
	padding:15px;
}
.ctitle{ 
	width:100%;
}

.actionbuttons{ 
	padding:0px 15px 15px 0px;
	text-align:right; 
}


/* ** Sytle for Plan_Common ascx ** */
.plan_wrapper{
	margin-top:10px;
	width:100%; 
}
.plan_container_header {
	width:100%;
}
.plan_title{ 
	width:100%;
}
