@charset "utf-8";

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;
	/* [disabled]background-image: url(../Images/Gradient.jpg); */
	/* [disabled]background-repeat: repeat-x; */
	position: relative;
}
.wrapperInner {
	width:770px;
	height:506px;
	/* [disabled]margin-top: 10px; */
	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;
}
.heightMedium {
	height: 210px;
	width: auto;
	background-color: #F0F0F0;
	margin-top: 10px;
}
.heightTall {
	height: 280px;
	width: auto;
	background-color: #F0F0F0;
	margin-top: 10px;
}
.heightVeryTall {
	height: 400px;
	width: auto;
	background-color: #F0F0F0;
	margin-top: 10px;
}




/*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 { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	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;
}


/*link colours for choices eg agonist choice*/
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 { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	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 colours for choices eg agonist choice*/
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 { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	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 colours for choices eg agonist choice*/
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 { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	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 choices eg agonist choice*/
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 { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	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 { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	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 { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	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 { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	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;	
}

.forInfoPanel {
	height: 75px;
}

.forInfoPanelSlightlyTaller {
	height: 95px;
	font-size: 14px;
}

.forInfoPanelAntagonist {
	height: 75px;
	font-size: 13px;
}

.forInfoPanelSlightlyTallerAntagonist {
	height: 95px;
	font-size: 13px;
}

.forInfoPanelTaller {
	height: 110px;
}

.blue {
	color: #0080CC;
}
.blueDarker {
	color: #006BAC;
}

.midRed {
	color: #E43D38;
}

.orange {
	color: #EE4200;
}

.grey {
	color: #5B5B5B;
}

.greyBackground {
	background-color: #ECECEC;
	padding: 10px;
}

.centralBoxMidSize {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}


/* ~~ 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;
}
.brightRed {
	color: #FF0000;
}
.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: 40px;
	margin-top: 20px;
}

.titlePageLessTopMargin {
	height: 40px;
	margin-top: 10px;
}

.titlePageShorter {
	height: 30px;
	margin-top: 20px;
}

.titlePageShorterLessTopMargin {
	height: 30px;
	margin-top: 10px;
}

.pagesMainMaterialGeneralUse {
	height: 330px;
	width: 490px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}

.page8LeftDiv {
	height: auto;
	width: 250px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 30px;
	float: left;
}

.pages7MainContent {
	height: 400px;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}
.pages7MainContentWider {
	height: 400px;
	width: 565px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}


.materialLeftHandFloatMedium {
	float: left;
	height: auto;
	width: 300px;
}
.materialLeftHandFloatMediumWider {
	float: left;
	height: auto;
	width: 365px;
}
.materialLeftHandFloatMediumSlightlyWider {
	float: left;
	height: auto;
	width: 320px;
}

.pagesMainMaterialGeneralUseNoPaddingAtTop {
	height: 330px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
.page8MainMaterial {
	height: auto;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
.page12MainMaterial {
	height: auto;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

.page4Divide {
	height: 172px;
	width: auto;
	margin-top: 10px;
	border: thin solid #CCCCCC;
	padding: 10px;
}
.page4DivideMiddle {
	height: 80px;
	width: auto;
	margin-top: 10px;
	border: thin solid #CCCCCC;
	padding: 10px;
}
.page4DivideBottom {
	height: 25px;
	width: auto;
	margin-top: 10px;
	border: thin solid #CCCCCC;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
}

.page4DivideBottomDoubleHeight {
	height: 45px;
	width: auto;
	margin-top: 10px;
	border: thin solid #CCCCCC;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
}

.pageDivideAutoHeight {
	height: auto;
	width: auto;
	margin-top: 10px;
	border: thin solid #CCCCCC;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}

.page3MainMaterial {
	height: 330px;
	width: 465px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}
.page4MainMaterial {
	height: 420px;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}

.page5MainMaterial {
	height: auto;
	width: 535px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	margin-top: 40px;
}
.page6MainMaterial {
	height: auto;
	width: 535px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	margin-top: 40px;
}
.page10and11and13MainMaterial {
	height: auto;
	width: 535px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	margin-top: 40px;
}
.pageEndPageMainMaterial {
	height: auto;
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
	background-color: #FFBDA4;
	padding: 15px;
}

.page3Image {
	float: right;
	height: 130px;
	width: 140px;
	background-color: #c0c0c0;
	text-align: center;
	border: thin solid #999999;
	top: auto;
	bottom: auto;
	padding-top: 10px;
}
.page4Image {
	float: right;
	height: 160px;
	width: 200px;
	background-color: #ececec;
	text-align: center;
	border: thin solid #999999;
	top: auto;
	bottom: auto;
	padding-top: 10px;
}
.page4MiddleText {
	float: right;
	height: 95px;
	width: 260px;
	/* [disabled]border: thin solid #999999; */
}


.GreyBoxForAims {
	background-color: #ECECEC;
	margin-right: auto;
	margin-left: auto;
	height: 260px;
	width: 560px;
}
.narrowContentsBox {
	height: auto;
	width: auto;
	margin-right: 15px;
	margin-left: 15px;
	float: left;
	margin-top: 15px;
	padding-top: 15px;
}
.narrowContentsBoxForAgonists {
	height: 180px;
	width: 150px;
	margin-left: 15px;
	float: left;
	margin-top: 15px;
}
.narrowContentsBoxForAgonistsPage12 {
	height: 180px;
	width: 150px;
	margin-left: 15px;
	float: left;
	margin-top: 7px;
}

.page12TableTitle {
	height: 15px;
	width: auto;
	margin-left: 15px;
	padding-top: 7px;
}

.narrowContentsBoxForAgonistsConcentration {
	height: 240px;
	width: 55px;
	margin-left: 15px;
	float: left;
	margin-top: 7px;
}

.narrowContentsBoxForAgonistsAntagonistsConcentration {
	height: 240px;
	width: 42px;
	margin-left: 8px;
	float: left;
	margin-top: 8px;
}
.narrowContentsBoxForAgonistsDivider {
	height: 240px;
	width: 35px;
	margin-left: 15px;
	float: left;
	margin-top: 7px;
}


.narrowContentsBoxForAgonistsChosen {
	height: 154px;
	width: 162px;
	float: right;
	margin-top: 19px;
	background-color: #FFBDA4;
	padding: 8px;
	margin-right: 15px;
}
.narrowContentsBoxForAgonistsChosenPage12 {
	height: 222px;
	width: 162px;
	float: right;
	margin-top: 11px;
	background-color: #FFBDA4;
	padding: 8px;
	margin-right: 15px;
}



#page1MainContents {
	background-color: #FFFFFF;
	float: right;
	height: 200px;
	width: 360px;
	margin: 15px;
	padding: 15px;
	overflow: auto;
}


.contentsMain {
	height: 500px;
	/* [disabled]border-bottom-width: 1px; */
	/* [disabled]border-bottom-color: #F3F3F3; */
}

.activityOptions {
	height: 20px;
	width: 140px;
	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;
}
.activityPaging {
	/* [disabled]height: 20px; */
	width: auto;
	/* [disabled]float: right; */
	/* [disabled]text-align: right; */
}

.footer {
	height: 23px;
	width: 779px;
	display: block;
	/* [disabled]background-color: #E9F6FB; */
	margin-left: 14px;
	margin-top: 7px;
}
.fontSize14 {
	font-size: 14px;
}

.pullUpStyleSmall {
	color: #0080CC;
	cursor: pointer;
	font-size: 14px;
}

.pullUpStyleEvenSmaller {
	color: #0080CC;
	cursor: pointer;
	font-size: 12px;
}
.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;
}
.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;
}

.superscriptSmallerRed {
	vertical-align: super;
	font-size: 10px;
	color: #CE3800;
}

.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;
}

.subscriptSmallerRed {
	vertical-align: sub;
	font-size: 10px;
	color: #CE3800;
}

.subscriptSlightlySmaller {
	vertical-align: sub;
	font-size: 13px;
}

.subscriptSlightlySmallerRedBold {
	vertical-align: sub;
	font-size: 13px;
	font-weight: bold;
	color: #CE3800;
}


.underline {
	text-decoration: underline;
}
.listWithSpace {
	padding-top: 10px;
}

.listWithLessSpace {
	padding-top: 6px;
}

.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;
}
.greyMediumBox {
	background-color: #ECECEC;
	padding: 15px;
	width: auto;
}

