/* 
================================
Skin styles for DNN-WinchesterUnited
================================
*/  

body 
{
	margin: 0;
	padding: 0;
    width: 100%;
    height: 100%;
    float: left;
    color: #000000;
    background: url(images/TOrangeBBlue.png);  /*#8a9bc6*/
    background-repeat: repeat-both;
} 
.pagemaster {
	width: 100%;
	height: 100%;	
}
.banner 
{
	width: 100%;
}
.skinmaster {
	height: 100%;
}
.skinheader 
{
    background: #330089 url(images/wubannerblulogo.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 255px;
}
.skingradient {
	background-image: url(images/gradient_BlueOrange.jpg); 
	height: 50px;
	
}
.SkinObject
{
    font-weight: bold;
    font-size: 10pt;
    color: #fbf92c; 
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.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;
}
.footer 
{
    width: 100%;
    height: 50px;
    text-align: left;
    font: normal bold 10pt Verdana;
    color: #fbf92c; 
    background-image: url(images/gradient_BlueOrange.jpg);
}
.MainMenu_MenuContainer { 
}
/* this is the style for the main horizontal menu bar */
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
}
/* this is style for items in the main menu---NOT SELECTED  */
.MainMenu_MenuItem 
{
    border-top: solid 1px #330089;
    border-right: solid 1px #330089;
	border-bottom: solid 1px #330089;
	border-left: solid 1px #330089;
	cursor: pointer; 
	cursor: hand; 
	color: #fcf921;  /* orange, prev: color: #fbf92c; (yellow) */ 
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal; 
	font-family: Verdana, Arial, Helvetica; 
}
/* this is the style for an Icon at the left of the menu and expanded menu list */
.MainMenu_MenuIcon {
	background-color: #330089; 
	border-top: solid 1px #330089;
	border-right: solid 1px #330089;
	border-bottom: solid 1px #330089;
	border-left: solid 1px #330089;
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 5px;   /* prev: 15px  */
	height: 21px;
}
/* this is the style for the expanded menu  */
.MainMenu_SubMenu {
	background-color: #8a9bc6; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;  
}
.MainMenu_MenuBreak {
	height: 1px;     
}
.MainMenu_MenuItemSel {
	background-color: #330089; 
	cursor: pointer; 
	cursor: hand; 
	color: #ff7a04;  /* orange, prev: color: #fbf92c; (yellow) */ 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 12pt;  
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow 
{
    border-top: solid 1px #330089;
    border-right: solid 1px #330089;
    border-bottom: solid 1px #330089;
    border-left: solid 1px #330089;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
}
.TreeViewMenu_Header {
	background-image: url(images/gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

