/*
This style sheet is used for colouring of link usage page.

<!--- ---------------------------------------------------------------------
'Sites Style Sheet				CompuCraft Software Solutions (c) 1999-2010
'Date --- Init Reason------------------------------------------------------
'20/02/08 DB initiated file for SampleV4
'12/11/09 DB ran a CSS tidy
'13/01/10 DB updated style sheet copyright date to 2010
'13/01/10 DB ran an extended CSS tidy
'---------------------------------------------------------------------- --->

note: comments starting with cw- are used by the ComWeb Style Sheet Theme (colour) Editor.
Where more than one such comment is on consecutive lines, this is for backwards compatibility.
The first of these such lines is the latest label for the Style sheet editor to display and
the latter entries are older or redundant labels.
*/

a.link_usage_1,
a.link_usage_2,
a.link_usage_3,
a.link_usage_4,
a.link_usage_5,
a.link_usage_6,
a.link_usage_7,
a.link_usage_8,
a.link_usage_1:visited,
a.link_usage_2:visited,
a.link_usage_3:visited,
a.link_usage_4:visited,
a.link_usage_5:visited,
a.link_usage_6:visited,
a.link_usage_7:visited,
a.link_usage_8:visited,
a.link_usage_1:hover,
a.link_usage_2:hover,
a.link_usage_3:hover,
a.link_usage_4:hover,
a.link_usage_5:hover,
a.link_usage_6:hover,
a.link_usage_7:hover,
a.link_usage_8:hover
a.link_usage_1:active,
a.link_usage_2:active,
a.link_usage_3:active,
a.link_usage_4:active,
a.link_usage_5:active,
a.link_usage_6:active,
a.link_usage_7:active,
a.link_usage_8:active {
/* cw-Link Usage Text */
	color: #000000
	!important;
}

a.link_usage_1 {
/* cw-Link Usage Level 1 Background */
	background-color: #FF0000
	!important;
}

a.link_usage_2 {
/* cw-Link Usage Level 2 Background */
	background-color: #FF3300
	!important;
}

a.link_usage_3 {
/* cw-Link Usage Level 3 Background */
	background-color: #FF6600
	!important;
}

a.link_usage_4 {
/* cw-Link Usage Level 4 Background */
	background-color: #FF9900
	!important;
}

a.link_usage_5 {
/* cw-Link Usage Level 5 Background */
	background-color: #FFCC00
	!important;
}

a.link_usage_6 {
/* cw-Link Usage Level 6 Background */
	background-color: #FFFF00
	!important;
}

a.link_usage_7 {
/* cw-Link Usage Level 7 Background */
	background-color: #FFFF99
	!important;
}

a.link_usage_8 {
/* cw-Link Usage Level 8 Background */
	background-color: #FFFFCF
	!important;
}
 
a.image_link {
	display: block;
	padding: 2px; 
}
 
img.image_link {
	filter: alpha(opacity=50);
}


/*============================================================================
Non-Standard Sample Additions
============================================================================*/
