/* 
================================
Skin styles for DotNetNuke
================================
*/ 

/* background color for the content part of the pages */

.rootLevel {
	width: 100%;
	height: 100%;
	background-color: #F1F1F1;
	background-image: url(/media/bsBack.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 10px;
}

.widthLevel {
	height: 100%;
	background-color: #FFFFFF;
	BORDER-RIGHT: #FFFFFF 20px solid; 
	BORDER-TOP: #FFFFFF 15px 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
{
	height: 20px;
	background-color: #dedede;
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.barRootMenu{
height: 29px;
background-color: #FFFFFF;	
}
.barBreadcrumb{
height: 17px;
background-color: #99999A;
text-align: right;
padding-left: 5px;
padding-right: 5px;
padding-top: 1px;
padding-bottom: 1px;
}
.barSectionLinks{
height: 17px;
background-color: #DEDEDE;
text-align: center;
padding-left: 5px;
padding-right: 5px;
padding-top: 1px;
padding-bottom: 1px;
}
.barFooter{
height: 17px;
background-color: #99999A;
text-align: center;
padding-left: 5px;
padding-right: 5px;
padding-top: 1px;
padding-bottom: 1px;
}


.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     {
	padding-right: 5px;
	padding-left: 5px;
    background: #ADCBFC none; 
    color: black;
    font-family: Tahoma, Arial, Helvetica;; 
    font-size: 12px;
    font-weight: bold;
}
.TreeViewMenu {
	width: 175px;
	background-color: #DFE5F2;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 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);
}

