body {
	overflow-y: scroll;
}
div#picture-container {
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: dashed 1px;
}
div#picture-container img{
	cursor: hand;
	cursor: pointer;
}

div#showInfo {
    display: block;
    height: 15px;
    color: #808080;
	font: 12px Courier New;
}
span#showID {
	display: inline;
	float: right;
}
span#showType {
	display: inline;
	float: left;
}
div#showStem {
    display: block;
	padding: 15px 0px 0px 5%;
}
div#showOptions {
    display: block;
	padding: 20px 0px 0px 10%
}
div#nav {
	display: block;
	height: 22px;
	padding-top: 30px;
}
#previousButton{
	display: block;
	float: left;
	padding-bottom: 20px;
}
#nextButton{
	display: block;
	float: right;
}
a.previous {
    float: left;
	margin-right: 10px;
}
a.next {
    float: right;
	margin-left: 10px;
}
.responseRow {
    display: table-row;
    padding-top: 2px;
    padding-bottom: 2px;
}
.option {
	width: 40px;
	padding-bottom: 4px;
	display: table-cell;
	vertical-align: middle;
}
.optionText {
    display: table-cell;
    padding-bottom: 4px;
}
span#notice {
	display: block;
    margin: 0px 40px 0px 40px;
}
.clear{
	clear: both;
}
#quizOptions .clear{
	clear: both;
	height: 1px;
	margin: 0px 25% 8px 25%;
	padding: 8px 0px 0px 0px;
	border-bottom: dashed 1px;
}
.leftColumn{
	float: left;
	width: 25%;
	text-align: right;
	font-weight: bold;
	min-width: 101px;
	line-height: 1.9;
}
.selections{
	float: right;
	width: 69%;
	padding: 3px 0px 0px 5%;
}	
.dropDown{
	float: left;
	width: 190px;
}
.group{
	display: none;
}
label.individual{
	display: inline;
}
div.individual{
	display: block;
}
.title{
	margin-left:5px;
	width: 100px;
	font-size: 1.1em !important;
}
.difficulty{
	float: left;
	width: 190px;
}
.title input{
	margin-right:2px;
}
.subtitle{
	display:block;
	padding-left:10px;
	margin-top: 0px !important;
	line-height: 1.2;
}
.subtitle input{
	margin-right: 2px;
	height: 13px;
	width: 13px;
}
#organSystems .title{
	width: 2000px;
}
form#quizOptions{
	padding: 20px 0px 0px 0px;
}
div#questionCount{
	text-align: center;
	margin-top: -5px;
}
#instructions{
	padding: 0px 10% 0px 15%;
}
#instructions li{
	list-style: outside decimal;
	padding: 0px;
}
#other_information h2{
	display: inline;
}

/*IE fadeTo fix*/
#difficulty{
	background-color: #FFFFFF;
}
#imageOnly{
	background-color: #FFFFFF;
}
#imageNone{
	background-color: #FFFFFF;
}
#organSystems{
	background-color: #FFFFFF;
}
/*---------------------------------qTips Tooltip class------------------------------*/
.q_tooltip{
	height: 10px;
}
/*--------------------------------------------------------------------------------------*/ 
/*-------Thank you Nick La (http://webdesignerwall.com/) for help with this!------------*/
.buttonQuiz {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	vertical-align: middle;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none  !important;
	font: 12px/100% Arial, Helvetica, sans-serif;
	padding: .4em .8em .4em .8em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.responseRow a {
	width: 11px;
}
.buttonQuiz:hover {
	text-decoration: none;
}
.buttonQuiz:active {
	position: relative;
	top: 1px;
}
.blackQuiz {
	color: #d7d7d7 !important;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
}
.blackQuiz:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
}
.blackQuiz:active {
	color: #666 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
}
.blueQuiz {
	color: #d9eef7 !important;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
}
.blueQuiz:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
}
.blueQuiz:active {
	color: #80bed6 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
}
.greenQuiz {
	color: #e8f0de !important;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
}
.redQuiz {
	color: #faddde !important;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
}
/*---------------------------------------------------------------------------------------*/