#log {
	border: 1px solid black;
	height: 75px;
	overflow: auto;
	-moz-border-radius: 4px;
}

#log .entry {
	padding-left: 5px;
}

#log .new {
	background-color: #f5f5f5;
}

#status {
	background-color: #ffffff;
}

#input {
	border: 1px solid #000000;
	margin-bottom: 7px;
	padding: 5px;
	-moz-border-radius: 4px;
}

#list ul li {
	border-bottom: 1px solid transparent;
	cursor: default;
	position: relative;
}

#list ul li:hover {
	/*background-color: #d0d0d0;*/
	background-color: #cacaca;
	border-bottom: 1px dotted #000000;
}

#list .file-name {
	font-weight: bold;
}

#list .file-content {
	background-color: #ffffff;
	border: 1px solid #000000;
	display: none;
	height: 400px;
	left: 50px;;
	margin: 0;
	overflow: auto;
	position: absolute;
	top: 17px;
	width: 700px;
	z-index: 2;
	-moz-border-radius: 4px;
}

#list .file-content.selected {
	display: block;
}

#list .close {
	background-color: #f5f5f5;
	border: 1px solid #000000;
	cursor: pointer;
	display: none;
	left: 715px;
	position: absolute;
	top: 27px;
	z-index: 3;
	-moz-border-radius: 4px;
}

#list .close:hover {
	background-color: #ffffff;
}

#list .close.selected {
	display: block;
}

#drop-zone {
	border: 2px dashed #868686;
	color: #868686;
	padding: 5px;
	-moz-border-radius: 4px;
}

#drop-zone:hover {
	background-color: #cacaca;
}

.available {
	display: none;
}

