@charset "UTF-8";
/* CSS Document */

body {
background-color:#111111;
}

.past {
font-style:italic;
color:#666666;
} 
.future {
font-style:normal;
} 

p, tr {
font-family: "Verdana";
font-size:11px;
line-height:16px;
color:#EDEDED;
}

table.gigs th, table.gigs td, td.gigs {
border-bottom: 1px solid #333333;
}

a:link {
	color: #0054A6;
	text-decoration: none;
}
a:visited {
	color: #0054A6;
	text-decoration: none;
}
a:hover {
	color: #00BFF3;
	text-decoration: underline;
}

div.container {
position: absolute;
top: 50%;
margin-top: -300px;
height: 600px;
left: 50%;
margin-left: -498px;
width: 977px;
border:none;
z-index:0;
}

#backtop {
background-image: url('images/background-top.gif');
position: absolute;
width: 100%;
height: 100%;
background-repeat: no-repeat;
z-index:1;
}

div#backbottom {
background-image: url('images/background-bottom.png');
position: absolute;
background-repeat: no-repeat;
width: 815px;
height: 135px;
top: 465px;
left: 83px;
z-index: 3;
}

div#content {
position:absolute;
left: 50%;
margin-left: -300px;
width:600px;
height:310;
top:210px;
z-index: 2;
overflow:auto;
}

#star {
background-image: url('images/silver-star.png');
position: absolute;
width:204px;
height:213px;
left: 800px;
top: -15px;
background-repeat: no-repeat;
z-index:10;
}

div#youtubehelper {
position:absolute;
left: 3px;
width:118px;
height:140px;
top:337px;
z-index: 99;
}

div#youtube {
position:absolute;
left: 0px;
top:0px;
z-index: 10;
float:none;
}

table.menu {
	position:absolute;
	left: 50%;
	margin-left: -320px;
	top:150px;
	z-index:4;
}

table.media td {
vertical-align:top;
text-align:center;
}

table.bio td {
vertical-align:middle;
font-size:11px;
font-weight:normal;
text-align:left;
line-height:16px;
}

table.bios td, table.bios th {
vertical-align:top;
font-size:11px;
font-weight:normal;
text-align:left;
padding-top: 0px;
padding-right: 10px;
line-height:16px;
}

table.bios img {
padding-right: 5px;
padding-bottom: 5px;
}

table.bios {
width: 600px;
}

table.info {
width: 600px;
}
table.info td, table.info th {
vertical-align:top;
font-size:11px;
font-weight:normal;
text-align:left;
padding-top: 0px;
line-height:16px;
}

img {
border:none;
}

img.bio {
padding-left: 0px;
}

.textfield {
margin-right:5px;
}

input.btn { 
	font-family: "Verdana";
	background-color:#000000;
	font-size: 11px;
	font-weight: normal;
	color: #006CD9;
	border-width: 1px;
	border-style: solid;
	border-color: #006CD9 #0054A6 #0054A6 #006CD9;
	overflow: visible;
	padding: 3px;
}

input.btnhov {
	color: #00BFF3;
	border-color: #00BFF3 #0096C1 #0096C1 #00BFF3;
}
