/* 
================================
Skin styles for DotNetNuke
================================
*/ 

/* background color for the content part of the pages */

.rootLevel {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	padding-bottom: 10px;
}

.widthLevel {
	height: 100%;
	background-color: #FFFFFF;
	BORDER-RIGHT: #FFFFFF 20px solid; 
	BORDER-TOP: #FFFFFF 0px solid; 
	BORDER-LEFT: #FFFFFF 20px solid; 
	BORDER-BOTTOM: #FFFFFF 15px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
	vertical-align:top;
}
.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}

.barRegister
{
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 1px;
}
.barRootMenu{
height: 35px;
vertical-align: middle;
}

.barBreadcrumb{
height: 28px;
text-align: right;
padding-left: 5px;
padding-right: 5px;
vertical-align: middle;
}

.barSectionLinks{
height: 17px;
text-align: center;
padding-left: 5px;
padding-right: 5px;
padding-top: 1px;
padding-bottom: 1px;
}
.barFooter{
height: 28px;
text-align: center;
padding-left: 5px;
padding-right: 5px;
padding-top: 1px;
padding-bottom: 1px;
vertical-align: middle;
}


.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-right: 8px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 8px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-top: 6px;
}

.StandardButton     {
    background: #FF6A6A none; 
    color: darksilver;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #FFFFCC;
	BORDER-RIGHT: #F6D653 1px solid; 
	BORDER-TOP: #F6D653 1px solid; 
	BORDER-LEFT: #F6D653 1px solid; 
	BORDER-BOTTOM: #F6D653 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.TreeViewMenu_Header {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}

