 html, body {
     height: 100%;
 }

body {
	padding: 0;
	margin: 0;
	/*width: 972px;*/
	background-color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #377AD9;
	text-decoration: none;
}
a:visited {
    color: #377AD9;
    text-decoration: none;
}
a:hover {
	color: #377AD9;
	text-decoration: underline;
}
a
{
  outline: none;
}

/* This is to make the footer stick http://ryanfait.com/sticky-footer/ */
.mainContentWrap{
	 margin:0 0 -62px;
	 min-height: 100%;
     height: auto !important;
     *height: 100%;	
}

#assetList{
	
  float:left;
  
margin-top:10px;


width:100%;
overflow:hidden;
/*overflow-x:scroll;*/
position:relative;

z-index:100;
/*
	
	-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
bottom:0;
left:0;
overflow:auto;
position:absolute;
top:75px;
width:100%;
*/
}
#assetPan{
	bottom:0;
left:0;

right:0;
top:0;
margin-left:auto;
margin-right:auto

	}
#assetPan table {
	white-space:normal; 
	word-break:break-all;
	width:1000px;
	overflow:hidden;
margin-left:10px;
overflow-y:scroll;
border:medium none;
border-spacing:0;

vertical-align:top;
/*
min-width:1000px !important;
width:99.9%;
width:1022px;*/
}

#searchTitle{
	float:left;
	width:100%;
	
	min-width:1000px;
overflow:hidden;
position:relative;
width:100%;
z-index:100;
}
#searchBox{
	margin-right:40px;
	border-top-width:50px;
margin-top:20px;
padding-left:0;
margin-left:10px;
}
#navText{
	float:right;
	margin-right:400px;
margin-top:20px;
}
