/*
================================
Skin styles for DotNetNuke
================================
*/

.pagemaster {
	width: 100%;
	/* height: 100%;	*/
	background-color: #f5eccf;
	
}
.skinmaster {
	/* height: 100%; */

   background-color: #eeefed;
   }
.skinheader {
}
.skingradient {
	height:30px;
}

.p40{
    padding-top:40px;
}

.SkinObject {
    font-weight: bold;
	font-variant: normal;
    font-size: 12pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* The font colour for links: Search, Breadcrumbs, Terms, Privacy */
A.SkinObject:link {
    text-decoration: none;
    color: white;
}

/*Changes the colour if you have visited the link (see the Home link in the breadcrumbs) */
A.SkinObject:visited {
    text-decoration: none;
    color: white;
}

/*Changes the colour whenever you hover over a link (see the logout link) */
A.SkinObject:hover {
    text-decoration: none;
    color:Gray;
}
/*Changes the colour when you click the link */
A.SkinObject:active {
    text-decoration: bold;
    color: white;
}

/*
.SkinObject{
    font-family: Arial;
    font-size: 14pt;
    font-weight:normal;
	color: #FFFFFF;
	font-size: 12pt;
}
*/

.controlpanel {
	width: 100%;
	background-color: #fefefe;
}

.menupane {
	width: 204px;
	vertical-align:top;
	font: verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #6e86ac;
}

.loginpane {
	background-color: #0066ff;
    font-family: Arial;
    font-size: 12pt;
    color: white;
    z-index: 1000;

}

.white  {

    background-color:White;

}

.header {

}

.bluespacer {
    /*background-image:url(bluespacer.jpg);
    background-repeat:repeat; */
    background-color:  #transparent;
}
.toppane {
	width: 900px;
	height: 277px;
	background-color:#c8c8c8;
	background-image: url(elements/banner.jpg);
	}

.leftpane {
	width: 204px;
	font-variant: normal;
	color: #6e86ac;
	font-size: 12pt;
	font-weight: normal;
	font-family: sans-serif, Tahoma, Arial, Helvetica;
	white-space: normal;  /*Word wrapping menu item now optional*/
	background-image: url(elements/menu.jpg);	
   
}
.contentpane {
	/* background-color: transparent; */
	width: 492px;
	background-color: #ffffff;
}
.rightpane {
	/* background-color: transparent; */
	width: 204px;
	background-color: #ffffff;
	background-image: url(elements/rightpane.jpg);
}
.bottompane {
	/* background-color: transparent; */
	width: 900px;
	height:60px;
	background-image: url(elements/bottom.jpg);
}

/* Menu */
.MainMenu_MenuContainer TD {
	height: 25px;
	font-size: 12pt;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 1px;
}
.MainMenu_MenuBreak {
	color: #003366;
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
}
.Normal { font-family: Trebuchet MS, Tahoma, Verdana; font-size: 11px;  }
.MainMenu_MenuBar TD { cursor: pointer;  cursor: hand;  height:16px;  }
.MainMenu_MenuItem { color: #FFFFFF;  font-family: sans-serif, Verdana, Tahoma, Arial, Helvetica: 12pt;  font-weight: normal;
							font-variant: normal;
							height: 25px; padding-left: 15px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px;  }

/* Active Menu  */
.ActiveRootTab TD {
	width: 150px;
	color: #003366;
	font-family: sans-serif, Verdana, Tahoma, Arial, Helvetica;
	font-size: 12pt;
	font-weight: normal;
	line-height: 25pt;
	text-align: left;
}

/* RootTab is the first level menus */
.RootTab TD { width: 150px; /* height: 25px;  */
							font-size: 12pt;
							line-height:25pt;
							font-variant: normal;
							font-family: sans-serif, Verdana, Tahoma, Arial, Helvetica;
							font-weight: normal;  color: #003366;
							text-align: left;  }

/* mouseover on the top level items */
.SelectedRootTab TD { width: 150px; color: #003366; line-height: 25pt;
							font-family: sans-serif, Verdana, Tahoma, Arial, Helvetica;
							font-size: 12pt;
							font-weight: bold; 
							text-align: left;  }

/* The current Page */
.BreadcrumbRootTab TD {
	width: 150px;
	font-family: sans-serif, Verdana, Tahoma, Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	line-height:25pt;
	color: #003366;
	text-align: left;
}

.ActiveSubTab {color: #003366; border-top: 0px solid; font-family: sans-serif, Verdana, Tahoma, Arial, Helvetica;
					font-variant: normal;
					font-size: 12pt;  font-weight: normal;  padding-left: 15px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px;  }

.SubTab {color: #003366; font-family: sans-serif, Verdana, Tahoma, Arial, Helvetica; font-size: 12pt;  font-weight: normal;
					font-variant: normal;
					padding-left: 15px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px;  }

/* Mouse Over on submenus - burnr Orange */
.SelectedSubTab { color: #003366; font-family: sans-serif, Verdana, Tahoma, Arial, Helvetica; font-size: 9pt;
					font-variant: normal; font-weight: bold;  padding-left: 15px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px; line-height: 25pt;  }

.BreadcrumbSubTab {
	color: #003366;
	font-family: sans-serif, Verdana, Tahoma, Arial, Helvetica;
	font-variant: normal;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	border-top: 0px solid;
	padding-left: 15px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* this is the colour in the dropdown menu */
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	line-height:25pt;
	color: #003366;
    background:#738ACD;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/*  This is the mouse over for the drop down menus */
.MainMenu_MenuItemSel {
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	line-height: 25px;
	padding-left: 15px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 0px;
}

.MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuArrow { display: none;  }

.StandardButton {
  background: #dcdfe8;
  color: #ffffff;
  font-family: verdana, sans-serif;
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #cfcfcf;
	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(equiventures_logo.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #ffffff;
}



