#periodCalendar {
	font-size: 12pt;
	margin: 5px;
}

#periodDetailsTable td:firstLchild {
	
}

.periodScheduleTable {
	background:none;
	margin-bottom: 5px;
}

.periodScheduleTable > table {
	width: 100%;
	line-height: 25px;
}

.periodName , #periodScheduleName, #periodScheduleDescription, #periodScheduleType {
	width: 100%;
}

.periodScheduleTable td, #periodDetailsTable td {
	padding: 0px 5px;
	vertical-align: middle;
}

.scheduleTabName {
	height:25px;
	overflow:hidden;
	text-overflow:ellipsis;
}

.periodScheduleTable td:first-child {
	width: 70px;
	text-align: right;
	font-weight: bold;
}

#periodDetailsTable td:first-child {
	width: 95px;
	font-weight: bold;
}

.periodTime {
	width: 100px;
}

.fc-unthemed td.fc-today {
	background: none;
}