@import url(../swarm-bots.css);

table.timetable {
	font-size: small;
	border: double #544C45;
}

table.timetable th {
	border-bottom: double #544C45;
	border-right: double #544C45;
	border-top: double #544C45;
	padding: 1pt;
	text-align: center;
}

table.timetable td {
	padding: 1pt;
	border-right: thin solid #544C45;
	border-bottom: thin solid #544C45;
}

td.goneinprgs {
	background-color: #A3A37E;
	border-right: thin solid #544C45;
	border-bottom: thin solid #544C45;
}

td.gonedone {
	background-color: #C6CCAB;
	border-right: thin solid #544C45;
	border-bottom: thin solid #544C45;
}


td.tocomeinprgs {
	background-color: #BFBF7E;
	border-right: thin solid #544C45;
	border-bottom: thin solid #544C45;
}


td.tocomedone {
	border-right: thin solid #544C45;
	border-bottom: thin solid #544C45;
}

td.goneinprgsdelayed {
	background-color: #A3A37E;
	border: medium dotted #544C45;
}

td.gonedonedelayed {
	background-color: #C6CCAB;
	border: medium dotted #544C45;
}

td.tocomeinprgsdelayed {
	background-color: #BFBF7E;
	border: medium dotted #544C45;
}

td.tocomedonedelayed {
	border: medium dotted #544C45;
}

table.timetable a.delayed:link {
	color: #FF1C6F;
}

table.timetable a.delayed:visited {
	color: #FF1C6F;
}

table.timetable a.tofinish {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
}

p.legend-delay {
	color: #FF1C6F;
}

p.legendtofinish {
	color: #990000;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
}

td.opt {
	vertical-align: top;
}

img.tools {
	float: right;
}

img.mimetype {
	float: left;
}

img.preview {
	float: left;
	padding-right: 5px;
}