/* only visible on days of events themselves, and for 2 days before */
/* content is provided from Javascript file AV_WhatsOn2010_festival.js */
#todaysEvents h3 {
	text-transform: none;
	}

#todaysEvents table {
	width: 664px;
	border-collapse: collapse;
/*	background: #BDE4F7; */
/*	color: #cccccc; */
	color: #161214;
	border: none;
}

#todaysEvents td {
  vertical-align:top;
}

#todaysEvents caption {
	font-size: 1.6em;
	text-align: center;
	margin: 0.25em 0;
	padding: 16px 0 6px 0;
/*	background: #fff; */
/*	color: #009EE0;/*80A823;*/
	color: #000066; 
}

#todaysEvents caption a {
	font-weight: normal;
/*	color: #4F5331; */
	text-decoration: none;
}	

#todaysEvents thead {
/*	background: #4F5331 url(../../2Dmedia/design/boxes/664tops.gif) no-repeat top left; 
corners ok in firefox, bugs in safari */
	background: #009EE0;
	color: #161214;
	border-bottom: 1px solid #161214;
	border-top: 1px solid #161214;
	font-size: 1.25em;
}

#todaysEvents th {
	font-weight: normal;
	text-align: left;
/*	padding: 0.2em 1em;*/
}


#todaysEvents th, #todaysEvents td {
	padding: 0.4em 0.8em;
}

#todaysEvents table a {
	display: block;
	color: #009EE0; 
/*	font-weight: normal; */
	font-weight: bold;
}

#todaysEvents tfoot a {
	color: #161214;
	font-weight: bold;
}

#todaysEvents .eventlistmonth {
	color: #161214;
	font-size: 1.6em; 
}

#todaysEvents tfoot {
/*	background: #BDE4F7 url(../../2Dmedia/design/boxes/664bot@161214.gif) no-repeat bottom left; */
	background: #BDE4F7 url(../../2Dmedia/design/boxes/664bottoms.gif) no-repeat bottom left;
}


#todaysEvents .eventlistdate {
	font-size: 1.6em;
	font-weight: normal;
/*	color: #161214; */
}


.makewhite {
	color: #FFFFFF;
}
.makegrey {
	color: #EFEFEF;
}
