/* 
================================
Skin styles for DotNetNuke
================================
*/   
.skinmaster {
	background-color: #FFFFFF;
	border: 3px solid #999999;
	vertical-align: middle;
	height: 713px;
	background-image: url(homeimagebg.jpg);
	width: 880px;
}
/*
=============
Standard Menu
=============
*/
.MainMenu_MenuContainer {
	background-color: transparent; 
	padding-left: 70px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:20px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	border-right: #FFFFFF 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Helvetica, Tahoma; 
	font-size: 13pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #FFFFFF; 
	border-left: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15; 
	height: 17;
}
.MainMenu_MenuBreak {
	height: 5px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #FECB41; 
	background-color: #666666;
	font-family: Arial, Helvetica, Tahoma; 
	font-size: 13pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	visibility:hidden;
	display:none;
}
.MainMenu_RootMenuArrow {
	visibility:hidden;
	display:none;
}
.rootmenuitem {
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	border-right: #FFFFFF 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Arial, Helvetica, Tahoma; 
	font-size: 14pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	height: 30px;
}
.rootmenuitemselected {
	cursor: pointer; 
	cursor: hand; 
	color: #FECB41; 
	font-family: Arial, Helvetica, Tahoma; 
	font-size: 14pt; 
	font-weight: bold; 
	font-style: normal;
	height: 30px;
	background:transparent;
}
.rootmenuitembreadcrumb{
	cursor: pointer; 
	cursor: hand; 
	color: #FECB41; 
	font-family: Arial, Helvetica, Tahoma; 
	font-size: 14pt; 
	font-weight: bold; 
	font-style: normal;
	height: 28px;
}
.submenuitembreadcrumb{
	cursor: hand; 
	color: #000000; 
	font-family: Arial, Helvetica, Tahoma; 
	font-size: 12pt; 
	font-weight: bold; 
	background-color:  #FFFFFF;
	padding: 1px;
}
.submenu{
	background-color: #FFFFFF; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	margin-left: -28px;
	}
	
/*
=====================
Admin & Property Menu 
=====================
*/
.MainAdminMenu_MenuContainer {
	background-color: transparent; 
	padding-left: 25px;
}
.rootadminmenuitem {
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	border-right: #FFFFFF 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Arial, Helvetica, Tahoma; 
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	height: 22px;
}
.rootadminmenuitemselected {
	cursor: pointer; 
	cursor: hand; 
	color: #FECB41; 
	font-family: Arial, Helvetica, Tahoma; 
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal;
	height: 22px;
	background:transparent;
}
.rootadminmenuitembreadcrumb{
	cursor: pointer; 
	cursor: hand; 
	color: #FECB41; 
	font-family: Arial, Helvetica, Tahoma; 
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal;
	height: 22px;
}
.subadminmenuitembreadcrumb{
	cursor: hand; 
	color: #000000; 
	font-family: Arial, Helvetica, Tahoma; 
	font-size: 10pt; 
	font-weight: bold; 
	background-color:  #FFFFFF;
	padding: 1px;
}

/*
=================================
Specific ERA Country Land Classes
=================================
*/
.leftmenuhome {
	width: 880px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	margin: 0px;
	background-repeat: no-repeat;
	height: 100%;
}