
	.mv_mainblabba {
	
		font: 16px Arial;
		font-weight: bold;
		letter-spacing: 1px;
		color: #f45b20;
	}

	.mv_new {
	
		font: 9px Arial;
		color: red;
		font-weight: bold;
		/*font-style: italic;*/
	}

	.mv_countdown {
	
		font: 14px Arial;
		font-weight: bold;
		/*letter-spacing: 1px;*/
		color: white;
	}

	.mv_headline {
	
		font: 14px Arial;
		font-weight: bold;
		letter-spacing: 1px;
		color: #E7CA99;
	}

	.mv_colhead {
	
		font: 12px Arial;
		font-weight: bold;
		letter-spacing: 1px;
		color: #E7CA99;
	}

	.mv_date {
	
		font: 11px Arial;
		color: #9A9A9A;
		/*font-style: italic;*/
	}

	.mv_gigdate {
	
		font: 11px Arial;
		color: white;
		/*font-style: italic;*/
	}

	.mv_pastgigdate {
	
		font: 11px Arial;
		color: #999999;
		/*font-style: italic;*/
	}

	.mv_text {
	
		font: 12px Arial;
		/*line-height: 14px;*/
		/*letter-spacing: 1px;*/
	}

	.mv_text_main {
	
		font: 12px Arial;
		/*line-height: 14px;*/
		/*letter-spacing: 1px;*/
	}

	TD.mv_answer {
	
		font: 11px Arial;
		color: #C8C8C8;
		padding: 10px;
		background-color: #1F1F1F;
		border-left: #44598A solid 4px;
		/*line-height: 14px;*/
		/*letter-spacing: 1px;*/
	}
	.mv_quote {
	
		font: 10px Arial;
		font-style: italic;
		line-height: 11px;
		/*letter-spacing: 1px;*/
	}

	.mv_price {
	
		font: 14px Arial;
		font-weight: bold;
		font-style: italic;
		color: red;
		/*line-height: 14px;*/
		/*letter-spacing: 1px;*/
	}

	.mv_gig {
	
		font: 12px Arial;
		/*line-height: 14px;*/
		/*letter-spacing: 1px;*/
	}

	.mv_pastgig {
	
		font: 11px Arial;
		color: #999999;
		/*line-height: 14px;*/
		/*letter-spacing: 1px;*/
	}

	.mv_important {
	
		font: 12px Arial;
		color: red;
		font-weight: bold;
	}

	a.mv_text {

		font: 12px Arial;
	}

	.mv_copyright {

		font: 10px Arial;
	}

	.mv_url {
	
		font: bold 10px Arial;
		color: #A3A3A3;
	}

	.mv_tr {

		background: #232323;
	}

	.mv_tr_sel {

		background: #525252;
	}

	.mv_maintable {
	
		background: URL(images/maintablebg.gif);
		/*border: #BDBDBF dashed 1px;*/
	}

	.mv_imgcell {
	
		background: #2E2E2E;
		/*border: #BDBDBF solid 1px;*/
	}

	a.niceButton
		{
		display: block;
		border: 2px solid;
		background-color: #3F4F68;
		text-decoration: none;
		padding: 3px 4px 3px 4px;
		font: bold 11px arial;
		letter-spacing: 1px;
		color: #ffffff;
		border-color: #526887 #597193 #597193 #526887;
		}

	input {
	
		border: #BDBDBF solid 1px;
	}

	textarea {
	
		border: #BDBDBF solid 1px;
	}

	HR {
		margin: 10px 0px 10px 0px;
		border-top: #c7c7c9 solid 1px;
	}

	HR.gig {
		margin: 0px 0px 0px 0px;
		border-top: #c7c7c9 solid 1px;
	}

	a.mv_link {
	
		font: 13px Arial;
	}

	a.menulink {
	
		font-family: Arial;
		font-size: 11px;
		font-weight: bold;
		/*letter-spacing: 1px;*/
		color: black;
		text-decoration: none;
	}

	.submenu {
	
		font: 11px Arial;
		background: #D0D3DB;
		filter:alpha(opacity=90);
/*		border-left: #DBC294 solid 5px;
		border-right: white solid 1px;
		border-bottom: white solid 1px;
*/
	}

	a.sublink {
	
		font-family: Arial;
		font-size: 11px;
		/*font-weight: bold;*/
		letter-spacing: 1px;
		color: black;
		text-decoration: none;
	}

	.copyright {
	
		font: 9px Arial;
		letter-spacing: 1px;
	}

	.welcome {
	
		font: 11px Arial;
	}

	.daystorelease {
	
		font: 20px Arial;
	}

	.mainbody {
	
	}

/* Lightbox */

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

#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{
	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: bold 1em "Trebuchet MS", Verdana, sans-serif;	}
#imageData #numberDisplay{ font: 0.8em "Trebuchet MS", Verdana, sans-serif; display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right; padding-top: 0px; padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #191919;
	}
