html,body{
	margin:0; padding:0;
	height:100%!important;
	overflow: hidden;
}
body {
	position: relative;
}

#assetNav{
	text-align:center;
}

#assetNav form{
	margin:0; padding:.3em;
}

obj.asset, img.asset {
	display:block;
	margin: 1em auto 0 auto;
	text-align:center;
}

div#main iframe.asset,
div#main div.asset,
div#main div.asset object,
div#main div.asset object embed {
	position: absolute;
	width: 100%;
	height: 100%;
	margin:0;padding:0;
}
div#main {
	position:absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0; right:0;
	margin:0;padding:0;
	overflow:auto;
}
div#tray {
	position:absolute;
	width: 100%;
	height: 30%;
	top: 70%;
	left:0; right:0;
	margin:0; padding:0;
	display: none;
	font-size:90%
}

#handle {
	height:9px;
	margin: 0 auto 0 auto;
	width: 100%;
	background-color: #ccc;
	overflow:hidden;
	border: 1px outset;
	background: #ccc url(../images/handle_dot.gif) no-repeat center 1px;
}

#trayContent ul.traynav {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 2px groove #333;
	background-color:#eee;
}

#trayContent ul.traynav li {
	float: left;
	margin: 0; 
	padding: 3px 0 0 5px;
	display: inline;
	list-style: none;
}
	
#trayContent ul.traynav a:link, #trayContent ul.traynav a:visited {
	float: left;
	font-weight: bold;
	padding: 0 3px 0 3px;
	margin: 0 7px 0 7px;
	text-decoration: none;
	color: #999;
}

#trayContent ul.traynav li.tabberactive a:link,
#trayContent ul.traynav li.tabberactive a:visited,
#trayContent ul.traynav a:hover {
	border-bottom: 3px solid #333;
	padding-bottom: 1px;
	color: #333;
}

/*** 
***/
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
#trayContent.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#trayContent.tabberlive .tabbertab {
	clear: both;	
	margin: 0;
	padding: 0;
	overflow: auto;
}

/* If desired, hide the heading since a heading is provided by the tab */
#trayContent.tabberlive .tabbertab .tabtitle {display:none;}
div.rte {
	position: relative;
	margin: 0; padding: 0;
	width: 100%;
}

.throbber {
	padding: 5px;
	border: 3px groove;
	background-color: #eee;
	font-size: 200%;
}
.throbber img {
	vertical-align: middle;
	margin-right: 10px;
}


/* =============
 Search Tab
================*/
#searchForm {
	margin: 0 1em 1em 1em;
	padding: .5em 0;
	border-bottom: 1px inset;
}
#searchResults {
	margin-left: 1em;
}

#searchResults div.searchResult {
margin-bottom: 1em;
}
#searchResults div.searchResult div.head {
	font-weight: bold;
	font-size: 110%;
}
#searchResults div.searchResult div.snip,
#searchResults div.searchResult div.caption {
margin: 0 1em;
	border: 1px sold red;
}
#searchResults div.searchResult div.caption {
	display: none;
}

/*
#searchResults div.searchResult div.snip {
	margin: 0 1em 1em 1em;
	border: 1px solid blue;
}*/