#CONTENT a, #CONTENT a:link, #CONTENT a:visited, #CONTENT a:active {
	color: #00a99d;
	text-decoration: none;
	}
/*#CONTENT a:visited {
	color: #530000;
	}*/
#CONTENT ol, #CONTENT ul {
	margin-top: 0px;
	font-size: 15px;
}
#CONTENT ol li {
	list-style: decimal;
}
#CONTENT ul li {
	list-style: square;
}
#CONTENT th {
	text-align: left;
	vertical-align: text-top;
}
#CONTENT td {
	text-align: left;
	vertical-align: text-top;
	font-size: 15px;
	padding: 3px;
}
#projnavbar {
    clear:both;
    margin-bottom:10px;
	overflow-x:hidden;
	height:auto;
}
#projnavbar .btn {
	font-size:15px;
    margin-right:5px;
    padding:5px 10px;
    display:block;
    float:left;
    background-color:rgba(0,0,0,.1);
    cursor: pointer;
	cursor: hand;
}
#projnavbar a.btn:hover, #CONTENT a.btn:active, #CONTENT a.btn.current {
	background-color:#747474;
    color:#fafafa;
}
#projnavbar a.btn {
	color:rgb(92,92,92);
}
ul.statuslist, ol.statuslist {
    width:100%;
    float:left;
    clear:both;
	padding:0px;
}
li.status {
	width:60px;
	margin:3px;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
    display:block;
    float:left;
}
li.implemented {
	background-color:rgba(0,0,0,.1);
}
li.unimplemented {
	color:#9E6364;
	background-color:rgba(255,96,96,.4);
}
li.partial {
	background-color:rgba(255,96,0,.2);
}
li.never {
	color:#fafafa;
	background-color:#747474;
}
li.key {
	width:166px;
}
