
/* 
Skin styles for DotNetNuke
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #eeeeee;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 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(gradient_DKGray.jpg); 
	height: 30px;
}
.controlpanel {
	width: 100%;
	background-color:#FFFFFF;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.leftpaneStore {
	width: 33%;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpaneStore {
	width: 33%;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpaneStore {
	width: 33%;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompaneStore {
	width: 100%;
	padding-left: 10px;
	padding-right: 8px;
	padding-top: 10px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 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_LtGray.jpg);
}

/*Universal Styles*/

.univ_FooterBack {background-image: url(images/footer_960.jpg);}
.univ_footer {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#FFFFFF;}
.univ_footer a:link {color:#FFFFFF;}
.univ_footer a:visited {color:#FFFFFF;}
.univ_footer a:hover {color:#FFCC00;}
.univ_footer a:active {color:#FFFFFF;}
.univ_CurvedBack {background-image: url(images/curved_subhead.jpg);background-repeat: no-repeat;background-color: #ffffff}

/*Wide Site Styles*/

.wide_MainTable {width: 960px;}
.wide_SearchBar {width: 100%; height: 40px; background-image: url(images/head_fade.jpg)}
.wide_MenuBar {width: 100%;}
.wide_LeftPane {height: 340px; background-image: url(images/left_pane_back.jpg);background-repeat: repeat-x;background-color: #719CCC;}
.wide_LeftPaneWidth {width: 200px;}
.wide_RightPane {width: 200px; height: 300px;}
.wide_RightPaneTD {
border-left-style:dotted;
border-left-width:1px;
border-color:#8DAFD6;
background-image: url(images/right_pane_back.jpg);
background-repeat:repeat-x;
background-color:#FFFFFF;
padding: 4px;}
.wide_ContentPane {width: 560px;}
.wide_BottomPane {width: 100%;}