@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	color: 215;
	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;
}

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;
}

.listNoIndent {
	text-indent: 0px;
}

.listWithSpace {
	padding-top: 10px;
}

.listWithSpaceSmaller{
	padding-top: 5px;
}

.listWithSpaceCircle {
	padding-top: 10px;
	list-style-type: circle;
}

.listMediumLongWidth {
	width: 380px;
	margin-right: auto;
	margin-left: auto;
}

.listInside {
	list-style-position: inside;
}

.listInsideNoDisc {
	list-style-position: inside;
	list-style-type: none;
	padding-top: 0px;
	margin-top: 0px;
}

.listMediumWidth {
	width: 330px;
	margin-right: auto;
	margin-left: auto;
}

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 {
	color: #D70000;
	text-decoration:underline;
}
/*link colours for choices eg agonist choice*/
a.choices:link, a.choices:active, a.choices:visited {
	color: #0080cc;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	height: 18px;
	width: 138px;
	cursor: pointer;
	margin-top: 3px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 8px;
}

a.choices:hover {
	color: #FFFFFF;
	text-decoration:none;
	background-color: #0080cc;
	display: block;
	height: 18px;
	width: 138px;
	cursor: pointer;
	margin-top: 3px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 8px;
	
}

a.choicesChosen:link, a.choicesChosen:active, a.choicesChosen:visited, a.choicesChosen:hover {
	color: #FFFFFF;
	background-color: #ff7441;
	height: 18px;
	width: 138px;
	margin-top: 3px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 8px;
	text-decoration: none;
	display: block;
	cursor: pointer;
}

/* the slightly different colouring used for antagonist choices*/
a.choicesAntagonist:link, a.choicesAntagonist:active, a.choicesAntagonist:visited {
	color: #E43D38;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	height: 18px;
	width: 138px;
	cursor: pointer;
	margin-top: 3px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 8px;
}

a.choicesAntagonist:hover {
	color: #FFFFFF;
	text-decoration:none;
	background-color: #E43D38;
	display: block;
	height: 18px;
	width: 138px;
	cursor: pointer;
	margin-top: 3px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 8px;
	
}

a.choicesAntagonistChosen:link, a.choicesAntagonistChosen:active, a.choicesAntagonistChosen:visited, a.choicesAntagonistChosen:hover {
	color: #FFFFFF;
	background-color: #888888;
	height: 18px;
	width: 138px;
	margin-top: 3px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 8px;
	text-decoration: none;
	display: block;
	cursor: pointer;
}

/*link for slightly shorter choices*/
a.choicesShort:link, a.choicesShort:active, a.choicesShort:visited {
	color: #0080cc;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	height: 15px;
	width: 125px;
	cursor: pointer;
	margin-top: 1px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-size: 13px;
}

a.choicesShort:hover {
	color: #FFFFFF;
	text-decoration:none;
	background-color: #0080cc;
	display: block;
	height: 15px;
	width: 125px;
	cursor: pointer;
	margin-top: 1px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 6px;
	
}

a.choicesShortChosen:link, a.choicesShortChosen:active, a.choicesShortChosen:visited, a.choicesShortChosen:hover {
	color: #FFFFFF;
	background-color: #ff7441;
	height: 15px;
	width: 125px;
	margin-top: 1px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 6px;
	text-decoration: none;
	display: block;
	cursor: pointer;
	font-size: 13px;
}

/*link for slightly shorter antagonist colouring*/
a.choicesShortAntagonist:link, a.choicesShortAntagonist:active, a.choicesShortAntagonist:visited {
	color: #E43D38;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	height: 15px;
	width: 125px;
	cursor: pointer;
	margin-top: 1px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-size: 13px;
}

a.choicesShortAntagonist:hover {
	color: #FFFFFF;
	text-decoration:none;
	background-color: #E43D38;
	display: block;
	height: 15px;
	width: 125px;
	cursor: pointer;
	margin-top: 1px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 6px;
	
}

a.choicesShortAntagonistChosen:link, a.choicesShortAntagonistChosen:active, a.choicesShortAntagonistChosen:visited, a.choicesShortAntagonistChosen:hover {
	color: #FFFFFF;
	background-color: #888888;
	height: 15px;
	width: 125px;
	margin-top: 1px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 6px;
	text-decoration: none;
	display: block;
	cursor: pointer;
	font-size: 13px;
}

