html {
	overflow: -moz-scrollbars-vertical; 
	overflow-y: hidden;
	overflow-y: hidden;
}

body {
	background-color:black;
	font-family: verdana, sans-serif, arial;
	font-size:12px;
	color: white
}

h1 {
	font-family: verdana, sans-serif, arial;
	font-size: 18px;
	color: white
}

h2 {
	font-family: verdana, sans-serif, arial;
	font-size: 12px;
	color: white;
	font-weight: bold
}

h3 {
	font-family: verdana, sans-serif, arial;
	font-size: 10px;
	color: white;
	font-weight: normal
}

table {
	border-style: solid double;
	border-width: 0;
}

.tracklist,
#disco,
#gigs {
	font-family: verdana, sans-serif, arial;
	text-align: center;
	border: none;
	width: 450px;
}

#gigs {
	width: 350px;
}


table.tracklist {
	display:none;
}

#disco th,
#gigs th {
	font-size:15px;
	color: white;
	font-weight: bold;
	text-align: center;
	letter-spacing: +1px;
}

.tracklist,
#disco td,
#gigs td {
	font-size: 12px;
	color: white;
	font-weight: normal;
	text-align: center;
}

#gigs td {
	text-align: left
}

.tracklinks a,
.tracklinks span {
	font-size: 8px;
	vertical-align: text-top;
	padding:0px;
	color:grey;
}

a.htracklinks,
span.htracklinks {
	visibility:hidden;
}


a.flyer {
	color:gray;
	font-size:10px;
	cursor:pointer;
}

img {
	border-width: 0;
}

a {
	color:white
}

a:link,
a:visited,
a:active {
	text-decoration:none
}

a:hover {
	text-decoration: none;
	color: #444444
}

a.main_links {
	font-family: verdana, sans-serif, arial;
	font-size:18px;
	font-weight:bold;
}

td.mainmenu {
	font-family: verdana, sans-serif, arial;
	font-size:19px;
	background:black;
	padding-right:40px;
}

table.menu {
	position:absolute;
	left:40px;
	visibility:hidden;
	background:black;
	border:0px;
}

td.menu {
	font-family: verdana, sans-serif, arial;
	font-size:15px;
	padding-left:20px;
	padding-right:20px;
	font-weight:bold;
	text-align:right;
	background:#666666;
}

td.desc_col {
	width:100px;
}

td.message, div.message {
	text-align:center;
	font-style:italic;
	margin:4px 0px 4px 0px;
	width:500px;
}

div.debug {
	background:white;
	color:black;
	font-size:small;
	position:absolute;
	right:5px;
	top:5px;
	width:auto;
	z-index:1;
	opacity:0.9;
	width:50%;
}

#widget {
	border:0px solid white;
	padding:0;
	border-spacing:0;
	border-collapse:collapse;
	margin:0em;
}

#widget td {
	border:0px solid white;
	padding-right: 1em;
	padding-bottom: 0.5em;
}

input[type="text"], textarea, select, option
{
	background-color: #d6e5f4;
}

input[type="text"]:focus, textarea:focus, select:focus, input[type="button"]:focus
{
	background-color: white;
}

#loading {
	display:none;
	position:absolute;
	right:100px;
	background:white;
	color:grey;
	border:10px solid white;
	font-size:large;
}

#flyerdiv {
	display:none;
	position:absolute;
	right:0px;
	top:100px;
}

#flyerdiv img {
	position:relative;
	right:100px;
	visibility:hidden;
	border:10px solid white;
}

.tracklistshow {
	text-transform:uppercase;
	font-size:x-small;
	color:grey;
	cursor:pointer;
}

#hpopup,
#popup {
	position: absolute;
	z-index: 10;
	margin-top: 5%;
	margin-left: 30%;
	margin-right: 30%;
	background-color: black;
	border: 1px solid darkGrey;
	box-shadow: -3px -3px 10px #aaaaaa;
	max-height: 80%;
	min-height: 600px;
	overflow: visible;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: center;
	color: white;
	padding: 10px;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
}

#button,
#hbutton {
	position:absolute;
	z-index: 100;
	clear:all;
	margin-top: 5%;
	margin-left: 30%;
	background-color: transparent;
	padding: 5 0 0 10;
}

#hpopup,
#hbutton {
	visibility:hidden;
}

#button input[type="button"] {
	z-index: 11;
	color: white;
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
	font-weight:bold;
	font-size:small;
}

#popup img {
	max-height:400px;
	max-width:80%;
	border:grey solid 1px;
}

#lyrics {
	text-align:center;
	color: #999999;
}

.pressing,
#description {
	text-align:left;
	padding: 5px 5px 0 5px;
}

#popup .pimages img {
	border: none;
}

#popup .pimages p {
	text-align:left;
	margin-left:10%;
	margin-right:10%;
}

#popup div.pimages {
	margin-left:10%;
	margin-right:10%;
	padding: 0px;
}

#title {
	min-width:500px;
	text-align:center;
}

#alert {
	position: absolute;
	z-index: 1000;
	min-width:100%;
	min-height:10000px;
	background-color: black;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	text-align: center;
	color:red;
	font-size: medium;
}

div.alert-content {
	position: fixed;
	top: 5%;
}

#alert p {
	background: #fff6bf url("../pics/exclamation.png") center no-repeat;
	background-position: 20px 50%;
	text-align: left;
	padding: 10px 10px 10px 60px;
	border-top: 2px solid #ffd324;
	margin: 40px 25% 20px 25%;
	float:right;
	min-width:50%;
	max-width:50%;
}

#alert input[type="submit"] {
	background: darkGrey;
	color:black;
	border: white solid 2px;
	border-top: none;
	font-weight: bold;
	padding: 5px 10px 3px 10px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;	
	text-shadow: 0px 2px 1px white;
}

