@charset "utf-8";

body {
	padding: 0;
	color: #000000;
	font-family: Arial;
	font-size: 15px;
	line-height: 130%;
	margin-top: 0;
	margin-bottom: 0;
}

.wrapperOuter {
	-moz-box-shadow: 5px 5px 5px #1A7395;
	-webkit-box-shadow: 5px 5px 5px #1A7395;
	box-shadow: 5px 5px 5px #1A7395;
	width:800px;
	height:570px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	opacity: 40;
	background-color: #38B0DE;
	border: 1px solid #23A2D1;
	position: relative;
}

.wrapperInner {
	width:770px;
	height:506px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	opacity: 40;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #38b0de;
	border-bottom-color: #BBE4F4;
}



h1 {
	color: #FF7441;
	margin: 0px;
	padding: 0px;
}
h2 {
	color: #FF7441;
	margin: 0px;
	padding: 3px;
}
/* ~~ Element/tag selectors ~~ */
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	margin: 0;
	list-style-type: disc;
	list-style-position: inside;
	line-height: normal;
}

ol {
	margin: 0;
	list-style-type: decimal;
	list-style-position: outside;
	line-height: normal;
}

ul{
	border:0;
	margin:0;
	padding:0;
	list-style-position: outside;
}

p       {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 14px;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link, a:active {
	color: #0080CC;
	text-decoration: none;
}

a:visited {
	color: #0080CC;
	text-decoration: none;
}

a:hover { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #D70000;
	text-decoration:underline;
}


/*link colours for options eg Menu option*/
a.optionsLink:link, a.optionsLink:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.optionsLink:visited {
	color: #FFFFFF;
	text-decoration: none;
}


a.optionsLink:hover { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #D70000;
	text-decoration:underline;
}

.blue {
	color: #0080CC;
}
.blueDarker {
	color: #006BAC;
}

.midRed {
	color: #E43D38;
}

.orange {
	color: #EE4200;
}

.grey {
	color: #5B5B5B;
}

.greyLighter {
	color: #9E9E9E;
}

.brightRed {
	color: #FF0000;
}

.greyBackgroundWithPadding {
	background-color: #ECECEC;
	padding: 10px;
}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.centre {
	text-align: center;
}

.centreAndSmaller {
	text-align: center;
	font-size: 20px;
}
.centreWithPaddingGrey {
	text-align: center;
	background-color: #ececec;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
}
.centreWithPadding {
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}

.paddingSmallTop {
	padding-top: 5px;
}

.paddingVerySmallTop {
	padding-top: 2px;
}

.paddingVerySmallBottom {
	padding-bottom: 2px;
}

.hidden {
	display: none;
}

.unhidden {
	display: block;
}

.return {
	padding-top: 8px;
	text-align: center;
}

.titlePage {
	height: auto;
	margin-top: 7px;
}

.GreyBoxTop {
	background-color: #ECECEC;
	margin-left: 10px;
	height: auto;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.contentsMain {
	height: 500px;
	/* [disabled]border-bottom-width: 1px; */
	/* [disabled]border-bottom-color: #F3F3F3; */
}

.activityOptions {
	height: 20px;
	width: 140px;
	float: left;
	font-size: 14px;
}

.simulationsOptions {
	height: 20px;
	width: 400px;
	float: left;
	font-size: 14px;
}

.activityTitle {
	height: 25px;
	width: 800px;
	font-size: 16px;
	text-align: center;
	/* [disabled]background-color: #E9F6FB; */
	display: block;
	font-variant: small-caps;
	margin-top: 6px;
	color: #C5E7F5;
}

.areaForInformation {
	height: auto;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

.justifyLeft {
	text-align: left;
}
.justifyRight {
	text-align: right;
}


.activityPaging {
	/* [disabled]height: 20px; */
	width: auto;
	/* [disabled]float: right; */
	/* [disabled]text-align: right; */
}

.footer {
	height: auto;
	width: 779px;
	display: block;
	/* [disabled]background-color: #E9F6FB; */
	margin-left: 14px;
	margin-top: 3px;
}
.fontSize14 {
	font-size: 14px;
}

.fontSize12 {
	font-size: 12px;
}

.pullUpStyleSmall {
	color: #0080CC;
	cursor: pointer;
	font-size: 14px;
}

.pullUpStyleEvenSmaller {
	color: #0080CC;
	cursor: pointer;
	font-size: 12px;
}

.pullUpStyleOptions {
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
}

.pullUpStyleNormal {
	color: #0080CC;
	cursor: pointer;
}

.pullUpStyleNormalWithPadding {
	color: #0080CC;
	cursor: pointer;
	padding-top: 6px;
}



/*start of style for paging system */
#pagination-clean li{
	border:0;
	padding-right: 1px;
	padding-left: 1px;
	font-size:14px;
	float: right;
	text-align: center;
	list-style-position: inside;
	width: 21px;
	display: block;
	color: #FFFFFF;
	list-style-type: none;
	padding-top: 1px;
	padding-bottom: 1px;
}

 #pagination-clean .previous-off,
 #pagination-clean .next-off {
	font-weight: bold;
	color: #1F8CB6;
	display: block;
	float: right;
	padding-right: 1px;
	padding-left: 1px;
	/* [disabled]padding-top: 1px; */
	padding-bottom: 2px;
	width: 21px;
	display: block;
 }
#pagination-clean .next a
, #pagination-clean .previous a
    {
	font-weight: bold;
	float: right;
	padding-right: 1px;
	padding-left: 1px;
	/* [disabled]padding-top: 1px; */
	padding-bottom: 2px;
	width: 21px;
	display: block;
	/* [disabled]text-align: right; */
 } 

#pagination-clean .active{
	color: #1D87AF;
	display: block;
	float: right;
	background-color: #C6E7F4;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	/* [disabled]padding-top: 2px; */
	width: 21px;
 }
 
 #pagination-clean a:link,
 #pagination-clean a:visited {
	border:0;
	padding-right: 1px;
	padding-left: 1px;
	font-size:14px;
	float: right;
	text-align: center;
	list-style-position: inside;
	width: 21px;
	display: block;
	color: #FFFFFF;
	list-style-type: none;
	/* [disabled]padding-top: 1px; */
	padding-bottom: 1px;
}

 #pagination-clean a:hover{
	text-decoration:underline;
	color: #993333;
 }

