@charset "UTF-8";
/* CSS Document */

body{
	font-weight: normal; 
	text-decoration: none; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; color:#000000; 
	background-color: #f4f5e7;  
	padding:0px; 
	margin:0;
	min-height: 600px;
	height: 100%;
}
#content{ position:relative;
margin: 0px auto;
height:auto;
padding:0px;}

#header { background-image:url("som_logo.png"/*tpa=https://stanford.edu/dept/radiology/radiologysite/images/som_logo.png*/);
background-repeat:no-repeat;
width:1188px;
height: 75px;
margin:25px;
}
#test {
background-color: #ffffff;
margin:25px;
padding: 13px;
width: 980px;
position:absolute;
height:auto;
}
#listofimages {
	font-size: 14px; 
	font-weight:bold; 
	width: 100%;
		padding-right:30px;
padding-bottom: 11px;
	float: left;
}
#question {
	font-size: 14px; 
	font-weight:bold; 
	width: 500px;
		padding-right:30px;
padding-bottom: 11px;
	float: left;
}
#questImg {
	border:0px;
	padding: 5px 0px;
	float:left;
    position:relative;
}
#answer {
	font-size: 14px; 
	font-weight:bold; 
	width: 400px;
	float:left;
}

#buttons {
	width: auto;
	height:45px;
	margin-top: 550px;
margin-left: 530px;

	}
.prev{
	background-image:url("button.png"/*tpa=https://stanford.edu/dept/radiology/radiologysite/images/button.png*/);
	background-repeat:no-repeat;
	background-position: center;
	padding: 25px;
	
}
.home{
	background-image:url("button.png"/*tpa=https://stanford.edu/dept/radiology/radiologysite/images/button.png*/);
	background-repeat:no-repeat;
	background-position: center;
    padding: 44px;
}
.next{
	background-image:url("button.png"/*tpa=https://stanford.edu/dept/radiology/radiologysite/images/button.png*/);
	background-repeat:no-repeat;
	background-position: center;
    padding: 35px;
}

a.answer
{
	color: #99f;
}
a:hover
{
	color: #99c;
}

.answerTooltip
{
	border: 1px solid #000;
	background-color: #d7d7d7;
	padding: 15px;
	margin-top: 25px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	width: 400px;
	height: auto;
}
.answerTooltip #tooltipTitle
{
	
}

h6
{
	font-weight:bold;
	font-size:14px;
	color: #900;
	margin:0px;
	padding:0px;
	width: 200px;
	height: 17px;
}
h5
{
	font-weight:bold;
	font-size:14px;
	color: #900;
	margin:0px 0px 5px 0px;
	padding:0px;
}