.orange {
	color: #FF7441;
}
.correctFeedback {
	color: #FF500D;
}

#response1 {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 55px;
	top: 100px;
	z-index: 0;
	display: block;
	/* [disabled]font-size: 14px; */
}

#response2 {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 143px;
	top: 100px;
	z-index: 0;
	display: block;
}

#response3 {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 239px;
	top: 100px;
	z-index: 0;
	display: block;
}

#response4 {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 336px;
	top: 100px;
	z-index: 0;
	display: block;
}

#response5 {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 428px;
	top: 100px;
	z-index: 0;
	display: block;
}

#response6 {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 527px;
	top: 100px;
	z-index: 0;
	display: block;
}

#response7 {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 625px;
	top: 100px;
	z-index: 0;
	display: block;
}

#response8 {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 716px;
	top: 100px;
	z-index: 0;
	display: block;
}

#response1SixDoses {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 55px;
	top: 100px;
	z-index: 0;
	display: block;
	/* [disabled]font-size: 14px; */
}

#response2SixDoses {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 175px;
	top: 100px;
	z-index: 0;
	display: block;
}

#response3SixDoses {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 301px;
	top: 100px;
	z-index: 0;
	display: block;
}

#response4SixDoses {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 430px;
	top: 100px;
	z-index: 0;
	display: block;
}

