/****************************
  Section-wide Settings
****************************/

a:hover { /*link hover*/
	background-color: #bae2d3;
}

div#content-container { /*spotlight column background*/
	background-color: #bae2d3;
}

div#header h1 { /*sets the coloured circle image*/
	background-image: url(/_images/whats-on/circle.gif); 
}

ul#global-nav li.current { /*main-navigation*/
	background: url(/_images/whats-on/nav-active.gif) center left no-repeat;
}

/*sub-nav nodes*/
a#sub-nav-highlights {
	background-image: url(/_images/whats-on/sub-nav/highlights.gif);
}
a#sub-nav-exhibitions-and-fairs {
	background-image: url(/_images/whats-on/sub-nav/exhibitions-and-fairs.gif);
}
a#sub-nav-courses {
	background-image: url(/_images/whats-on/sub-nav/courses.gif);
}
a#sub-nav-conferences-and-seminars {
	background-image: url(/_images/whats-on/sub-nav/conferences-and-seminars.gif);
}
a#sub-nav-collect {
	background-image: url(/_images/whats-on/sub-nav/collect-nav.gif);
}

#sub-nav-container .sub-nav li.current a.link,
#sub-nav-container .sub-nav li.current a.link-multiline {
	background-color: #bae2d3;
	border-color: #bae2d3;
	border-left: 40px solid #bae2d3;
	background-position: center left;
}

/****************************
  Section Blocks
****************************/

.vAlign {
	font-size: 70%;
	vertical-align: top;
}

.listItem {
	margin: 2px 0;
}
.listDescription {
	margin: 0;
	min-height: 138px;
	margin-top: -4px;
}

.listDescription.short {
	min-height: 100px;
}

.cc_event
{
	padding:2px;
	margin:4px 0px 0px 0px;
	background-color:#BAE2D3;
	font-weight:bold;	
}

.fullLength .listDescription {
	min-height: 0;
	margin-bottom: 20px;
}

.subTabs li a.active {
	background-color: #bae2d3;
}

#eventListing .last {
	margin-bottom: 0;
}

#listFilter h4 {
	margin-bottom: 10px;
}
#listFilter a {
	margin-right: 10px
}
#listFilter a.active {
	font-weight: bold;
	text-decoration: none;
}

form#whatson_filter #listFilter
{
	background-color:white;
	padding:0px 0px 20px;
}

form#whatson_filter #listFilter li
{
	float:left;
	margin-right:10px;
}

form#whatson_filter #listFilter label
{
	float:left;
	padding-bottom:3px;
}

form#whatson_filter #listFilter select
{
	width:130px;
	clear:both;
	float:left;
}

form#whatson_filter #listFilter button
{
	float:left;
	margin-top:1.3em;
}

form#whatson_filter #listFilter button
{
	background: #bae2d3 url(/_images/whats-on/arrow.gif) no-repeat scroll right center;
}

form#whatson_filter #listFilter button:hover
{
	background: #54221e url(/_images/global/arrow.gif) no-repeat scroll right center;
}

.imgThumbs li {
	background-color: #93e1c4;
}
