
/*
	dynamic CSS styles.  This jsp should NOT be included directly but instead via /DynamicCSS.act 
*/
 

/*Color of the border highlight that blends seemlessly into the logo image.
	This color can be specified by the user via the management section. 
*/
/*
  background color has been #353E65
*/
.bgColorMinor
{
	
	background-color: #364773 !important;
}

iframe.borderColorMinor
{
	border-bottom: 2px solid #364773;
}

/*The pixel offset of the topbar menu
	This can be specified by the user via the management section.
*/
.topMenuOffsetMinor
{
	
	padding-left: 0px;
}
