/* CSS Document */
body {
	font-family: sans-serif;
/*
	line-height:1.4;
	font:100% Verdana, Geneva, sans-serif;
	font: 90%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font:Verdana, Arial, Helvetica, sans-serif;
	background: #abcFFF;
background-repeat: no-repeat;
*/
	margin: 0;
	padding: 0;
/*	color: #0F0;
background-image: url('../images/pink-flamingo-ls.jpg');
*/
}

#QuizPage
{
	width:1000px;
}

#tiledBackground
{
background-image: url('../images/pink-flamingo-rs.jpg'), url('../images/pink-flamingo-ls.jpg');
background-position: top left, bottom right;
background-repeat: repeat-x, repeat-x;
background-blend-mode: screen;
}

table, th, td
{
/*
*/
	 border: 1px solid black;
	 border-collapse: collapse;
}
th, td
{
	padding: 4px;
}

td
{
	font-weight: bold;
}

.table5
{
background:
  url('../images/foxy_178.gif') left no-repeat
, url('../images/puppy_196.gif') 178px no-repeat
, url('../images/weasel-3_156.gif') 374px no-repeat
, url('../images/duck_189.gif') 530px no-repeat
, url('../images/elephant_241.gif') 719px no-repeat
, url('../images/kangaroo_178.gif') 960px no-repeat
;
/*
*/
	margin-left: 25px;
}

.table4
{
background:
    url('../images/elephant_241.gif') left no-repeat
, url('../images/kangaroo_178.gif') 241px no-repeat
, url('../images/duck_189.gif') 419px no-repeat
, url('../images/weasel-3_156.gif') 608px no-repeat
, url('../images/puppy_196.gif') 764px no-repeat
, url('../images/foxy_178.gif') 960px no-repeat
;
/*
*/
	margin-left: 25px;
}

.table3
{
background:
  url('../images/flamingo_189.gif') left no-repeat
, url('../images/penguin_188.gif') 189px no-repeat
, url('../images/frog_188.gif') 377px no-repeat
, url('../images/llama_188.gif') 565px no-repeat
, url('../images/sloth_190.gif') 753px no-repeat
, url('../images/elephant_241.gif') 943px no-repeat
;
/*
*/
}

.table2
{
background:
  url('../images/flamingo_189.gif') left no-repeat
, url('../images/frog_188.gif') 189px no-repeat
, url('../images/llama_188.gif') 377px no-repeat
, url('../images/penguin_188.gif') 565px no-repeat
, url('../images/sloth_190.gif') 753px no-repeat
, url('../images/weasel-2_204.gif') 943px no-repeat
;
/*
*/
	margin-left: 25px;
}

.table1
{
background:
  url('../images/flamingo_189.gif') left no-repeat
, url('../images/llama_188.gif') 180px no-repeat
, url('../images/penguin_188.gif') 360px no-repeat
, url('../images/frog_188.gif') 540px no-repeat
, url('../images/sloth_190.gif') 720px no-repeat
;
/*
*/
	margin-left: 25px;
}

img {
}

/* ~~ 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. */
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

h1, h2 {color:#00F	}
h4 {text-align:center;}
.standout {
	color:#F0F;
	font-size:larger;
}

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;
}

/* column container */
#container {
	overflow:hidden;
	position: relative;
/*
	background-color:#ffb366;
	background-color:#FFDFAA;
	padding-right: 10px;     /* RC fullwidth + CC padding */

}

#container:before
{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
background-image: url('../images/pink-flamingo-rs.jpg'), url('../images/pink-flamingo-ls.jpg');
background-position: top left, bottom right;
background-repeat: repeat-x, repeat-x;
	opacity: 0.25;
}


#content {
/*	padding: 0px 0 0 0px;        CC padding */
	position:relative;
	padding-top: 1em;
	text-align: left;
	float:left;
	z-index: 2;
/*	width: 820px; /* page width - navigation width - padding */
/*
	background-color:green;
	padding-left:10px;
	clear:both;
*/
}
		
.show_me {	background-color:green;}

.h {font-weight:bold; /* padding-left:2px;*/}
.c {text-align:center;}
.p {padding-top:8px; font-size:18px;}
.f {width:55px;}
.n {width:75px;}
.q {width:70px;}
.t {width:70px;}
.u {width:70px;}
.m {width:95px;}
.w {width:210px;}
.nh {width:82px;}
.mh {width:102px;}
.wh {width:182px;}
.l {font-size:26px;}
.s {font-size:18px;}
.b {font-weight:bold;}
.eh {height:25px;}
.ib {display:inline-block;}
.pr {padding-right: 10px;}
.mr {margin-right: 10px;}

.sel_button
{
	border-radius:8px;
	margin-bottom:2px;
	padding:10px 0 10px 0;
	text-align:center;
	font-size:18px;
	border-style:solid;
	border-width:thin;
	border-color:#000;
}

.small
{
	color:#666666;
	font-size:11px;
/*
	margin-left:5px;
	float:left;
	margin-top:4px;*/
}

.left {float:left}
.right {float:right}

.system_message
{
	font-size:16px;
	color:red;
	background-color:yellow;
}

.box
{
	margin:0px 50px 5px 0;
/*
	width:48%;
	display:inline-block;
	overflow:auto;
*/
}


#past_list
{
	float:right;
	font-size:13px;
}

#past_list ul
{
	list-style:none;
	margin-left:1em;
	margin-bottom:1em;
}

#conf_booking
{
	margin-left:1em;
}

.small_text
{
	font-size:13px;
}

.field_container
{
	width:100%;
	padding-bottom:10px;
	padding-left: 25px;
	clear:left;
}