/*link colours for choosing concentration*/
a.choicesConcentration:link, a.choicesConcentration:active, a.choicesConcentration:visited {
	color: #0080cc;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	height: 24px;
	width: 35px;
	cursor: pointer;
	margin-top: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

a.choicesConcentration:hover {
	color: #FFFFFF;
	text-decoration:none;
	background-color: #0080cc;
	display: block;
	height: 24px;
	width: 35px;
	cursor: pointer;
	margin-top: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

a.choicesConcentrationChosen:link, a.choicesConcentrationChosen:active, a.choicesConcentrationChosen:visited, a.choicesConcentrationChosen:hover {
	color: #FFFFFF;
	background-color: #ff7441;
	text-decoration: none;
	display: block;
	height: 24px;
	width: 35px;
	cursor: pointer;
	margin-top: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

a.choicesConcentrationAntagonist:link, a.choicesConcentrationAntagonist:active, a.choicesConcentrationAntagonist:visited {
	color: #E43D38;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	height: 24px;
	width: 35px;
	cursor: pointer;
	margin-top: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

a.choicesConcentrationAntagonist:hover {
	color: #FFFFFF;
	text-decoration:none;
	background-color: #E43D38;
	display: block;
	height: 24px;
	width: 35px;
	cursor: pointer;
	margin-top: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

a.choicesConcentrationAntagonistChosen:link, a.choicesConcentrationAntagonistChosen:active, a.choicesConcentrationAntagonistChosen:visited, a.choicesConcentrationAntagonistChosen:hover {
	color: #FFFFFF;
	background-color: #888888;
	text-decoration: none;
	display: block;
	height: 24px;
	width: 35px;
	cursor: pointer;
	margin-top: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

a.choicesConcentrationSmaller:link, a.choicesConcentrationSmaller:active, a.choicesConcentrationSmaller:visited {
	color: #0080cc;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	height: 23px;
	width: 32px;
	cursor: pointer;
	margin-top: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 13px;	
}

a.choicesConcentrationSmaller:hover {
	color: #FFFFFF;
	text-decoration:none;
	background-color: #0080cc;
	display: block;
	height: 23px;
	width: 32px;
	cursor: pointer;
	margin-top: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 13px;	
}

a.choicesConcentrationSmallerChosen:link, a.choicesConcentrationSmallerChosen:active, a.choicesConcentrationSmallerChosen:visited, a.choicesConcentrationSmallerChosen:hover {
	color: #FFFFFF;
	background-color: #ff7441;
	text-decoration: none;
	display: block;
	height: 23px;
	width: 32px;
	cursor: pointer;
	margin-top: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 13px;	
}

a.choicesConcentrationSmallerAntagonist:link, a.choicesConcentrationSmallerAntagonist:active, a.choicesConcentrationSmallerAntagonist:visited {
	color: #E43D38;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	height: 23px;
	width: 32px;
	cursor: pointer;
	margin-top: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 13px;	
}

a.choicesConcentrationSmallerAntagonist:hover {
	color: #FFFFFF;
	text-decoration:none;
	background-color: #E43D38;
	display: block;
	height: 23px;
	width: 32px;
	cursor: pointer;
	margin-top: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 13px;	
}

a.choicesConcentrationSmallerAntagonistChosen:link, a.choicesConcentrationSmallerAntagonistChosen:active, a.choicesConcentrationSmallerAntagonistChosen:visited, a.choicesConcentrationSmallerAntagonistChosen:hover {
	color: #FFFFFF;
	background-color: #888888;
	text-decoration: none;
	display: block;
	height: 23px;
	width: 32px;
	cursor: pointer;
	margin-top: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 13px;	
}

/*link colours for MCQs*/
a.MCQBoxes:link, a.MCQBoxes:active, a.MCQBoxes:visited {
	background-color: #ffffff;
	height: 24px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #0080cc;
	text-decoration: none;
	display: block;
	cursor: pointer;
	width: auto;
	margin-top: 2px;
}

a.MCQBoxes:hover {
	color: #ffffff;
	text-decoration:none;
	background-color: #0080cc;
	height: 24px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #0080cc;
	text-decoration: none;
	display: block;
	cursor: pointer;
	width: auto;
	margin-top: 2px;
}

a.MCQBoxesChosen:link, a.MCQBoxesChosen:active, a.MCQBoxesChosen:visited, a.MCQBoxesChosen:hover {
	background-color: #ff7441;
	height: 24px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	display: block;
	cursor: pointer;
	width: auto;
	margin-top: 2px;
	color: #FFFFFF;
}

/*link colours for MCQs*/
a.MCQBoxesShort:link, a.MCQBoxesShort:active, a.MCQBoxesShort:visited {
	background-color: #ffffff;
	height: 20px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #0080cc;
	text-decoration: none;
	display: block;
	cursor: pointer;
	width: auto;
	margin-top: 2px;
}

a.MCQBoxesShort:hover {
	color: #ffffff;
	text-decoration:none;
	background-color: #0080cc;
	height: 20px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #0080cc;
	text-decoration: none;
	display: block;
	cursor: pointer;
	width: auto;
	margin-top: 2px;
}

a.MCQBoxesShortChosen:link, a.MCQBoxesShortChosen:active, a.MCQBoxesShortChosen:visited, a.MCQBoxesShortChosen:hover {
	background-color: #ff7441;
	height: 20px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	display: block;
	cursor: pointer;
	width: auto;
	margin-top: 2px;
	color: #FFFFFF;
}

/*link colours for double size MCQ options*/
a.MCQBoxesDouble:link, a.MCQBoxesDouble:active, a.MCQBoxesDouble:visited {
	background-color: #ffffff;
	height: 42px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #0080cc;
	text-decoration: none;
	display: block;
	cursor: pointer;
	width: auto;
	margin-top: 2px;
}

a.MCQBoxesDouble:hover {
	color: #ffffff;
	text-decoration:none;
	background-color: #0080cc;
	height: 42px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #0080cc;
	display: block;
	cursor: pointer;
	width: auto;
	margin-top: 2px;
}

a.MCQBoxesChosenDouble:link, a.MCQBoxesChosenDouble:active, a.MCQBoxesChosenDouble:visited, a.MCQBoxesChosenDouble:hover {
	background-color: #ff7441;
	height: 42px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	display: block;
	cursor: pointer;
	width: auto;
	margin-top: 2px;
	color: #FFFFFF;
}

/*link colours for double size MCQ options*/
a.MCQBoxesDoubleLarge:link, a.MCQBoxesDoubleLarge:active, a.MCQBoxesDoubleLarge:visited {
	background-color: #ffffff;
	height: 48px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #0080cc;
	text-decoration: none;
	display: block;
	cursor: pointer;
	width: auto;
	margin-top: 2px;
}

a.MCQBoxesDoubleLarge:hover {
	color: #ffffff;
	text-decoration:none;
	background-color: #0080cc;
	height: 48px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #0080cc;
	display: block;
	cursor: pointer;
	width: auto;
	margin-top: 2px;
}

a.MCQBoxesChosenDoubleLarge:link, a.MCQBoxesChosenDoubleLarge:active, a.MCQBoxesChosenDoubleLarge:visited, a.MCQBoxesChosenDoubleLarge:hover {
	background-color: #ff7441;
	height: 48px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	display: block;
	cursor: pointer;
	width: auto;
	margin-top: 2px;
	color: #FFFFFF;
}

/*link colours for double size MCQ options*/
a.MCQBoxesDoubleSmall:link, a.MCQBoxesDoubleSmall:active, a.MCQBoxesDoubleSmall:visited {
	background-color: #ffffff;
	height: 39px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #0080cc;
	text-decoration: none;
	display: block;
	cursor: pointer;
	width: auto;
	margin-top: 2px;
}

a.MCQBoxesDoubleSmall:hover {
	color: #ffffff;
	text-decoration:none;
	background-color: #0080cc;
	height: 39px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #0080cc;
	display: block;
	cursor: pointer;
	width: auto;
	margin-top: 2px;
}

a.MCQBoxesChosenDoubleSmall:link, a.MCQBoxesChosenDoubleSmall:active, a.MCQBoxesChosenDoubleSmall:visited, a.MCQBoxesChosenDoubleSmall:hover {
	background-color: #ff7441;
	height: 39px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	display: block;
	cursor: pointer;
	width: auto;
	margin-top: 2px;
	color: #FFFFFF;
}


/* ~~ 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;
}

.blue {
	color: #0080CC;
}

.blueDarker {
	color: #006BAC;
}

.midRed {
	color: #E43D38;
}

.orange {
	color: #EE4200;
}

.grey {
	color: #5B5B5B;
}

.lighterGrey {
	color: #7C7C7C;
}

.orange {
	color: #FF7441;
}

.salmonDark {
	background-color: #ffbda4;
}

.salmonMid {
	background-color: #FFDBCE;
}

.salmonLight {
	background-color: #ffefea;
}

.red {
	color: #CE3800;
}

.redBold {
	font-weight: bold;
	color: #CE3800;
}

.redBoldSmallCapsSize15 {
	font-weight: bold;
	color: #CE3800;
	font-variant: small-caps;
	font-size: 15px;
}

.redBoldSmallCaps {
	font-weight: bold;
	color: #CE3800;
	font-variant: small-caps;
	font-size: 17px;
}

.verySmallFont {
	font-size: 11px;
}

.fontSize12 {
	font-size: 12px;
}

.fontSize13 {
	font-size: 13px;
	font-weight: normal;
}

.fontSize13WithPadding {
	font-size: 13px;
	padding-top: 4px;
}

.fontSize14 {
	font-size: 14px;
	font-weight: normal;
}

.fontSize18 {
	font-size: 18px;
}

.bold {
	font-weight: bold;
}

.italics {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.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;
}

.superscriptSlightlySmallerRedBold {
	vertical-align: super;
	font-size: 13px;
	font-weight: bold;
	color: #CE3800;
}

.subscript {
	vertical-align: sub;
}

.subscriptRedBold {
	vertical-align: sub;
	font-weight: bold;
	color: #CE3800;
}

.subscriptSmaller {
	vertical-align: sub;
	font-size: 10px;
}

.subscriptSlightlySmaller {
	vertical-align: sub;
	font-size: 13px;
}

.subscriptSlightlySmallerRedBold {
	vertical-align: sub;
	font-size: 13px;
	font-weight: bold;
	color: #CE3800;
}

.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: 40px;
	margin-top: 20px;
}

.titlePageLessTopMargin {
	height: 40px;
	margin-top: 10px;
}

.titlePageShorter {
	height: 30px;
	margin-top: 20px;
}

.titlePageShorterLessTopMargin {
	height: 30px;
	margin-top: 10px;
}

.pageEndPageMainMaterial {
	height: auto;
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
	background-color: #FFBDA4;
	padding: 15px;
}

.contentsMain {
	height: 500px;
}

.activityOptions {
	height: 20px;
	width: 140px;
	float: left;
	font-size: 14px;
}


.activityOptionsNarrow {
	height: 20px;
	width: 115px;
	float: left;
	font-size: 14px;
}

.activityTitle {
	height: 25px;
	width: 800px;
	font-size: 16px;
	text-align: center;
	display: block;
	font-variant: small-caps;
	margin-top: 6px;
	color: #C5E7F5;
}

.activityPaging {
	width: auto;
}

.footer {
	height: 23px;
	width: 779px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}

.pullUpStyleSmall {
	color: #0080CC;
	cursor: pointer;
	font-size: 14px;
}

.pullUpStyleEvenSmaller {
	color: #0080CC;
	cursor: pointer;
	font-size: 12px;
}

.pullUpStyleSize11 {
	color: #0080CC;
	cursor: pointer;
	font-size: 11px;
}

.pullUpStyleSmallWithMargin {
	color: #0080CC;
	cursor: pointer;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.pullUpStyleOptions {
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
}

.pullUpStyleNormal {
	color: #0080CC;
	cursor: pointer;
}

.pullUpStyleNormalSizeDefined {
	color: #0080CC;
	cursor: pointer;
	font-size: 15px;	
}

.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;
	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;
	padding-bottom: 2px;
	width: 21px;
	display: block;
 } 

#pagination-clean .active{
	color: #1D87AF;
	display: block;
	float: right;
	background-color: #C6E7F4;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	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;
	padding-bottom: 1px;
}

 #pagination-clean a:hover{
	text-decoration:underline;
	color: #993333;
 }


/*start of style for paging system NARROWER FOR THE VERY BIG ACTIVITIES*/
#pagination-cleanNarrower li{
	border:0;
	padding-right: 1px;
	padding-left: 1px;
	font-size:13px;
	float: right;
	text-align: center;
	list-style-position: inside;
	width: 19px;
	display: block;
	color: #FFFFFF;
	list-style-type: none;
	padding-top: 1px;
	padding-bottom: 1px;
}

 #pagination-cleanNarrower .previous-off,
 #pagination-cleanNarrower .next-off {
	font-weight: bold;
	color: #1F8CB6;
	display: block;
	float: right;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 2px;
	width: 19px;
	display: block;
 }
#pagination-cleanNarrower .next a
, #pagination-cleanNarrower .previous a
    {
	font-weight: bold;
	float: right;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 2px;
	width: 19px;
	display: block;
 } 

#pagination-cleanNarrower .active{
	color: #1D87AF;
	display: block;
	float: right;
	background-color: #C6E7F4;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	width: 19px;
 }
 
 #pagination-cleanNarrower a:link,
 #pagination-cleanNarrower a:visited {
	border:0;
	padding-right: 1px;
	padding-left: 1px;
	font-size:13px;
	float: right;
	text-align: center;
	list-style-position: inside;
	width: 19px;
	display: block;
	color: #FFFFFF;
	list-style-type: none;
	padding-bottom: 1px;
}

 #pagination-cleanNarrower a:hover{
	text-decoration:underline;
	color: #993333;
 }
 
 
 
 
/*start of style for paging system NARROWEST FOR THE 30 PAGE ACTIVITIES*/
#pagination-cleanNarrowest li{
	border:0;
	padding-right: 1px;
	padding-left: 1px;
	font-size:13px;
	float: right;
	text-align: center;
	list-style-position: inside;
	width: 18px;
	display: block;
	color: #FFFFFF;
	list-style-type: none;
	padding-top: 1px;
	padding-bottom: 1px;
}

 #pagination-cleanNarrowest .previous-off,
 #pagination-cleanNarrowest .next-off {
	font-weight: bold;
	color: #1F8CB6;
	display: block;
	float: right;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 2px;
	width: 18px;
	display: block;
 }
