@charset "utf-8";
/* CSS Document */
/*** calendar *****/

.event_result{
	width:100%;
	}

#calendar {
	width:100%;
	background-color:#e5e5e5;
}


.calendar_left{
	float:left;
	}

#calendar_inner {
	margin-top:20px;
	width:100%;
	float:left;
}
.calendar_table {
	width:100%;
    font-size:11px;
	border:1px solid #ccc;
	background-color:#f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.calendar_table_header th {
    border-top:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    color:#0985bf;
    font-weight:normal;
}

.calendar_table a {
    color:#5F5F5F;
	font-weight:bold;
	text-decoration:none;
}

.calendar_table .active_day {
    border:1px solid #4D7FBB;
background: rgb(237,247,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(237,247,255,1) 0%, rgba(66,135,209,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,247,255,1)), color-stop(100%,rgba(66,135,209,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(237,247,255,1) 0%,rgba(66,135,209,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(237,247,255,1) 0%,rgba(66,135,209,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(237,247,255,1) 0%,rgba(66,135,209,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(237,247,255,1) 0%,rgba(66,135,209,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf7ff', endColorstr='#4287d1',GradientType=0 ); /* IE6-9 */	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

}

.calendar_table .event_day {
    border:1px solid #98bf0e;
}

.calendar_table tr td {
	padding:8px 0;
	font-size:14px;
}

th.napok{
	border:1px solid #C1C1C1;
	background: rgb(229,229,229); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */	font-size:14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

.has_event,.has_event_active{
    border:1px solid #4D7FBB;
	background: rgb(245,192,31); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(245,192,31,1) 45%, rgba(220,154,12,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,rgba(245,192,31,1)), color-stop(100%,rgba(220,154,12,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(245,192,31,1) 45%,rgba(220,154,12,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(245,192,31,1) 45%,rgba(220,154,12,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(245,192,31,1) 45%,rgba(220,154,12,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(245,192,31,1) 45%,rgba(220,154,12,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5c01f', endColorstr='#dc9a0c',GradientType=0 ); /* IE6-9 */	
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
.has_event_active{
	border:2px solid #4D7FBB;
	}

.event_date{
	font-size: 14px;
	font-weight: bold;
	color: #79be40;
	margin-bottom:10px;
	}

.event_text{
	margin-top:10px;
	}

.duty_types{
	width:150px;
	float:left;
	margin:5px 0 0 30px;
	padding:5px;
	border:1px solid #999;
	background-color: #E2ECFA;
	}

.duty_cells{
	float:left;
	}

.ugyelet_title{
	clear:both;
	color: #0985bf;
	font-size:12px;
	font-weight:bold;
	margin:0 0 10px 0;
	}

.calendar_normal_day{
	border:1px solid #CBCBCB;
	background: rgb(255,252,252); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,252,252,1) 0%, rgba(234,235,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,252,252,1)), color-stop(100%,rgba(234,235,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,252,252,1) 0%,rgba(234,235,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,252,252,1) 0%,rgba(234,235,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,252,252,1) 0%,rgba(234,235,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,252,252,1) 0%,rgba(234,235,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcfc', endColorstr='#eaebed',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}