body
{
	background: url("../images/background.gif");
	background-color: #000000;
	color: #FFFFFF;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 90%;
    font-weight: normal;
	margin: 20px;
	text-align: center;
}

h1, h2
{
    font-variant: small-caps;
    margin: 0;
    padding: 12px;
}

h1
{
    font-size: 130%;
    font-weight: bold;
}

h2
{
    font-size: 105%;
    text-align: left;
}

a
{
  background: transparent;
  color: #FFFFFF;
  font-weight: bold;
}

a:hover
{
  background: transparent;
  color: #00CC00;
}

table
{
    border-collapse: collapse;
}

table, tr, td, th, img
{
    padding: 0;
    margin: 0;
    border: 0;
}

table.toolbar
{
    background: #000000 url(../images/toolbar/background.gif) bottom left repeat-x;
    border-bottom: 1px #00CC00 solid;
}

table.bottomToolbar
{
    background: #000000 url(../images/toolbar/background.upsidedown.gif) top left repeat-x;
    border-top: 1px #00CC00 solid;
}

table.toolbar,
table.bottomToolbar
{
    margin-left: auto;
    margin-right: auto;
}



table.toolbar td,
table.bottomToolbar td
{
    font-size: 100%;
    padding: 10px;
    text-align: center;
}

table.bottomToolbar td
{
    width: 33%;
}

table.toolbar td a,
table.bottomToolbar td a
{
    font-weight: bold;
    text-decoration: none;
}

table.toolbar td a:hover,
table.bottomToolbar td a:hover
{
    color: #C699CC;
}

td.content
{
    background: #000000;
    color: #FFFFFF;
    padding: 0px;
    text-align: center;
}

table.adventurePage,
table.postcard,
table.historySection,
table.gallerySection
{
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

table.adventurePage td.adventureText,
table.historySection td.sectionText,
table.gallerySection td.sectionText
{
    font-size: 120%;
    font-weight: bold;
    padding: 10px;
    width: 280px;
}

table.adventurePage td.adventurePicture,
table.adventurePage td.adventureText,
table.postcard td.postcardPicture,
table.postcard td.postcardText,
table.historySection td,
table.gallerySection td
{
    border: 2px #FFFFFF solid;
}

table.historySection td.sectionText,
table.gallerySection td.sectionText
{
    border: 0;
}

.copyright
{
	font-size: 90%;
	font-weight: bold;
	padding: 10px;
}

div.gameSection
{
    margin-bottom: 15px;
    text-align: left;
}

div.gameSection p
{
    margin-bottom: 5px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0;
    padding: 0;
    font-size: 90%;
    font-style: italic;
    font-weight: bold;
}

div.help p
{
    text-align: left;
}

#bubbleLeft, #bubbleLeftToolbar
{
    background: #000000 url("../images/bubble/left.gif") repeat-y;
}

#bubbleTopMiddle
{
    background: #000000 url("../images/bubble/top.middle.gif") repeat-x;
}

#bubbleRight, #bubbleRightToolbar
{
    background: #000000 url("../images/bubble/right.gif") repeat-y;
}

#bubbleBaseMiddle
{
    background: #000000 url("../images/bubble/base.middle.gif") repeat-x;
}

#adventureFooter
{
/*    background: url(../adventures/images/headers/theend.gif) no-repeat;
    height: 41px;*/
    margin-left: auto;
    margin-right: auto;
    /*width: 166px;  */
    padding-bottom: 12px;
}

#adventureFooter span
{
    font-size: 130%;
    font-variant: small-caps;
    font-weight: bold;

}

#logo
{
    display: inline;
    margin-bottom: 10px;
}

#tanktourmap
{
    display: inline;
    margin-bottom: 15px;
}

#globeLinks
{
    margin-left: auto;
    margin-right: auto;
}

#adventureList
{
    width: 75%;
}

#tanktourList
{
    width: 50%;
}

#adventureList, #tanktourList, div.gameSection
{
    border: 1px #FFFFFF solid;
    margin-left: auto;
    margin-right: auto;
}

#adventureList ul, #tanktourList ul, div.gameSection ul
{
    list-style-image: url(../images/flower.gif);
    list-style-position: inside;
    list-style-type: circle;
    margin: 0;
    padding: 0;
    text-align: left;
}

#adventureList ul li,
#tanktourList ul li,
div.gameSection ul li
{
    background: #333333;
    font-size: 90%;
    margin: 1px;
    padding: 2px;
}

#adventureList ul li.lightrow,
#tanktourList ul li.lightrow,
div.gameSection ul li.lightrow
{
    background: #464646;
}

#wordsearch
{
    border: 1px #00CC00 solid;
    margin-left: auto;
    margin-right: auto;
}

#wordsearch table td
{
    padding: 5px;
}

#wordlist td.wordlistEntry, #wordlist td.wordlistEntryImage
{
    font-size: 80%;
    font-weight: bold;
    padding: 0px;
}

#wordCount, #numberOfGoes
{
    color: #00CC00;
    font-size: 175%;
    font-weight: bold;
    padding: 5px;
}

#theGrid table td
{
    padding: 0px;
}

#letters, #tileGrid
{
    display: inline;
    padding: 5px;
}

#memoryContainer
{
    padding-bottom: 10px;
}

#livesLeft
{
    border: 2px #FFFFFF solid;
    margin: 5px;
}

#theWord
{
    border: 2px #00CC00 solid;
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding: 3px;
}