﻿#file-browser-background {
	background: #e7e7e7 url(/images/file-browser-background.jpg) no-repeat left top;
	min-height: 921px;
	_height: 921px; 
	width: 700px;
	padding-top: 40px;
	overflow:visible;
}
#file-browser {
	background-color: #e7e7e7;
	min-height: 882px;
	width: 620px;
	margin-right: 40px;
	margin-left: 40px;
	float:left;
}
#file-browser .expand-colapse-all {
	background: url(/images/expand-colapse-all.png) no-repeat right 2px;
	height: 20px;
	width: 100%;
	top: 0;
	float: right;
}
#file-browser .expand-colapse-all ul {
	float:right;
	list-style: none;
}
#file-browser .expand-colapse-all ul li {
	float: left;
	font-size: 10px;
	margin-top: 10px;
	text-transform: uppercase;
	margin-left: 6px;
	margin-right: 21px;
	color: #ccc;
	list-style: none;
}
#file-browser .expand-colapse-all ul li a {
	color: #333;
}
#file-browser .category-header {
	float: left;
	margin-left: 20px;
	background: url(/images/file-browser-category-background.png) no-repeat left top;
	width: 600px;
	height: 30px;
	margin-top: 11px;
}
#file-browser .category-header h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	margin: 11px 0 0 19px;
	font-weight: normal;
	float: left;
	width: 380px;
}
#file-browser .category-header ul li.collapse {
	float: right;
	width: 190px;
	height: 30px;
	background: url(/images/file-browser-collapse-cateogory.png) no-repeat left top;
	list-style: none;
}
#file-browser .category-header ul li{
	float: right;
	width: 190px;
	height: 30px;
	background: url(/images/file-browser-expand-cateogory.png) no-repeat left top;
	list-style: none;
}
#file-browser .category-header ul li a{
	width: 190px;
	height: 30px;
	display: block;
}

#file-browser .files-list {
	display:block;
	float:left;
	background-color: #fff;
	width:580px;
	margin: 0 0 0 20px;
	padding: 10px 20px 20px 0;
}
#file-browser .files-list ul {
	background-color: #fff;
	clear:both;
	margin:0 0 0 10px;
	text-transform:none;
	font-size: 12px;
}
#file-browser .files-list ul.topic {
	padding: 0;
	font-weight: bold;
	color: #000;
}
#file-browser .files-list ul.topic li {
	padding: 0 0 5px 14px;
	margin: 0;
	list-style-type: none;
	background: url(/images/arrow-bullet-blue-plus.png) no-repeat 0 2px;
}

#file-browser .files-list ul.topic li:hover { cursor:pointer; }


#file-browser .files-list ul.topic li.arrowdown {
  background: url(/images/arrow-bullet-blue-minus.png) no-repeat 0 5px;}

#file-browser .files-list ul.topic a {
	color: #000;
}
#file-browser .files-list ul.topic ol li a {
	color: #0050aa;
}
#file-browser .files-list ol {
	margin: 5px 0 0 24px;
}
#file-browser .files-list ol li {
	margin:6px;
	list-style-type:decimal!important;
	background: none!important;
	padding: 0 0 5px 0!important;
	font-weight: normal;
}

.searchBox 
{
    float:left;
    width:150px;
    height:20px;
}