﻿body
{
  margin: 0;
  text-align: center;
  font-size: 12px;
  font-family: Verdana, Helvetica, Sans-Serif;
  color: black;
}

h1
{
	margin: 0px;
}

h2
{
	margin: 4px 0px 4px 0px;
	font-family: Arial Black;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	
}

.WrapAll
{
  width: 100%;
  padding-top: 90px;
  margin: 0px;
  position: relative;
  height: 1000px;
}

.ContentRow
{
  margin: auto;
  margin-top: 85px;
  background-image: url('../images/back.jpg');
  background-repeat: repeat;
}

*html .ContentRow
{
  margin-top: 150px;
}

.MainContent
{
  text-align: left;
  margin: auto;
  width: 800px;
  padding: 8px;
  background-color: White;
  border: solid 1px #aaa;
  color: Black;
  xheight: 100%;
  min-height: 500px;
}

*html .MainContent
{
  height: 500px;
}

#PageHeader
{
  position: absolute;
  top: 0px;
  left: 0px;
  color: Black;
  width: 100%;
}

#PageHeader h1
{
    text-transform: uppercase;
    font-size: 15pt;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    padding-left: 15px;
    padding-top: 16px;
    margin: 0px;
}

#LogoHeader
{
  width: 100%;
  background-image: url('../images/fade.jpg');
  background-repeat: repeat-x;
}

#InfoHeader
{
  left: 0px;
  width: 100%;
  height: 114px;
  margin-top: 10px;
  background-color: #FFF9D8;
  border-top: solid 1px #FFE8CD;
  border-bottom: solid 1px #FFE8CD;
}

.FooterRow
{
	margin-top: 10px;
    font-size: 8pt;
	width: 100%;
	height: 400px;
	text-align: center;
	color: black;
}

a
{
	color: #4C2699;
}

a:visited
{
	color: #335BCC;
}

.LeftColumn
{
}

.LeftColumnInner
{
}

#SettingsInput
{
  width: 500px;
  float: left;
  background-color: #F1F5FA;
}

th
{
}

input
{
  padding: 3px;
  font-size: 16px;
}

.WSICell
{
  cursor: pointer;
	text-align: center;
}

.WSIAnswer
{
  width: 33%;
  float: left;
}

#puzzleDiv
{
  border: solid 1px black;
	padding-bottom: 4px;
	padding-right: 4px;
}

#answersDiv
{
  margin-top: 8px;
  border: solid 1px black;
  border-top: none;
  padding: 4px 4px 8px 4px;
  background: #eee;
}

#HeaderButtonRow
{
  position: relative;
  top: -52px;
  left: -10px;
  width: 825px;
  height: 50px;
  text-align: center;
}

.HeaderButton
{
  float: left;
  width: 190px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
}

.HeaderButton a
{
  display: block;
  font-size: 14px;
  background-color: #F9FAD4;
  padding: 6px;
  border: solid 1px black;
  text-decoration: none;
}

.HeaderButton a:hover
{
  background-color: #ffff9c;
}

#PrintWrapper
{
  margin: 8px;
}

#PrintInstructions
{
  width: 50%;
  border: solid 1px Green;
  background-color: #aaffaa;
  padding: 8px;
  margin: 8px auto 8px auto;
  text-align: center;
}

.displayNone
{
  display: none;
}

.x-dlg-bd
{
  padding: 8px;
  text-align: left;
}

.faqQuestion
{
  padding: 3px;
}

.faqQuestion a
{
  background-color: #F9FAD4;
  padding: 3px;
  display: block;
  text-decoration: none;
  border: solid 1px black;
}

.faqQuestion a:hover
{
  background-color: #EDF18B;
}

.siteList
{
  margin-top: 15px;
}

.siteList li
{
  margin: 8px;
  padding: 6px;
  background-color: #eee;
  border: solid 1px black;
}

.siteList a
{
  font-weight: bold;
}

.faqBox
{
  background-color: #eee; 
  position: relative; 
  width: 180px; 
  border: solid 1px black;
}

#PlayerHeader
{
  display: none;
}
