@import url("/css/global.css");

DIV#pagecontent {
	padding: 20px;
	line-height: 1.4em;
}

DIV#pagecontent P {
	margin-bottom: 1em;
}

DIV#pagecontent H4 {
	margin-bottom: 0.5em;
}


/* ------------- Venue List ------------- */

#venuelistholder TABLE  {
	width: 99%;
}

#venuelistholder TH {
	padding: 5px;
	text-align: left;
	color: #0d99d4;
	vertical-align: top;
}

#venuelistholder TD {
	padding: 5px 10px 5px 5px;
	min-width: 110px;
	border-bottom: solid 2px #fff;
}

#venuelistholder .venue TD {
	min-width: 50px;
}

#venuelistholder TBODY TR {
	background-color: #c0e7f8;
	color: #0a4b6b;
}

#venuelistholder TBODY TR.alternate {
	background-color: #d9f1fb;
}


#venuelistholder span.SCAMPS,
#venuelistholder span.SPLASH,
#venuelistholder span.KIDS,
#venuelistholder span.TEEN,
#venuelistholder span.FLEXI,
#venuelistholder span.RSLA,
#venuelistholder span.MVC,
#venuelistholder span.ISS {
	padding: 3px; 
}

#venuelistholder span.SCAMPS {
	background: #FF4A32; 
	color: white; 
	font-size: 9px; 
	margin-right: 2px;
}

#venuelistholder span.SPLASH {
	background: #330FFF; 
	color: white; 
	font-size: 9px; 
	margin-right: 2px;
}

#venuelistholder span.KIDS {
	background: #ED2C72; 
	color: white; 
	font-size: 9px; 
	margin-right: 2px;
}

#venuelistholder span.TEEN {
	background: rgb(0, 153, 255); 
	color: white; 
	font-size: 9px; 
	margin-right: 2px;
}

#venuelistholder span.FLEXI {
	background: #666; 
	color: white; 
	font-size: 9px; 
	margin-right: 2px;
}

#venuelistholder span.MVC {
	background: rgb(0, 204, 0); 
	color: white; 
	font-size: 9px; 
	margin-right: 2px;
}

#venuelistholder span.ISS {
	background: rgb(204, 0, 0); 
	color: white; 
	font-size: 9px; 
	margin-right: 2px;
}

#venuelistholder span.RSLA {
	background: rgb(153, 153, 153); 
	color: white; 
	font-size: 9px; 
	margin-right: 2px;
}


