.seat_available
{
	height:16px;
	width:24px;
	background-image: url(../img/SeatMap/SeatWhite.gif);
	background-repeat:no-repeat;
}

.seat_occupied
{
	height:16px;
	width:24px;
	background-image: url(../img/SeatMap/SeatGrey.gif);
	background-repeat:no-repeat;
}

.seat_available_exit
{
	height:16px;
	width:24px;
	background-image: url(../img/SeatMap/SeatWhite.gif);
	background-repeat:no-repeat;
}

.seat_occupied_exit
{
	height:16px;
	width:24px;
	background-image: url(../img/SeatMap/SeatGrey.gif);
	background-repeat:no-repeat;
}

.seat_selected
{
	height:16px;
	width:24px;
	background-image: url(../img/SeatMap/SeatGold.gif);
	background-repeat:no-repeat;
}
.seat_selected_star
{
	height:16px;
	width:24px;
	background-image: url(../img/SeatMap/SeatGoldStar.gif);
	background-repeat:no-repeat;
}

.seat_travelparty
{
	height:16px;
	width:24px;
	background-image: url(../img/SeatMap/SeatNavy.gif);
	background-repeat:no-repeat;
}
.seat_travelparty_star
{
	height:16px;
	width:24px;
	background-image: url(../img/SeatMap/SeatNavyStar.gif);
	background-repeat:no-repeat;
}

.seat_number
{
	font-family:Verdana, Geneva, Arial, MS sans-serif;
	font-weight:900;
	font-size:12px;
	color:black;
	text-align:center;
	cursor:default;
}
.top_window
{
	background-image: url(../img/SeatMap/TopWindow.gif);
	background-repeat:no-repeat;
}
.top_window_wing
{
	background-image: url(../img/SeatMap/TopWindowWing.gif);
	background-repeat:no-repeat;
}
.bottom_window
{
	background-image: url(../img/SeatMap/BottomWindow.gif);
	background-repeat:no-repeat;
}
.bottom_window_wing
{
	background-image: url(../img/SeatMap/BottomWindowWing.gif);
	background-repeat:no-repeat;
}
.top_wing_exit
{
	background-image: url(../img/SeatMap/TopWingExit.gif);
	background-repeat:no-repeat;
	}
.bottom_wing_exit
{
	background-image: url(../img/SeatMap/BottomWingExit.gif);
	background-repeat:no-repeat;
}
.top_exit
{
	background-image: url(../img/SeatMap/TopExit.gif);
	background-repeat:no-repeat;
}
.bottom_exit
{
	background-image: url(../img/SeatMap/BottomExit.gif);
	background-repeat:no-repeat;
}
.aisle
{
	background-image: url(../img/SeatMap/aisle.gif);
	background-repeat:no-repeat;
}
.top_wing_begin
{
	background-image: url(../img/SeatMap/TopWingBegin.gif);
	background-repeat:no-repeat;
}
.bottom_wing_begin
{
	background-image: url(../img/SeatMap/BottomWingBegin.gif);
	background-repeat:no-repeat;
}

.txt_custseat
{
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	text-align:center;
}

.txt_link
{
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	color:darkblue;
	text-align:left;
}

.txt_message
{
	font-family:Verdana, Geneva, Arial, MS sans-serif;
	font-weight:normal;
	font-size:18px;
	color:darkblue;
	text-align:center;
	cursor:default;
}


