@charset "utf-8";
/* general, defaults */
.Module {
	margin-bottom: 10px;
}
.Module ul,
.Module ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}
/* Modules */
/* ListProjects */
.Module.ListProjects ul li a {
	display: block;
	padding: 2px 10px;
	background-color: #fff;
}
.Module.ListProjects ul li a:hover,
.Module.ListProjects ul li a.active {
	background-color: #abd8f2;
}

