/* Copyright 2025 Virtual Interconnect Software, LLC.  All rights reserved. */
#DesignTopBar
{
	background: #333;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #777), color-stop(1, #444));
	background-image: -moz-linear-gradient(top, #777 0, #444 100%);
	background-image: -webkit-linear-gradient(top, #777 0, #444 100%);
	background-image: linear-gradient(top, #777 0, #444 100%);
}

a
{
	color: #6f2a87;
}

#DesignTopBarLine
{
	background: #6f2a87;
}

#DesignTopNav ul li a
{
	background: #888;
	color: #fff;
}

#DesignTopNav ul li.Current a
{
	background: #f9f9f9;
	color: #666;
}

#DesignPageTopContainer1
{
	border-bottom: 1px solid #777;
}

#DesignPageTopContainer2
{
	border-bottom: 1px solid #ccc;
}

#DesignPageTopContainer3
{
	background: #f9f9f9;
	border-bottom: 1px solid #fff;
}

#DesignSecondNav ul li:before
{
	background: #ddd;
}

#DesignSecondNav ul li a
{
	color: #666;
}

#DesignSecondNav ul li.Current a:after
{
	color: #6f2a87;
}

#DesignContentContainer
{
	color: #666;
}

#DesignCopyright
{
	color: #666;
}