﻿html, body {width:100%; height:100%;}

body 
{
	background-color: #000000;
	margin: 0;
	font: 11pt Arial Narrow;
	line-height: 12pt;
	color: #FFFFFF;
	text-align: center;
}

td
{
	text-align: left;
	vertical-align: top;
}

a:link, a:visited 
{
	color: #FF9900;
	text-decoration: none;
}
a:hover 
{
	color: #FFCC33;
	text-decoration: none;
}

.wrapper
{
	width: 760px;
	border: none;
	background-color: #000000;
}

.featured
{
	background-image: url('images/featured_bg.jpg');
	background-repeat: repeat;
	vertical-align: bottom;
	color: #000000;
	font-weight: bold;
	height: 50px;
}

.featured_bdr
{
	background-color: #FF9900;
	height: 3px;
}

.header
{
	border: solid 1px #000000;
	background-color: #F7B320;
	font: 10pt Arial;
	font-weight: bold;
}

a.header:link, a.header:visited 
{
	border: none;
	color: #000000;
	text-decoration: none;
}
a.header:hover 
{
	border: none;
	color: #333333;
	text-decoration: none;
}

td.header
{
	text-align: center;
	width: 70px;
}

.content
{
	background-color: #1A1A1A;
	padding: 35px;
}

.tourdates
{
	background-color: #252525;
	text-align: center;
	width: 255px;
}

.tourdates_bdr
{
	background-color: #1A1A1A;
	width: 40px;
}

.footer
{
	text-align: center;
	vertical-align: middle;
	height: 45px;
	font-size: 10pt;
}

a.footer:link, a.footer:visited 
{
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:hover 
{
	color: #FF9900;
	text-decoration: none;
}

.heading
{
	text-transform: uppercase;
	font-family: Arial Narrow;
	font-style: italic;
	font-size: 16pt;
}

legend
{
	color: #FF9900;
	font-family: Arial;
	font-weight: bold;
	padding: 2px;
}

fieldset
{
	border: double 3px #FF9900;
	margin-bottom: 20px;
	text-align: center;
	padding: 10px;
}

th
{
	text-align:left;
	vertical-align: top;
}