/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster      { background-repeat: no-repeat; background-attachment: fixed; width: 100%; height: 100% }
.skinmaster               { background-color: black; background-image: url("/portals/0/intro.jpg"); background-repeat: no-repeat; text-align: center; vertical-align: top }
.skinheader      { background-color: transparent; background-attachment: fixed; height: 100%; moz-border-radius-bottomleft: 15px; moz-border-radius-bottomright: 15px; moz-border-radius-topleft: 3px; moz-border-radius-topright: 3px              }
.skingradient      { background-image: url("gradient_DKGray.jpg"); height: 30px }
.controlpanel   { background-color: yellow; width: 100% }
.toppane   { background-color: transparent; padding-top: 6px; padding-right: 4px; padding-left: 6px; width: 100% }
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane      { background-color: transparent; padding-top: 6px; padding-right: 4px; padding-left: 6px; width: 100% }
.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    { }
.MainMenu_MenuBar   { cursor: hand; height: 16px }
.MainMenu_MenuItem    { color: yellow; font-size: 10pt; font-family: Tahoma, Arial, Helvetica; font-weight: bold; cursor: hand; border-style: solid; border-width: 1px 0; border-color: #cccccc }
.MainMenu_MenuIcon   { background-color: blue; text-align: center; cursor: hand; width: 15px; height: 21px; border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; border-left: 1px solid #cccccc }
.MainMenu_SubMenu  { background-color: blue; cursor: hand; z-index: 1000; filter: progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3) }
.MainMenu_MenuBreak   { background-color: transparent; height: 1px }
.MainMenu_MenuItemSel    { color: black; font-size: 10pt; font-family: Tahoma, Arial, Helvetica; font-style: normal; font-weight: bold; background-color: yellow; cursor: hand; height: 21px }
.MainMenu_MenuArrow   { font-size: 14pt; font-family: webdings; cursor: hand; border-top: 0 solid #cccccc; border-right: 1px solid #cccccc; border-bottom: 1px solid #cccccc }
.MainMenu_RootMenuArrow   { font-size: 14pt; font-family: webdings; cursor: hand  }
.StandardButton      { color: yellow; font-size: 12px; font-family: Verdana, sans-serif; font-weight: normal; background: black }
.TreeViewMenu  { width: 175px; border: solid 1px #8f9092; moz-border-radius-bottomleft: 15px; moz-border-radius-bottomright: 15px; moz-border-radius-topleft: 3px; moz-border-radius-topright: 3px }
.TreeViewMenu_Header  { }
.Head       { font-size: 20px; font-family: Tahoma, Arial, Helvetica; font-weight: normal }

