/* CSS Document - last updated:12/12/2006 */

/* cth_whatson.css */
/* Author: Webnetism (www.webnetism.co.uk) */
/* Media: screen */


/* ------------------ What's on events listing ---------------- */ 

.wo_eventbox_odd, .wo_eventbox_even {
	float: left;
	padding: 10px;
}	  
.wo_eventbox_odd {
	background-color:#f2f2f2;
}
.wo_eventbox_even {
	background-color:#e4e4e4;
}

.wo_eventbox_col2 p {
	font:0.7em/14px arial, sans-serif;
}

.wo_eventbox_col1 {
	float: left;
	width: 85px;
}

.wo_eventbox_col2 {
	float: left;
	width: 260px;
}

.wo_eventbox_col3 {
	float: right;
	width: 172px;
}

/* ------------------ What's on full details page ---------------- */ 

.wo_fulldetails_col1 {
	float: left;
	width: 285px;
}

.wo_fulldetails_col2 {
	float: right;
	width: 240px;
}

h1.wo_title {
	font-family: verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #b6165a;
}

.wo_formtime {
	width: 170px;
	margin: 3px 0 3px 0;
	font-family: Arial, sans-serif;
	font-size: 11px;
}