

/*
 *  FILE MANAGER
 */
#filebrowser{
	background:white;
}

#filelist {
  float: left;
  margin:20px;
}

#browserlist, #browserlist ul{
	list-style: none;
	margin:0;
}

#filelist input[type=text] {
  background-color: transparent;
  border-style: dotted;
  border-color: #666;
  border-width: 0 0 1px 0;
  color: #333;
  font-size: 12px;
}

.filename {
  display: none;
}

#filebrowsercont{

}

#filebrowser {
  border: 1px solid #555;
	margin: 1em 0;
}

#dirlist {
  width: 140px;
  border-right: 1px solid #555;
  padding: 2px;
  font-size: 12px;
	vertical-align: top;
}

#dirlist div ul {
  margin-left: 2em;
}

#filebrowser table {
  font-size: 12px;
}

#filebrowser table th {
  padding: 3px;
  font-weight: normal;
  color: #555;
  border-right: 1px outset #ccc;
	border-bottom: 1px outset #ccc;
	border-top: none;
  background-color: #ddd;
}

#filebrowser table th:last-child{
  border-right:none;
}

#filebrowser table th.sortable {
  cursor: pointer;
}

#filebrowser table th.sortable:hover {
  background-color: #d4d4d4;
}

#filebrowser table td {
  padding: 3px;
}

#filebrowser table tr.odd {
  background-color: #F2F2F5;
}

#filehelp {
  float: right;
  width: 185px;
  text-align: right;
  font-size: 0.8em;
}

#filehelp strong {
  font-size: 1.2em;
}

#loaddir {
  cursor: pointer;
}

#uploader {

}

#browserlist{
  min-height: 150px;
}

.notice {
  text-align: center;
  margin: 10px 0;
  border: 1px solid #ADE3BA;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  background-color: #E4FCE7;
  color: #457952;
  padding: 5px;
}

.notice a {
  color: #457952;
}

p.popup_formfield{
  margin: 10px 0;
}

p.popup_formfield label{
	display: block;
	font-weight: bold;
}

p.popup_formfield textarea{
	width: 450px;
}


p.popup_formfield textarea, p.popup_formfield input[type=button]{
	border: 1px solid #555;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#global{
  width:100%;
  border:1px solid #555;
}

#global td, #global th{
  padding:5px;
  font-size:13px;
  text-align:left;
}

#global th{
  background-color:#DDDDDD;
  border-bottom:1px outset #CCCCCC;
  border-right:1px outset #CCCCCC;
  border-top:medium none;
  color:#555555;
  font-weight:normal;
  padding:3px;
  height:18px;
}

#global th:last-child{
  border-right:none;
  text-align:right;
}

#global th:first-child{
  width:18px;
}


