body
{
	background-image: url(pictures/tile.png); /*background-color: #DDDDDD;*/
	color: #666666;
	font-size: 8pt;
	font-family: arial,verdana,helvetica;
	padding: 0px;
	margin: 0px;
}

#main
{
	background-color: #ffffff;
	position: absolute;
	width: 760px;
}

#mainshows
{
	background-color: #ffffff;
	display: block;
	top: 90px;
	width: 760px;
}


.warning
{
	text-decoration: bold;
	font-size: 9pt;
	color: #993333;
	display: inline;
}

.right
{
	text-align: right;
}

a:link, a:visited, a:active
{
	text-decoration: underline;
	color: #993333;
	padding: 0px;
	margin: 0px;
}

a:hover
{
	text-decoration: none;
	color: #993333;
	padding: 0px;
	margin: 0px;
}

/* Left Sidebar */
#leftColumn
{
	float: left;
	width: 200px;
	height: 100%
}

#title
{
	top: 230px;
	left: 10px;
}

.full
{
	color: #666666;
	display: inline;
	font-weight: bold;
}

.initial
{
	color: #96A17F;
	display: inline;
	font-weight: bold;
}

#logo
{
	background: #ffffff;
	display: block;
	padding-top: 10px;
	padding-left: 10px;
	z-index: 100;
}
.desc
{
	padding: 0px 0 0 0;
	margin: 0px;
	line-height: -5px;
	border-bottom: 1px solid #999999;
}

.performer
{
	margin-left: 100px;
}

#giglabel
{
	top: 215px;
	color: #666666;
	padding: 10px 0 5px 10px;
}

#gigs
{
	top: 240px;
	overflow: auto;
	color: #999999;
	width: 150px;
	height: 220px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	padding: 0 0 5px 15px;
}

.showsbox
{
	border-bottom: 1px solid #cccccc;
	width: 300px;
}

#mailinglist
{
	top: 480px;
	color: #999999;
	width: 150px;
	height: 150px;
	padding: 10px 0 0 10px;
}

input.textentry
{
	color: #999999;
	margin: 10px 0 10px 0;
	width: 150px;
	font-style: italic;
}

input.submitbutton
{
	border: 1px solid #999999;
	background-color: #ffffff;
	color: #999999;
	float: right;
}

input.submitbutton:hover
{
	color: #ffffff;
	background-color: #96A17F;
}

/* Right Column (main content and nav)*/
#rightColumn
{
	padding: 0 0 20px 200px
}

#nav
{
	width: 550px;
	top: 0px;
}

#nav ul
{
	width: 100%;
}

#nav ul li
{
	display: inline;
	margin-left: 10px;
}

#nav a:link, a:visited, a:active, a:hover
{
	text-decoration: none;
}

.navLinks
{
	display: inline;
	text-decoration: none;
}

.textbox
{
	width: 320px;
	float: left;
	padding: 20px 30px 25px 0
}

.picbox
{
	padding-top:40px
}

.flashbox
{
	padding-top:20px;
}

#pictures
{
	visibility: visible;
	border-top: 1px solid #999999;
	padding: 5px;
	width: 600px;
	height: 500px;
}

.scrollable
{
	overflow: auto;
	display: inline;
	float: left;
	width: 75px;
	height: 100%;
	text-align: top;
	margin-right: 10px;
}

p
{
	margin: 10px 0 10px 0;
}
ul
{
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0px;
}

ul li
{
	margin: 10px 0 0 0;
}

ul li ul
{
	margin: 1px 0 0 0;
}

ul li ul li
{
	margin: 0 0 0 0px;
}

h1
{
	font-size: 12pt;
	color: #96A17F;
}

B
{
	font-weight: bold;
	font-size: 8pt;
	color: #96A17F;
}

th
{
	font-weight: bold;
	font-size: 8pt;
}

td
{
	padding: 5px;
}

/*Discography Style*/

.discography
{
	display: inline;
	width: 320px;
	text-align: left;
	position: relative;
	margin: 0;
}

.discography ul.thumbs
{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 320px;
	height: auto;
	position: relative;
	z-index: 10;
}

.discography ul.thumbs li.active
{
	display: block;
	left: 0;
	top: 31px;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 375px;
	padding: 0px 0px;
	z-index: 1;
}

.discography ul.thumbs li
{
	display: inline;
	width: 62px;
	height: 62px;
	float: left;
	margin: 1px;
}

.discography ul.thumbs li a
{
	display: block;
	width: 60px;
	height: 60px;
	cursor: default;
	float: left;
	text-decoration: none;
}

.discography ul.thumbs li a img
{
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid #ddd;
	padding: 4px;
}

.DiscInfo
{
	display: none;
	padding: 20px 0 0 0;
	width: 320px;
}

.DiscInfo img
{
	border: 1px solid #ddd;
}

a.DiscInfoLink
{
	width: 320px;
	display: block;
}

table.discography
{
	width: 200px;
}

table.discography tr td
{
	margin: 0;
	padding: 0;
}

table.discography tr td.title
{
	margin: 0;
	padding: 0 10px 0 0;
	font-weight: bold;
	width: 50px;
}
