/* top 3 modules css properties */
/* the color behaviour depends the current color selection.  Here Blue is main color as it is in blue folder */
/* if you want to change other colors , you can see the related folders */

#topSeats
{
	width		: 98%;
	overflow	: auto;
	margin		: 0;
	padding		: 0;
}

table.tblTopSeats {
	border		: 0;
	margin		: 0;
	padding		: 0;
	width		: 99%;
	background-color: #f5f5f5;
}

table.tblTopSeats td {
	margin		: 0;
	padding		: 0;
}

table.tblTopSeats td.topSeatsL,
table.tblTopSeats td.topSeatsC,
table.tblTopSeats td.topSeatsR 
{
	width: 33%;
	background: #fff;
	
	
}

table.tblTopSeats td.topSeatsL .moduletable h3
{
	background	: url(../images/top-module-l.gif) repeat-x;
	height		: 24px;
	
}

table.tblTopSeats td.topSeatsC .moduletable h3
{
	background	: url(../images/top-module-c.gif) repeat-x;
	height		: 24px;
}

table.tblTopSeats td.topSeatsR .moduletable h3
{
	background	: url(../images/top-module-r.gif) repeat-x;
	height		: 24px;
}

#topSeats .moduletable h3 {
	font-size: 1em;
	color: #fff;
	height: 24px;
	margin: 0;
	padding: 0;
	margin: 0px;
	font-weight: normal;
	line-height: 24px;
	text-indent: 10px;
}

#topSeats li a
{
	color: #333333;
	font-size		: 11px;
}

#topSeats .moduletable p {
	padding: 0 6px;
}

#topSeats .moduletable
{
	color		: #1B2B03;
}

/*link colors inside top modules */

#topSeats .moduletable a:link,
#topSeats .moduletable a:visited,
#topSeats .moduletable a:hover
{
	color		: #3B3C6C;
}

