/* General HTML tags */
body {
	background-color: #55697a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a {
	text-decoration: none;
	color: #e13a2b;
	font-weight: bold;
}
form { margin: 0 }
input, select, textarea, option {
	padding: 1;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}
table, td, th, tr {
	font-family: Arial, Helvetica, sans-serif;
}
hr { width: 900; }
pre { font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif; font-size: 10px; color: #000000; font-style: italic; }

/* Main Tables */
.main_table { width: 900; border: 0px; background-color: #ffffff; }
.go_table { width: 900; background-color: #FFFFFF; }

/* Table Cells */
.header_cell { background-color: #e13a2b; font-size: 12px; color: #FFFFFF; text-align: left; vertical-align: middle; }
.areas_cell { background-color: #e13a2b; text-align:right; vertical-align: middle; }
.instruct_cell { background-color: #F5F5F5; font-size: 10px; color: #000000; text-align: center; vertical-align: middle; width: 100%; }
.task_cell { background-color: #F5F5F5; font-size: 10px; color: #000000; text-align: left; vertical-align: middle; }
.msg_cell, .file_cell { background-color: #F5F5F5; font-size: 10px; color: #000000; text-align: left; vertical-align: middle; }
.up_cell, .tips_cell, .folder_cell { background-color: #FFFFFF; font-size: 10px; color: #000000; text-align: left; vertical-align: middle; }
.zip_folder_cell { background-color: #FFFFFF; font-size: 10px; color: #000000; text-align: center; vertical-align: middle; }
.zip_file_cell { background-color: #F5F5F5; font-size: 10px; color: #000000; text-align: center; vertical-align: middle; }
.total_cell { background-color: #F5F5F5; font-size: 10px; color: #000000; text-align: right; vertical-align: middle; }

/* Used to format the MySQL query output */
.mysql_results { width: 100%; }
.mysql_header_row { background-color: #4682B4; }
.mysql_header_cell {  background-color: #4682B4; font-size: 10px; color: #FFFFFF; text-align: center; vertical-align: top; font-weight: bold; }
.mysql_data_row { background-color: #FFFFFF; }
.mysql_data_cell { background-color: #FFFFFF; font-size: 10px; color: #ffffff; text-align: left; vertical-align: top; ;}

/* Other Classes */
.nav { text-decoration: underline; color: #FFFFFF } /* Used for Navigation text */
.space { border: 1px solid #000000; } /* Used for the Space usage key */
