#filelist h3 {
	margin-top: 5px;
	margin-bottom: 5px;
}

#filelist h3 a {
	width: 100%;
	margin: 3px auto;
	padding-left: 12px;
	background: #ffffff;
	background-position: left center;
	background-repeat: no-repeat;
	color: #666666 !important;
	font-weight: bold;
	cursor: pointer;
	font-size: 12px;
}

#filelist h3 a:hover {
	color: #333333 !important;
}

#filelist .accContent {
	float: left;
	width: 100%;
	color: #929292;
	padding-bottom: 10px;
} 

#filelist .accContent .file {
	margin-left: 12px;
}

#filelist .accContent .file a {
	color: #929292 !important;
}

.error1 {
	font-weight: bold;
	color: #333333;
}

.private {
	position: relative;
}

.logout {
	position: absolute;
	top: 50px;
	right: 20px;
	color: #929292;
	padding-left: 40px;
}

.logout span {
	font-size: 14px;
	color: #333333;
	padding-right: 10px;
}

.logout a {
	color: #929292;
	text-decoration: none;
	margin-left: 10px;
}

.logout a:hover {
	text-decoration: underline;
}