#calendar-title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}

.occupied-red {
	color: White;
	font-weight: bold;
	background-color: Red;
	text-decoration: line-through;
}

#calendar-table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 4px 4px 4px 4px;
	text-align: center;
	border: 1px solid #D3D3D3;
}
#calendar-table1 { font-size: 10pt; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; text-align: center; padding: 4px; border: solid 1px #666666}
#calendar-table-cell {	
	border-bottom: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
  font-size: 8pt;
}
#calendar-table-cell1 { border-right: 1px solid #666666; border-bottom: 1px solid #666666; font-size: 8pt;}



#calendar-table-cell-bottom {	
  border-right: 1px solid #D3D3D3;
  font-size: 8pt;
}

#calendar-table-cell-end {	
	border-bottom: 1px solid #D3D3D3;
	font-size: 8pt;  
}

#calendar-table-cell-end-bottom {	
  
}

/*red cells */
#calendar-table-cell-red {
	border-bottom: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	color: White;
	background-color: Red;
	text-decoration: line-through;
	font-size: 8pt;
	border-top-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
}

#calendar-table-cell-bottom-red {	
  border-right: 1px solid #D3D3D3;
 	color: White;
	background-color: Red;
	text-decoration: line-through;
	font-size: 8pt;
}

#calendar-table-cell-end-red {	
	border-bottom: 1px solid #D3D3D3;
 	color: White;
	background-color: Red;
	text-decoration: line-through;
	font-size: 8pt; 
	 
}

#calendar-table-cell-end-bottom-red {	
 	color: White;
	background-color: Red;
	text-decoration: line-through;
	font-size: 8pt;
}

/* pending cells */

/*red cells */

/*#calendar-table-cell-orange {	
	border-bottom: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
 	color: White;
	background-color: orange;
	text-decoration: line-through;
}

#calendar-table-cell-bottom-orange {	
  border-right: 1px solid #D3D3D3;
 	color: White;
	background-color: orange;
	text-decoration: line-through;
}

#calendar-table-cell-end-orange {	
	border-bottom: 1px solid #D3D3D3;
 	color: White;
	background-color: orange;
	text-decoration: line-through;  
}

#calendar-table-cell-end-bottom-orange {	
 	color: White;
	background-color: orange;
	text-decoration: line-through;
}
*/
.occupieddays {
	color: #FF0000;
	text-decoration: line-through;
}
.calendartitle {
	border: 1px solid #666666;
	font-size: 12px;
	color: #333333;
}

