/*
********************************************************************************************
*** YELLOW *********************************************************************************
********************************************************************************************
*/
table.chairs_yellow
{
	text-align: center; 
	vertical-align: middle; 

	font-size: 9px; 
	font-family: verdana; 
	font-weight:none; 
}

table.chairs_yellow td.stage
{
	width: 500px; 
	height: 40px; 

	border: solid 1px rgb(0,0,0); 
	background-color: rgb(140,140,140);
	color: rgb(0,0,0); 

	font-weight:bold; 
}

table.chairs_yellow td.blank
{
	width: 16px; 
	height: 16px; 

	font-weight:none; 
}

table.chairs_yellow td.title
{
	height: 16px; 

	color: rgb(255,255,0); 

	font-weight:bold; 
}

table.chairs_yellow td.big_title
{
	height: 60px; 

	color: rgb(255,255,0); 

 	font-size:2.000em;
	font-weight:bold; 
}

table.chairs_yellow td.medium_title
{
	height: 40px; 

	color: rgb(255,255,0); 

 	font-size:1.600em;
	font-weight:bold; 
}

table.chairs_yellow td.free
{
	width: 16px; 
	height: 16px; 

	border: solid 1px rgb(0,0,0); 

	background-color: rgb(0,255,0);

	color: rgb(0,0,0); 

	font-weight:none; 
}

table.chairs_yellow td.free:hover
{
	width: 16px; 
	height: 16px; 

	border: solid 1px rgb( 255, 255, 0 ); 
	background-color: rgb(255,255,255);
	color: rgb(0,0,0); 

	font-weight:none; 
}

table.chairs_yellow td.selected
{
	width: 16px; 
	height: 16px; 

	border: solid 1px rgb( 255, 255, 0 ); 
	background-color: #6FF;
	color: rgb( 255, 0, 50 ); 

	font-weight:bold; 
}

table.chairs_yellow td.selected:hover
{
	width: 16px; 
	height: 16px; 

	border: solid 1px rgb( 0, 0, 255 ); 
	background-color: #6FF;
	color: rgb(0,0,0); 

	font-weight:none; 
}

table.chairs_yellow td.booked
{
	width: 16px; 
	height: 16px; 

	border: solid 1px rgb(0,0,0); 
	background-color: rgb(255,200,0);
	color: rgb(0,0,0); 

	font-weight:none; 
}

table.chairs_yellow td.booked:hover
{
	width: 16px; 
	height: 16px; 

	border: solid 1px rgb( 255, 255, 0 ); 
	background-color: rgb( 255, 255, 255 );
	color: rgb( 0, 0, 0 ); 

	font-weight:none; 
}

table.chairs_yellow td.sold
{
	width: 16px; 
	height: 16px; 

	border: solid 1px rgb(0,0,0); 
	background-color: rgb(255,0,0);
	color: rgb(0,0,0); 

	font-weight:none; 
}

table.chairs_yellow td.sold:hover
{
	width: 16px; 
	height: 16px; 

	border: solid 1px rgb( 255, 255, 0 ); 
	background-color: rgb( 255, 255, 255 );
	color: rgb( 0, 0, 0 ); 

	font-weight:none; 
}

table.chairs_yellow td.given
{
	width: 16px; 
	height: 16px; 

	border: solid 1px rgb( 0, 0, 0 ); 
	background-color: rgb( 150, 100, 50 );
	color: rgb( 0, 0, 0 ); 

	font-weight:none; 
}

table.chairs_yellow td.given:hover
{
	width: 16px; 
	height: 16px; 

	border: solid 1px rgb( 255, 255, 0 ); 
	background-color: rgb( 255, 255, 255 );
	color: rgb( 0, 0, 0 ); 

	font-weight:none; 
}

/*
******************************************************************************************************************************
*/

table.chairs_yellow td.free_
{
	width: 16px; 
	height: 16px; 

	border: solid 1px rgb( 0, 0, 0 ); 
	background-color: rgb( 0, 255, 0 );
	color: rgb( 0, 0, 0 ); 

	font-weight:none; 
}

table.chairs_yellow td.booked_
{
	width: 16px; 
	height: 16px; 

	border: solid 1px rgb( 0, 0, 0 ); 
	background-color: rgb( 255, 200, 0 );
	color: rgb( 0, 0, 0 ); 

	font-weight:none; 
}

table.chairs_yellow td.sold_
{
	width: 16px; 
	height: 16px; 

	border: solid 1px rgb( 0, 0, 0 ); 
	background-color: rgb( 255, 0, 0 );
	color: rgb( 0, 0, 0 ); 

	font-weight:none; 
}

table.chairs_yellow td.given_ // same as "td.free_"
{
	width: 16px; 
	height: 16px; 

	border: solid 1px rgb( 0, 0, 0 ); 
	background-color: rgb( 0, 255, 0 );
	color: rgb( 0, 0, 0 ); 

	font-weight:none; 
}

/*
******************************************************************************************************************************
*/


table.chairs_yellow td.event
{
	width: 16px; 
	height: 16px; 
	cursor: pointer;

	border: solid 1px rgb(0,0,150); 

	background-color: rgb(0,0,150);

	color: rgb(255,255,100); 

	font-weight:bold; 
}

table.chairs_yellow td.normal_today
{
	width: 16px; 
	height: 16px; 

	border: solid 1px rgb(255,0,0); 

	background-color: rgb(255,255,100);

	color: rgb(0,0,150); 

	font-weight:none; 
}

table.chairs_yellow td.event_today
{
	width: 16px; 
	height: 16px; 

	cursor: pointer;

	border: solid 1px rgb(255,0,0); 

	background-color: rgb(0,0,150);

	color: rgb(255,255,100); 

	font-weight:bold; 
}
