ul#files {
	width: 100%;
	float: left;
	list-style: none;
	margin: 1em 0 1em 0;
}

ul#files li { display: block; clear: both; }

ul#files a {
	float: left;
	text-decoration: none;
	padding: 0 0 0 20px;
	background: url("../admin/images/icon-file.png") 0 0.4em no-repeat;
}

ul#files a:hover {
	text-decoration: underline;
	color: #000000;
}

input.text-1 { width: 140px; }
input.text-15 { width: 160px; }
input.text-2 { width: 180px; }

textarea.textarea-1 { width: 540px; height: 80px; }
textarea.textarea-15 { width: 500px; height: 80px; }
textarea.textarea-2 { width: 560px; height: 80px; }

input.more,
input.more-on { float: left; font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; border: 0px; background: #7e949e; display: block; padding: 2px 5px 3px 5px; color: #ffffff; text-decoration: none; margin: 0 2px 0 0; font-weight: bold; }
input.more-on { background: #000000; }

.strong { font-weight: bold; }
.top-1 { margin-top: 1em; }
.bottom-1 { margin-bottom: 1em; }

table#tournaments tr th { background: #575F53; color: #f2f2f2; }
table#tournaments tr { background: #f2f2f2; }

table#tournaments tr.alt,
table#tournaments tr.alt a { background: #5BAD27; color: #f2f2f2; }
table#tournaments tr.alt a:hover { text-decoration: none; color: #4d4d4d; }