﻿.AdminPage #FileUploadArea{
    width:400px;
    margin-left:20px;
}

.AdminPage #FileListArea{
    width:600px;
    margin-left:20px;
}

.AdminPage fieldset {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left:4px;
	margin-right:4px;
	border: 1px;
	padding:4px 4px 4px 4px;
	text-align: left;
	width:400px;
}

.AdminPage fieldset legend {
	color: #727f8c;
}

table.resultsTable {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:600px;
	margin-top:15px;
	margin-bottom: 10px;
}

table.resultsTable a {
    font-size: .9em;
}

table.resultsTable tr.header a {
	color: #999999;
}

table.resultsTable tr.header a:hover {
	color: #FFF;
}

table.resultsTable tr.header th {
	font-size:.9em;
	padding: 4px;
	color: #999999;
	height: 30px;
	background-color: #3D3D3D;
}

table.resultsTable tr.header th.alt {
	background-color: #484747;
}

table.resultsTable td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	padding: 2px;
	color:#333333;
	border: solid 1px #FFF;
}

table.resultsTable tr.alt td {
	background-color: #CCCCCC;
}

table.resultsTable td a {
	color: #333333;
}

table.resultsTable td a:hover {
	text-decoration: none;
}
