table.filelist,
table.userlist {
	border: 2px solid #777777;
	border-collapse: collapse;
	text-align: center;
	background-color: #DDDDDD;
}

table.filelist {
	background-color: #DDDDDD;
}

table.userlist {
	background-color: #DDDDEE;
}

.notice {
	color: #009900;
	font-weight: bold;
}

.error {
	color: #DD0000;
	font-weight: bold;
}

.userlist td,
.userlist th,
.filelist td,
.filelist th {
	padding: 5px;
}

a:link {color: #0000EE}
a:visited {color: #0000EE}
a:hover {color: #EE0000}
a:active {color: #EE0000}


/* background and dock */
body {
/*	font: 11px Arial, Helvetica, sans-serif;*/
	background: #e7e4d3;
/*	background: #ffffff url(images/main-bg.gif); */
	padding: 0;
	margin: 0;
}
a, a:visited { 
	outline: none 
}
img {
	border: none;
}

.content {
	padding: 10px;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
