/* 
================================
Skin styles for DotNetNuke
================================
*/   


/*
Outer Background
*/
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #c3d7ef;
}

/*
Inner Background Between Modules
*/
.skinmaster {
	height: 100%;
	background-color: white;
	border-right: #86b0df 1px solid; 
	border-top: #b0cbea 1px solid; 
	border-left: #86b0df 1px solid; 
	border-bottom: #b0cbea 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
	background-image: url(/images/MoogTreeLighterBlue.jpg);
	background-repeat:repeat;
	background-position: top left;
}

.skinheader {
}

.skingradient {
	background-image: url(gradient_LtBlue.jpg); 
	height:30px;
}

/*
Top Control Panel for Admin
*/
.controlpanel {
	width: 100%;
	background-color: transparent;
}


/* 
Pane Backgrounds
*/


.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.leftpane {
	width: 200px;
	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;
}


/*
Menu Bar
*/
.MainMenu_MenuContainer {
	background-color: transparent; 
}

/*
Not sure what this is
*/
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: transparent;
}

/*
Drop-down list items
*/
.MainMenu_MenuItem {
	border-left: #b0cbea 0px solid; 
	border-bottom: #b0cbea  1px solid; 
	border-top: #b0cbea 1px solid; 
	border-right: #b0cbea 0px solid;
	cursor: pointer; 
	cursor: hand; 
	/*original menu bar and items text color*/
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	/*menu bar and items background color*/
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
}


.MainMenu_MenuIcon 
{
	/*menu icon background color*/
	background-color: #b0cbea; 
	border-left: #b0cbea 1px solid; 
	border-bottom: #b0cbea 1px solid; 
	border-top: #b0cbea  1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
	
}
.MainMenu_SubMenu 
{
	/*menu bar and items background color*/
	background-color: #b0cbea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}

/*point-over menu and items*/
.MainMenu_MenuItemSel {
	background-color: #d7e4f4; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #b0cbea  1px solid; 
	border-bottom: #b0cbea  1px solid; 
	border-top: #b0cbea  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: #306eb5 none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #e8eef8;
	border-right: yellow 1px solid; 
	border-top: yellow 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(gradient_LtBlue.jpg);
}

/* This is overwritten by site1/Portal/0/portal.css */
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  60px;
   font-weight: normal;
   color: #151515;
}

