/* CSS Document */
a:link	{font-family:Arial, Helvetica, sans-serif;
		 color:#FF9933;		  
		 text-decoration:none;
		 font-weight:100!important;}
		 
a:hover	{font-family:Arial, Helvetica, sans-serif;
		 color:#003399 !important;
		 text-decoration:none !important;
		  font-weight:100!important;}
		 
a:visited {font-family:Arial, Helvetica, sans-serif;
		   color:#FF9933;
		   text-decoration:none;
		    font-weight:100!important;}

.copyright {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
}
		   


.explore {
	font-size: 24px;
	color: #FFF;
	padding-top: 14px;
}

.area_sidebar {
	font-size: 10px;
	color: #FFF;
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
	line-height: 24px;
}
.nightside {
	font-size: 9px;
	text-align: left;
}




.area_sidebar a:link {
	color: #FFF;
	font-weight: bold;
}
.area_sidebar a:visited {
	color: #FFF;
	font-weight: bold;
}
.area_sidebar a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}
.bluetitle {
	font-weight: bold;
	color: #99c9dd;
	font-size: 14px;
}
.search {
	float: right;
	margin-top: 16px;
	margin-right: 36px;
	margin-bottom: 15px;
}

.search_field {
	border: 1px solid #4654DB;
	color: #666;
	height: 18px;
}
.search_button {
	position: absolute;
}
.chkavail {
	padding-bottom: 4px;
	padding-top: 2px;
}
.chkavail2 {
	margin-top: -3px;
	padding-bottom: 4px;
}
.concert_list {
	font-size: 12px;
	color: #666;
	line-height: 20px;
	text-align: justify;
}
.concert_list li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.75em;
	margin-left: -25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #75C8FF;
	list-style-type: none;
	display: block;
}
.concert_list li:hover {
	color: #FFF;
	background-color: #75C8FF;
}

.concert_list td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	height: 50px;
	padding: 5px;
}
.concert_bullet {
	color: #75C8FF;
}

