/* CSS Document */

div.calendar {
	z-index:100;
	}

.name{
	height:15px;
	width:20px;
	float:none;
	}

.calendar tbody .day {
	width:20px;
	}

.calendar thead .title {
	width:120px;
	padding-left: 30px;
	}