﻿.qTable th
{
	vertical-align: bottom;
	text-align: center;
	font-family: verdana;
}
.qTable
{
	font-family: verdana;
	border-style: none;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	width: 697px;
	border-spacing: 0px;
	border-collapse: collapse;
	empty-cells: show;
	table-layout: auto;
}
.qOdd 
{
	background-color: #E6E6E6;
}
.qEven
{
	background-color: #D0D0D0;
}

.qTitle 
{
	font-family: verdana;
	font-weight: bold;
	vertical-align: top;
}
.qRowSpacer 
{
	height: 10px;
}
.nav
{
	font-family: verdana;
	text-align: left;
	margin-top: 10px;
}
.qGoal
{
	font-family: verdana;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
}
.qGoalValue 
{
	font-family: verdana;
	border: solid 2px black;
	text-align: right;
}
.qTermAmounts 
{
	width:65px;
	text-align:right;
}

.qRadioCell
{
	text-align: center;
}
.qCheckboxCell 
{
	text-align: center;
}

.qRiskChart
{
	background-repeat: no-repeat;
	background-image: url(Profiles/1.0/images/risk_chart.jpg)
}
.qRiskChartHighlight 
{ 
	border: 1px solid blue; 
}

.qRiskChartUnhighlight 
{ 
	border: 0px solid blue; 
}
.mandatoryIndicator
{
	color: #FF0000;
	font-weight: bold;
	font-family: Verdana;
}
.errorContainer
{
	font-family: verdana;
	color: red;
	font-weight: bold;
	visibility: visible;
	display: inline;
}
.hiddenErrorContainer
{
	font-family: verdana;
	color: red;
	font-weight: bold;
	visibility: visible;
	display: inline;
}