  /* @override http://localhost:3000/BPM09/work/format.css */
/* @group Tabelle */
.schedule {
	border-width: 0px;
	border-collapse: collapse;
}

.schedule td {
	border: 1px solid #999;
	padding: 0.5em;
}

.schedule tbody td {
	text-align: center;
	vertical-align: middle;
}

.schedule td.empty {
	border-width: 0px;
}

.schedule col.mon, .schedule col.times, .schedule col.tue-2, .schedule col.wed-2, .schedule col.thu {
	border-right: 2px solid #555;
}

.schedule th {
	text-align: center;
	border-top-width: 0px;
	border-bottom: 2px solid #555;
	padding: 1em;
}

.mon, .thu {
	width:190px
}

.tue-1,.tue-2,wed-1,.wed-2 {
	width: 95px;
}

th.time {
	width: auto;
	padding: 0;
	padding-right: 0.5em;
	border-left-width: 0px !important;
}

.schedule tr td:first-Child {
	font-size: 0.75em;
	text-align: right;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	color: #999;
	padding: 0.2em 0.5em !important;
}

.schedule .full {
	border-top-width: 1px !important;
	color: #555 !important;
}
/* @end */
/* @group Zellen-Farben */
.se {
	background-color: #e4ffe4;
}
.ws {
	background-color: #e5f9ff;	
}
.keynote {
	background-color: #eae5ff;
}
.tut {
	background-color: #ffe5e5;
}
.demo {
	background-color: #fffde5;
}
.panel, .reg, .farewell {
	background-color: #ffc4c4;
}
.break,.lunch,.reg {
	background-color: #efefef;
}
.break,.lunch {
	color: #999;
}
/* @end */

#TB_ajaxContent h3 {
	margin-bottom: 1em;
}

#TB_ajaxContent li {
	margin-bottom: 1.4em;
}







.tab-labels {
	margin: 0; padding: 0;
	background: #e8e8e8;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: -1px;
}
.clear {
	clear: both;
}
.tab-labels li {
	float: left;
	list-style: none;
	margin: 0 !important;
	padding: 0;
}
.tab-labels a {
	position: relative;
	top: 1px;
	display: block;
	padding: 0.5em 0.5em;
	border: 1px solid #d1d1d1;
	border-left-width: 0;
}
.tab-labels a.active {
	background: #fff;
	border-bottom-color: #fff;
}
.schedule-tabs {
	margin: 15px;
}


a.prev {
	padding-right: 15px;
}