.pointer {
	cursor: pointer;
}

.right {
	text-align: right;
}

.superscript {
	vertical-align: super;
}

.superscriptSmaller {
	vertical-align: super;
	font-size: 10px;
}

.superscriptSlightlySmaller {
	vertical-align: super;
	font-size: 13px;
}

.subscript {
	vertical-align: sub;
}


.subscriptSmaller {
	vertical-align: sub;
	font-size: 10px;
}


.subscriptSlightlySmaller {
	vertical-align: sub;
	font-size: 13px;
}


.underline {
	text-decoration: underline;
}

.listWithSpace {
	padding-top: 10px;
}

.listWithLessSpace {
	padding-top: 6px;
}

.listWithSpaceCircle {
	padding-top: 10px;
	list-style-type: circle;
}


.listWithLessSpaceCircle {
	padding-top: 6px;
	list-style-type: circle;
}

.listInside {
	list-style-position: inside;
}

.listInsideNoDisc {
	list-style-position: inside;
	list-style-type: none;
	padding-top: 0px;
	margin-top: 0px;
}

.orange {
	color: #FF7441;
}

.red {
	color: #CE3800;
}

.listNoIndent {
	text-indent: 0px;
}

.paddingSmallBottom {
	padding-bottom: 5px;
}

.verySmallFont {
	font-size: 11px;
}

.bold {
	font-weight: bold;
}

.italics {
	font-style: italic;
}

.salmonDark {
	background-color: #ffbda4;
}
.salmonMid {
	background-color: #FFDBCE;
}
.salmonLight {
	background-color: #ffefea;
}

.marginSmallTopBottom {
	margin-top: 12px;
	margin-bottom: 12px;
}

#pullUp {
	height: auto;
	width: auto;
	position: absolute;
	z-index: 20;
	margin-top: 0px;
	margin-left: 0px;
}

#pullUpLevel2 {
	height: auto;
	width: auto;
	position: absolute;
	z-index: 22;
	margin-top: 0px;
	margin-left: 0px;
}

.heightAuto {
	height: auto;
}

.brightYellow {
	color: #FFFF00;
}

.brightBlue {
	color: #0000FF;
}

.mainBoxRightHandSide {
	height: auto;
	width: auto;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
}

#wrapperContents {
	width:800px;
	height:570px;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
}

#wrapperContentsLevel2 {
	width:800px;
	height:570px;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
}

.backgroundForAllPullUps{
	width:800px;
}

