


#game {
	width: 960px;
	height: 675px;
	background-color: #212B68;
	position: relative;
	display: block;
	padding: 4px;
	margin: 0 auto;
}

#game .ui-widget {
	font-size: 20px;
	font-family:Arial,Arial,Helvetica,sans-serif;
}

#game #game_title {
	color: #2FC9FB;
	padding: 0 6px;
	font-size: 26px;
	font-weight: bold; 
	text-transform: capitalize;
	float: left;
}

#game #game_modes {
	border: none;
	overflow: hidden;
	padding: 6px;
	height: 655px;
	position: relative;
}

#game #game_modes ul {
	float: right;
	margin: 0;
	padding: 10px 10px 0;
	/*background: url('../../../css/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png') repeat-x scroll 50% 50% #CCCCCC;
    border-radius: 10px 10px 0 0;*/
}

.ui-widget-content{
	background: transparent;
}

#game .game_tab {
	float: left;
	margin: 2px 4px 0;
    padding: 5px 10px;
    list-style: none outside none;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	font-size: 1.35em;
	color: white;
	cursor: pointer;
}


#game .game_tab {
	-moz-opacity: 0.5; 
	-webkit-opacity: 0.5; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" ; 
	filter: alpha(opacity=50); 
	opacity: 0.5;
}

#game .current_tab {
	-moz-opacity: 1; 
	-webkit-opacity: 1; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" ; 
	filter: alpha(opacity=100); 
	opacity: 1;
}


#study_game_tab, .answer_tracker_holder_0 .answer_tracker {	background-color: #F48E1F; }
#quick_id_game_tab, .answer_tracker_holder_1 .answer_tracker {	background-color: #30C1EE; }
#beginner_game_tab, .answer_tracker_holder_2 .answer_tracker {	background-color: #008FB3; }
#advanced_game_tab, .answer_tracker_holder_3 .answer_tracker {	background-color: #89C23F; }

.header_bottom{
	background-color: #F48E1F;
    border: medium none;
    clear: both;
    height: 9px;
    margin: 0;
}

#question_holder, #answers_holder, #answer_tracker_holder, #end_game_holder {
	z-index: 2;
	display: none;	
}

#end_game_holder{
	z-index: 3;
}


#canvas, #canvas_background, #end_game_holder{
	width: 100%;
	height: 100%;
	position: absolute;
    top: 52px;
    left: 0px;
}


#canvas{
	width: 920px;
	height: 474px;
	z-index: 1;
}

#canvas_background{
	background: url("images/background.png") center 6px transparent no-repeat;
	z-index: 0;	
}

.dialogContainer{
	display: none;
}

 
#question_holder {
	bottom: 26px;
	height: 110px;
	position: absolute;
	right: 9px;
	width: 600px;
	display: none;
	overflow: none;
}

.question_number {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;	
	border-radius: 20px 20px 20px 20px;
	color: white;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	background-color: #212B68;
	float: left;
	font-weight: bold;
	margin-top: 17px;
}

.question_text {
	float: left;
	font-weight: bold;
	margin: 15px 0 0 20px;
	overflow: hidden;
	text-align: left;
	font-size:16px;
	width: 535px;
}
.question_text span.highlight {
	color: #008CB0;	
	font-weight: bold;
}

.question_holder_0 .question_text {
	font-size: 13px;
	width: auto;
	text-align: left;	
	margin-left:1px;
	margin-top:5px;
}



.simple_instructions{
    bottom: 0;
    left: 0;
    position: absolute;
}

.question_holder_1 .simple_instructions{
	left: 0px;
}


#answers_holder {
	height: 200px;
	left: 6px;
	position: absolute;
	width: 400px;
	top: 58px;
}

.answers {
	margin: 0 6px 0 6px;	
}

.answers.left {
	padding-top: 5px;
	/*float: left;*/
}

.answers.right {
	/*float: right;	*/
}

.answer {
	margin: 2px 1% 2px 0;
	background-color: #FAD472;
	color: #212B68;
	border-radius: 60px;
	line-height: 1.5em;
	text-align: center;
	white-space: nowrap;
	font-size: 1.25em;
	overflow: hidden;
	font-weight: bold;
	float: left;
	cursor: pointer;
	width: 49%;
	-moz-opacity: 0.8; 
	-webkit-opacity: 0.8; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" ; 
	filter: alpha(opacity=80); 
	opacity: 0.8;
}

.answer span {
	padding: 2px;
}

.answer.last{
	float: none;
	min-width: 50%;	
	margin: 0 auto;
}

.answer:hover {
	-moz-opacity: 1; 
	-webkit-opacity: 1; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100); 
	opacity: 1;
}


#answer_tracker_holder{
	display: none;
	position: absolute;
	top: 50px;		 
	right: 165px;
}

.answer_tracker_holder_1{

}
.answer_tracker_holder_2{

}
.answer_tracker_holder_3{

}

