@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;
}

.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;
}

.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: #F3F3F3;
	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;
}
.pullUpActivityModelBackground {
	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;
	margin-right: 10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
	margin-left: 10px;
}

.boxTitlesForPullUpsWithPadding {
	font-weight: bold;
	font-size: 17px;
	padding-bottom: 10px;
	color: #FF7441;
}
.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: 500px;
	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: 425px;
}

.footer {
	height: 23px;
	width: 779px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}

.width300 {
	height: auto;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

.width350 {
	height: auto;
	width: 350px;
	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;
}

.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;
}

.width550 {
	height: auto;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}

.width600 {
	height: auto;
	width: 600px;
	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;
}

#areaForGraph {
	height: 455px;
	background-color: #dddddd;
	float: right;
	width: 470px;
	/* [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;
}

.marginsAuto {
	margin-right: auto;
	margin-left: auto;
}

#leftHandBottom {
	/* [disabled]height: 75px; */
}


.sliderBox {
	height: 445px;
	width: 260px;
	float: left;
	padding: 5px;
	background-color: #E9E9E9;
}

/*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;
    }
.greyBackground {
	background-color: #F9F9F9;
}


.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;
}


.legendLineEquation {
	height: 28px;
	width: auto;
}.smallCaps {
	font-variant: small-caps;
}

.menuTopNote {
	font-size: 14px;
	font-weight: bold;
	color: #FF7441;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
}
