#catItemList {
}

#catItemList .ui-tabs .ui-tabs-nav {
	background: #fff;
	border: none;
}

#catItemList #browseEventTab .groupDate {
	-pie-background: linear-gradient(#BDD8E3, #6CA3BF);
	background: #6CA3BF;
	background: -moz-linear-gradient(#BDD8E3, #6CA3BF);
	background: -ms-linear-gradient(#BDD8E3, #6CA3BF);
	background: -o-linear-gradient(#BDD8E3, #6CA3BF);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#BDD8E3), to(#6CA3BF));
	background: linear-gradient(#BDD8E3, #6CA3BF);
	behavior: url(../../PIE.htc);
	position: relative;
	text-shadow: 0px 1px 2px #050505;
	color: #FFFFFF;
}

#catItemList #browseVenueTab .groupHeader {
	-pie-background: linear-gradient(#EEBD6D, #EE9301);
	background: #EEBD6D;
	background: -moz-linear-gradient(#EEBD6D, #EE9301);
	background: -ms-linear-gradient(#EEBD6D, #EE9301);
	background: -o-linear-gradient(#EEBD6D, #EE9301);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#EEBD6D), to(#EE9301));
	background: linear-gradient(#EEBD6D, #EE9301);
	behavior: url(../../PIE.htc);
	position: relative;
	text-shadow: 0px 1px 2px #050505;
	color: #FFFFFF;
}

#catItemList #browsePeopleTab .groupHeader {
	-pie-background: linear-gradient(#D0D378, #ABBB00);
	background: #D0D378;
	background: -moz-linear-gradient(#D0D378, #ABBB00);
	background: -ms-linear-gradient(#D0D378, #ABBB00);
	background: -o-linear-gradient(#D0D378, #ABBB00);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#D0D378), to(#ABBB00));
	background: linear-gradient(#D0D378, #ABBB00);
	behavior: url(../../PIE.htc);
	position: relative;
	text-shadow: 0px 1px 2px #050505;
	color: #FFFFFF;
}

#catItemList .ui-tabs-nav li {
/*	-pie-background: linear-gradient(#666, #333);*/
	background: #666;
	background: -moz-linear-gradient(#666, #333);
	background: -ms-linear-gradient(#666, #333);
	background: -o-linear-gradient(#666, #333);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#666), to(#333));
	background: linear-gradient(#666, #333);
	border: 0px;
/*	behavior: url(../../PIE.htc);*/
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	font-size: 1.2em;
	position: relative;
	overflow: hidden;
	text-shadow: 0 1px 2px #999;
}

#catItemList .EventTab.ui-state-default a {
	color: #6CA3BF;
}
#catItemList .EventTab.ui-state-active,
#catItemList .EventTab.ui-state-hover {
	border-top: 8px solid #6CA3BF;
	margin-top: -8px;
}

#catItemList .VenueTab.ui-state-default a {
	color: #EE9301;
}
#catItemList .VenueTab.ui-state-active,
#catItemList .VenueTab.ui-state-hover {
	border-top: 8px solid #EE9301;
	margin-top: -8px;
}


.PeopleTab.ui-state-default a {
	color: #ABBB00;
}
#catItemList .PeopleTab.ui-state-active,
#catItemList .PeopleTab.ui-state-hover {
	border-top: 8px solid #ABBB00;
	margin-top: -8px;
}

#search {
	background-color: #fff;
	behavior: url(../../PIE.htc);
	-moz-border-radius: 15px; -webkit-border-radius: 15px;	border-radius: 15px;
	box-shadow: 0px 1px 5px #999;
	height: 30px;
	line-height: 30px;
	margin: 0 0 .4em;
	padding: 0 5px 0 10px;
	position: relative; /* required for PIE */
}

#search input {
	border: none;
	margin: 0;
	width: 185px;
	color: #4D4D4D;
}

#search img {
	vertical-align: middle;
}

#search-filters input.hasDatepicker {
    background: url('../../../images/calendar.png') #fff no-repeat 94% center;
	border: none;
	behavior: url(../../PIE.htc);
	-moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px;
	box-shadow: 0px 1px 5px #999;
    padding: 5px 5px 5px 10px;
	position: relative; /* required for PIE */
	width: 100px;

}

/* Region Widget Sidebar */
#filter-list #region-widget {
	box-shadow: 0px 1px 5px #999;
}
