body
{
	background-color:#F0F8FF;
	margin: 0px;
	padding: 0px;
}

.rowTitleCell1
{
    width: 19px;
    height: 98px;
    background-repeat: no-repeat; 
    background-image: url('../images/wood_01.gif');
}

.rowTitleCell2
{
    background-repeat: no-repeat; 
    background-image: url('../images/wood_02.gif');
    width: 100%;
}

.rowButtonsCell1
{
    width: 19px;
    height: 102px;
    background-repeat: no-repeat; 
    background-image: url('../images/wood_03.gif');
}

.rowButtonsCell2
{
    width: 17px;
    height: 102px;
    background-repeat: no-repeat; 
    background-image: url('../images/wood_04.gif');
}

.rowButtonsCell3
{
    width: 100%;
    height: 102px;
    background-repeat: no-repeat; 
    background-image: url('../images/wood_05.gif');
    vertical-align: bottom;
}

.rowContentCell1
{
    width: 19px;
    height: 100%;
    background-repeat: repeat-y;
    background-image: url('../images/wood_07.gif');
}

.rowFooterCell1
{
    height: 100px;
    width: 19px;
    background-repeat: no-repeat; 
    background-image: url('../images/wood_08.gif');
}

.SectionHeader
{	
	font-family:Arial;
	font-size:14pt;
	font-weight:bold
}

.SectionNormal, .StandardPageWidth
{
	font-family:Arial;
	font-size:12pt;
}

.SectionSmall
{
	font-family:Arial;
	font-size:10pt;
}

.SectionCode
{
    font-family: "Courier New", Courier, Monospace;
    font-size: 12pt;
    text-align: left;
}

.SectionCodeSmall
{
    font-family: "Courier New", Courier, Monospace;
    font-size: 10pt;
    text-align: left;
}

.SectionCodeExtraSmall
{
    font-family: "Courier New", Courier, Monospace;
    font-size: 8pt;
    text-align: left;
}

.SectionFileName
{
	color: darkBlue;
}

.ArcadeButton
{
	vertical-align:bottom;
	outline: none;
	margin-right: 12px;
}

.WaterMark
{
	background-image:url(../images/spaceinvaderwatermark.gif);
	height:650px;
	background-repeat: repeat-y;
	padding-left: 20px;
	width: 100%;
}

.Picture
{
	border-width: 1px;
	border-color: Black;
	border-style:solid;
	margin-right: 10px;
	outline: none;
}

.PictureBottom
{
	border-width: 1px;
	border-color: Black;
	border-style:solid;
	margin-top: 10px;
	margin-right: 10px;
	outline: none;
}

.TextCell
{
	text-align:justify;
	padding-bottom:20px;
	width:780px;
}

.ImageCell
{
	text-align:center;
	padding-bottom:20px;
	width:780px;
}

.FlyerCell
{
	text-align:center;
	width:200px;
	padding-top:20px;
}

.FlyerPicture
{
	border-width: 1px;
	border-color: Black;
	border-style:solid;
	margin-top: 10px;
	outline: none;
}

.PartsTable
{
	font-family:Arial;
	font-size:10pt;
	table-layout:fixed;
}

.PartsTableCaption
{
	font-family:Arial;
	font-size:12pt;
	font-weight: bold;
	text-align: left;
}

.PartsTableHeaderRow
{
    background-color: #DCDCDC;
}

.PartsTableHeaderLastColumn
{
    width: 80px;
    white-space: nowrap;
}

.PartsTableLastColumn
{
    text-align: center;
    white-space: nowrap;
}

.StandardPageWidth, #pSpeechCapability
{
    width: 780px;
    text-align: justify;
}

.PageTitle
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
    padding-left: 10px;
    padding-right: 5px;
    vertical-align: top;
}

.PurchaseTitle
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
    padding-left: 10px;
    padding-right: 20px;
    vertical-align: top;
}

.ScreenIcon
{
    padding-right: 10px;
    vertical-align: middle;
}

.ScreenThumbnail
{
    width: 300px;
    -ms-interpolation-mode: bicubic;
    border: none;
    outline: none;
}

.ScreenTitle
{
	padding-bottom: 10px;
}

.ScreenCol1
{
    padding-bottom: 20px;
    vertical-align: top;
}

.ScreenCol2
{
    padding-left: 20px;
    padding-bottom: 20px;
    vertical-align: top;
}

.IndexItem
{
	text-decoration: none;
	padding-left: 20px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #3c4f69;
	background-position: left;
	font-family: Arial;
	font-size: 13pt;
	line-height: 24px;
}

.IndexItem:hover
{
	color: #bb6600;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.IndexItem img
{
	border: none;
}

#imgControlPanel
{
    border: none;
}

.hiddenPicture
{
    display: none;
}
/*
Use this class to prevent white space below images when displayed in table cells.
Optionally, the white space can be prevented by not having any space between the image
tag and the cell tag <img></td>
*/
.preventBottomWhiteSpace
{
	display: block;
}