/* CSS Document */

.ncaa-bottom {
	width: 20%;
	border-bottom: 1px solid #000000;
	padding-left: 3px;
}

.ncaa-right {
	width: 20%;
	border-right: 1px solid #000000;
	padding-left: 3px;
}

.ncaa-bottom-right {
	width: 20%;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left: 3px;
}

.ncaa_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	width: 132px;
	border: 1px solid #999999;
	padding: 0;
	height: 16px;
	background-color: #f1f1e3;
}

.ncaa_button_noborder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	width: 132px;
	border-style: solid;
	border-width: 0;
	padding: 0;
	height: 16px;
	background-color: #f1f1e3;
}

.ncaa_button:hover {
	cursor: pointer;
}

.ncaa_button_noborder:hover {
	cursor: pointer;
}

.ncaa_button_correct {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: green;
	text-align: left;
	width: 132px;
	border: 1px solid #999999;
	padding: 0;
	height: 16px;
	background-color: #f1f1e3;
}

.ncaa_button_incorrect {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: red;
	text-align: left;
	text-decoration: line-through;
	width: 132px;
	border: 1px solid #999999;
	padding: 0;
	height: 16px;
	background-color: #f1f1e3;
}

.ncaa_button_correct:hover {
	cursor: pointer;
}

.ncaa_button_incorrect:hover {
	cursor: pointer;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

.black8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
}

.black9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}