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

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0;text-decoration:none;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* General */
body{
	font-family:Lato, Arial, Helvetica, sans-serif;
	background-color:#CCC;
}

#wrapper{
	min-height:720px;
}

.textcenter{
	text-align:center;
}

#backtoexercise{
	background:#EBF0F2;
	padding:8px 0;
	margin:0;
	width:100%;
	min-width:960px;
	border:0;
	color:#D60;
	font-family:Lato, Arial, Helvetica, sans-serif;
	font-size:18px;
	border-bottom: 2px solid #AAA;
}

#backtoexercise:hover{
	background:#FFF;
	color:#D60;
	cursor:pointer;
	border-bottom: 2px solid #BBB;
}

#backtoexercise:active{
	border-top: 2px solid #EEE;
	border-bottom:0;
}

/* main */
#main{
	background:url(../images/player.jpg) no-repeat;
	background-position:center 55px;
	min-height:672px;
	background-size: 860px;
	min-height: 672px;
	width: 960px;
	margin: 0 auto;
}

/* callouts */
.callout{
	background-color: #FF7302;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:solid 2px white;
	box-shadow:-1px -1px 3px 1px #ccc;
	-webkit-box-shadow:-1px -1px 3px 1px #ccc;
	-moz-box-shadow:-1px -1px 3px 1px #ccc;
	color:white;
	display:inline-block;
	position: relative;
	font-size:14px;
}

.calloutX{
	background-color: #FF7302;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:solid 2px white;
	box-shadow:-1px -1px 3px 1px #ccc;
	-webkit-box-shadow:-1px -1px 3px 1px #ccc;
	-moz-box-shadow:-1px -1px 3px 1px #ccc;
	color:white;
	display:inline-block;
	position: relative;
	font-size:14px;
	cursor:default;
}

.callout:hover{
	background-color: #f39200;
	cursor:pointer;
}

.callout:active{
	background-color: #FFF;
	color: #ff6200;
	cursor:pointer;
}

.downarrowshort{
	display: inline-block;
	background:url(../images/arrowdownshort.png) no-repeat;
	height:80px;
}

.downarrowlong{
	display: inline-block;
	background:url(../images/arrowdownlong.png) no-repeat;
	height:96px;
}

.uparrowshort{
	display: inline-block;
	background:url(../images/arrowupshort.png) no-repeat;
	padding-top:50px;
}

.uparrowlong{
	display: inline-block;
	background:url(../images/arrowuplong.png) no-repeat;
	padding-top:90px;
}

#enlarge{
	position: relative;
	background-position: 114px 23px;
	top: -70px;
	left: 630px;
}

#save{
	position: relative;
	top: -70px;
	left: 810px;
	background-position: 16px 27px;
	}

#contrast{
	position: relative;
	top: -35px;
	left: 259px;
	background-position: 131px 27px;
}

#help{
	position: relative;
	top: -70px;
	left: 670px;
	background-position: 72px 27px;
	}
	
#close{
	position: relative;
	top: -70px;
	left: 721px;
	background-position: 11px 27px;
	}

#hint{
	position: relative;
	top: 100px;
	left: 505px;
	background-position: 26px 30px;
	}

#tools{
	position: relative;
	top: 100px;
	left: 511px;
	background-position: 38px 30px;
	}
	
#asset{
	position: relative;
	top: 64px;
	left: 280px;
	background-position: 56px 26px;
	}
	
#learningaids{
	position: relative;
	top: 64px;
	left: 367px;
	background-position: 6px 29px;
	}
	
#reset{
	position: relative;
	top: 424px;
	left: -518px;	
	background-position: 39px 10px;
	}
	
#attempts{
	position: relative;
	top: 424px;
	left: -44px;
	background-position: 65px 10px;
	}

#acttimer{
	position: relative;
	top: 424px;
	left: -39px;
	background-position: 44px 10px;
	}
	
#check{
	position: relative;
	top: 294px;
	left: 518px;
	background-position: 53px 10px;
	}

#maintimer{
	position: relative;
	top: 406px;
	left: -49px;
	background-position: 44px 30px;
	}

#questionmap{
	position: relative;
	top: 406px;
	left: 363px;
	background-position: 11px 30px;
	}

#results{
	position: relative;
	top: 406px;
	left: 369px;
	background-position: 74px 30px;
	}
	
#arrowleft{
	position: relative;
	top: 406px;
	left: 23px;
	background-position: 83px 30px;
	}
	
#arrowright{
	position: relative;
	top: 406px;
	left: 249px;
	background-position: 80px 30px;
	}
	
#activitytext{
	display: inline-block;
	position: relative;
	top: -130px;
	left: 80px;
}
	
/* Modal Dialogue */
.ui-dialog{
	padding:0;
	border: 1px solid #BDB7BB;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 16px;
	}

.ui-corner-all{
	border-radius: 10px;
	}

.ui-dialog-titlebar{
	background: linear-gradient(to bottom, #F5F7F8 0%, #D8DFE3 100%) repeat scroll 0 0 transparent;
    border:0;
	border-bottom: 1px solid #96A0A8;
    border-radius: 10px 10px 0 0;
	}
	
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	border:none;
	background:none;
	}

.ui-state-default .ui-icon {
	background-image: url("../images/closecross.png");
	background-position: 2px 2px;
}

.ui-dialog-titlebar-close:hover {
	opacity:0.5;
}

.ui-dialog-titlebar-close:focus {
	outline:none;
}
	
.ui-dialog .ui-dialog-content{
	line-height:20px;
	min-height:0 !important;
	padding:10px 10px 16px 10px;
	}
	
.ui-widget-overlay{
	background: #000;
	opacity:0.7;
	}