/****************************************************************************
**
** Copyright (C) 2005-2006 Uco Mesdag. All rights reserved.
**
** This file is part of "Sysex Reader".
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation; either version 2 of the License, or
** (at your option) any later version.
**
** This program is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
** GNU General Public License for more details.
**
** You should have received a copy of the GNU General Public License along
** with this program; if not, write to the Free Software Foundation, Inc.,
** 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
**
****************************************************************************/

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#container {
	position: relative;
	margin: auto;
	margin-top: 10px !important;
	margin-top: -5px;
	padding: 0px;
	height: auto;
	width: 810px;
	border: 1px solid #FFFFFF;
}
#header {
	position: relative;
	margin: 5px;
	margin-bottom: -20px;
	padding: 0px;	
	width: 798px;
	height: 70px;
	clear:both;	
	border: 1px solid #000000;
}
#options {
	position: relative;
	margin: 0px;
	margin-top: 10px !important;
	margin-top: 6px;
	padding: 0px;
	width: 808px;
	height: auto;
}
#options_left {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 400px;
	text-align: right;
}
#options_right {
	position: relative;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 400px;
	text-align: left;
}
#body {
	position: relative;
	margin: 0px;
	margin-top: -5px;
	padding: 0px;
	width: 100%;
	height: auto;
	clear:both;
}
#footer {
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px !important;
	margin-bottom: -1px;
	margin-top: 10px !important;
	margin-top: 3px;
	width: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 10px;
	color: #FFFFFF;
	text-align: center;
	clear:both;
	border-top: 1px solid #FFFFFF;
}
#column_left {
	position: relative;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 405px;
	height: auto;
	float: left;
	clear:both;
	border-right: 1px solid #FFFFFF;
}
#column_right {
	position: relative;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	width: 404px;
	height: 100%;
	float: right;
}
#header_left {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	float: left;
}
#header_right {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	float: right;
}
#column_header {
	position: relative;	
	margin: 0px;
	margin-top: -8px !important;
	margin-top: -4px;
	padding: 2px 5px;
	width: 800px;
	height: 10px;
	background-color: #FFFFFF;
	color: #000000;
	clear: both;
}
#column_header_left {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	float: left;
	background-color: #FFFFFF;
	color: #000000;
}
#column_header_right {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	float: right;
	background-color: #FFFFFF;
	color: #000000;
}
#title {
	position: relative;	
	margin: 0px;
	padding: 2px;
	padding-left: 5px;
	width: auto;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
}
#GT-8 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 52px;
	font-weight: bold;
	letter-spacing: -5px;
	line-height: 45px;
	color: #FFFFFF;
	text-align: justify;
	width: 253px;
	clear: both;
}
#small {
	margin-top: -3px;
	margin-left: 3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 15px;
	line-height: 11px;
	color: #FFFFFF;
	text-align: justify;
	width: 253px;
	clear: both;
}