html, body, form {
	color:#000;
	margin:0px; 
	padding:0px;
}
html, body {
	border:none; 
	height:100%;
}
body {
	background:#f5eacf url(tile.gif) repeat;
}
body, input, textarea, select, button {
	font:12px arial, sans-serif;
}
input, textarea, select, button {
	vertical-align:middle;
	margin:0px;
}
div {
	position:relative;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#00F;
}
img {
	vertical-align:top;
	border:none;
}
label {
	margin-right:3px;
}
p {
	margin:0em 0em 0.7em 0em;
}
h1, h2 {
	font-weight:bold;
}
h1 {
	color:#f60;
	font-size:14pt;
	margin:0em 0em 0.5em 0em;
	border-bottom:1px solid #f60;
}
h2 {
	color:#f80;
	font-size:11pt; 
	margin:0.5em 0em;
}
h3 {
	color:#f00;
	font-size:10pt; 
	margin:1em 0em;
}
table {
	border:none;
	border-collapse:collapse;
}
table th {
	font-weight:bold;
	white-space:nowrap;
}
table td, th {
	text-align:left;
	vertical-align:top;
	padding:0px;
	margin:0px;
	border:none;
}
div#outline {
	width:802px;
	margin:auto;
}
div#header {
	height:105px;
	padding:0px 15px;
	background:url(top.gif) no-repeat top center;
	border-left:1px solid #222;
	border-right:1px solid #222;
}
p#title {
	color:#fff;
	font-weight:bold;
	font-size:18pt;
	padding:10px 0px 6px 0px;
}
p#title a {
	color:#fff;
}
p#title a:hover {
	color:#fff;
}
table#container {
	width:802px;
}
td#side {
	width:184px;
	padding:4px 4px 0px 0px;
}
td#main {
	width:612px;
	border-left:1px solid #222;
	border-right:1px solid #222;
	padding-bottom:150px;
	background:#fff url(bodybottom.gif) no-repeat bottom right;
}
div#shadow{
	height:15px;
	background:url(bodytop.gif) repeat-x top;	
}
div#body {
	padding:0px 6px;
}
td#footer {
	border:1px solid #222;
	border-bottom:none;
	text-align:center;
	padding:15px 0px 20px 0px;
	background:#fff url(bottom.gif) repeat-x bottom;
}
table.form td, table.form th{
	padding:0px 6px 6px 0px;
}
table.note {
	background-color:#eed;
	border:1px solid #aaa;
	width:100%;
	margin-bottom:10px;
}
table.note td {
	padding:8px 0px 8px 10px;
}
.icon {
	vertical-align:middle;
	margin-right:3px;
}
.nomargin {
	margin:0px;
}
.toolbar {
	margin:8px 0px;
	padding:4px 8px; 
	border:1px solid #aaa;
	background-color:#e2e2e2;
	vertical-align:middle;
}
.toolbar label {
	font-weight:bold;
	color:#000; 
}
.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.topmenu {
	height:35px;
	border-left:1px solid #222;
	border-right:1px solid #222;
	font-weight:bold;
	background:url(menu.gif) top left repeat-x;
}
.topmenu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.topmenu li {
	float:left;
}
.topmenu li a {
	display:block;
	padding:4px 6px;
	height:18px;
	color:#666;
}
.topmenu li ul {
	display:none;
	height:auto;
	position:absolute;
	z-index:3000;
	width:180px;
	background:#e2e2e2;
	border:2px solid #f80;
	margin:0px;
	padding:0px;
}
.topmenu li:hover ul {
	display:block;
}
.topmenu li ul li {
	display:block;
	width:180px;
	margin:0px;
	padding:0px;
}
.topmenu li ul li a {
	display:block;
	color:#666;
}
.topmenu li ul a:hover {
	background:#f80;
	color:#fff;
}
.topmenu li a:hover, .topmenu #current {
	color:#fff;
	background:url(current.gif) top left repeat-x;
}
.button {
	margin-right:10px;
}
.dialog {
	background-color:#FFF;
	border:1px solid #000;
	padding:10px;
}
.title {
	display:block;
	font-weight:bold;
	font-size:10pt;
	margin-bottom:5px;
}
.remark {
	color:#f00;
	font-weight:bold;
}
ul {
	padding-left:20px;
}
table.list, table.table {
	width:100%;
	border:1px solid #000;
	border-bottom:none;
}
table.list tr, table.table tr {
	background-color:#fff;
}
table.list td, table.list th, table.table td, table.table th {
	padding:2px 5px 2px 5px;
	border-bottom:1px solid #000;
}
table.list th, table.table th {
	color:#fff;
	background-color:#f60;
}
table.list th a, table.table th a{
	color:#fff;
}
table.table th, table.table td {
	border-right:1px solid #000;
}
.sidenote {
	background:no-repeat top center;
	padding-bottom:20px;
	margin-bottom:10px;
}
.sidenote h2 {
	color:#00a;
	font-size:8pt;
	border:none;
	padding:0px;
	margin:0px;
}
.sidenote p {
	font-size:7.5pt;
	margin-bottom:4px;
}
.sideteam {
	width:174px;
	height:60px;
	background:url(team.png) no-repeat top left;
	margin-bottom:10px;
	padding-top:6px;
	padding-left:10px;
}
.sideteam h1 {
	color:#000;
	font-size:13pt;
	border:none;
	margin-bottom:2px;
}
.sideteam select {
	width:115px;
}
.justify {
	text-align:justify;
}
.middle {
	vertical-align:middle;
}
.normal {
	white-space:normal;
	width:15%;
	vertical-align:middle;
}
.hotel {
	cursor:pointer;
}
.hotel:hover {
	color:#00F;
}
table.hotelinfo {
	border:0px;
}
table.hotelinfo td{
	border:0px;
	padding-right:5px;
}
table.pressroom td {
	width:130px;
	padding-bottom:5px;
	text-align:center;
}
table.member td {
	padding-right:6px;
	padding-bottom:10px;
}
.subtitle {
	display:block;
	font-weight:bold;
	font-size:8pt;
	margin-bottom:3px;
	color:#666;
}
table.result {
	margin-top:6px;
	width:100%;
}
table.result td, table.result th {
	padding:2px 4px;
	width:50%;
}
table.result tr.time {
	background-color:#ECC;
}
table.result tr.road {
	background-color:#CCE;
}
span.jersey {
	margin-left:10px;
	padding:0px 4px;
	border:1px solid #000;
}
.bold {
	font-weight:bold;
}
.na {
	background-color:#DDD;
}
.inline {
	margin-top:0px;
}
