body, html, div, table { font: 10pt Arial }
body { margin: 10px; text-align: center }
div { text-align: left }
a { color: #00f; text-decoration: none }
a:hover { text-decoration: underline }
.r { text-align: right }
.c { text-align: center }
.l { text-align: left }
.clear { clear: both }

#files {
	border: solid 1px #ccc;
	padding: 10px;
	width: 80%;
	margin: auto;
	text-align: left;
}
#files table { width: 100% }
#files th {
	text-align: center;
	font-weight: bold;
	border-bottom: solid 1px #ccc;
}
#files th a {
	color: #000;
}
#files td {
	text-align: center;
	padding: 2px 4px;
}
#files td.file_name { text-align: left }
#files td.file_size { text-align: right }
#files .even td {

}
#files .odd td {
	background-color: #eef;
}
#files .edit {
	color: #666;
	float: right;
}

#upload {
	border: solid 1px #ccc;
	padding: 10px;
	margin: auto;
	width: 500px;
	text-align: center;
}
#upload table {
	margin: auto;
	text-align: left;
}
form {
	margin: 0;
	padding: 0;
}

#logout {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 10px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 12pt;
}

#welcome {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px;
	font-size: 14pt;
	line-height: 50px;
}

#list_msg {
	width: 80%;
	margin: 10px auto;
}
.error, .success, .info, #list_msg { font-size: 12pt; font-weight: bold }
.error { color: #f66; }
.success { color: #6d6; }
.info { color: #88f; }

#header {
	text-align: center;
	font-size: 0pt;
	background: url(vbbanner.jpg) no-repeat top center;
	height: 50px;
}
#footer {
	font-size: 9pt;
	margin-top: 20px;
	text-align: center;
}

#login, #register {
	margin: auto;
	margin-top: 50px;
	border: 1px solid #ccc;
	padding: 10px;
	width: 350px;
	text-align: center;
}
#login table, #register table {
	margin: auto;
}

#users {
	border: solid 1px #ccc;
	padding: 10px;
	width: 450px;
	margin: 20px auto 0px auto;
	text-align: center;
}
#users table { width: 100% }
#users th {
	text-align: center;
	font-weight: bold;
	border-bottom: solid 1px #ccc;
}