.todos .done {
	font-weight : bold;
	text-decoration:line-through;
}
.todos {
	text-align:left;
	width : 630px;
}
.inst_guide fieldset legend{
	font-size: 18px;
	font-weight : bold;
}
.inst_guide fieldset{
	-moz-border-radius:6px 6px 6px 6px; background-color:#F7F3E5; border:4px solid #EBE4CE; padding:5px 5px 0px 5px; color:#754C24;
	margin-bottom: 10px;
}

.wrap.inst_guide{
	margin: 0 15px 10px 5px;
}
tr.plg_active .nme{
	color: green;
	font-weight : bold;
}
#all-plugins-table tr:hover td{
	background-color : #F5F5F5;
}
tr.plg_active:hover .nme
, tr.plg_active:hover .url
{
	color: #FFCC33;
	font-weight : bold;
}