/* 
================================
Skin styles for DotNetNuke
================================
*/   

body
{
	width: 100%;
	height: 100%;	
	margin:0px;
}

.EmptySkinDiv
{
    width: 100%;
	height: 100%;	
	margin:0px;
}

.EmptySkinTable
{
    width: 100%;
	height: 100%;	
}

.controlpanel {
	width: 100%;
	background-color: #fefefe;
}

.contentpane {
	width: 100%;
	height:100%;
	background-color: transparent;
}
