.browserTable {
    width: 100%;
    height: 100%;
}                             

.aggregateTree
{
    width: 45%
}

#browserTreeHolder {
    height: inherit;
}

.granulesTree {
    border-left: 1px dotted gray;
    height: 100%;
    padding-left: 0.5em;
}

.granulesTree div {
    height: 100%;
    overflow: auto;
}


.yui-nav li {
    opacity: .4;
	filter: alpha(opacity=40);
}

.yui-nav li.selected {
    border-bottom: none;
    opacity: 1;
	filter: alpha(opacity=100);
}


div#browseTab {
}

#mainNotebook .yui-nav li {
    background-color: white;
}

#searchBrowseTab .yui-nav li {
    background-color: #f3f3ff;
}


#browseTab a:hover {
    background-color: #b8cdf2;
    text-decoration: none;
}

div#searchBrowseTab {
 	height:365px;
 	width:335px;
}

div#searchBrowseTab div#search-yui-content{
 	background-color:transparent;
 	border:0;
}

#searchBrowseTab div#search-yui-content .yui-content {
    background-color: #faf9f8;
    padding: 0 0.5em;
 	height:330px;
 	width:325px;
 	overflow:auto;
}

#browseResultsTableHolder {
 	border:0;
 	height:280px;
 	padding:3px 0 0 3px;
}

#browseResultsTableContent.yui-content {
 	height: 240px;
 	overflow-x:auto;
 	overflow-y:auto;
 	background-color:#FAF9F8;
}

#browseResultsTableContent a, #browseResultsTableContent a:hover{
 	color:#000;
 	text-decoration:none;
 	padding-left:20px;
 	background:url(../images/imagearchive/search/granule-small.gif) left no-repeat;
 	line-height:18px;
}
