/* 
================================
MHSWEB Main
Skin converted by Thomas Breece for DotNetNuke 3.2.2 for Mhsweb
================================
*/   



.pagemaster {
	width: 100%;
	height: 100%;	
background-image: 
url(back.png);
background-repeat: repeat
}

#header h1, h2
{
  display: none;
}

.skinmaster {
	height: 100%;
	background-color: #E9E9E9;
	border-right: White 3px solid;
	border-top: White 3px solid;
	border-left: White 3px solid;
	border-bottom: White3px 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_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: Gray 0px solid;
	border-bottom: Gray 1px solid;
	border-top: Gray 1px solid;
	border-right: Gray 0px solid;
	cursor: pointer;
	cursor: hand;
	color: White;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	background-color: Transparent;
	font-family: Georgia;
}
.MainMenu_MenuIcon {
	background-color: Gray;
	border-left: Gray 1px solid;
	border-bottom: Gray 1px solid;
	border-top: Gray 1px solid;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: Gray;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='Gray', Direction=135, Strength=0);
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: Silver;
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Georgia;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #cad5ea 1px solid;
	border-bottom: 1px solid Gray;
	border-top: #cad5ea 0px solid;
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
	background: Gray none;
	color: #ffffff;
	font-family: Georgia;
	font-size: 11px;
	font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: Gray;
	border-right: Gray 1px solid;
	border-top: Gray 1px solid;
	border-left: Gray 1px solid;
	border-bottom: Gray 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_LtBlue.jpg);
}
.Head {
	font-family: Georgia;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}

a
{
  color: #000;
}

a:hover
{
  text-decoration: none;
  color: #006ad4;
}

/* wrapper */
#wrapper
{	
	background: url(http://www.honoredstudents.org/mhs/images/bodyback.png) repeat-y;
  position: relative;
  width: 750px;
	border-top: solid 4px #fff;
  border-left: solid 4px #fff;
  border-right: solid 4px #fff;
  margin: 0 auto;
	text-align: left;
}

/* notice */
#notice
{
  display: none;
}




