/* CSS Document */

body{
background-color: #fff;
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:0px;
}

a {
color:#FFCC00;
}

#wrapper {
width:598px;
height:498px;
padding:1px;
margin:0px;
background-color:#000;
background-image:url(../images/bbb_popUp_bkg.jpg);
background-repeat:no-repeat;
background-position:center center;
}

#gigInformationContainer {
	margin-left:30px;
	margin-top:30px;	
	width:350px;
	height:auto;
	float:right;
}

#gigInformation {
	width:300px;
	height:250px;
	padding:10px;
	border:1px solid #000;
	background-image:url(../images/whiteTransparent.png);
	background-repeat:repeat;
font-family:Georgia, "Times New Roman", Times, serif;
}

#venueInformation {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:15px;
	width:300px;
	height:128px;
	padding:10px;
	border:1px solid #FFCC00;
	background-image:url(../images/blackTransparent.png);
	background-repeat:repeat;	
}

#googleMapContainer {
	float:right;
	width:350px;
	margin-top:30px;
	margin-right:30px;
	height:437px;
	background-color:#06F;
}


.gigDate {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#000;
}

.gigTitle{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	color:#993300;
}

.goldBold {
font-weight:bold;
color:#FFCC00;
}

.whiteText {
	color:#FFF;
}
