/* 
================================
Skin styles for DotNetNuke
================================
*/   
.skinmaster {
	background-color: #BFB184;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;	
}
.skinheader {   
   border-bottom: #BFB184;
}
.menupane {
	border-right: #7C4615 3px solid;
	width: 185px;
}
.contentpane {
	background-color: #e0d3b2;
}
.rightpane {
	background-color: #e0d3b2;
}
.MainMenu_MenuContainer {
	background-color: #BFB184;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: 185px;
	height: 100px;  
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: #BFB184;
}
.MainMenu_MenuItem {
	border-left: #726E5D 0px solid; 
	border-bottom: #726E5D 0px solid; 
	border-top: #726E5D 0px solid; 
	border-right: #726E5D 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #BFB184;
	font-family: Tahoma, Arial, Helvetica; 
}
.MainMenu_MenuIcon {
	background-color: #cad5ea; 
	border-left: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal;		
	filter: none;
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #CBBD8E; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 35px;
}
.MainMenu_MenuArrow {
	border-right: #726E5D 1px solid; 
	border-bottom: #726E5D 1px solid; 
	border-top: #726E5D 1px solid;
	font-family: webdings; 
	font-size: 10pt;
	font-weight: bold;
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #CBBD8E; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 185px;
	background-color: #BFB184;
}
.TreeViewMenu_Header {
	background-image: none;
	font-style: none;
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}
.content_table
{
	border-bottom: #726E5D 3px solid;
	border-left-style: none;
	border-right-style: none;
	border-top: #726E5D 3px solid;
	width: 100%;
}
span.normal table
{
	border-collapse: collapse;
	padding: 0px;
}
/* Removes the selected dotted outline around the menu when it has focus.
See http://sonspring.com/journal/removing-dotted-links for details */
:focus
{
-moz-outline-style: none;
}

.menu_separator_both
{
	border-bottom: 1px solid #726E5D;
	padding-bottom: 8px;
	padding-top: 8px;
}

.menu_separator_bottom
{
	border-bottom: 1px solid #726E5D;
	padding-bottom: 8px;
}

.menu_separator_top
{
	padding-top: 8px;
	padding-bottom: 8px;
}

.menu_selected
{
	background-color: #E0D3B2;
}

.menuhover
{
	font-weight: bold;
	background-color: #CBBD8E;
}