﻿/* tags */


/* classes */

.inputRow td {
    border-bottom: dotted 1px #bfbfbf;
    border-bottom-style: dotted;
}

.radioList td
{
	border-bottom:none;					/* radio lists */
}

.alternateBackground
{
	background-color:#7f7f7f;	/* dark grey */
	color:#ffffff;				/* white */
}

.secondaryHighlightBlock, .secondaryHighlightBlock a
{
	color:#7c6954;				/* dark brown */
	background-color:#ccae6b;	/* camel */
	border:solid 2px #dec269;	/* sand */
	border-left-width:3px;
	border-right-width:3px;
}

.highlightBlock, .highlightBlock a
{
	color:#ffffff;				/* white */
	background-color:#7c6954;	/* dark brown */
	border:solid 2px #f15718;	/* orange */
	border-left-width:3px;
	border-right-width:3px;
}

.highlight
{
    color: #3AC5FF; /* orange */
}

.rederror {
    color: #FF0066;
}

.lowlight
{
	color:#bfbfbf;				/* light grey */
}

.thickUnderline
{
	border-bottom:solid 2px #000000;	/* black */
}

.thickUnderlineHighlight
{
    border-bottom: solid 2px #f15718;
    border-bottom-color: #3AC5FF;
}

.button, .button:visited, .button a, .button a:visited, .smallButton, .smallButton:visited, .smallButton a, .smallButton a:visited, .wideButton, .wideButton:visited, .wideButton a, .wideButton a:visited
{
	color:#ffffff;
}

.button:hover, .button:active, .button a:hover, .button a:active, .smallButton:hover, .smallButton:active, .smallButton a:hover, .smallButton a:active, .wideButton:hover, .wideButton:active, .wideButton a:hover, .wideButton a:active
{
	color:#0077ff;
}

/* elements */


#navBar a, #navBar a:visited, .alternateBackground a, .alternateBackground a:visited
{
    color: #FFFFFF; /* light orange */
}

#navBar a:hover, #navBar a:active, .alternateBackground a:hover, .alternateBackground a:active
{
    color: #3AC5FF; /* yellow */
}

#progress
{
	border:solid 3px #7c6954;	/* dark brown */
	background-color:#ffffff;	/* white */
	color:#7c6954;				/* dark brown */
}

.DisplayTableDivision th
{
	color: White;
	background-color: #f15718;
}
.DisplayTableDivision td
{
	border:solid 1px #000000;	/* dark brown */
}
.clickherenotice:hover, .clickherenotice a:hover
{
    color: #FFFFFF;
}
.clickherenotice, .clickherenotice a, .clickherenotice:visited, .clickherenotice a:visited
{
    color: #FFFF00;
}
