#calendar {
	font: 10px/18px "trebuchet ms", verdana;
	width: 174px;
	padding: 0;
	margin: 0;
	color: #000;
	text-align: center;
	background: #fcfcfa;
	background-color: transparent;
	}
	
.gun {
	float: left;
	width: 12.24%;
	text-align: center;
	margin: 1px;
	height: 18px;
	}
	
.gun.pasif {
	background: #fafafa !important;
	}
	
.gun.bugun {
	background: #eaeaea;
	color: #c00 !important;
	font-weight: bold;
	}
	
.gun.aktif {
	background: #f6f6f6 !important;
	}

.gun.event {
	background: #FFFF99 !important;
	}
.gun.event a{
	text-decoration:underline;
	font-weight:bold;
	}
	
.temizle {
	clear: both;
	}
	
.aktifay {
	text-align: center;
	background: #fafafa;
	padding: 3px 0px;
	}
	
.aktifay a {
	font-size: 12px;
	text-decoration: none;
	color: #c90;
	margin: 0 20px;
	cursor: pointer !important;
	}