#takvim {
	font:0.7em "Arial", serif;
}

#takvim a {
	font:1em "Arial", serif;
}

#takvim .year {
	border-style: outset;
	border-width: 1px;
	background-color: #ffffff;
	text-align: center;
}
#takvim .month {
	border-style: none;
	background-color: #ffffff;
	text-align: center;
}
#takvim .yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
#takvim .monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
	border-style: none;
	border-width:1px
}
#takvim .dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
	border-style: none;
	border-width:1px
}
.weeknumtitle {
	text-align: center;
	font-weight: normal;
	background-color: #ffffff;
	border-style: none;
	border-width:1px
}
#takvim .weeknum {
	text-align: center;
	height:20px;
	width:20px;
	color: #000000;
	background-color: #ffffff;
}
#takvim .yearnavigation {

}
#takvim .datepicker {
	background-color: #ffffff;
}
#takvim .datepickerform {
	margin: 0px;
}
#takvim .monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
#takvim .monthpicker {

	background-color: #ffffff;
}
#takvim .yearpicker {

	background-color: #ffffff;
}
#takvim .pickerbutton {

}
#takvim .nomonthday {
	text-align: center;

	height:20px;
	width:20px;
	color: #aaaaaa;
}
#takvim .monthday {
	text-align: center;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
	height:20px;
	width:20px;
}
#takvim .today {
	text-align: center;

	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
	color: #000000;
	height:20px;
	width:20px;
}
#takvim .selectedday {
	text-align: center;
	font-weight: bold;
	border-width: 1px;
	border-style: outset;
	background-color: #ffffff;
	height:20px;
	width:20px;
}
#takvim .sunday {
	text-align: center;
	font-weight: bold;
	color: #667171;
	height:20px;
	width:20px;
}
#takvim .sunday a {
	color: #667171;
}
#takvim .saturday {
	text-align: center;
	font-weight: bold;
	color: #667171;
	height:20px;
	width:20px;
}
#takvim .saturday a {
	color: #667171;
}
#takvim .event {
	text-align: center;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #ffffff;
	height:20px;
	width:20px;
}
#takvim .event a {
	background-color: #ffffff;
	color: #000000;
}
#takvim .selectedevent {
	text-align: center;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #ffffff;
	height:20px;
	width:20px;
}
#takvim .selectedevent a {
	background-color: #ffffff;
	color: #000000;
}
#takvim .todayevent {
	text-align: center;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: red;
	background-color: #ffffff;
	height:20px;
	width:20px;
}
#takvim .todayevent a {
	background-color: #ffffff;
	color: #000000;
}
#takvim .eventcontent {
	border-style: outset;
	border-width: 1px;
	width: 100%;
}