#response5SixDoses {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 551px;
	top: 100px;
	z-index: 0;
	display: block;
}

#response6SixDoses {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 678px;
	top: 100px;
	z-index: 0;
	display: block;
}


#resultsTablePage8 {
	width: 720px;
	border-collapse:collapse;
}

#response1Page12 {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 55px;
	top: 100px;
	z-index: 0;
	display: block;
	font-size: 14px;
}

#response2Page12 {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 143px;
	top: 100px;
	z-index: 0;
	display: block;
	font-size: 14px;
}
#response3Page12 {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 239px;
	top: 100px;
	z-index: 0;
	display: block;
	font-size: 14px;
}
#response4Page12 {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 336px;
	top: 100px;
	z-index: 0;
	display: block;
	font-size: 14px;
}
#response5Page12 {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 428px;
	top: 100px;
	z-index: 0;
	display: block;
	font-size: 14px;
}
#response6Page12 {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 527px;
	top: 100px;
	z-index: 0;
	display: block;
	font-size: 14px;
}
#response7Page12 {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 625px;
	top: 100px;
	z-index: 0;
	display: block;
	font-size: 14px;
}
#response8Page12 {
	height: 11px;
	width: 15px;
	position: absolute;
	left: 716px;
	top: 100px;
	z-index: 0;
	display: block;
	font-size: 14px;
}
#response1Page12Info {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 22px;
	top: 212px;
	z-index: 0;
	display: block;
	font-size: 10px;
}
#response2Page12Info {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 117px;
	top: 212px;
	z-index: 0;
	display: block;
	font-size: 10px;
}
#response3Page12Info {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 212px;
	top: 212px;
	z-index: 0;
	display: block;
	font-size: 10px;
}
#response4Page12Info {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 307px;
	top: 212px;
	z-index: 0;
	display: block;
	font-size: 10px;
}
#response5Page12Info {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 402px;
	top: 212px;
	z-index: 0;
	display: block;
	font-size: 10px;
}
#response6Page12Info {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 497px;
	top: 212px;
	z-index: 0;
	display: block;
	font-size: 10px;
}
#response7Page12Info {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 592px;
	top: 212px;
	z-index: 0;
	display: block;
	font-size: 10px;
}
#response8Page12Info {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 687px;
	top: 212px;
	z-index: 0;
	display: block;
	font-size: 10px;
}
#page12AgonistInfo {
	height: auto;
	width: 310px;
	position: absolute;
	left: 36px;
	top: 496px;
	z-index: 0;
	display: block;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: center;
	border: 1px solid #0080CC;
}

