/* 
================================
Skin styles for DotNetNuke
================================
*/   
.normal
{
	
	font-size: 10pt;
	color: #000000;
	font-family: Verdana;
	font-variant: normal;
}
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
	BACKGROUND-POSITION: left top; 
	BACKGROUND-ATTACHMENT: scroll; 
	BACKGROUND-IMAGE: url(back2.gif); 
	BACKGROUND-REPEAT: no-repeat
}
.skinmaster
{
	border-right: #7994cb 1px solid;
	border-top: #7994cb 1px solid;
	border-left: #7994cb 1px solid;
	border-bottom: #7994cb 1px solid;
	height: 100%;
	background-color: #ffffff;
	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_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 405px;
	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: #FF9400; 
	border-left: #ffffff 2px solid; 
	border-bottom: #ffffff 2px solid; 
	border-top: #ffffff 2px solid; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 21px;
	background-color: #FF9400;

}
.MainMenu_MenuItem {
	border-left: #FF9400 0px solid; 
	border-bottom: #FF9400 1px solid; 
	border-top: #FF9400 1px solid; 
	border-right: #FF9400 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
}
.MainMenu_MenuIcon
{
	border-top: #FF9400 1px solid;
	border-left: #FF9400 1px solid;
	width: 15px;
	cursor: hand;
	border-bottom: #FF9400 1px solid;
	height: 21px;
	background-color: #FF9400;
	text-align: center;
}
.MainMenu_SubMenu
{
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= '#696969' , Direction=135, Strength=3);
	cursor: hand;
	background-color: #FF9400;
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel
{
	font-weight: bold;
	font-size: 9pt;
	cursor: hand;
	color: black;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	height: 21px;
	background-color: #ffcc33;
}
.MainMenu_MenuArrow {
	border-right: #FF9400 1px solid; 
	border-bottom: #FF9400 1px solid; 
	border-top: #FF9400 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.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);
}
.Head
{
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	font-family: Verdana;
	font-variant: normal;
}
