﻿body 
{
	margin-top: 0px;
	padding-top: 0px;
	background-color: #000000;
	font-family: Verdana;
	color: #C0C0C0;
	height: 105%;
}
.email-text { 
	font-family: Verdana, Tahoma, SansSerif, Calibri, Arial; 
	font-size: .9em;
	color: #C0C0C0; 
	font-style: italic;
}

.Highlight { 
	font-family: Verdana, Tahoma, SansSerif, Calibri, Arial; 
	font-size: .9em;
	color: #FFFFFF; 
	font-style: italic;
}

.vol_slider 
{
	position: absolute;
	height: 63px;
	width: 29px;
    top: -63px;
    left: 30px;
	background: url(vol_slider.png);
	display: none;
}

.vol_handle 
{
	height: 20px;
	width: 29px;
	background: url(vol_handle.png);
}

.hidden
{
    display: none;
}

#songs
{
    position: absolute;
	top: 247px;
	width: 923px; 
	height: 15px; 
	margin-right: auto; 
	margin-left: auto;
	z-index: 100;
	padding-left: 724px;
	font-size: smaller;
}
#imgSonglist
{
	border-style: none;
	cursor: pointer;
}
    
#divFrame
{
	border-style: none; 
	padding-top: 0px; 
	margin-top: 0px; 
	width: 923px; 
	height: 845px; 
	margin-right: auto; 
	margin-left: auto; 
	position: relative; 
	background-image: url('../images/background.png');
}

#divPlayer 
{
	z-index: 2;
	width: 206px; 
	height: 19px;  
	position: absolute; 
	/*top: 5px;
	left: 604px;*/
	top: 773px;
	left: 63px;
}

#divNav 
{
	position: absolute; 
	width: 100%; 
	height: 30px; 
	top: 345px; 
	left: 0px;
}

#divNavContact 
{
	position: relative; 
	width: 216px; 
	height: 30px; 
	right: 0px; 
	float: right;
	cursor: pointer;
}

#divNavBand 
{
	position: relative; 
	width: 122px; 
	height: 30px; 
	right: 0px; 
	float: right;
	cursor: pointer;
}

#divNavPics 
{
	position: relative; 
	width: 109px; 
	height: 30px; 
	right: 0px; 
	float: right;
	cursor: pointer;
}

#divNavVideo 
{
	position: relative; 
	width: 141px; 
	height: 30px; 
	right: 0px; 
	float: right;
	cursor: pointer;
}

#divContent 
{
	z-index: 1; 
	width: 511px; 
	height: 300px; 
	position: absolute; 
	top: 437px; 
	left: 63px; 
	overflow: auto;
}

#video 
{
	z-index: 2; 
	width: 511px; 
	height: 300px; 
	position: absolute; 
	top: 437px; 
	left: 63px; 
	overflow: auto;
}

#scroll
{
	position: absolute; 
	top: 1000px;
}

#divGigs 
{
	z-index: 1; 
	width: 240px; 
	height: 238px;
	position: absolute; 
	top: 479px; 
	left: 621px; 
	overflow: auto;
	font-size: 12px;
}

#divGigsToggle 
{
	z-index: 1; 
	width: 240px; 
	height: 21px; 
	position: absolute; 
	top: 727px; 
	left: 621px; 
	text-align: center;
}

#divSocial 
{
	z-index: 1; 
	width: 197px; 
	height: 32px; 
	position: absolute; 
	top: 801px; 
	left: 649px;
}

a
{
	color: #800000;
	font-weight: bold;
	text-decoration: none;
}

#lblStatus
{
	color: Green;
	font-size: smaller;
}