body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 15px;
}

h1 {
	margin: 0 0 10px 0;
	font-size: 26px;
}
h2 {
	margin: 25px 0 10px 0;
	font-size: 17px;
}
p {
	margin: 10px 0;
	line-height: 1.3em;
}

li {
	margin-top: 3px;
	margin-bottom: 3px;
}
a {
	color: #00c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.error {
	color: #d00;
	font-weight: bold;
	font-size: 15px;
}

.description {
	width: 100%;
	clear: both;
	overflow: auto;
	margin: 0 0 15px 0;
}

.description img {
	border: 0;
}

.filetable {
	margin: 15px 0 25px 0;
	border-collapse: collapse;
	width: 100%;
	clear:both;
}

.filetable .row1 {
	background-color: #fff;
}

.filetable .row2 {
	background-color: #f8f8f8;
}

.filetable .row1:hover,
.filetable .row2:hover {
	background-color: #ddd;
}

.filetable th {
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: left;
	padding: 5px;
	background-color: #eee;
}

.filetable td {
	border-collapse: collapse;
	border-bottom: 1px solid #ddd;
	text-align: left;
	padding: 0;
}

.filetable td a {
	display: block;
	width: 100%;
	color: #000;
	text-decoration: none;
	padding: 4px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}

.filetable td a:hover {
	text-decoration: none;
}

.filetable td a img {
	border: 0;
	height: 32px;
	width: 32px;
	margin: 0 0 -1px 1px;
}

.filetable td a em {
	font-size: 11px;
}

.error {
	text-align: center;
	font-size: 16px;
	color: #d00;
	font-weight: bold;
	margin: 20px 0 30px 0;
}

.bottomlink {
	text-align: center;
	padding: 10px 0;
}

.bottomlink a {
	text-align: center;
	margin: 10px 0 5px 0;
	color: #000;
	border: 1px solid #ccc;
	background-color: #eee;
	border-radius: 5px;
	padding: 7px 25px;
	font-weight: bold;
	box-shadow: 3px 3px 5px #ddd;
}

.bottomlink a:hover {
	text-decoration: none;
	background-color: #ddd;
}

.copyright {
	text-align: center;
	font-size: 10px;
	margin: 20px 0 5px 0;
}