/* ===========================
   Skin Styles for DotNetNuke
   =========================== */   

BODY {
	/* Scrollbar */
	SCROLLBAR-FACE-COLOR: #336699; 
	SCROLLBAR-HIGHLIGHT-COLOR: #4477aa;
	SCROLLBAR-SHADOW-COLOR: #225588;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #6e6C69;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	SCROLLBAR-BASE-COLOR: #ffcc66;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;	 /* White */
	border-right: #336699 1px solid; 
	border-top: #336699 1px solid; 
	border-left: #336699 1px solid; 
	border-bottom: #336699 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}

/* Control panel at top of page */
.controlpanel {
	background-color: #dfe5f2;
}
.LoginBar {		/* Menu bar on top right */
	background-color: #ffffff;	
	height: 30px;
	padding-right: 10px;
}
/* Panes */
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
}
.MenuBar {  /* Menu bar */
	border-top: #000000 3px solid;
	border-bottom: #000000 3px solid;
	background-color: #336699;	/* blue */
	color: #ffffff;
	height: 30px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBreak	{ /* Main menu breaks between items */ 
	background-color: #336699;
	border: 0px;
}
.MainMenu_MenuBreak* {	/* Breaks between the main menu item (innder tables) */
	font-weight: bold; 
	color: #ffffff;
}
.MainMenu_MenuBar {	/* Main menu bar */
	cursor: hand;
	height: 15px;
	background-color: Transparent;
}
.MainMenu_MenuItem {	/* Items in the pulldown menu */
	border-left: #336699 0px solid; 
	border-bottom: #336699 0px solid; 
	border-top: #336699 0px solid; 
	border-right: #336699 0px solid;
	cursor: hand; 
	color: #ffffff; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
}
.MainMenu_MenuIcon {	/* Icon on left side of menu items */
	background-color: #336699; 
	border-left: #336699 0px solid; 
	border-bottom: #336699 0px solid; 
	border-top: #336699 0px solid; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 19px;
}
.MainMenu_SubMenu {	/* General layout of the pulldown menu (whole submenu) */
	background-color: #336699;  
	border: #000000 3px solid;
	z-index: 1000; 
	cursor: hand; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 3px;
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {	/* Selected Menu Item */
	background-color: #ffdd77; /* Orange ish lighter */
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 19px;
}
.MainMenu_MenuArrow {	/* Arrow on right side of menu items, point to subitems */
	border-right: #336699 0px solid; 
	border-bottom: #336699 0px solid; 
	border-top: #336699 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {		/* Dropdown menu arrow? */
	font-family: webdings; 
	font-size: 1pt; 
	cursor: hand;
}

.StandardButton {
  background: #336699 none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #336699;
	border-right: #336699 1px solid; 
	border-top: #336699 1px solid; 
	border-left: #336699 1px solid; 
	border-bottom: #336699 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.Head {	/* General headings on things */
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
}

