/* ------------------------------------------------------------------------
Form Style Sheet - The Orange Box

Author: Oliver Coningham
Website: http://www.aztec4design.com/
Email: oliver@aztec4design.com
-------------------------------------------------------------------------*/


#gig-guide
	{
	color: #fff;
	background: #ff9a00 url('../images/gigs-bg-lrg.gif') no-repeat bottom left;
	clear: both;
	float: left;
	margin-top: 10px;
	width: 720px;
	}
	
#gig-guide th
	{
	background: url('../images/upcoming-events-lrg.gif') no-repeat top left;
	height: 30px;
	text-indent: -25000px;
	width: 720px;
	}
	
#gig-guide tr
	{
	line-height: 2.75em;
	}
	
#gig-guide .gigs-extend
	{
	height: 40px;
	}
	
#gig-guide .date
	{
	padding-left: 20px;
	width: 210px;
	}
	
#gig-guide .time
	{
	width: 110px;
	}
			
#gig-guide .band
	{
	color: #000;
	font-weight: bold;
	width: 325px;
	}
	
#gig-guide .price
	{
	color: #000;
	padding-right: 20px;
	text-align: right;
	}