/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FFFFFF;
}
.skinmaster {
	height: 100%;
	background-color: #FFDDA7;
	BORDER-RIGHT: #E08C0B 1px solid; 
	BORDER-TOP: #E08C0B 1px solid; 
	BORDER-LEFT: #E08C0B 1px solid; 
	BORDER-BOTTOM: #E08C0B 1px solid; 
	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_DkGold.jpg); HEIGHT:30px;
}
.controlpanel {
	width: 100%;
	background-color: #FFD696;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	color: gray;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	color:	gray;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	color: gray;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	color: gray;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent;
	menuborderwidth: 1;
	width: 100%; 
}
.MainMenu_MenuBar {
	border-bottom: white 1px solid; 
	cursor: pointer; 
	cursor: hand;
	height: 40px;
	color: gray;
	background-color: gray;
	display: vertical;
	border-color: gray;
}
.RootMenuItems
{
	border-left: #FFFFFF 0px solid; 
	border-bottom: gray 1px solid; 
	border-top: gray 0px solid; 
	border-right: #FFFFFF 0px solid;
	cursor: pointer; 
	cursor: hand; 
	padding: 0px 1px 0px 0px;
	color: darkgray; 
	font-family: Arial, Helvetica; 
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: orange;
	selectedforecolor: orange;
}
.MainMenu_MenuItem {
	border-left: #FFFFFF 0px solid; 
	border-bottom: gray 0px solid; 
	border-top: gray 0px solid; 
	border-right: #FFFFFF 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: gray; 
	font-family: Arial, Helvetica; 
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
	selectedforecolor: orange;
}
.MainMenu_MenuIcon {
	background-color: #FFFFFF; 
	border-left: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #FFFFFF; 
	border-top: orange 0px solid;
	border-left: orange 1px solid;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}

.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	border-bottom: gray 0px solid; 
	border-top: gray 0px solid; 
	background-color: #FFFFFF; 
	cursor: pointer; 
	cursor: hand; 
	color: orange; 
	font-family: Arial, Helvetica; 
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal;

}
.MainMenu_MenuArrow {
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
	font-family: webdings; 
	font-size: 12pt; 
	cursor: pointer; 
	cursor: hand; 
	color: orange;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 12pt;
	color: orange; 
	cursor: pointer; 
	cursor: hand;
	
}

.RootMenu {
	background: url(seperate.gif);
	text-align: center;
	background-position: center, center;
	height: 36px;
}

.StandardButton     {
    background: #FF9900 none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #FFD696;
	BORDER-RIGHT: #E08C0B 1px solid; 
	BORDER-TOP: #E08C0B 1px solid; 
	BORDER-LEFT: #E08C0B 1px solid; 
	BORDER-BOTTOM: #E08C0B 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_MidTangerine.jpg);
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}
.BreadCrumb	{
	color: orange;
}