#pagination-cleanNarrowest .next a
, #pagination-cleanNarrowest .previous a
    {
	font-weight: bold;
	float: right;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 2px;
	width: 18px;
	display: block;
 } 

#pagination-cleanNarrowest .active{
	color: #1D87AF;
	display: block;
	float: right;
	background-color: #C6E7F4;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	width: 18px;
 }
 
 #pagination-cleanNarrowest a:link,
 #pagination-cleanNarrowest a:visited {
	border:0;
	padding-right: 1px;
	padding-left: 1px;
	font-size:13px;
	float: right;
	text-align: center;
	list-style-position: inside;
	width: 18px;
	display: block;
	color: #FFFFFF;
	list-style-type: none;
	padding-bottom: 1px;
}

 #pagination-cleanNarrowest a:hover{
	text-decoration:underline;
	color: #993333;
 }
 
 
.greyMediumBox {
	background-color: #ECECEC;
	padding: 15px;
	width: auto;
}

.correctFeedback {
	color: #FF500D;
}

.paddingSmallBottom {
	padding-bottom: 5px;
}

.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;
}

#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;
}

.boxTitlesForPullUpsWithPadding {
	font-weight: bold;
	font-size: 17px;
	padding-bottom: 10px;
	color: #FF7441;
}


.boxTitlesForPullUpsWithoutPadding {
	font-weight: bold;
	font-size: 17px;
	color: #FF7441;
}

.boxTitlesSecondLine {
	font-weight: bold;
	font-size: 17px;
	color: #FF7441;
}

#pullUp {
	height: auto;
	width: auto;
	position: absolute;
	z-index: 20;
	margin-top: -1px;
	margin-left: -1px;
}

#pullUpLevel2 {
	height: auto;
	width: auto;
	position: absolute;
	z-index: 22;
	margin-top: -1px;
	margin-left: -1px;
}

#wrapperContents {
	width:802px;
	height:572px;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
}

#wrapperContentsLevel2 {
	width:802px;
	height:572px;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
}


.pullUpFooter {
	height: auto;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-right: 10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
	margin-left: 10px;
}
.listIndent {
	margin-left: 35px;
}

.listIndentShorter {
	margin-left: 25px;
}
.marginLeft {
	margin-left: 20px;
}


.marginLeftWider {
	margin-left: 40px;
}

.marginLeftVeryWide {
	margin-left: 130px;
.page5MCQTop {
	height: 270px;
	width: auto;
}
