/***************************************/
/*                                     */
/*              COPYRIGHT              */
/*            www.harsk.com            */
/*                2007                 */
/*                                     */
/***************************************/

/***************************************/
/*                MAIN                 */
/***************************************/

body {
  font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  font-size: 8pt;
  color: #CCCCCC;
  background-color: #000000;
  padding: 0px;
  margin: 0px;
  border: 0px;
  text-align: center;
}

ul {
  padding: 0px;
  margin: 0px;
  border: 0px;
  list-style-type: none;
} 

ul li {
  padding: 0px;
  margin: 0px;
  border: 0px;
} 

fieldset {
  border: 0px; 
}
a {
  text-decoration: none;
}

a:link {
  color: #4F4F4F;
}

a:hover {
  color: #4F4E4E;
}

a:visited {
  color: #4F4F4F;
}

a:active {
  color: #4F4E4E;
}
  
h1 {
  font-size: 10pt;
  color: #FFFFFF;
  padding: 0px;
  margin: 0px;
}

#main {
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  border: 0px;
}

#topTD {
  padding: 0px;
  margin: 0px;
}

#linkTD {
  text-align: center;
  padding: 0px;
  margin: 0px;
  background-image: url(../pics/menubg.png);
  background-repeat: repeat-x;
  height: 23px;
}

#contentTD {
  text-align: left;
  background-color: #1C1C1C;
  padding: 0px;
  height: auto;
  border: 0px solid #FFF;
  font-size: 8pt;
}

#middleTD {
  background-image: url(../pics/dividerverticalmiddle.gif);
  background-repeat: repeat-y;
  width: 40px;
  height: 100%;
  border: 0px solid #FFF;
}

#bottomBorderTD {
  height: 75px;
  background-image: url(../pics/bottom.png);
  background-repeat: repeat-x;
  font-size: 8pt;
  padding: 0px 10px 0px 10px;
}

#jukebox {
  background-image: url(../pics/jukebox.png);
  border: 1px solid #000000;
  margin: 5px;
  padding: 0px;
  width: 450px;
  height: 150px;
  text-align: center;
}

#jukeboxContent {
  text-align: right;
  position: relative;
  top: 120px;
  margin: 5px;
}

#news {
  background-color: #111111;
  border: 0px solid #000000;
  margin: 0px;
  padding: 0px;
  width: 450px;
}

#newsContent {
  text-align: left;
  padding: 5px;
}

#websiteupdates {
  background-image: url(../pics/websiteupdatesbackground.gif);
  border: 1px solid #000000;
  margin: 5px;
  padding: 0px;
  width: 253px;
  height: 138px;
}

#websiteupdatesContent {
  padding: 40px 5px 5px 5px;
}

#youtube {
  margin: 5px;
  padding: 0px;
  width: 253px;
  height: 200px;
}

#youtubeContent {
  padding: 40px 5px 5px 5px;
}

#nextconcerts {
  background-image: url(../pics/nextconcertsbackgroundnew.jpg);
  border: 0px solid #000000;
  margin: 5px;
  padding: 0px;
  width: 253px;
  height: 138px;
}

#nextconcertsContent {
  padding: 10px 5px 5px 13px;
}

#livesuburban {
  margin: 0 5px 0 0;
  padding: 0px;
  width: 253px;
  height: 337px;
}

#newsfeed {
  padding: 10px;
  margin: 10px;
  background-color: #111111;
  font-size: 8pt;
  width: auto;
}

img.newsimg {
  border: 1px solid #484848;
}

#menuborder {
  height: 30px;
  background-image: url(../pics/menuborder.png);
  background-repeat: repeat-x;
}

/***************************************/
/*             LIGHTBOX                */
/***************************************/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}