@charset "utf-8";
/* CSS Document */


.concert
{
	margin-bottom:15px;
}
.eventDesc h4, .eventDesc h4 *
{
	color:#8bc500;
}
.eventDesc h4 a:hover,.eventDesc h4 a:active
{
	color:#0099FF;
}

#mainDisplay
{
	border-bottom:7px solid #8bc500;
}

.article
{
	margin-top:15px;
	clear:both;
}

.thumbnail
{
	float:right;
}

#searchConcerts
{
	position:relative;
	background:url(../images/bg_concertsSearch.png) no-repeat;
	height:28px;
	width:400px;
	margin:15px 0px 15px 0px;
}
#searchConcerts label, #searchConcerts input, #searchConcerts select{position:absolute}
#searchConcerts label{color:#fff;}
#searchConcerts input{height:16px; border:none}
#searchConcerts input,#searchConcerts select{}

#searchConcerts #label_archive{left:171px; top:33px; display:none}
#searchConcerts #label_show{left:193px; top:6px;}
#searchConcerts #select_genre{width:112px; left:12px; top:9px; display:none}
#searchConcerts #select_venue{width:112px; left:8px; top:6px;}
#searchConcerts #select_month{width:60px; left:125px; top:6px;}
#searchConcerts #input_show{width:93px; left:255px; top:6px}
#searchConcerts #input_archive{width:auto; left:154px; top:34px; display:none}

#searchConcerts #searchBtn
{
	color:#fff;
	right:12px;
	top:6px;
	display:block;
	width:33px;
	height:16px;
	text-align:center;
	vertical-align:middle;
	border:none;
	background:url(../images/btn_green_f01.png) no-repeat;
	padding-bottom:2px;
}
#searchConcerts #searchBtn:hover
{
	background:url(../images/btn_green_f02.png) no-repeat;
}

#searchArchive
{
	background:url(../images/bg_concertsSearch.png) no-repeat;
	margin-bottom:15px;
	height:28px;
	width:400px;
	position:relative;
	vertical-align:middle;
}
#searchArchive label, #searchArchive input
{
	position:absolute;
	top:6px;
}

#searchArchive label
{
	top:7px;
	left:10px;
	color:#FFF
}
#searchArchive #input_show
{
	right:116px;
	top:7px;
	width:207px;
}
#searchArchive #searchBtn
{
	color:#fff;
	width:89px;
	height:16px;
	text-align:center;
	vertical-align:middle;
	border:none;
	background:url(../images/touts/btn_green_f01.png) no-repeat;
	padding-bottom:2px;
	right:20px;
}

#searchArchive #searchBtn:hover
{
	background:url(../images/touts/btn_green_f02.png) no-repeat;
}
#searchArchive{}

ul#archives
{
	list-style:none;
}
