
/*********************
* Commands           *
*********************/
a.EditCommand
{
	display:block;
	float:left;
	border:0px solid #D1D1EF;
	margin-right:5px;
	color:#888;
	width: 3em;
	text-align:center;
	padding:0px;
	font-size:0.9em;
}

a:hover.EditCommand
{
	color:#F00;
}


