.ScheduleEventNA
{
	cursor:crosshair;	
	background-color:white;
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: 'Verdana' , 'Arial' , 'Geneva' , 'Helvetica';
	text-align:center;
	
}
.ScheduleTruckNameEven
{
	font-weight: bold;
	font-size: 6pt;
	color:Blue;
	font-family: 'Verdana' , 'Arial' , 'Geneva' , 'Helvetica';
	text-align:center;
	
}
.ScheduleTruckNameOdd
{
	font-weight: bold;
	font-size: 6pt;
	color:Red;
	font-family: 'Verdana' , 'Arial' , 'Geneva' , 'Helvetica';
	text-align:center;
	
}
.ScheduleEven
{
	font-weight: bold;
	font-size: 6pt;
	color:Blue;
	font-family: 'Verdana' , 'Arial' , 'Geneva' , 'Helvetica';
	text-align:center;
	
}
.ScheduleEvenAvailable
{
	cursor:hand;	
	background-color:Blue;
	
	
}
.ScheduleOdd
{
	font-weight: bold;
	font-size: 6pt;
	color:Red;
	font-family: 'Verdana' , 'Arial' , 'Geneva' , 'Helvetica';
	text-align:center;
	
}
.ScheduleOddAvailable
{
	cursor:hand;	
	background-color:Red;
	
	
}

.ScheduleSpecialEvent
{
	cursor:crosshair;	
	font-weight: bold;
	font-size: 6pt;
	color:Maroon;
	font-family: 'Verdana' , 'Arial' , 'Geneva' , 'Helvetica';
	text-align:center;
	
}
.ScheduleSpecialEventMonth
{
	font-weight: bold;
	font-size: 6pt;
	color:Maroon;
	font-family: 'Verdana' , 'Arial' , 'Geneva' , 'Helvetica';
	text-align:center;
	width:40px;
	
}

.ScheduleSpecialEventAvailable
{
	cursor:hand;	
	background-color:Maroon;
	width:50%;
	
}
.ScheduleSpecialEventMonthAvailable
{
	cursor:hand;	
	background-color:Maroon;
	width:40px;
}

.ScheduleEventNAMonth
{
	cursor:crosshair;	
	background-color:white;
	font-weight: bold;
	font-size: 6pt;
	color: white;
	font-family: 'Verdana' , 'Arial' , 'Geneva' , 'Helvetica';
	text-align:center;
	width:40px;
}
.ScheduleTruckNameEvenMonth
{
	font-weight: bold;
	font-size: 6pt;
	color:Blue;
	font-family: 'Verdana' , 'Arial' , 'Geneva' , 'Helvetica';
	text-align:center;
	width:40px;
}
.ScheduleTruckNameOddMonth
{
	font-weight: bold;
	font-size: 6pt;
	color:Red;
	font-family: 'Verdana' , 'Arial' , 'Geneva' , 'Helvetica';
	text-align:center;
	width:40px;
}
.ScheduleEvenMonth
{
	font-weight: bold;
	font-size: 6pt;
	color:Blue;
	font-family: 'Verdana' , 'Arial' , 'Geneva' , 'Helvetica';
	text-align:center;
	width:40px;
}
.ScheduleEvenMonthAvailable
{
	cursor:hand;	
	background-color:Blue;
	width:40px;
	
}
.ScheduleOddMonth
{
	font-weight: bold;
	font-size: 6pt;
	color:Red;
	font-family: 'Verdana' , 'Arial' , 'Geneva' , 'Helvetica';
	text-align:center;
	width:40px;
}
.ScheduleOddMonthAvailable
{
	cursor:hand;	
	background-color:Red;
	width:40px;
	
}