	body {
		font-family: verdana;
		font-size: 11px;
		color: #2d2d2d;
		margin: 45px 10px 25px 10px;
		background-color: #fff;
		text-align: center;
	}
	
	#head {
		text-align: center;
	}
	
	#foot {
		text-align: center;
		color: #cccccc;
		font-size: 10px;
		margin-top: 20px;
	}
	
	#loginform {
		margin-bottom: 15px;
	}
	
	input.login {
		width: 294px;
	}
	
	input.bigbutton {
		font-size: 18px;
		font-family: Trebuchet MS;
		font-weight: bold;
		color: #2d2d2d;
		text-transform: uppercase;
		width: 302px;
		height: 41px;
		margin-top: 10px;
		display: inline;
		background-image:url('images/upload.jpg');

		background-repeat: no-repeat;
		background-color: transparent;
		border: none;
		cursor: pointer;
	}
	input.bigbutton:hover {
		background-position: bottom;
	}
	
	a, a:visited {
		color: #06c;
		text-decoration: none;
	}

	a:hover {
		color: #147;
	}
	
	#actions, .error {
		text-align: center;
		font-size: 18px;
		padding: 5px;
		font-family: Trebuchet MS;
		font-weight: bold;
		color: #cccccc;
		margin: 10px 0 10px 0;
	}
	
	/* file list */
	#filelistbox {
		width: 700px;
		margin: 0 auto;
		text-align: left;
	}
	#filelist {
		font-family: verdana;
		font-size: 11px;
		color: #dddddd;
		width: 100%;
		border-collapse: collapse;
		margin-top: 10px;
	}
	#filelist tbody tr:hover {
		background-color: #676767;
	}
	table.sortable tr.odd  {
		background-color: #333333;
	}
	table.sortable tr.even  {
		background-color: #444444;
	}
	.highlight {
		background-color: #676767 !important;
	}
	#filelist th a {
		color: #2d2d2d;
	}
	#filelist th a:hover {
		color: #000;
	}
	#filelist th {
		font-family: Trebuchet MS;
		font-weight: bold;
		font-size: 15px;
		padding: 8px 5px 4px 5px;
		cursor: default;
		background-color: #888888;
	}
	#filelist a img {
		border: 0;
	}
	#filelist th:hover {
		
	}
	#filelist td {
		border-bottom: 1px solid #cccccc;
		padding: 5px 3px 5px 3px;
	}
	#filelist .name {
		text-align: left;
	}
	#filelist .action {
		text-align: right;
		width:60px;
	}
	#filelist .none {
		text-align: center;
		font-size: 18px;
		padding: 5px;
		font-family: Trebuchet MS;
		font-weight: bold;
		color: #cccccc;
	}
	#filelist .modified {
		text-align: right;
		width: 160px;
	}
	#filelist .size, #filelist .type {
		text-align: center;
		width: 75px;
	}
	
	
	/* misc */

	#newfolder input {
		font-size: 9px;
		padding: 0;
		margin: 0;
	}

	
	.progresscontainer {
		width: 300px;
		height: 10px;
		margin: 10px auto;
		background-color: #f1f1f1;
		text-align: left;
	}

	.progressbar {
		width: 0px;
		height: 10px;
		background-color: black;
	}
	
	
	/* tables */
	
