/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #f3f3f3;
}
.skinmaster {
	height: 100%;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	background-color: #ffffff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #33646C;
	border-left-color: #33646C;
}
.skinheader {
	background-color: #568783;
	font-family: Arial,Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	margin-right: 0px;
	margin-left: 0px;
}

.skinfooter {
	text-align: center;
	background-color: transparent;
	font-family: Arial,Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	border-top-color:#33646C;
	border-top-style:solid;
	border-top-width:1px;
	}

.skingradient {
	height:25px;
	background: #edf3f3;
	border-bottom-color: #33646C;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.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;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:20px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #edf3f3 0px solid; 
	border-bottom: #edf3f3 1px solid; 
	border-top: #edf3f3 1px solid; 
	border-right: #edf3f3 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #33646C; 
	font-size: 8pt; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial,Verdana;
}
.MainMenu_MenuIcon {
	background-color: #edf3f3; 
	border-left: #edf3f3 1px solid; 
	border-bottom: #edf3f3 1px solid; 
	border-top: #edf3f3 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 20px;
}
.MainMenu_SubMenu {
	background-color: #edf3f3;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#8080b0', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #EA3434; 
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial,Verdana;
	font-size: 8pt; 
	font-style: normal;
	height: 20px;
}
.MainMenu_MenuArrow {
	border-right: #edf3f3 1px solid; 
	border-bottom: #edf3f3 1px solid; 
	border-top: #edf3f3 0px solid;
	font-family: webdings; 
	font-size: 8pt;
	cursor: pointer; 
	cursor: hand;
	color: #33646C; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 11pt; 
	cursor: pointer; 
	cursor: hand;
	color: #edf3f3; 
}
.StandardButton {
  background: #edf3f3 none; 
  color: #33646C;
  font-family: Arial,Verdana; 
  font-size: 10px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;

}
.TreeViewMenu_Header {
}
.Head {
   font-family: Arial,Verdana;
   font-size:  10px;
   font-weight: normal;
   color: #33646C;
}
.BCrumb {
   font-family: Arial,Verdana;
   font-size:  10px;
   font-weight: normal;
   color: #33646C;
}

