p { margin: 10px }

div #contentDims
{
	width: 640px;
	
	background-color: #96F
}

div.contentWrapper
{
	width: 620px;
	
	margin: 0 10px;
	padding: 10px 0;
	
	text-align: left
}

div #innerContent
{
	margin: 0 10px;
	padding: 10px 0;
	
	background-color: #CFF;
			
	font-family: arial;
	font-size: 11pt;
	color: #306;
	
	text-align: left
}

div #titleText, div #dscText
{
	margin: 10px
}

div #screenContainer
{
	border: none;

	width: 575px;
	height: 300px;
	margin: 0 10px;
}

div #gameBox
{
	border: 0px solid #000;
	
	width: 575px;
	height: 300px;
}

div #moveArea
{
	width: 575px;
	height: 300px;
	
	border: 0px solid #f00;
	
	overflow: hidden;
	position: relative;
	
	background-repeat: no-repeat
}

div #targetArea
{
	position: relative;
	left: 300px;
	
	width: 90px;
	height: 30px;
	
	border: 1px solid #000;
	
	cursor: pointer
}

img.console
{
	position: relative; top: 140px; width: 336px; height: 48px; cursor: pointer
}

table.nav
{
	border-style: none;
	
	width: 580px;
	
	margin: 0 8px;
}

div #tableofcontents
{
	background-color: #fff;
}

table #tblofcontents
{
	border: none;
	width: 575px
}

table #tblofcontents th, #tblofcontents td
{
	font-family: arial;
	font-size: 12pt;
	color: #66408C;
	
	text-decoration: underline;
	
	vertical-align: top
}

table #tblofcontents td
{
	text-decoration: none;
	margin: 10px;
	padding: 0 10px
}

table #tblofcontents ul
{
	list-style: none;
	margin-left: 0;
	padding-left: 0
}

table #tblofcontents li
{
	margin-top: 10px
}

span.lnk
{
	text-decoration: none;
	cursor: pointer
}

img.checkbox
{
	width: 25px; height: 25px; border: 0px solid #000; vertical-align: text-bottom	
}

.chat-bubble
{
	background-color: #EDEDED;
	border: 2px solid #666666;
	/*font-size: 35px;*/
	line-height: 1.3em;
	/*margin: 10px auto;*/
	padding: 10px;
	position: absolute;
	/*text-align: center;*/
	/*width: 300px;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 0 5px #888888;
	-webkit-box-shadow: 0 0 5px #888888;
}

.chat-bubble-arrow-border
{
	border-color: #666666 transparent transparent transparent;
	border-style: solid;
	border-width: 10px;
	height: 0;
	width: 0;
	position: absolute;
	bottom: -22px;
	left: 30px;
}

.chat-bubble-arrow
{
	border-color: #EDEDED transparent transparent transparent;
	border-style: solid;
	border-width: 10px;
	height: 0;
	width: 0;
	position: absolute;
	bottom: -19px;
	left: 30px;
}

.titleTxt { font-family: arial; font-size: 17pt; color: #FF7F00; font-weight: bold }
.bodyTxt { font-family: arial; font-size: 12pt; color: #306 }
.headerTxt { font-family: arial; font-size: 12pt; color: #FFBE00; font-weight: bold }
.dateTxt { font-family: arial; font-size: 12pt; color: #306; font-weight: bold }
.clamsTxt { font-family: arial; font-size: 12pt; color: #90c; font-weight: bold }
