.resource-group-tab-area {
	margin: 0;
	position: relative;
	display: flex;
	justify-content: space-around;
}
.resource-group-tab-list {
	margin-bottom: 0px;
	text-align: center;
}
.resource-group-tab-list ul {
	display: none;
}

.time-tab-list {
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: auto;
}
.time-tab-list ul {
	width: 100%;
}
.time-tab-list ul li {
	font-weight: bold;
}
.time-tab-list ul li.current {
	margin-top: 0;
}
.time-tab-list ul li .inner {
	border-right: 0px solid white;
	position: relative;
}
.time-tab-list ul li.tab-r .inner {
	border-right: none;
}
.time-tab-list ul li.current a {
}
.schedule-table {
	text-align: center;
	min-width: 100%;
	table-layout: fixed;
	margin: 0 0 20px 0;
	font-size: 10pt;
}
.schedule-table .odd {
	background-color: #f3f3f3;
}
.schedule-table .even {
	background-color: #f3f3f3;
}
.schedule-table td {
	padding: 1px 1px;
	vertical-align: top;
	overflow: hidden;
}
.schedule-table th.time {
	text-align: left;
	padding: 4px 8px !important;
}

.schedule-table tr td.available:hover {
	background-color: #ccc;
}
.schedule-type-0 {
	background-color: #009342;
}
.schedule-type-1 {
	background-color: #ff6300;
}
.schedule-type-2 {
	background-color: #0b71c1;
}
.schedule-type-3 {
	background-color: #c00000;
}
.schedule-type-4 {
	background-color: #7132a1;
}
.schedule-type-5 {
	background-color: #696969;
}
.schedule-type-6 {
	background-color: #0bb7c8;
}

.icons {
	clear: both;
	overflow: auto;
}

.resource-icon {
	position: relative;
	float: right;
}
.resource-icon div {
	display: block;
	float: right;
}
.resource-icon div:first-child { /* primary resource */
	display: none;
}

.ticket-icon {
	position: relative;
	float: left;
}
.ticket-icon div {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
}

.schedule-invoiced {
	color: black;
	clear: left;
	float: left;
}
.schedule-balance {
	color: #eee;
	float: right;
	clear: right;
}
.schedule-description {
	color: yellow;
	font-weight: bold;
	font-size: small;
	clear: both;
}
.join, .join a {
	color: black;
}
.schedule-link:hover {
	text-decoration: underline;
}

.joinable .player-list {
	display: none;
}

.schedule-table .player-name a, .schedule-table .player-name a:visited {
	color: white;
}

a.previous, a.next, a.previous-day, a.next-day {
	display: block;
}

@media print {
	.schedule-table, .schedule-table td, .schedule-table th {
		border: 1px solid black;
	}
	.schedule-description {
		color: black;
	}
}

.legend {
	clear: both;
}

.legend-list {
	text-align: center;
}
.legend-item {
	width: 103px;
	padding: 2px;
	margin: 2px;
	text-align: center;
	display: inline-block;
}

.available {
	background-color: #f3f3f3;
}
