/* 
================================
Skin styles for DotNetNuke
================================
*/
.pagemaster {
	width: 100%;
	height: 100%;
	background: white url('images/PastelVines.jpg') repeat-x right bottom;
	font-weight:normal;
}
.skinmaster {
	height: 100%;
	background-color: transparent;
	border-width: 0px;
	margin: 0px;
}
.SkinObject {
	background-color: transparent;
}
.HeaderDiv {
	width: 100%;
	height: 116px;
	overflow: hidden;
	background: url('images/PastelBanner.png') no-repeat right top;
}
.skinheader {
}
.skingradient {
	height: 26px;
	background-color: transparent;
}
.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;
	border-style: none;
	border: 0px;
}
.MenuIcon {
	vertical-align: text-top;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 16px;
	height: 16px;
}
.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height: 26px;
	background-color: transparent;
	vertical-align: middle;
}
.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	background-image: url('images/MenuButtonInactive.png');
	background-repeat:repeat-x;
	background-color: Transparent;
	height: 26px;
	vertical-align: middle;
}
.MainMenu_MenuItemSel {
	cursor: pointer;
	cursor: hand;
	background-image: url('images/MenuButtonInactive.png');
	background-repeat:repeat-x;
	background-color: Transparent;
	height: 26px;
	color:white;
	vertical-align: middle;
}

.MainMenu_SubMenu {
	background-color: #CAD5EA;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
}
.MainMenu_MenuBreak {
	border: 0px;
	background-color: transparent;
}
.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	display:none;
}
.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	display:none;
}
.StandardButton {
	background: #7994CB none;
	color: #FFFFFF;
}
.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);
}

.MenuSeparatorLeft {
	background-image: url('images/LeftMenuInactive.png');
	background-position:right;
	background-color: transparent;
	width:3px;
	max-width:3px;
	height:26px;
	background-repeat:no-repeat;
	overflow:hidden;
	border: 0px;
	border-style: none;
}
.MenuSeparatorRight {
	background-image: url('images/RightMenuInactive.png');
	background-position:left;
	background-color: transparent;
	width:3px;
	max-width:3px;
	height:26px;
	background-repeat:no-repeat;
	overflow:hidden;
	border: 0px;
	border-style: none;
	padding-right:4px;
}