.pullUpContentsBackground {
	height: auto;
	width: 490px;
	background-color: #FFFFFF;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 4px solid #38B0DE;
	/* [disabled]border: 3px solid #b5b0ad; */
	/* [disabled]margin-bottom: auto; */
}

.pullUpContentsMainMaterial {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.pullUpActivityUsualBackground {
	height: auto;
	width: 600px;
	background-color: #FFFFFF;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 4px solid #38B0DE;
	/* [disabled]border: 3px solid #b5b0ad; */
	/* [disabled]margin-bottom: auto; */
}

.pullUpActivityZoomingBackground {
	height: auto;
	width: 500px;
	background-color: #F3F3F3;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 4px solid #38B0DE;
}

.pullUpActivityGeneralMainMaterial {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}

.pullUpFooter {
	height: auto;
	padding-bottom: 8px;
	padding-top: 5px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
	margin-right: 10px;
	margin-left: 10px;
}

.pullUpFooterContents {
	height: auto;
	padding-bottom: 8px;
	padding-top: 5px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
}

.boxTitlesForPullUpsWithPadding {
	font-size: 17px;
	padding-bottom: 10px;
	color: #FF7441;
	font-weight: bold;
}
.footerRightTitle {
	font-size: 14px;
	/* [disabled]font-weight: bold; */
	font-variant: small-caps;
	color: #C5E7F5;
	float: right;
	margin-right: 10px;
}
.legendLine {
	height: 32px;
	width: auto;
}
.legendBox {
	width: 470px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFDF;
	padding: 10px;
	border: 1px solid #CCCC99;
}
.rightLegendLine {
	text-align: left;
	float: right;
	/* [disabled]height: auto; */
	width: 410px;
}

.footer {
	height: 23px;
	width: 779px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}

.width100 {
	height: auto;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
}


.width200 {
	height: auto;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}


.width250 {
	height: auto;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}

.width300 {
	height: auto;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

.width350 {
	height: auto;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}

.width375 {
	height: auto;
	width: 375px;
	margin-right: auto;
	margin-left: auto;
}

.width400 {
	height: auto;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}

.width425 {
	height: auto;
	width: 425px;
	margin-right: auto;
	margin-left: auto;
}

.width450 {
	height: auto;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}

.width460 {
	height: auto;
	width: 460px;
	margin-right: auto;
	margin-left: auto;
}
.width475 {
	height: auto;
	width: 475px;
	margin-right: auto;
	margin-left: auto;
}

.width500 {
	height: auto;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

.width525 {
	height: auto;
	width: 525px;
	margin-right: auto;
	margin-left: auto;
}

.width530 {
	height: auto;
	width: 530px;
	margin-right: auto;
	margin-left: auto;
}

.width540 {
	height: auto;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
}

.width550 {
	height: auto;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}

.width575 {
	height: auto;
	width: 575px;
	margin-right: auto;
	margin-left: auto;
}

.width600 {
	height: auto;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial;
}

.width625 {
	height: auto;
	width: 625px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial;
}

.width650 {
	height: auto;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial;
}

.width675 {
	height: auto;
	width: 675px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial;
}

.width700 {
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial;
}


.pageEndPageMainMaterial {
	height: auto;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	background-color: #FFBDA4;
	padding: 15px;
}

.yellowBoxForSimulations {
	background-color: #FFFFD9;
	height: auto;
	font-size: 14px;
	/* [disabled]margin-top: 5px; */
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-right: -3px;
	margin-left: -3px;
}

#leftHandBottom {
	/* [disabled]height: 75px; */
}

/*turn off little arrows on number inputs*/
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none; !important;    
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.informationInputBox {
	height: 55px;
	width: auto;
	font-size: 14px;
	color: #464646;
}
.borderTopGrey {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.borderPlusPaddingPlusMargin {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-top: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.borderTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}




.numberBox
    {
	width:50px;
    }
	
	
.greyBackground {
	background-color: #F9F9F9;
}

.greyBackgroundWithSpace {
	background-color: #E1E1E1;
	padding: 5px;
	margin-top: 10px;
}


.pullUpActivityBackgroundEquation {
	height: auto;
	width: 600px;
	background-color: #FFFFFF;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 4px solid #FF7441;
	/* [disabled]border: 3px solid #b5b0ad; */
	/* [disabled]margin-bottom: auto; */
}

.marginTop35px {
	margin-top: 35px;
}

.marginSmallBottom {
	margin-bottom: 10px;
}



.legendBoxEquation {
	width: 395px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFDF;
	padding: 10px;
	border: 1px solid #CCCC99;
}
.rightLegendLineEquation {
	text-align: left;
	float: right;
	/* [disabled]height: auto; */
	width: 360px;
}


.legendLineEquation {
	height: 28px;
	width: auto;
}

.changePictureBackground {
	background-color: #DDDDDD;
	padding: 3px;
	border: 1px solid #666666;
	float: right;
}

.boxForSections {
	background-color: #E5E5E5;
	padding: 10px;
	border: 1px solid #999999;
}

.boxForResults {
	background-color: #E5E5E5;
	padding: 8px;
	border: 1px solid #999999;
	width: 150px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
.GreyBoxForOptions {
	background-color: #ECECEC;
	margin-right: auto;
	margin-left: auto;
	height: 270px;
	width: 620px;
	margin-top: 10px;
}
.narrowOptionsBox {
	height: auto;
	width: 170px;
	margin-right: 15px;
	margin-left: 15px;
	float: left;
	margin-top: 15px;
	/* [disabled]padding-top: 10px; */
}

#furtherInformation {
	background-color: #FFFFFF;
	float: right;
	height: 215px;
	width: 375px;
	overflow: auto;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}


.GreyBoxForOptions2 {
	background-color: #ECECEC;
	margin-right: auto;
	margin-left: auto;
	height: 270px;
	width: 575px;
	margin-top: 10px;
}
.narrowOptionsBox2 {
	height: auto;
	width: 105px;
	/* [disabled]margin-right: 8px; */
	margin-left: 15px;
	float: left;
	margin-top: 15px;
	/* [disabled]padding-top: 10px; */
}

#furtherInformation2 {
	background-color: #FFFFFF;
	float: right;
	height: 215px;
	width: 395px;
	margin: 15px;
	overflow: auto;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.definitionBox {
	background-color: #F1F1F1;
	padding: 12px;
	border: 1px solid #000000;
	font-size: 16px;
	margin-bottom: 10px;
	color: #000000;
}
.boxForSymbol {
	background-color: #ECECEC;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #666666;
}

.paddingSides12px {
	padding-left: 12px;
	padding-right: 12px;	
}

#areaForGraph2 {
	height: 420px;
	background-color: #dddddd;
	float: right;
	width: 390px;
	padding: 5px;
}
.sliderBox2 {
	height: 414px;
	width: 328px;
	float: left;
	background-color: #E9E9E9;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.smallCaps {
	font-variant: small-caps;
}
#stepBox {
	background-color: #FFFFFF;
	padding: 8px;
	width: auto;
	height: 245px;
}

#stepBox2 {
	background-color: #FFFFFF;
	padding: 8px;
	width: auto;
	height: 220px;
}
.equationBox {
	background-color: #FFFFFF;
	margin-top: 5px;
	border: 1px solid #CCCCCC;
	padding-top: 6px;
	padding-bottom: 6px;
}

