﻿table.radio {
	width: 100%;
	border-color: #A6BFBF;
	border-width: 0;
}
td.radioSelect {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A6BFBF;
	border-bottom-color: #A6BFBF;
	font-weight: 500;
	color: #FFFF00;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
td.radioButton {
	background-color: #A6BFBF;
	width: 10%;
}
td.radioMain {
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	background-color: #364667;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-right: 5px;
	padding-left: 5px;
	border-top-color: #A6BFBF;
	border-bottom-color: #A6BFBF;
}
.radioYellow {
	color: #FFFF00;
}

