/* 
================================
Skin styles for DotNetNuke
================================
*/   

/*=================================*/
 @import url(PaperBox.css); 
/*=================================*/

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
	border:0px solid #bebebe;
	vertical-align:top;
	text-align:justify; 
}
.skinmaster {
	width:100%;
	border:0 solid #FFFFFF;
	text-align:justify;
	background-color: #ffffff;
	border-right: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-left: #ffffff 1px solid; 
	border-bottom: #ffffff 1px solid; 
	/*-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; */
}
.skinheader {
}
.skingradient {
	background-image: url(images/topbar_bg.jpg); 
	background-color: blue; 
	height:100px;
	width:100%;
	vertical-align:top;
	border:0 solid #FFFFFF;
}
.controlpanel {
	width: 100%;
	vertical-align:top;
	text-align:justify;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border:0px solid #CC3333;
}
.leftpane {
	width: 170px;
	vertical-align:top;
	text-align:left;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border:0px solid #CC3333;
}
.rightpane {
	width:200px; 
	text-align:left;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border:0px solid #CC3333;
}
.rightzone {
	vertical-align:top;
	text-align:left;
	background-color: transparent;
}
.contentpane {
	width:700px; 
	vertical-align:top;
	text-align:left; 
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border:0px solid #CC3333;
}
.bottompane {
	width:670px;   
    vertical-align:top;
	text-align:justify;
	background-color: transparent;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	border:0px solid #CC3333;
}
/*----------------------------------------------------------------------------------*/
