/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 666px;
	background-color: #aaaaaa;
}
.skinmaster {
	width: 666px;
	height: 100%;	
	background-color: #FFFFFF;
	border-right: #8f9092 0px solid; 
	border-top: #8f9092 0px solid; 
	border-left: #8f9092 0px solid; 
	border-bottom: #8f9092 0px solid; 
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px; 

}
.skinheader {
}
.skingradient {
	width: 666px;
	background-color: transparent;
	height: 0px;
}
.controlpanel {
	width: 100%;
	background-color: #FFFFFF;
}
.toppane {
	width: 666px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.leftpane {
	width: 160px;
	background-color: #FFFFFF; 
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.contentpane {
	width: 476px;
	background-color:#FFFFFF; 
	padding-left: 4px;
	padding-right: 0px;
	padding-top: 0px;
}
.rightpane {
	width: 16px;
	background-color: #FFFFFF; 
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.bottompane {
	width: 666px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.MainMenu_MenuContainer {
	background-color: transparent; 
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 0px;
	background-color: transparent;
}
.MainMenu_MenuItem {

	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 4pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
}
.MainMenu_MenuIcon {
	background-color: #ff9d16; 
	border-left: #ff9d16 1px solid; 
	border-bottom: #ff9d16 1px solid; 
	border-top: #ff9d16 1px solid; 
	border-right: #ff9d16 1px solid;
	cursor: pointer; 
	cursor: hand; 
	text-align: center;  
	height: 28px;
}
.MainMenu_SubMenu {
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #ff9d16; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
text-decoration:bottom;
}
.MainMenu_MenuArrow {
	border-right: #ff9d16 1px solid; 
	border-bottom: #ff9d16 1px solid; 
	border-top: #ff9d16 0px solid;
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {

}
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 8px;
   font-weight: normal;
text-decoration:bottom;
}



