#myCalx {
	/* padding-top:20px; */
}
#myCal td {
    font-size:80%;
	text-align:center;
}
.workday,.fejlec_day {
	color:black;
}
.weekend,.fejlec_offday,.fejlec_weekendday {
	color:red;
}
.fejlec_day,.fejlec_offday,.fejlec_weekendday {
	padding:2px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom:solid 1px #666666;
	font-weight:bold;
/*	cursor:pointer; */
}
.fejlec_day,.fejlec_offday {
    background-color:#ffffcc;
}
.fejlec_weekendday {
    background-color:#ffdddd;
    cursor:help;
}
.fejlec_day:hover,.fejlec_offday:hover,.fejlec_weekendday:hover {
	background-color:#ffff55;
}
.bejegyzes {
	padding:2px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	color:black;

	background-color:#dddddd;
/*	height:130px;width:100px;
	height:auto !important;
    width:auto !important; */
    min-height:62px;
    min-width:120px;
}
.jelbutton {
	padding:5px 15px;
	background-color:;
	color:white !important;
}
.jelbutton:hover {
	padding:5px 15px;
	background-color:yellow !important;
	color:black !important;
}
.jelentestartalom {
/*    padding-top: 20px; */
}
.jelenteslegordulo {
/*    font-size: 8pt !important; */
    max-width:90px;
}
.jelenteslegordulo2 {
    min-width:90px;
    max-width:360px;
}
.jelentesDayContent {
	padding:2px;
    background-color:transparent;
}
.day,.offday,.jelentesoffday,.weekendday,.jelentesweekendday {
	z-index:-1;
	border:solid 1px #666666;
	border-radius:6px;
}
.selectedOption {
	color:blue;
}