.equationBoxDouble {
	background-color: #FFFFFF;
	margin-top: 5px;
	border: 1px solid #CCCCCC;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	display: block;
	width: 110px;
}
.marginsAuto {
	margin-right: auto;
	margin-left: auto;
}


.boxForDoubleEquations {
	height: 85px;
	width: 450px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.graphBackground {
	background-color: #DDDDDD;
	padding: 3px;
	border: 1px solid #666666;
}


#areaForGraph {
	height: 455px;
	background-color: #dddddd;
	float: right;
	width: 465px;
	/* [disabled]padding: 5px; */
}
.yellowBoxForSimulations {
	background-color: #FFFFD9;
	height: auto;
	font-size: 14px;
	/* [disabled]margin-top: 5px; */
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-right: -3px;
	margin-left: -3px;
}

#leftHandBottom {
	/* [disabled]height: 75px; */
}


.sliderBox {
	height: 445px;
	width: 270px;
	float: left;
	background-color: #E9E9E9;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/*turn off little arrows on number inputs*/
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none; !important;    
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.informationInputBox {
	height: 55px;
	width: auto;
	font-size: 14px;
	color: #464646;
}

.numberBox
    {
	width:50px;
    }

.makeScrolling {
	overflow: scroll;
	overflow-x: hidden;
	padding-right: 8px;
}

.fontSize13 {
	font-size: 13px;
}

.fontSize15 {
	font-size: 15px;
}

.fontSize10 {
	font-size: 10px;
}

