a{
	text-decoration: none;
	color: #009;
}
.navbar-brand{
	color: #000;
	text-decoration: none;
	font-size: 16pt;
}
#mirrors,#dirs{
	clear: both;
	margin-bottom: 30px;
}
tr > th{
	text-align: left;
	background-color: #EEE;
	border-bottom: 1px solid #aaa;
}
tr > th,
tr > td{
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
}
table{
	width: 100%;
	border: 1px solid #aaa;
	border-left: 0px;
	border-right: 0px;
}
table tr:nth-child(even){
	background-color: #EEE;
}
table tr:nth-child(odd){
	background-color: #FFF;
}
.menu > li.active{
	background-color: #CCE;
}
.menu > li > a{
	color: #000;
	font-size: 14pt;
}
.menu{
	list-style: none;
	margin: 0;
}
.menu > li{
	float: left;
	width: 80px;
	height: 100%;
	text-align: center;
	border: 1px solid #aaa;
	border-top: 0px;
	border-bottom: 0px;
}
.menu > li:hover{
	background-color: #CCC;
}
.navbar-menu{
	background-color: #EEE;
	width: 100%;
	height: 30px;
	border: 1px solid #aaa;
	border-left: 0px;
	border-right: 0px;
	margin-top: 10px;
}
.help{
	width: 100%;
	/*height: 100%;*/
	margin-top: 10px;
}