/**
 *	olb_subscribers
 */
table.olb_subscribers th.cancel {
	padding-left: 5px;
}
table.olb_subscribers .cancel {
	width: 10%;
}
table.olb_subscribers .user {
	width: 60%;
}
table.olb_subscribers .skype {
	width: 30%;
}

/* Timeover */
.timeover table.olb_subscribers .cancel {
	display: none;
}
.timeover table.olb_subscribers .user {
	width: 80%;
}


/**
 *	Weekly schedule
 */
table.weekly_schedule td a {
	text-decoration: none;
}
table.weekly_schedule td.full {
	background-color: #fbd;
	color: #c00;
}
table.weekly_schedule td.few_seats {
	background-color: #fc6;
}
table.weekly_schedule td.few_seats a {
	color: #333;
}

/**
 *	Daily schedule
 */
table.daily_schedule td a {
	text-decoration: none;
}
table.daily_schedule td.full {
	background-color: #fbd;
	color: #c00;
}
table.daily_schedule td.few_seats {
	background-color: #fc6;
}
table.daily_schedule td.few_seats a {
	color: #333;
}


/**
 *	Schedule list
 */
table.future_list th.date {
	width: 25%;
}
table.future_list th.waiting {
	width: 30%;
}
table.future_list th.room,
table.future_list th.member {
	width: 30%;
}
table.future_list th.cancel {
	width: 15%;
}

td.entries .olb_gl_status {
	padding: 2px 5px;
	line-height: 1em;
}
td.entries .olb_gl_full {
	background-color: #fbd;
	color: #f33;
/*
	background-color: #f99;
	color: #fff;
*/
}
td.entries .olb_gl_full a {
	color: #900;
}
td.entries .attends {
	padding: 0;
	margin: 0;
	display: none;
	font-size: xx-small;
	line-height: 1.3em;
}
td.entries .attend_one {
	font-size: xx-small;
	margin-left: 10px;
}
td.entries a.toggle {
	font-size: xx-small;
	margin-left: 10px;
}

