@import url(swarm-bots.css);

a:active {
	color: gray;
	}

a:link {
	color: gray;
}
a:visited {
	color: gray;
	}

body {
	background-color: white;
}

td.top_menu {
	border-bottom: thin solid black;
	background-color: white;
	}

td.second_level_menu {
	border-right: thin solid black;
	background-color: white;
	}

td.main_info {
	background-color: white;
	color: black;
}

td.main_info a:link {
	color: gray;
	}

td.main_info a:visited {
	color: gray;
	}
	
td.main_info h3 {
	color: black;
}

td.odd {
	background-color: white;
	border-top: thin solid gray;
}

td.even {
	background-color: white;
	border-top: thin solid gray;
}

table.timetable {
	border: double black;
}

table.timetable th {
	border-bottom: double black;
	border-right: double black;
	border-top: double black;
}

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

td.gone_inprgs {
	background-color: #AAAAAA;
	border-right: thin solid black;
	border-bottom: thin solid black;
}

td.gone_done {
	background-color: #BBBBBB;
	border-right: thin solid black;
	border-bottom: thin solid black;
}


td.tocome_inprgs {
	background-color: #DDDDDD;
	border-right: thin solid black;
	border-bottom: thin solid black;
}


td.tocome_done {
	border-right: thin solid black;
	border-bottom: thin solid black;
}

td.top_menu img {
	width: 140px;
}

td.second_level_menu img {
	width: 160px;
}

