/*
	Use this file to set the colors required for the current organization
*/

/* Set the body background and default text color */
body
{
	background-color: #ffffff;
	color: black;
}
/* Default text color, should be same as that defined above */
TD,P,B,DIV.dTx{
	color: black;
}
/* Default colors for all links */
A{
	color: #086594;
	text-decoration:none;
}
/* Color of text that appears within form fields */
INPUT{
	color: Purple;
}

.quoteBody{
	color: #0099CC;
}
/* Don't touch this. Only required if you want a border to show up around forms */
.regCell,.regCellBottom{
	border-left: none;
	border-top: none;
	border-right: none;
}
.regCellBottom{
	border-bottom: none;
}
/* Error text color */
.error{color:#CC0000}
/* Text color for questions in a poll */
.qCls{
	color: #FF8C00;
}
/* Text color for answers in a poll */
.ansCls{
	color: Green;
}
/* primary navigation link colors. The background-color should be set to the same as that 
for the body above. The color should be set to whatever color the separators should be */
#hnav
{
		color: #cccccc;
}
/* What the inactive link color should be for primary nav links */
#hnav a.linkOff
{
	color: #ffffff;
}
/* Active link color */
#hnav a{
	color: #bbbbbb;
}
/* primary navigation link colors for when your mouse hovers over a link. 
Usually the same as the active link color */
#hnav a:hover
{
	color: #bbbbbb;
}
/* What the inactive link color should be for secondary navigation links. The border-bottom
should be set to whatever the body background color is. The color defined here is for
what the inactive side navigation link color should be */
#vnav ul li a.linkOff
{
	color: #228B22;
}
/* Active secondary navigation link color */
#vnav ul li a {
	color: #542E9D;
}
/* secondary navigation link colors for when your mouse hovers over a link. 
Usually the same as the active link color */
#vnav ul li a.linkoff:hover
{
	color: #542E9D;
}

/* tertiary link colors */

/* currently active tertiary link */
a.lNavLnOn{
	color: #FFA500;
}
/* currently inactive tertiary link */
a.lNavLnOff{
	color: #FF4500;
}
/* currently active tertiary link with mouseover */
a.lNavLnOn:hover{
	color: #FFA500;
}
/* currently inactive tertiary link with mouseover */
a.lNavLnOff:hover{
	color: #FFA500;
}