/* 
	A set of id free links primarily for use with inline items 
	
	Add to these as required
*/

.positionright
{
	float : right;
	padding : 5px 0 5px 5px;
}

.positionleft
{
	float : left;
	padding : 5px 5px 5px 0;
}

.greytitle
{
	display : block;
	background-color : #ccc;
	color : #000;
	padding : 4px;
}