#response1Page12InfoLine2 {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 22px;
	top: 225px;
	z-index: 0;
	display: block;
	font-size: 10px;
	font-weight: bold;
}
#response2Page12InfoLine2 {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 117px;
	top: 225px;
	z-index: 0;
	display: block;
	font-size: 10px;
	font-weight: bold;
}
#response3Page12InfoLine2 {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 212px;
	top: 225px;
	z-index: 0;
	display: block;
	font-size: 10px;
	font-weight: bold;
}
#response4Page12InfoLine2 {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 307px;
	top: 225px;
	z-index: 0;
	display: block;
	font-size: 10px;
	font-weight: bold;
}
#response5Page12InfoLine2 {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 402px;
	top: 225px;
	z-index: 0;
	display: block;
	font-size: 10px;
	font-weight: bold;
}
#response6Page12InfoLine2 {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 497px;
	top: 225px;
	z-index: 0;
	display: block;
	font-size: 10px;
	font-weight: bold;
}
#response7Page12InfoLine2 {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 592px;
	top: 225px;
	z-index: 0;
	display: block;
	font-size: 10px;
	font-weight: bold;
}
#response8Page12InfoLine2 {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 687px;
	top: 225px;
	z-index: 0;
	display: block;
	font-size: 10px;
	font-weight: bold;
}

#agonistUsedPhrase {
	float: left;
	width: 250px;
	font-size: 16px;
	line-height: 1.4;
}

#showResultsButton {
	float: left;
	width: 170px;
	padding-top: 7px;
	font-style: italic;
	vertical-align: text-bottom;
	font-variant: small-caps;
}
#showResultsButtonPage12 {
	float: left;
	width: 170px;
	padding-top: 7px;
	/* [disabled]font-style: italic; */
	vertical-align: text-bottom;
	/* [disabled]font-variant: small-caps; */
	font-size: 14px;
}

#showResultsButtonPage12Antagonists {
	float: left;
	width: 150px;
	padding-top: 7px;
	/* [disabled]font-style: italic; */
	vertical-align: text-bottom;
	/* [disabled]font-variant: small-caps; */
	font-size: 13px;
}

#resultsTablePage8 th{
	border: thin solid #000000;
	font-size: 14px;
	font-weight: normal;
	padding: 2px;
	background-color: #FFBDA4;
}

#resultsTablePage8 td {
	border: thin solid #000000;
	font-size: 15px;
	font-weight: normal;
	padding: 2px;
	background-color: #FFEFEA;
	text-align: center;
	height: 24px;
}

.page8ForTextArea {
	height: 40px;
	width: 720px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFEFEA;
}
.page8ForOptionsArea {
	height: auto;
	width: 720px;
	margin-top: 10px;
	/* [disabled]margin-bottom: 20px; */
	margin-right: auto;
	margin-left: auto;
	background-color: #FFEFEA;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.addAmountTextArea {
	float: left;
	width: 375px;
	margin-left: 120px;
	font-size: 16px;
	padding-top: 7px;
}
.redBoldSmallCaps {
	font-weight: bold;
	color: #CE3800;
	font-variant: small-caps;
	font-size: 17px;
}

.redBoldSmallCapsSize15 {
	font-weight: bold;
	color: #CE3800;
	font-variant: small-caps;
	font-size: 15px;
}

.redBold {
	font-weight: bold;
	color: #CE3800;
}
.red {
	color: #CE3800;
}


