p,td,th,select,option,input,textarea {
color: #8B8E99;
font-family: arial, helvetica, sans-serif;
font-size: 15px;
}

li {
color: #8B8E99;
font-family: arial, helvetica, sans-serif;
font-size: 13px;
}

.space {
margin-bottom: 5px;
}

.block {
display:block;
}

.red {
color: red;
vertical-align: 20%;
padding: 0px;
border: 0px;
margin-left: 5px;
}

a:link {
color: #8B8E99 }

a:visited {
color: #A7B1CC }

body.inner,td.inner {
background-color: #FFFAF3;
}

body.outer,table.outer,td.outer {
background-color: #A7B1CC;
}

table.outer2, td.outer2 {
background-color: #A7B1CC;
border:1px solid #8B8E99;
}

td.boxtitle {
background-color: #F0F0F0;
}

td.boxmain {
background-color: #FFFFFF;
}

h1, h2 {
font-family: arial, helvetica, sans-serif;
color: #8B8E99;
font-weight: bold;
text-decoration: none;
}

h1 {
font-size: 35px;
text-align: center;
}

h2 { 
font-size: 15px;
}

h1.title {
color: #FFFAF3;
font-size: 45px;
margin: 0px;
padding: 0px;
border: 0px;
}

h1.bird {
color: #FFFAF3;
font-size: 45px;
margin-top: 30px;
}

p.tab {
font-size: 14px;
text-decoration: none;
}

p.right {
text-align: right;
}

p.instruct {
font-size: 9px;
text-align: left;
}

p.left {
text-align: left;
}

p.button {
color: #FFFAF3;
font-size: 17px;
text-align: center;
}

p.header,p.headerl {
font-size: 25px;
}

p.headerl {
text-align: left;
}

p.menu {
color: #FFFAF3;
font-size: 10px;
text-align: left;
}

p.wrdsrch {
font-size: 10px;
text-align: left;
}

div#toolbar li {
color: #FFFAF3;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-align: left;
}

li.text {
color: #8B8E99;
font-family: arial, helvetica, sans-serif;
font-size: 15px;
margin-bottom: 4px;
}

/* Formatting for Mailboats page START */

div.mailboat, div.mailboat div {
float: left;
width: 100%;
}

div.mailboat div {
margin-bottom: 10px;
display: block;
}

div.mailboat div.poet img {
float: left;
margin-right: 10px;
}

div.mailboat div.artist img {
float: right;
margin-left: 10px;
}

div.mailboat div.pics a span {
float: left;
border: 5px solid #FFFAF3;
cursor: hand;
cursor: pointer;
}

div.mailboat div.pics a span span {
float: left;
display: block;
border: 1px solid #8B8E99;
width: 135px;
height: 135px;
background-repeat: no-repeat;
background-position: 50% 50%;
}

div.mailboat div.pics a span span span {
float: left;
/* for IE */
filter: alpha(opacity=0);
/* CSS3 standard */
opacity:0.0;
}

/*
div.mailboat {
background-repeat: no-repeat;
background-image: url('http://www.s171553821.websitehome.co.uk/ha/pics/mailboats/background2.gif');
background-position: 50% 20%;
}
*/

/* Formatting for Mailboats page END */

#audioPlayer{float:left;}
#playlist,audio{background:#666;width:400px;padding:20px;}
#playlist .active a{color:#5DB0E6;text-decoration:none;}
#playlist li a{color:#eeeedd;background:#333;padding:5px;display:inline-block;}
#playlist li a:hover{text-decoration:none;}

#questionText p {
	font-size: 160%;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	padding: 30px;
}
#questionAnswers {
	width: 800px;
	margin: 0 auto;
}
#questionAnswers .definition {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	border: 1px solid #000;
	font-size: 70%;
}
#questionAnswers .definition p {
	text-transform: capitalize;
	margin: 0;
}
#questionAnswers .answer {
	padding: 5px;
	margin: 30px 0;
	border: 1px solid #000;
	display: inline-block;
	z-index: 1;
	position: relative;
}
#questionAnswers .correct {
	background-color: #c6efce;
	border-color: #2b6100;
}
#questionAnswers .wrong {
	background-color: #E0C4BE;
	border-color: #C48E84;
}
#questionAnswers .reveal {
	background-color: #afc1d7;
	border-color: #4f81bd;
}
#questionAnswers .answer input {
	display: inline-block;
	z-index: 5;
}
#questionAnswers .answer.correct input, #questionAnswers .answer.wrong input, #questionAnswers .answer.reveal input {
	display: none;
	z-index: 5;
}
#questionAnswers .answer .tick, #questionAnswers .answer .cross, #questionAnswers .answer .reveal {
	display: none;
	background-position: 0 center !important;
}
#questionAnswers .answer.correct .tick, #questionAnswers .answer.wrong .cross, #questionAnswers .answer.wrong .reveal {
	display: inline-block;
	z-index: 5;
}
#questionAnswers .answer .tick {
	background-image: url("http://www.s171553821.websitehome.co.uk/wordgames/images/tick.png")
}
#questionAnswers .answer .cross {
	background-image: url("http://www.s171553821.websitehome.co.uk/wordgames/images/cross.png")
}
#questionAnswers .answer .reveal {
	background-image: url("http://www.s171553821.websitehome.co.uk/wordgames/images/tick.png")
}
#questionAnswers .answer p {
	font-size: 120%;
	display: inline-block;
	padding: 10px;
	z-index: 5;
	text-transform: capitalize;
	margin: 0;
}
#questionAnswers .answer button {
	width: 25px;
	height: 25px;
	display: inline-block;
	position: relative;
	top: -3px;
	z-index: 5;
}
#questionAnswers .smspace {
	margin-left: 60px;
}
#questionAnswers .medspace {
	margin-left: 85px;
}
#questionAnswers .lrgspace {
	margin-left: 100px;
}
#questionResult .correct, #questionResult .wrong, #questionResult .complete {
	display:none;
	text-align: center;
}
#questionSubmit {
	width: 180px;
	margin: 60px auto;
}
#questionSubmit button {
	width: 180px;
	display: block;
}
#questionSubmit .progress {
	display: none;
}
#audioPlayerHide {
	display: none;
}