body
{
	font-size: 10pt;
	font-family: Custom-Sans, Helvetica, Arial, sans-serif;
	overflow:scroll; 
	margin: 0px; 
}

#desk
{
	cursor: url(../graphics/grab.cur), pointer;
	position: absolute; 
	left:0px; 
	width:3000px; 
	height: 4000px;
	/*! background-image:url(../graphics/wood_light2.jpg); */
	background: rgb(230,230,230);
}

#bbawLogo
{
	position: fixed;
	z-index: 100;
	width: 243px;
	bottom: 13px;
	right: 4px;
}

#news
{
	padding: 30px;
}

#fixedLayout
{
	position: fixed;
	z-index: 10000;
}

#mainControls
{
	position: fixed;
	top: 0px;
	left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*! padding-bottom: 8px; */
	text-align: center;
	width: 100%;
	border:none;
	/*! border-bottom-style:ridge; */ /*
	border-bottom-width:medium;
	border-bottom-color: #c5dbec;*/
	border-bottom: solid 4px rgb(140,23,11);
	border-top: solid px rgb(255,255,255); 
	background-color: rgb(29,43,87);
	background-image: none;
	color: #000;
}

button.mainControlsButton
{
	/* FIX to prevent browser from applying default button font-size */
	font-size: 1em;
	font-family: Custom-Sans, Helvetica, Arial, sans-serif;
}

#mainTitle
{
	position: fixed;
	right: 10px;
	top: 9px;
	font-family: PTSans, Georgia, 'Times New Roman', serif;
	font-size: 1.2em;
	/*! font-style: italic; */
	color: rgb(255,255,255);
}

#letterLink
{
	position: fixed;
	right: 210px;
	top: 9px;
	font-family: PTSans, Georgia, 'Times New Roman', serif;
	font-size: 1.2em;
	/*! font-style: italic; */
	color: rgb(255,255,255);
}

#exzerpteLink
{
    position: fixed;
    right: 120px;
	top: 9px;
	font-family: PTSans, Georgia, 'Times New Roman', serif;
	font-size: 1.2em;
	/*! font-style: italic; */
	color: rgb(255,255,255);
}


#letterLink a:link, #exzerpteLink a:link, #mainTitle a:link
{
	text-decoration: none;
	color: rgb(255,255,255);
}

#letterLink a:hover, #exzerpteLink a:hover, #mainTitle a:hover
{
	text-decoration: underline;
}


#mainTitle span
{
	font-size: 11pt;
}

#dock
{
	text-align:left;
	position:fixed;
	left: 0px;
	bottom: 0px;
	padding: 8px 0px 0px 4px;
	width: 100%; 
	height: auto;
	border: none;
	/*border-top-style:ridge;
	border-top-width:medium;
	border-top-color: #c5dbec;*/
	/*! border-top: solid 1px #333333; */
}

.megaLayout.selectionWindow
{
	padding-top: 18px;
	padding-bottom: 10px;
	text-align:center;
}

.megaLayout.selectionList
{
	list-style: none;
	padding-left:0px;
}

.megaLayout.selectionButton
{
	margin-bottom: 8px;
	width: 230px;
	cursor: pointer;
}

.megaDisplay.browserFeaturesWarning
{
	padding: 20px;
	text-align: center;
}

.megaDisplay.browserFeaturesWarning-close
{
	margin-top: 1em;
}