/* 
	A set of id free links primarily for use with inline items 
	
	Add to these as required
*/


/*
These styles are used for image inline ONLY for alignment
*/

.positionright
{
	float : right;
	padding : 10px 0 10px 10px;
}

.positionleft
{
	float : left;
	padding : 10px 10px 10px 0;
}

/*
These styles are also used for image inline ONLY to control the colour of the title bar under the image. By default the title will use the media description.  Styles can be added - using the syntax .[colour]title followed by the definition elements.
*/
.greytitle, .bluetitle, .purpletitle{
	display : block;
	padding : 4px;
}


.greytitle
{
	background-color : #ccc;
	color : #000;
}

.bluetitle
{
	background-color : #ccf;
	color : #309;
}

.purpletitle
{
	background-color : #fcf;
	color : #900;
}

/*
The following styles are used for ALL links i.e. related content that displays on the right-hand side navigation and links within the article body.  This is included to allow for future developments.
*/
a.redlink, a.greenlink, a.boldlink, a.underline{text-decoration:underline;}

a.redlink{ color: #ff0000; }
  
a.greenlink{ color: #00ff00;}

a.boldlink{ font-weight: bold; }