table.form input:focus {
	background-color: #cccccc;
}
table.form textarea:focus {
	background-color: #cccccc;
}
table.form select:focus {
	background-color: #cccccc;
}
table.form td.label {
	text-align: right;
	padding-right: 10px;
}



tr.row-even {
	background-color: #cdcdcd;
}
tr.row-odd {

}

div.active-user {
	font-color: #000;
}
div.pending-user {
	font-color: #ff000;

}
div.removed-user {
	font-color: #ff000;
}

td.headcell {
	width: 14%;
	text-align: center;
}
tr.row-even td.not-full {
	border-left: 6px solid #db6666;
}
tr.row-even td.full {
	border-left: 6px solid #eff0ff;
}
tr.row-odd td.not-full {
	border-left: 6px solid #db6666;
}
tr.row-odd td.full {
	border-left: 6px solid #ffffff;
}
