
.dividerContainer, .childDividerContainer, .dividerButtons, .dividerVerticalMenuButton, .nodeButtons, .tabButtons, .searchContainer,.searchAndDividerButtonContainer
{
  background-color: #408080; /*System BG Color*/	
}

.header, .wizardHeader
{
  background-image: url(../pages/utility/ViewFileContent.aspx?USPARAMS=subsystem=6!filepath=%5cMASS%5cLogo%5c!filename=highres_shield_color144X43.jpg!PathUseComponentCo=False); 
}

#companyLogo {                                  
	display: list-item;               
	list-style-image: url(../pages/utility/ViewFileContent.aspx?USPARAMS=subsystem=6!filepath=%5cMASS%5cLogo%5c!filename=highres_shield_color144X43.jpg!PathUseComponentCo=False); 
	list-style-position: inside;
}
  
ul#megamenu a /*updated for megamenu DPM*/
{
	color:#;	/*Divider text color*/
}

ul#megamenu div.dropdown ul li a{color:#264CA6;}

.nodeContainer, .tabContainer, .nodeButtons, .tabButtons 
{
    background-color:#;
}

.nodes a:link, .nodes a:visited, .nodes li.currentNode a, .nodes li.currentNode a:visited
{
    color:#;
}

.poweredByLogo label /*this is only if custom system BG and text color is modified... */ 
{
  color:#000;
}

.contentBoxBody .wizardnavlist .wizardSelected /*Customized navigation background will go on Active Wizard steps*/
{
    background:url("../images/navHighlight.png") repeat-x scroll top left #408080; /*System BG Color*/
}
.contentBoxBody .wizardnavlist .wizardSelected a, .contentBoxBody .wizardnavlist .wizardSelected a:hover /*Custom Font color will go on Active wizard step*/
{
    color:#;
    border-bottom:1px solid #408080;
    border-top:1px solid #408080;
    text-shadow:none;

}

li.primary /* This style should only be applied if a custom background color for the primary navigation is being used! */ 
                        { 
                            text-shadow: none; 
                        }