input, select {
	font-family: Arial, helvetica;
	font-size: 12px;
	border: 1px solid #a0a0a0;
}
.caltitle {
	font-family: Arial, helvetica;
	font-size: 12px;
	font-weight: bold;
}
td {
	font-family: Arial, helvetica;
	font-size: 12px;
}

/* .calendar determines the overall formatting style of the calendar,  
   acting as the default unless later overruled. */

.calendar {
     font-family:arial,helvetica; 
     font-size:12px; 
     color: white;
     background-color: #c0c0c0;
     border: 1px solid #000000;
}

/* .calendarlink determines the formatting of those days linked to
   content. */
.calendarlink {
     color: white;
     text-decoration: none;
}
.calendarlink2 {
     color: #17294E;
     text-decoration: none;
}

/* .header determines the formatting of the weekday headers at the top
   of the calendar. */
.header {
     background-color: #17294E;
     border: 1px solid #000000;
}

/* .day determines the formatting of each day displayed in the
   calendar. */

.day 
     {
     background-color: #808080;
     border: 1px solid #000000;
     text-align: center
     }

/* .linkedday determines the formatting of a date to which content is
   available. */
.linkedday  {
     background-color: #8080ff;
     border: 1px solid #000000;
     text-align: center
} 
.selectedday {
     background-color: #54C254;
     border: 1px solid #000000;
     text-align: center
}

.statusNincs {
     background-color: #a00;
     border: 1px solid #000000;
     text-align: center
}
.statusSzabad {
     background-color: #0a0;
     border: 1px solid #000000;
     text-align: center
}
.statusFoglalt {
     background-color: #aa0;
     border: 1px solid #000000;
     text-align: center
}
.statusSomno {
     background-color: #00a;
     border: 1px solid #000000;
     text-align: center
}
.gyorsho {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #AAB4EC;
	color: #000;
}


