
/* administration_reservation.css : use for "administration reservation" */

#AdminReservation
{
	position: relative;
	left: 48px;
	top: 33px;
	width: 904px;
	height: 585px;
	background: transparent;
}

#AdminReservation #ZoneButtons
{
	float: left;
	width: 100%;
	height: 40px;
	font-family: Verdana;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	color: #E6E7C3;
	background: transparent;
}

#AdminReservation #Title
{
	float: left;
	width: 100%;
	height: auto;
	font-family: Verdana;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	color: #E6E7C3;
	background: #392F15;
	border-top: 1px solid #CAD23E;
	border-bottom: 1px solid #CAD23E;
}

#AdminReservation #Title #NameAndFirstname
{
	float: left;
	width: 250px;
	height: 30px;
	border-left: 1px solid #CAD23E;
	border-right: 1px solid #CAD23E;
	background: #392F15;
}
			
#AdminReservation #Title #Quantity
{
	float: left;
	width: 110px;
	height: 30px;
	background: #392F15;
	border-right: 1px solid #CAD23E;
}

#AdminReservation #Title #SmokeZone
{
	float: left;
	width: 110px;
	height: 30px;
	background: #392F15;
	border-right: 1px solid #CAD23E;
}

#AdminReservation #Title #Date
{
	float: left;
	width: 100px;
	height: 30px;
	background: #392F15;
	border-right: 1px solid #CAD23E;
}

#AdminReservation #Title #Hour
{
	float: left;
	width: 100px;
	height: 30px;
	background: #392F15;
	border-right: 1px solid #CAD23E;
}

#AdminReservation #Title #Operations
{
	float: right;
	width: 205px;
	height: 30px;
	text-transform: uppercase;
	border-right: 1px solid #CAD23E;
	background: #392F15;
}





#AdminReservation #Reservations
{
	float: left;
	width: 100%;
	height: 520px;
	overflow: auto;
	background: transparent;
}

#AdminReservation .Reservation
{
	float: left;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #CAD23E;
	background: #6A5E2D;
}

#AdminReservation .Reservation .NameAndFirstname
{
	float: left;
	width: 250px;
	height: 30px;
	border-left: 1px solid #CAD23E;
	border-right: 1px solid #CAD23E;
	background: #6C511A;
}

#AdminReservation .Reservation .Quantity
{
	float: left;
	width: 110px;
	height: 30px;
	border-right: 1px solid #CAD23E;
	background: #977F2B;
}

#AdminReservation .Reservation .SmokeZone
{
	float: left;
	width: 110px;
	height: 30px;
	border-right: 1px solid #CAD23E;
	background: #977F2B;
}

#AdminReservation .Reservation .Date
{
	float: left;
	width: 100px;
	height: 30px;
	border-right: 1px solid #CAD23E;
	background: #977F2B;
}

#AdminReservation .Reservation .Hour
{
	float: left;
	width: 100px;
	height: 30px;
	border-right: 1px solid #CAD23E;
	background: #977F2B;
}

#AdminReservation .Reservation .Operations
{
	float: right;
	width: 205px;
	height: 30px;
	border-right: 1px solid #CAD23E;
	background: #6A5E2D;
}
