/* 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: 20px 0 0 25px;
	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;
}

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

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:110px;}
.w {width:210px;}
.nh {width:82px;}
.mh {width:102px;}
.wh {width:182px;}
.l {font-size:26px;}
.s {font-size:18px;}
.ss {font-size:12px;}
.b {font-weight:bold;}
.eh {height:25px;}
.ib {display:inline-block;}
.pr {padding-right: 10px;}
.pl {padding-left: 10px;}
.mr {margin-right: 10px;}
.ml {margin-left: 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;
}

.date_container
{
/*
	clear:left;
    max-width: 1000px;
	padding-bottom:10px;
*/
	width:80%;
}
.list_container
{
/*
	clear:left;
    max-width: 1000px;
	padding-bottom:10px;
	width:80%;
*/
}
.field_container
{
/*
	clear:left;
    max-width: 1000px;
*/
	width:100%;
	padding-bottom:10px;
}
.display_container
{
/*
	clear:left;
    max-width: 1000px;
*/
	width:340px;
    margin-top: 10px;
	padding-bottom:10px;
}
.input_container
{
/*
	clear:left;
    max-width: 1000px;
*/
	width:550px;
    margin-top: 10px;
	padding-bottom:10px;
}
.input_container label
{
  text-align:left;
  font-size: 14px;
  font-weight:bold;
}
.hol
{
  background-color: #99FF66;
}
.desc
{
  background-color: #FFFF99;
  width: 48%;
  margin-right: 10px;
}
.item
{
  background-color: #FF9933;
  width: 15%;
  margin-right: 10px;
}
.item_width
{
  width: 150px;
}
