	.AlertRed {
					color:#a90000;
					font-size:25px;
					font-weight:900;
			}

	.DE2Spots  {
			border-spacing: 10px !important;
	}
	

	.DE2SpotTable  {
			border-spacing: 10px !important;
			background-image: url('/images/BoatMapDE2.png');
			background-repeat: no-repeat;
			background-position: center;
			background-size:650px;				
	}
	
	
	.DE2Spots-td {
				height:30px;
				width:30px;							
				margin:0px;
				text-align: center;
				color:white;
	}
	
		.DE3Spots  {
			border-spacing: 10px !important;
	}
	

	.DE3SpotTable  {
			border-spacing: 10px !important;
			background-image: url('/images/BoatMapDE36Hour.png');
			background-repeat: no-repeat;
			background-position: center;
			background-size:650px;				
	}
	
	
	.DE3Spots-td {
				height:30px;
				width:30px;							
				margin:0px;
				text-align: center;
				color:white;
	}
	
	.spotsOpen
	{
					background-color: blue !important;
					cursor: pointer;
					z-index: 9999;
		
	}
	
	.spotsTaken
	{
					background-color: Red !important;
		
	}
	
	.spotsSelected
	{
					background-color: Green !important;
					cursor: pointer;
	}
	







#OnlineTicketPageDiv {
	  width:100%;
}

#OnlineTicketPageDiv div{
		margin:0 auto !important;
		max-width:800px;
}

#SearchTable {
		margin:0px;
		padding:0px;
}

#SearchTableWrapper {
		margin:0 auto !important;
		padding:10px;
}

#BookingOnlineAdditionTable {
		display:table;
		margin:0 auto !important;
		max-width:600px;
		width:600px;
}

#BookingOnlineAdditionTableRow {
		display:table-row;
		max-width:600px;
		width:600px;

}
 
#BookingOnlineAdditionInfo
{
		display:table-cell;
		margin:0 auto !important;
		width:200px !important;
		max-width:200px;
	
}

#PricingDiv {
		display:table-cell;
		margin:0 auto !important;
		width:300px !important;
		max-width:300px;
	
}

.TicketType {
			width:85px !important;
}

@media only screen and (max-width: 700px)  {
				
					
					
					#SearchTableWrapper {
							margin:0px;
							overflow-x: hidden;
							display:block !important;
							width:100% !important;
							padding:0px;
					}
			
			
				#BookingOnlineAdditionInfo
					{
						display:block !important;
						width:100% !important;
					}
					
					#PricingDiv	
					{
						display:block !important;
						width:100% !important;
					}

					#BookingOnlineAdditionTableRow
					{
						display:block;
					}

					#BookingOnlineAdditionTable
					{
						display:block;
					}

}


