@charset "utf-8";

/*Layouts*/
body {
	padding: 0;
	color: #000000;
	font-family: Arial;
	font-size: 15px;
	line-height: 130%;
	margin-top: 500;
	margin-bottom: 0;
}

.wrapperOuter {
	-moz-box-shadow: 5px 5px 5px #842B00;
	-webkit-box-shadow: 5px 5px 5px #842B00;
	box-shadow: 5px 5px 5px #49274A;
	width:800px;
	height:570px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	opacity: 40;
	background-color: #94618E;
	border: 1px solid #49274A;
	position: relative;
}

.wrapperInner {
	width:770px;
	height:506px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	opacity: 40;
	background-color: #FFFFFF;
	background-image: url(../images/fotolia_118428197SeeThrough.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #F0F1F6;
}

.footer {
	height: 23px;
	width: 779px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}

.hidden {
	display: none;
}

.unhidden {
	display: block;
}

.return {
	padding-top: 8px;
	text-align: center;
}

/*Headings And Titles*/

h1 {
	color: #49274A;
	margin: 0px;
	padding: 0px;
}

h2 {
	color: #49274A;
	margin: 0px;
	padding: 3px;	
	
&.insetshadow {
    color: #202020;
    background-color: #2d2d2d;
    letter-spacing: .1em;
    text-shadow: 
      -1px -1px 1px #111, 
      2px 2px 1px #363636;
}	
}

	


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: #CC0000;
	text-decoration:underline;
}

.centre {
	text-align: center;
}

.titlePage {
	height: auto;
	margin-top: 7px;
}

.contentsMain {
	height: 500px;
}


.activityTitle {
	height: 25px;
	width: 800px;
	font-size: 16px;
	text-align: center;
	display: block;
	font-variant: small-caps;
	margin-top: 6px;
	color: #FFFFFF;
}

.pullUpStyleOptions {
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
}

#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;
}

#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;
}

.pullUpContentsMainMaterial {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	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;
}

.pullUpDisclaimerBackground {
	height: 500px;
	width: 650px;
	background-color: #E4E4E4;
	margin-top: 32px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 4px solid #BF9DBB;
}

.pullUpActivityDisclaimerMainMaterial {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.pullUpActivityDisclaimerMainText {
	height: 385px;
	width: auto;
	overflow-y:scroll;
	overflow-x:hidden;
	padding: 15px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.pullUpActivityGeneralMainMaterial {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}

.boxTitlesForPullUpsWithPadding {
	font-weight: bold;
	font-size: 17px;
	padding-bottom: 10px;
	color: #FF7441;
}

.marginsAuto {
	margin-right: auto;
	margin-left: auto;
}

/*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 */
}

.marginTop35px {
	margin-top: 35px;
}

.marginTop25px {
	margin-top: 25px;
}


.smallCaps {
	font-variant: small-caps;
}

.menuTopNote {
	font-size: 14px;
	font-weight: bold;
	color: #FF7441;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
}

.pullUpStyleSmall {
	color: #0080CC;
	cursor: pointer;
	font-size: 14px;
}

/* ~~ 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;
}

/*Colours*/
.blue {
	color: #0080CC;
}

.blueDarker {
	color: #006BAC;
}

.midRed {
	color: #E43D38;
}

.orange {
	color: #EE4200;
}

.grey {
	color: #5B5B5B;
}

.greyLighter {
	color: #9E9E9E;
}

.brightRed {
	color: #FF0000;
}

.paddingSmallTop {
	padding-top: 5px;
}

.paddingMediumTop {
	padding-top: 10px;
}

.paddingSmallBottom {
	padding-bottom: 5px;
}
.fontSize20 {
	font-size: 20px;
}

.fontSize16 {
	font-size: 16px;
}

.bold {
	font-weight: bold;
}
.pullUpAboutBackground {
	height: auto;
	width: 650px;
	background-color: #FFFFFF;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 4px solid #BBA0D1;
}

.pullUpActivityAboutMainMaterial {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.pullUpActivityAboutMainText {
	height: 285px;
	width: auto;
	background-color: #FFFFE9;
	border: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}

/* ~~ 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;
}

/*link colours for weblinks*/
a.webPageLink:link, a.webPageLink:active {
	color: #009900;
	text-decoration: none;
}

a.webPageLink:visited {
	color: #009900;
	text-decoration: none;
}

a.webPageLink: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;
}

.fontSize12 {
	font-size: 12px;
}

.fontSize14 {
	font-size: 14px;
}
