#testMainContainer {
	position:relative;
	width:500px;
	height:350px;
	text-align: center;
	background-image:url(/hearingtest/images/test-background.jpg);
}
.testTitle, .testSubtitle {
	font-family: "Trebuchet MS",Tahoma, Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size: 16px;
	color: #267197;
	padding: 0px 0px 0px 0px;
}
.testTitle {
	font-size: 150%;
	padding-top: 20px;
	margin-bottom: 0px;
}
.testSubtitle {
	font-size: 120%;
	margin-top: 5px;
}
.testInnerDiv {
	position: absolute;
	width: 260px;
	height: 186px;
	left: 119px;
	top: 90px;
	text-align: center;
	visibility:hidden;
}
.testInnerDiv p {
	margin-top:20px;
	margin-bottom:10px;
	color: black;
	font-size: 110%;
}
.testInstructions {
	position:absolute;
	width:400px;
	left:-75px;
	top: 195px;
	font-style: italic;
}
.testButton, .testButton1, .testButton2 {
	height: 40px;
	margin-right: 5px;
	margin-left: 5px;
}
.testButton1 {
	width: 100px;
}
.testButton2 {
	width: 210px;
}


.testRightEar, .testLeftEar{
	position: absolute;
	top: 120px;
	width: 85px;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 90px;
	text-align: center;
	color: #267197;
	font-size: 18px;
	visibility:hidden;
}
.testRightEar{
	right: 10px;
	background-image:url(/hearingtest/images/ear-ry.gif);
	padding-left: 10px;
}
.testLeftEar{
	left: 10px;
	background-image:url(/hearingtest/images/ear-ly.gif);
	padding-top: 90px;
	padding-right: 10px;
}

table.audiogramList {
	margin: 5px 20px 20px 20px;
	border-collapse: collapse;
	padding: 0px;
}
.audiogramList th {
	font-weight:bold;
	font-size: 110%;
	color: #267197;
	padding: 0px 5px 0px 5px;
	text-align:center;
}
.audiogramList td {
	font-size: 100%;
	color: black;
	padding: 3px 10px 3px 10px;
	text-align:left;
	border: solid 1px #267197;
	margin: 0px;
}