.listNoIndent {
	text-indent: 0px;
}
.paddingSmallBottom {
	padding-bottom: 5px;
}
.mainMenuMainMaterial {
	height: 400px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	font-size: 17px;
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 15px;
	background-image: url(../Images/IleumCrossSectionGreyLarge.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.mainMenuTopBottom {
	height: 24px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-bottom: 8px;
}
.mainMenuLeft {
	height: 150px;
	width: 300px;
	padding-top: 16px;
	/* [disabled]padding-bottom: 5px; */
	float: left;
}
.mainMenuLeftAndRight {
	height: auto;
	width: 405px;
	margin-right: auto;
	margin-left: auto;
}

.mainMenuRight {
	height: 150px;
	width: 350px;
	padding-top: 16px;
	/* [disabled]padding-bottom: 16px; */
	float: right;
}
.verySmallFont {
	font-size: 11px;
}

.menuOptionsLeft {
	height: 20px;
	width: 250px;
	float: left;
	font-size: 14px;
}

.menuOptionsRight {
	height: 20px;
	width: 450px;
	float: right;
	font-size: 14px;
	color: #FFFFFF;
	text-align: right;
}
.bold {
	font-weight: bold;
}
.centreSmallCaps {
	font-variant: small-caps;
	text-align: center;
	font-size: 24px;
	border-bottom-style: solid;
	border-bottom-color: #FF7441;
	border-bottom-width: 1px;
	padding-bottom: 20px;
}

.italics {
	font-style: italic;
}

.salmonDark {
	background-color: #ffbda4;
}
.salmonMid {
	background-color: #FFDBCE;
}
.salmonLight {
	background-color: #ffefea;
}
.marginSmallTopBottom {
	margin-top: 12px;
	margin-bottom: 12px;
}


#response1Page12Antagonists {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 55px;
	top: 75px;
	z-index: 0;
	display: block;
	font-size: 14px;
}

#response2Page12Antagonists {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 143px;
	top: 75px;
	z-index: 0;
	display: block;
	font-size: 14px;
}
#response3Page12Antagonists {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 239px;
	top: 75px;
	z-index: 0;
	display: block;
	font-size: 14px;
}
#response4Page12Antagonists {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 336px;
	top: 75px;
	z-index: 0;
	display: block;
	font-size: 14px;
}
#response5Page12Antagonists {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 428px;
	top: 75px;
	z-index: 0;
	display: block;
	font-size: 14px;
}
#response6Page12Antagonists {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 527px;
	top: 75px;
	z-index: 0;
	display: block;
	font-size: 14px;
}
#response7Page12Antagonists {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 625px;
	top: 75px;
	z-index: 0;
	display: block;
	font-size: 14px;
}
#response8Page12Antagonists {
	height: 11px;
	width: 15px;
	position: absolute;
	left: 716px;
	top: 75px;
	z-index: 0;
	display: block;
	font-size: 14px;
}
#response1Page12AntagonistsInfo {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 22px;
	top: 160px;
	z-index: 0;
	display: block;
	font-size: 10px;
}
#response2Page12AntagonistsInfo {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 117px;
	top: 160px;
	z-index: 0;
	display: block;
	font-size: 10px;
}
#response3Page12AntagonistsInfo {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 212px;
	top: 160px;
	z-index: 0;
	display: block;
	font-size: 10px;
}
#response4Page12AntagonistsInfo {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 307px;
	top: 160px;
	z-index: 0;
	display: block;
	font-size: 10px;
}
#response5Page12AntagonistsInfo {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 402px;
	top: 160px;
	z-index: 0;
	display: block;
	font-size: 10px;
}
#response6Page12AntagonistsInfo {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 497px;
	top: 160px;
	z-index: 0;
	display: block;
	font-size: 10px;
}
#response7Page12AntagonistsInfo {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 592px;
	top: 160px;
	z-index: 0;
	display: block;
	font-size: 10px;
}
#response8Page12AntagonistsInfo {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 687px;
	top: 160px;
	z-index: 0;
	display: block;
	font-size: 10px;
}
#page12AgonistAntagonistsInfo {
	height: auto;
	width: 310px;
	position: absolute;
	left: 36px;
	top: 496px;
	z-index: 0;
	display: block;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: center;
	border: 1px solid #0080CC;
}

