/*----------------------------------------------
	
	timetable, global.css
	(c) 2009 Stefan Heule

----------------------------------------------*/


/* the current collection of the user */
tr.cur-collection td {
	background: #FFD8AD;
}


/* timetable
----------------------------------------------*/
/* the main timetable table */
table.master-table {
	border: 1px solid #000;
	border-collapse: collapse;
	margin: 0 auto;
	margin-bottom: 10px;
	empty-cells:show;border-spacing:0px;
}
table.master-table > tbody > tr > td {
	border-top: 1px solid #777;
	border-left: 1px solid #000;
}
/* header of the table */
table.master-table > tbody > tr > th {
	border: 1px solid #000;
	font-size: 12px;
	padding: 3px 5px;
}
/* the starting times */
table.master-table td.time {
	font-size: 11px;
	padding: 3px 5px;
}
/* one cell of the main table (for a lecture) */
table.master-table td.hour-cell {
	font-size: 12px;
	line-height: 12px;
	height: 40px;
	width: 175px;
}
table.master-table div.hour-cell-wrapper {
	position: relative;
	width:100%;
	height:100%;
}
table.master-table td.first-hour-cell {
	height:10px;
}
/* small table for each lecture */
table.master-table table.hour-table {
	text-align: center;
	/*height: 30px;*/
	width: 175px;
	position: absolute;
	border-spacing: 0px;
	empty-cells: show;
	z-index:10;
}
/* name of the lecture */
table.master-table td.name {
	display: table-cell;
	vertical-align: middle;
	padding: 0 3px;
}
/* room of the lecture */
table.master-table td.room {
	display: table-cell;
	vertical-align: middle;
	padding: 0 3px;
	width: 20%;
}
table.master-table table.edit {
	padding: 4px 3px 2px 3px;
	height:58px;
	text-align: center;
	width: 175px;
	border-spacing: 0px;
	empty-cells: show;
}
table.master-table td.icons {
	width:15px;
}
td.lunchtime {
	font-weight:bold;
	font-size:11px;
	height:40px;
	top:-20px;
}


/* colorpicker
----------------------------------------------*/
table.colorpicker {
	border:1px solid black;
	border-collapse:separate;
	border-spacing:3px;
	display:table;
	top:-75px; right:-25px;
	background:#fff;
	position: absolute;
	z-index:100;
}
table.colorpicker td {
	border: none;
}
table.colorpicker td > div:hover {
	border:1px solid black;
	cursor:pointer;
}
table.colorpicker td > div {
	border:1px solid #666;
	width:20px;
	height:20px;
	padding:0px;
	margin:0px;
}


/* colorpicker
----------------------------------------------*/
a.help-lnk {
	font-weight: normal;
}
div.help-div {
	width:280px;
	border:1px dashed #6666FF;
	bottom:20px; right:-25px;
	background:#E5E5FF;
	position: absolute;
	z-index:100;
	padding: 5px;
	font-weight: normal;
}





