@charset *UTF-8*;
/* CSS Document  */

body
{
	margin:0px;
	padding:0px;
	border:0px;
	overflow:hidden;
	height:100%; 
	max-height:100%;
	color:#888888; 
}

a
{
	text-decoration:none;
	color:#888888;
}
a:hover
{
	text-decoration:underline;
}

img
{
	border: 0px;
}

.navContent
{
	padding:8px 0px 0px 0px;
}
.navHomeButton
{
	float:left;
	padding:1px 0px 0px 12px;
}
.navMainControls
{
	width:600px;
}
.stdButtonCell
{
	width:40px;
	text-align:center;
	vertical-align:top;
}
.clicklineCell
{
	width:120px;
	text-align:center;
	vertical-align:top;
}
.selectButtonArea
{
	width:100px;
	text-align:center;
	vertical-align:top;
}
.selectImage
{
	margin-top:7px;
	padding:0px 3px;
}
.navStdButton
{
	display:inline;
	vertical-align:top;
	padding:9px 10px;
}
.navSelectButtonArea
{
	display:inline;
	vertical-align:top;
	padding:9px 10px;
}
.navClickLineArea
{
	display:inline;
	vertical-align:top;
	padding:9px 10px;
}
.navCloseButton
{
	float:right;
	padding:9px 12px 0px 28px;
}

.topCopyright
{
	padding-top:12px;
	font-family:verdana;
	font-size:9px;
	color:#888888;
}
.mainViewPage
{
	padding:2px 0px;
	white-space:nowrap;
}
.mainViewPageNoDRM
{
	padding:12px 0px;
	white-space:nowrap;
}
.botCopyright
{
	padding-bottom:12px;
	font-family:verdana;
	font-size:9px;
	color:#888888;
}

* html body
{
	/*IE6 hack*/
	margin: 58px 0 0px 0; /*Set value to (HeightOfNavFrame 0 0 0)*/
}

* html #mainContent
{
	 /*IE6 hack*/
	height: 100%; 
	width: 100%; 
}

