@charset "utf-8";
/* CSS Document */
/*	-------------------------------------------------------------
	CSS - VERVE - TEDDY THOMPSON
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		tt_events.css
	Date:			June 10th 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Home Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#leftColumn {
		margin:0px; padding:0px 0px 50px 0px;
		width:643px;
		background:#FFFFFF;
		float:left;
	}
		#leftColumn h1 {
			margin:0px; padding:0px;
			width:391px; height:77px;
			background:url(/images/eventsBg.jpg) no-repeat;
		}
			#leftColumn #eventsTable {
				margin:25px 0px 0px 20px; padding:0px;
				width:623px;
			}
			#events thead #dateTime {
				margin:10px 0 0 0; padding:7px 0 0 0;
				width:140px; height:21px;
				background:url(/images/date_time.jpg) 4px 0px no-repeat;
			}
			#events thead #venue {
				margin:10px 0 0 0; padding:7px 0 0 0;
				width:275px; height:21px; 
				background:url(/images/venue.jpg) 2px 0px no-repeat;
				
			}
			#events thead #location {
				margin:10px 0 0 0; padding:7px 0 0 0;
			    height:21px;
				background:url(/images/location.jpg) 2px 0px no-repeat;
			}
				#eventsTable thead{
					margin:0px auto; padding:0px;
					width:603px;
					text-align:left;
					border-collapse:collapse;
				}
				#eventsTable tbody {
					margin:0px; padding:10px 0px 0px 0px;
				}
					#eventsTable tbody tr{
						margin:10px 0; padding:0;
						background:#ebebed;
						font:normal 14px Helvetica, Arial, sans-serif;
						vertical-align:top;
							
						
					}
					#eventsTable th, #eventsTable td {
						margin:0px; padding:3px 0px 5px 5px;
						border-bottom:solid 2px white;
					}
					#eventsTable col#dateTimeCol {
						margin:0px; padding:0px;
						width:140px;
					}
					#eventsTable col#venueCol {
						margin:0px; padding:0px;
					}
					#eventsTable col#locationCol {
						margin:0px; padding:0px;
						width:130px;
					}
					#eventsTable .odd {
						margin:0px; padding:0px;
						width:623px; height:25px;
						background:#ebebed;
					}

						a:link, a:visited, a:active {
							margin:0px; padding:0px;
							color:#000000;
							text-decoration:none;
							}
						a:hover {
							margin:0px; padding:0px;
							color:#7fc242;
							text-decoration:none;
							background:#000000;
						}

						#eventsTable td .notes 
						{
							color:#555;
						}		