/* page backgrounds and fonts */

/* the purple is rgb(54,3,82) = #360352 */

BODY.sublevel
{
	margin: 0;
	font-family: Arial, Helvetica;
	font-size: medium;
	background-color: #faf6ea;  /* light cream */
	color: rgb(0,0,0);
}

SPAN.fancyHeader {font-family: 'Allegro BT'; font-size: large; color: #360352;  /* purple */}

TD.nevTheatreCell
{
	font-family: "Allegro BT", Arial;
	font-size: x-large;
	color: #C79B06;      /* gold */
}

TD.nevTheatreMedium
{
	font-family: "Allegro BT", Arial;
	font-size: large;
	color: #C79B06;      /* gold */
	text-align: center;
}

TD.buttonSelected 
{
	height: 40; 
	width: 76; 
	font-family: Arial, Helvetica; 
	font-weight: bold;
	text-align: right; 
	cursor: pointer;
	color: #360352;  /* purple */
}

TD.buttonFloat 
{
	height: 40; 
	width: 76; 
	font-family: Arial, Helvetica; 
	font-weight: normal;
	font-style: italic;
	text-align: right; 
	cursor: pointer;
	color: #360352;  /* purple */
}
TD.buttonNot 
{
	height: 40; 
	width: 76; 
	font-family: Arial, Helvetica; 
	font-weight: normal;
	text-align: right; 
	cursor: pointer;
	color: #360352;  /* purple */
}

TD.squareButton
{
	background-image: url('../images/square_butt.gif');
	height: 70;
	width: 70;
	font-family: Arial, Helvetica;
	font-size: 14;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	color: #360352;  /* purple */
}