/* Navigation Panel Bar */
.panelbar
{
	background-image: url(Img/HeaderExpandedBg.gif);
}
.panelbarHeaderCollapsed
{
	cursor: hand;
	cursor:pointer;
	color: #370200;
	font-size: 9pt;
	font-weight: bold;
	height: 25px;
	background-image: url(Img/HeaderCollapsedBg.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
}

.panelbarHeaderCollapsedHover
{
	cursor: hand;
	cursor:pointer;
	color: #66824A;
	font-size: 9pt;
	font-weight: bold;
	height: 25px;
	background-image: url(Img/HeaderCollapsedHoverBg.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
}

.panelbarHeaderExpand
{
	cursor: hand;
	cursor:pointer;
	color: #66824A;
	font-size: 9pt;
	font-weight: bold;
	height: 19px;
	padding-left: 12px;
}

.panelbarItem 
{
	cursor: hand;
	cursor:pointer;
	color: #370200;
	font-size: 9pt;
	text-decoration: none;
	padding-left: 21px;
	height: 16px;
	background-image: url(Img/ItemArrow.gif);
	background-repeat: no-repeat;
	background-position: 12px 6px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.panelbarItemHover
{
	cursor: hand;
	cursor:pointer;
	color: #66824A;
	font-size: 9pt;
	text-decoration: none;
	padding-left: 21px;
	height: 16px;
	background-image: url(Img/ItemArrow.gif);
	background-repeat: no-repeat;
	background-position: 12px 6px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.panelbarItemSelected
{
	cursor: hand;
	cursor:pointer;
	color: #66824A;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	padding-left: 21px;
	height: 16px;
	background-image: url(Img/ItemArrow.gif);
	background-repeat: no-repeat;
	background-position: 12px 6px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.panelbarItemGroup
{
	background-image: url(Img/HeaderExpandedImage.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}


/* SolPartMenu Styles */

.MainMenuMenuItem 
{
	cursor:pointer;
	color: #370200;
	font-size: 9pt;
	text-decoration: none;
	padding-left: 21px;
	height: 16px;
	background-position: 12px 6px;
}
.MainMenu_MenuItem 
{
	cursor:pointer;
	color: #370200;
	font-size: 9pt;
	text-decoration: none;
	padding-left: 21px;
	height: 16px;
	background-position: 12px 6px;
}
.MainMenuMenuItemSel
{
	cursor:pointer;
	color: #66824A;
	font-size: 9pt;
	text-decoration: none;
	padding-left: 21px;
	height: 16px;
}

.MainMenu_MenuItemSel
{
	cursor:pointer;
	color: #66824A;
	font-size: 9pt;
	text-decoration: none;
	padding-left: 21px;
	height: 16px;
}

/* TreeView Menu Styles */
.TreeViewClass {
	cursor:pointer;
	padding-left: 9px;
  }

.TreeViewNode {
	cursor:pointer;
	color: #370200;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	height: 16px;
  }

.TreeViewNodeChild {
	cursor:pointer;
	color: #370200;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
	height: 16px;
  }

.TreeViewNodeSelected {
	cursor:pointer;
	color: #66824A;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	height: 16px;
  }

/* Html default styles */
html, body{ 
    margin:0; 
    padding:0; 
    background-color: #ADBC8F;
	color: #370200;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
    font-size: 10pt;
} 

hr { color: #370200 width: 100%}

p td {font-size: 9pt;}
h1, h2, h3, h4, h5, h6 {font-family: Verdana, sans-serif;}
h1 {font-size: 12pt;color: #66824A;}
h2 {font-size: 10pt;font-weight: bold;color: #370200;}
h3 {font-size: 24pt;}
h4 {font-size: 20pt;}
h5 {font-size: 16pt;}

a:link  { color: #370200; }
a:hover { color: #BF311A; }
a:visited { color: #370200; }
a:active { color: #66824A; }


/* customer site styles*/

.Dots {background-image: url(NavDot.gif); background-position: left; background-repeat: repeat-y; }
.HenriettaFooter {    font-size: 7pt; color: #809358;}
a.HenriettaFooter:link {    font-size: 7pt; color: #809358;}
a.HenriettaFooter:visited {    font-size: 7pt; color: #809358;}
a.HenriettaFooter:active {    font-size: 7pt; color: #809358;}
a.HenriettaFooter:hover {    font-size: 7pt; color: #809358;}

.HenriettaHeader { 	
   margin-left: auto;
   margin-right: auto;
   width: 768px; 
   background-color: #EEEFC6; 
}
#BannerPane {
}

#RightPane {
}

#Nav {
	width:170px;
	text-align:left;
	padding-top: 10px;
	padding-left:9px;
	padding-bottom: 20px;
}
#Nav a {color: #370200; background-color: #eeefc6; font-size: 9pt; text-decoration:none; font-weight:bold;}

.ContentPane {
	font-size: 75%;
	vertical-align: top;
}	


/* DNN styles */
