* {
	margin: 0;
	padding: 0;
}

#tabs, #sidebar, #footer {
	display: none;
}

#content {
	margin: 0;
	padding: 0;
}

/*
 * Calendar
 */
#calendar {
	position: relative;
}
#calendar table {
	border-collapse: collapse;
	border: 2px solid #000; 
}
#calendar td {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 100px;
	height: 10px;
	text-align: center;
}
#calendar th {
	border-bottom: 1px solid;
	font-weight: normal;
	font-size: 10px;
	width: 100px;
/* fixing ie */
	/* height: 25px; */
	height: 30px;
	text-align: center;
}
#calendar .hourly {
	border-top: 1px solid #ccc;

/* fixing ie */
	height: 10px;
}
#calendar .time {
	font-size: 8px;
}
#calendar th.time a {
	display: none;
}
#calendar .event {
	position: absolute;
	width: 100px;
	height: 40px;
	font-size: 10px;
	z-index: 200;
	background: #fc6;
}
#calendar .event img {
	display: none;
}
#calendar .viewing {
	z-index: 210;
}