#response1Page12AntagonistsInfoLine2 {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 22px;
	top: 173px;
	z-index: 0;
	display: block;
	font-size: 10px;
	font-weight: bold;
}
#response2Page12AntagonistsInfoLine2 {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 117px;
	top: 173px;
	z-index: 0;
	display: block;
	font-size: 10px;
	font-weight: bold;
}
#response3Page12AntagonistsInfoLine2 {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 212px;
	top: 173px;
	z-index: 0;
	display: block;
	font-size: 10px;
	font-weight: bold;
}
#response4Page12AntagonistsInfoLine2 {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 307px;
	top: 173px;
	z-index: 0;
	display: block;
	font-size: 10px;
	font-weight: bold;
}
#response5Page12AntagonistsInfoLine2 {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 402px;
	top: 173px;
	z-index: 0;
	display: block;
	font-size: 10px;
	font-weight: bold;
}
#response6Page12AntagonistsInfoLine2 {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 497px;
	top: 173px;
	z-index: 0;
	display: block;
	font-size: 10px;
	font-weight: bold;
}
#response7Page12AntagonistsInfoLine2 {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 592px;
	top: 173px;
	z-index: 0;
	display: block;
	font-size: 10px;
	font-weight: bold;
}
#response8Page12AntagonistsInfoLine2 {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 687px;
	top: 173px;
	z-index: 0;
	display: block;
	font-size: 10px;
	font-weight: bold;
}

#response1Page12AntagonistsInfoAntag {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 22px;
	top: 191px;
	z-index: 0;
	display: block;
	font-size: 10px;
}
#response2Page12AntagonistsInfoAntag {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 117px;
	top: 191px;
	z-index: 0;
	display: block;
	font-size: 10px;
}
#response3Page12AntagonistsInfoAntag {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 212px;
	top: 191px;
	z-index: 0;
	display: block;
	font-size: 10px;
}
#response4Page12AntagonistsInfoAntag {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 307px;
	top: 191px;
	z-index: 0;
	display: block;
	font-size: 10px;
}
#response5Page12AntagonistsInfoAntag {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 402px;
	top: 191px;
	z-index: 0;
	display: block;
	font-size: 10px;
}
#response6Page12AntagonistsInfoAntag {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 497px;
	top: 191px;
	z-index: 0;
	display: block;
	font-size: 10px;
}
#response7Page12AntagonistsInfoAntag {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 592px;
	top: 191px;
	z-index: 0;
	display: block;
	font-size: 10px;
}
#response8Page12AntagonistsInfoAntag {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 687px;
	top: 191px;
	z-index: 0;
	display: block;
	font-size: 10px;
}

#response1Page12AntagonistsInfoAntagLine2 {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 22px;
	top: 204px;
	z-index: 0;
	display: block;
	font-size: 10px;
	font-weight: bold;
}
#response2Page12AntagonistsInfoAntagLine2 {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 117px;
	top: 204px;
	z-index: 0;
	display: block;
	font-size: 10px;
	font-weight: bold;
}
#response3Page12AntagonistsInfoAntagLine2 {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 212px;
	top: 204px;
	z-index: 0;
	display: block;
	font-size: 10px;
	font-weight: bold;
}
#response4Page12AntagonistsInfoAntagLine2 {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 307px;
	top: 204px;
	z-index: 0;
	display: block;
	font-size: 10px;
	font-weight: bold;
}
#response5Page12AntagonistsInfoAntagLine2 {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 402px;
	top: 204px;
	z-index: 0;
	display: block;
	font-size: 10px;
	font-weight: bold;
}
#response6Page12AntagonistsInfoAntagLine2 {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 497px;
	top: 204px;
	z-index: 0;
	display: block;
	font-size: 10px;
	font-weight: bold;
}
#response7Page12AntagonistsInfoAntagLine2 {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 592px;
	top: 204px;
	z-index: 0;
	display: block;
	font-size: 10px;
	font-weight: bold;
}
#response8Page12AntagonistsInfoAntagLine2 {
	height: 20px;
	width: 91px;
	position: absolute;
	left: 687px;
	top: 204px;
	z-index: 0;
	display: block;
	font-size: 10px;
	font-weight: bold;
}

#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;
}
