body {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #808080;
	background: #fff;
}

h1,h2,h3 {
	display: none;
}

a {
	color: #f7931e;
	text-decoration: underline;
}

#flash {
	display: none;
}

#nav {
	display: none;
}

.nav {
	display: none;
}

#loginfo {
	display: none;
}


.filelist {
	width: 100%;
	border-collapse: collapse;
	font-size: .7em;
	line-height: 1.2em;
}

.filelist .right {
	text-align: right;
}

.filelist .centre {
	text-align: center;
}

.filelist td {
	border: 1px solid #666;
	padding: 3px;
}

.filelist tr.even td {
	background: #f7f7f7;	
}


.filelist tr.highpriority td {
	color: #ed2224;	
}

.filelist tr.medpriority td {
	color: #f7931e;		
}

.filelist tr.invpriority td {
	color: #5ca038;
}

.filelist tr.coldpriority td {
	color: #cdcdcd;	
	
}

