@charset "utf-8";
.question {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight: bold;
	font-size: 100%;
}


.qtab {
	vertical-align: top;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 4px;
	border: 0;
}

.qtab_right {
	vertical-align: top;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 4px;
	border: 0;
}

.showhelp {
	font-size:inherit;
	background-color:#FFFFFF;
	border-color:#990000;
	border: 1px;
	border-style: solid;
	padding: 5px;
}	

.hidehelp {
	font-size: 0;
	padding: 0;
	border: 0;
	visibility:hidden;
}	



.relative {
	position:relative;
}


ul.TextMenu li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	font-weight:bold;
	width: 20em;
}


ul.TextMenu a
{
	display: block;
	cursor: pointer;
	background-color: #cccccc;
	padding: 0.2em 0.25em;
	color: #333333;
	text-decoration: none;
	border: #990000 1px solid;
}

ul.TextMenu li.disabled
{
	display: block;
	cursor: pointer;
	background-color: #cccccc;
	padding: 0.2em 0.25em;
	color: #888888;
	text-decoration: none;
	border: #990000 1px solid;
	cursor: default
}


ul.TextMenu a:hover, ul.TextMenu a:focus
{
	background-color: #ffffff;
	color: #990000;
}

ul.TextButton li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	font-weight:bold;
}


ul.TextButton a
{
	cursor: pointer;
	background-color: #cccccc;
	padding: 0.2em 0.25em;
	color: #333333;
	text-decoration: none;
	border: #990000 1px solid;
}

ul.TextButton li.disabled
{
	cursor: pointer;
	background-color: #cccccc;
	padding: 0.2em 0.25em;
	color: #888888;
	text-decoration: none;
	border: #990000 1px solid;
	cursor: default
}


ul.TextButton a:hover, ul.TextButton a:focus
{
	background-color: #ffffff;
	color: #990000;
}


.floatLeftColumn {
	float: left;
	height: auto;
	width: 49%;
}

.floatLeftBoxes {
	float: left;
	overflow:auto;
	height: 300px;
	width: 80%;
}


.floatRightColumn {
	float: right;
	width: 49%;
}

.floatRightBoxes {
	float: right;
	overflow:auto;
	height: 300px;
	width: 80%;
}

.market {
	color:#990000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:100%;
	background-color: #FFCC00;
}	
