		
		#calendar
		
		{
			width:510px;
			text-transform: uppercase;
		}
			#calendar { /* Fuer IE <= 6 */
				text-align: center;
			}
    
			#calendar table thead th{ 
				
				font-size: 18px;
				line-height: 36px;	
						
				color: #a2a5a6; 
				width:80px;
				text-align: center;
				font-family: 'gotham-light', Arial, sans serif;
				
			}
			
			#calendar table thead th.weekday{ 
				
				font-size: 14px;
				line-height: 40px;
				color: #323735; 
				text-align: center;
				
				font-family: 'gotham-medium', Arial, sans serif;
				
				
			}

			#calendar table tbody td, #calendar table tfoot td{ 
				font-family: 'gotham-thin', Arial, sans serif;
				
				font-size: 25px;
				line-height: 47px;
				height:47px;
				
				color: #454a48; 
				text-align: center;
				font-weight:lighter;
				
			}
			
			#calendar table tfoot td {
				font-size: 22px;
				border: none;
				display:none;
			}
			
			#calendar table tfoot td.calendar_week {
				text-align: center;
			}
			
			#calendar table tbody td.saturday{ 
			
			}
			
			#calendar table tbody td.sunday{ 
		
			}
			
			#calendar table tbody td.weekend{ 
				cursor:pointer;
			}
			
			#calendar table tbody td.today{
				cursor:pointer;
			}
			#calendar table tbody td.checkin{
				color: 	#66a2b5;
				font-family: 'gotham-medium', Arial, sans serif;
				line-height: 45px;
				height:45px;
				
				font-size:24px;
				background:url('../img/checkin.png');
				background-repeat:no-repeat;
				background-position:14px 0px;
				background-size:44px 7px;
				cursor:pointer;
			}			
			#calendar table tbody td.checkout{
				color: 	#66a2b5;
				font-family: 'gotham-medium', Arial, sans serif;
				line-height: 45px;
				height:45px;
				
				font-size:24px;
				background:url('../img/checkout.png');
				background-repeat:no-repeat;
				background-position:10px 0px;
				background-size:55px 7px;
				cursor:pointer;
			}		
			#calendar table tbody td.stay{
				color: 	#66a2b5;
				font-family: 'gotham-medium', Arial, sans serif;
				line-height: 45px;
				height:45px;
				font-size:24px;
				cursor:pointer;
			}			
			
				
			#calendar table tbody td.past{
				color: #b6b7b6;
			}
			
			
			#calendar table tbody td.normal{ 
				cursor:pointer;
			}
			#calendar table tbody td.normal:hover,#calendar table tbody td.today:hover,#calendar table tbody td.weekend:hover{ 
				text-decoration:underline;
				color:#35829d
			}
			
			#calendar table thead th.next_year {
				margin: 0px;
				padding: 0px;
				line-height: 15px;
				font-size: 16px;
			}
			#calendar table thead th.prev_year
			{
				margin: 0px;
				padding: 0px;
				line-height: 15px;
				font-size: 12px !important;
			}
			
			#calendar table tbody td.last_month, #calendar table tbody td.next_month {
				color: 	#e3e3e3;
			}
			#calendar table tbody td.next_month {
			cursor:pointer;
			}
			#calendar table tbody td.next_month:hover {
			cursor:pointer;
			text-decoration:underline;
			}
			
			
			#calendar table{
				border-collapse: collapse;
				
				padding: 0;
				margin-left:auto;
				margin-right:auto;
				
			}
			
			