* {margin:0px; padding:0px;}

body {background-color:#fff; cursor:default; font:normal 10pt verdana; color:#666;}
a {color:#666; text-decoration:none; border:0px;}
a:hover {text-decoration:underline;}
br {line-height:10px;}

#header, #footer {
	position:fixed;
	background-color:#ddd;
	width:100%;
}

#header div, #footer div {
	padding:2px 5px;
}

#header {
	top:0px;
	border-bottom:1px solid #a7a7a7;
	text-align:left;
}

#footer {
	bottom:0px;
	border-top:1px solid #a7a7a7;
	text-align:right;
	font-size:7pt;
}

#therest {
	position:absolute;
	top:50px;
	width:150px;
	left:50%;
	margin-left:-75px;
	text-align:center;
}

.mainlink {
	margin-bottom:10px;
}

#viewer_table td {
	font-size:8pt;
}

#filelist_unviewed, #filelist_viewed {
	overflow:auto;
}

.filelist_unviewed_file {
	margin-bottom:3px;
}


