<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fc-tbx * {
	position: relative; z-index: 10000;
}
.fc-tbx table {
	margin: 0px;
}
.fc-tbx .tl {
	background: url("img/tl.png") no-repeat;
}
.fc-tbx .t {
	background: url("img/t.png") repeat-x; height: 16px;
}
.fc-tbx .tr {
	background: url("img/tr.png") no-repeat;
}
.fc-tbx .l {
	background: url("img/l.png") repeat-y; width: 16px;
}
.fc-tbx .r {
	background: url("img/r.png") repeat-y; width: 16px;
}
.fc-tbx .bl {
	background: url("img/bl.png") no-repeat;
}
.fc-tbx .b {
	background: url("img/b.png") no-repeat; height: 25px;
}
.fc-tbx .br {
	background: url("img/br.png") no-repeat;
}
.fc-tbx .c {
	background: url("img/c.png");
}
.fc-tbx a.close {
	background: url("img/close.png") no-repeat; width: 10px; height: 10px; margin-left: 5px; float: right; display: block; position: relative; cursor: pointer;
}
.fc-tbx .err {
	float: left;
}
.fc-tbx p {
	margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; width: auto; color: rgb(255, 255, 255); font-family: tahoma, verdana, sans-serif; font-size: 10px; display: block;
}
.ajax_loader {
	background: url("img/ajax-loader.gif") no-repeat center; width: 200px; height: 150px;
}
.fc-error {
	border: 1px solid rgb(136, 136, 136); border-image: none; margin-top: 5px; background-color: rgb(234, 234, 234);
}
.fc-error p {
	margin: 5px; color: rgb(170, 0, 0);
}
</pre></body></html>