/* CSS Document */
.searchresults-middle{
	width:437px;
	height:auto;
	margin:0 auto;
	padding:7px 30px 10px 25px;
/*	background: url(/images/event-detail/centre-column-content.png) repeat-y;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.searchresults-middle2{
	width:437px;
	height:auto;
	margin:0 auto;
	padding:7px 30px 10px 25px;
	background: url(/images/event-detail/centre-column-content.png) repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#btnsResults{
	width:auto;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #231f20;
}
#btnsResults a.btnEvents{
	width:74px;
	height:23px;
	background:url(/images/search-results/btn-events.gif) no-repeat;
	float:left;
	color:#FFFFFF;
	padding:5px 0 0 30px;
}
#btnsResults a.btnEvents:hover{
	background-position:0 -28px;
}
#btnsResults a.btnPages{
	width:74px;
	height:23px;
	background:url(/images/search-results/btn-pages.gif) no-repeat;
	float:left;
	color:#FFFFFF;
	padding:5px 0 0 30px;
}
#btnsResults a.btnPages:hover{
	background-position:0 -28px;
}
.txtHowManyResults{
	display:block;
	position:relative; 
	width:100px; 
	height:20px; 
	float:left;
	margin:5px 0 0 5px;
}
.SearchHolderEvents{
	background-color:#00adef;
	margin:10px 0;
	height:22px;
	padding:3px 0 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
}
.SearchHolderPages{
	background-color:#013a81;
	margin:10px 0;
	height:22px;
	padding:3px 0 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
}
.divImageEvent{
	width:115px;
	height:auto;
	padding:10px 0;
	float:left;
}
.divTextEvent{
	width:322px;
	height:auto;
	float:left;
}
.divTextPages{
	width:100%;
	height:auto;
}
.txtNameEvent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #013a81;
	text-decoration: underline;
	line-height: 30px;
}
.txtLinkEvent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#ec008c;
	text-decoration: underline;
/*	line-height: 18px;*/
	display:block;
	margin:10px 0 0 0;
}
.searchresults-middle hr{
	color:#666666;
	background-color:#666666;
	border: 0;
	height: 1px;
	width: 100%;
	margin:25px 0;
}
.searchresults-middle2 hr{
	color:#666666;
	background-color:#666666;
	border: 0;
	height: 1px;
	width: 100%;
	margin:25px 0;
}
#divbtnMore{
}
a.moreeventspages{
	width:85px;
	height:24px;
	background:url(/images/search-results/more-events.gif) no-repeat;
	float:right;
	color:#FFFFFF;
	padding:4px 0 0 18px;
}
a.moreeventspages:hover{
	background-position:0 -28px;
}
/* STYLE FOR HIGHLIGTHING TEXT */
.highlight { background-color: #00adef; font-weight:bold; color:#FFFFFF; padding: 0 5px; }
/* VENUE SEARCH RESULTS */
.nameVenue a{
	color:#013a81;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#013a81;
	font-weight:bold; 
	line-height:25px;
}
.nameVenue a:hover{
	color:#ec008c;
}
.featuresVenueTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#013a81;
	font-weight:bold;
	line-height:20px;
}