#board ul, #board li {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none !important;
}

#board ul {
	width: 525px;
	height: 25px;
	clear: both;
}

#board li {
	height: 25px;
	margin: 0px 10px 0px 0px !important;
	float: left;
}

#board .actions {
	width: 445px;
}

#board .file, #board .folder {
	width: 470px;
}

#board .create, #board .remove, #board .rename, #board .up, #board .upload {
	width: 15px;
	margin-right: 10px;
}

#board .create a, #board .remove a, #board .rename a, #board .up a, #board .upload a {
	width: 15px;
	height: 15px;
	margin-top: 5px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
	border: none;
}

#board #actions {
	border-bottom: 1px dotted #aaa;
	font-weight: bold;
}

#board .logout {
	width: 525px;
	padding-top: 15px;
}

#board .create a {
	background: url(/board/images/create_icon.png) no-repeat;
}

#board .file {
	background: url(/board/images/file_icon.png) no-repeat;
	background-position: 5px center;
}

#board .folder {
	background: url(/board/images/folder_icon.png) no-repeat;
	background-position: 5px center;
}

#board .file a, #board .folder a {
	margin: 0px 0px 0px 30px;
}

#board .remove {
	margin-right: 5px !important;
}

#board .remove a {
	background: url(/board/images/remove_icon.png) no-repeat;
}

#board .rename a {
	background: url(/board/images/rename_icon.png) no-repeat;
}

#board .up {
	margin-right: 5px !important;
}

#board .up a {
	background: url(/board/images/up_icon.png) no-repeat;
}

#board .upload a {
	background: url(/board/images/upload_icon.png) no-repeat;
}

#board .tan {
	background-color: #fefce7;
}
