@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - LABELLE EVENT CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		labelle_events.css
	Date:			October 13, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.mainCol h1 {
		width:652px; height:78px;
		background:url(../../images/h1_events.png) no-repeat;
		behavior:url(shared/css/iepngfix.htc);
	}
	.mainCol .entry {
			width:612px;
			margin:0 0 17px 0; padding:6px 0 30px 0;
		}
			.mainCol .entry h2.comingSoon {
				margin:0 0 6px 50px; padding:0;
				width:216px; height:29px;
				background:url(../../images/h2_comingSoon.png) no-repeat;
				behavior:url(shared/css/iepngfix.htc);
			}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	events table styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	.mainCol #events {
		margin:2px 0 0 37px;
		width:550px;
	}
		#events thead {
			text-align:left;
		}
			#events thead th {
				padding:0 0 15px 0;
				font:normal 11px Verdana, Arial, Helvetica, sans-serif;
				color:#b7b7b7;
			}
				#events thead th.date {
					padding:0 0 15px 35px;
				}
				#events thead th.buy {
					padding:0 0 15px 10px;
				}
			#events thead tr {
				background:url(../../images/hr_ringtonesTable.png) bottom center no-repeat;
				behavior:url(shared/css/iepngfix.htc);
			}
		#events col#dateCol {
			width:90px;
		}
		#events col#venueCol {
			width:159px;
		}
		#events col#locationCol {
			width:138px;
		}
		#events col#buyCol {
			width:160px;
		}
		#events td {
			padding:5px 0 13px 0;
			vertical-align:top;
		}
			#events td.date {
				padding-left:35px;
				width:90px;
			}
		#events a:link, #events a:active, #events a:visited {
			font:bold 14px Verdana, Arial, Helvetica, sans-serif;
			text-decoration:none;
			color:#ffccf9;
		}
			#events a:hover {
				color:#fd8f01;
			}
		#events a.buyticketurl:link, #events a.buyticketurl:active, #events a.buyticketurl:visited {
			width:70px; height:23px;
			display:block;
			background:url(../../images/btn_ticketsNormal.png) top no-repeat;
			behavior:url(shared/css/iepngfix.htc);
			text-indent:-1500px;
		}
			#events a.buyticketurl:hover {
				display:block;
				background:url(../../images/btn_ticketsHover.png) top no-repeat;
				behavior:url(shared/css/iepngfix.htc);
				text-indent:-1500px;
			}