/*
================================
Skin styles for DotNetNuke
================================
*/

.pagemaster {
	width: 100%;
	height: 100%;
	background-color: #444444;
	align: center;
}
.skinmaster {
	background-color: #444444;
   }
.skinheader {
}
.skingradient {
	height:30px;
}

.SkinObject {
	font-weight: bold;
	font-variant: normal;
	font-size: 11pt;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* The font colour for links: Search, Breadcrumbs, Terms, Privacy */
A.SkinObject:link {
    text-decoration: none;
    color: black;
}

/*Changes the colour if you have visited the link (see the Home link in the breadcrumbs) */
A.SkinObject:visited {
    text-decoration: none;
    color: black;
}

/*Changes the colour whenever you hover over a link (see the logout link) */
A.SkinObject:hover {
    text-decoration: none;
}
/*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: #000000;
	font-size: 11pt;
}
*/

.controlpanel {
	width: 100%;
	background-color: #fefefe;
}



.loginpane {
	background-color: #0066ff;
    font-family: Arial;
    font-size: 11pt;
    color: white;
    z-index: 1000;
}

.white  {

    background-color:White;

}

.header {

}

.headerpane {
	background-image: url(images/header.jpg);
	}

.menupane {
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	background-image: url(images/menu.jpg);
	font-family: Arial, Helvetica, sans-serif;
    padding-left: 260px;
		}
		
.contenttoppane {
	background-image: url(images/content-top.jpg);.
	}
	
.contentpane {
	font-variant: normal;
	color: #000000;
	font-size: 11pt;
	text-align: left;
	font-weight: normal;
	font-family: Arial, Helvetica;
	background-image: url(images/content.jpg);
	padding-left: 45px;
	padding-right: 50px;
}

.footerpane {
	background-image: url(images/footer.jpg);
}

.basepane {
	background-image: url(images/base.jpg);
}

/* Menu */
.MainMenu_MenuContainer {
	font-size: 11pt;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 1px;
	menualignment: justify;
	font-family: Arial, Helvetica, sans-serif;
}
.MainMenu_MenuBreak {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
}
.Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.MainMenu_MenuBar  { cursor: pointer;  cursor: hand;  height:12pt;  }
.MainMenu_MenuItem {
	color: #000000;
	font-size: 11pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	menualignment: justify;
}

/* Active Menu  */
.ActiveRootTab TD {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	
}

/* RootTab is the first level menus */
.RootTab TD {
	
	font-size: 11pt;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

/* mouseover on the top level items */
.SelectedRootTab TD {
	
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

/* The current Page */
.BreadcrumbRootTab TD {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}

.ActiveSubTab {
	color: #000000;
	border-top: 0px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 11pt;
	font-weight: normal;
  	}

.SubTab {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	font-variant: normal;
	}

/* Mouse Over on submenus - burnr Orange */
.SelectedSubTab {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-variant: normal;
	font-weight: bold;
}

.BreadcrumbSubTab {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 11pt;
	font-weight: normal;
   	}

/* this is the colour in the dropdown menu */
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	font-family: Arial, Helvetica;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
  	}

/*  This is the mouse over for the drop down menus */
.MainMenu_MenuItemSel {
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	background-color: none;
	}

.MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuArrow { display: none;  }


.StandardButton {
  color: #000000;
  font-family: Arial,Helvetica;
  font-size: 11pt;
  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 {
	
}
.Head {
   font-family: Arial, Helvetica;
   font-size:  11pt;
   font-weight: normal;
   color: #000000;
}