.answer_tracker {
	float: left;
	height: 70px;
	width: 150px;
	margin-top:8px;
	border-radius: 0px 0px 20px 20px;
	-moz-border-radius: 0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px;	
	padding: 10px;
	text-align: center;
}

.answer_tracker_holder_0 {
	display: none !important;
}


.answer_results {
	bottom: 0;
	height: 86px;
	left: 48px;
	position: absolute;
	right: 0;
	top: 0;
	width: 300px;
}

.answer_results img {
	width: 100%;
	height: 100%;	
}

.strikes {
	height: 40px;
	line-height: 40px;
}

.strikes img {
	height: auto;
}

.question_count {
	font-size: 20px;
	color: white;	
}

.next_question {
	/*cursor: pointer;*/
	background: #008048;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
}
.incorrect_answer .next_question{
	background: #BD1F25;
}

.anatomy {
	height: 416px;
	left: 7px;
	position: absolute;
	top: 52px;
	width: 876px;
	z-index: 0;
	cursor: default;
}

#anatomy_fact {
  height: 125px;
  padding: 10px;
  text-align: left;
  width: 375px;
}

#anatomy_fact .fact {
  color: white;
  font-size: 18px;
  font-weight: bold;
}

#anatomy_fact .part {
	font-weight: bold;	
	margin-bottom: 4px;
	font-size: 24px;
}



#end_game {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	bottom: 20px;
	color: white;
	padding: 20px;
	position: absolute;
	right: 20px;
	text-align: left;
	top: 6px;
	width: 400px;
	z-index: 1002;
}

#end_game.game_win {
	background-color: #008049;
}

#end_game.game_lose {
	background-color: #BE2026;
}

#end_game .title {	
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 20px;
}

#end_game .message {
	font-size: 16px;
	font-weight: bold;
}

#end_game_background{
	background: none repeat scroll 0 0 #FFFFFF;
    height: 616px;
    left: 5px;
    margin: -1px 0 0;
    position: absolute;
    width: 949px;
    z-index: 1000;
	-moz-opacity: 0.6; 
	-webkit-opacity: 0.6; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" ; 
	filter: alpha(opacity=60); 
	opacity: 0.6;
}

#end_game_image {
	display: block;
	height: 600px;
	width: 495px;
	left: 5px;
	position: absolute;
	top: 6px;
	z-index: 1001;
}

#game_loader.loader {	
	background-color: transparent;
	bottom: 3px;
	left: 8px;
	overflow: hidden;
	position: absolute;
	right: 8px;
	top: 50px;
	z-index: 1000;
}

.loader_background{	
	right: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: 1000;
	background: url(images/ocean_background.png) center center no-repeat #212B68;
}

.loader_message {
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: 1000;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	margin: auto;
	text-align: center;
	height: 1em;
}

#question_loader .loader_message{
	color: #212B68;
}

#game_loader .loader_background {
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;	
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

#question_loader {
	display: none;
}

#question_loader .loader_background {
	bottom: 0;
	left: 0;
	right: 0;
	top: 468px;
	text-align: left;
	background: none;
}

#volume_control {
	bottom: 16px;
	height: 30px;
	left: 10px;
	position: absolute;
	width: 30px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
}


#volume_control.sound_enabled, #volume_control.sound_disabled {
	background: url(images/sound_enabled.png) center center no-repeat transparent;
	margin: 0 0 49px 52px;
}

#volume_control.sound_disabled {
	background: url(images/sound_disabled.png) center center no-repeat transparent;
}

#match_instructions {
	background-color: white;
	bottom: 28px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	left: 0;
	padding-left: 10px;
	position: absolute;
	right: 0;
	text-align: left;
	top: 8px;
	color: #008CBD;
}

#timer_start {
	color: white;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 20px;
	padding: 10px;
	line-height: 20px;
	font-size: 18px;
	cursor: pointer;
	display: inline-block;
	width: 80px;
	margin: 0 auto;
	text-align: center;
}

.timer_start {
	color: white;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 2px 10px;
}

#timer_start.start, .timer_start.start {
	background-color: green;
}

#timer_start.pause {
	background-color: orange;
}

#timer_start.resume {
	background-color: red;
}


#timer {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
	padding: 20px;
	display: inline-block;
	background-color: white;
}

#timer .label {
  color: #32C1EF;
  font-size: 20px;
}

#timer .seconds {
	font-size: 40px;
	font-weight: bold;
	color: #008CB0;	
}

#match_timer {
	padding: 4px 8px;
	width: 170px;
}

.match_game_board #question_holder .question_text #current_question {
	font-size: 20px;
	line-height: 40px;
	margin-top:-5px;
}

.ui-dialog .ui-dialog-buttonpane button {
	background: url();
	background-color: transparent;
	background-image: url();
}



.content1{
	padding: 0 30px;
}

