								/* CSS File: AZ Prosecution (Hyperlinks) */



/* General/default Hyperlink Formatting:  Generally covers the left and right column links. */

a:link
	{
	color			: #006699	;
	text-decoration	: none		;
	}

a:visited
	{
	color			: #006699	;
	text-decoration	: none		;
	}

a:focus
	{
	color			: #006699	;
	text-decoration	: none		;
	}

a:hover
	{
	color			: white		;
	background-color: #0099ff	;
	text-decoration	: underline	;
	}

a:active
	{
/* 	color			: #fcd9c5	; */
	text-decoration : underline	;
	}

.current_area
	{
	color	: white	;
	}


/* Main Navigation Bar Hyperlink Formatting */

a.mainbar_link:link
	{
	color			: #006699			;
	padding			: 2px 4px 2px 4px			;
	border			: 1px solid #004a68	;
  	background-image: url(../images/outer_background.jpg)	;
	}

a.mainbar_link:visited
	{
	padding			: 2px 4px 2px 4px			;
	border			: 1px solid #004a68	;
 	background-image: url(../images/outer_background.jpg)	;
	}

a.mainbar_link:focus
	{
	background-color: #0099ff	;
	}

a.mainbar_link:hover
	{
	color			: white				;
	text-decoration	: none				;
  	background-image: none				;
	background-color: #0099ff			;
	border			: 1px solid white	;
	}

a.mainbar_link:active
	{
	color			: white				;
	text-decoration	: none				;
  	background-image: none				;
	background-color: #0099ff			;
	}


/* Body Text Hyperlink Formatting:  For the main text areas (defined by the "tooltip_area" id). */

#tooltip_area a:link
	{
	color			: #006699	;
	text-decoration	: underline	;
	}

#tooltip_area a:visited
	{
	color			: #006699	;
	text-decoration	: underline	;
	}

#tooltip_area a:focus
	{
	color			: #006699	;
	text-decoration	: underline	;
	}

#tooltip_area a:hover
	{
	color			: white		;
	background-color: #0099ff	;
	text-decoration	: underline	;
	}

#tooltip_area a:active
	{
/* 	color			: #fcd9c5		; */
	text-decoration : underline	;
	}



/* Substantive Offenses Hyperlink Formatting:  For the substantive offense links in the body text (NOT in a tooltip box) */

#tooltip_area a.statutory_single:link, #tooltip_area .statutory_single span.definition
	{
	color			: #840045	;
	text-decoration	: underline	;
	}

#tooltip_area a.statutory_single:visited, #tooltip_area .statutory_single span.definition
	{
	color			: #840045	;
	text-decoration	: underline	;
	}

#tooltip_area a.statutory_single:focus, #tooltip_area .statutory_single span.definition
	{
	color			: #840045	;
	text-decoration	: underline	;
	}

#tooltip_area a.statutory_single:hover, #tooltip_area a.statutory_single:hover span.definition
	{
	color			: white		;
	background-color: #ea5493	;
	text-decoration	: underline	;
	}

#tooltip_area a.statutory_single:active, #tooltip_area .statutory_single span.definition
	{
/* 	color			: #fcd9c5		; */
	text-decoration : underline	;
	}



/* Substantive Offenses Hyperlink Formatting:  Not used at the moment.*/

#tooltip_area a.definition:link
	{
	color			: #006969	;
	text-decoration	: none		;
	cursor			: help		;
	}

#tooltip_area a.definition:visited
	{
	color			: #006969	;
	text-decoration	: none		;
	cursor			: help		;
	}

#tooltip_area a.definition:focus
	{
	color			: #006969	;
	text-decoration	: none		;
	cursor			: help		;
	}

#tooltip_area a.definition:hover
	{
	color			: white		;
	background-color: #00BEBE	;
	text-decoration	: none		;
	cursor			: help		;
	}

#tooltip_area a.definition:active
	{
	color			: white	;
	background-color: #00BEBE	;
	text-decoration : none		;
	cursor			: help		;
	}


/* */

#tooltip_area a.definition_special:link
	{
	color			: #006969	;
	text-decoration	: none		;
	cursor			: help		;
	}

#tooltip_area a.definition_special:visited
	{
	color			: #006969	;
	text-decoration	: none		;
	cursor			: help		;
	}

#tooltip_area a.definition_special:focus
	{
	color			: #006969	;
	text-decoration	: none		;
	cursor			: help		;
	}

#tooltip_area a.definition_special:hover
	{
	color			: white		;
	background-color: #00BEBE	;
	text-decoration	: none		;
	cursor			: help		;
	}

#tooltip_area a.definition_special:active
	{
	color			: white	;
	background-color: #00BEBE	;
	text-decoration : none		;
	cursor			: help		;
	}


/* Definitions Hyperlink Formatting:  For the hyperlinks in the definitions tooltip boxes. */

a.definitionbox_link:link
	{
	color			: #006969	;
	text-decoration	: none		;
	}

a.definitionbox_link:visited
	{
	color			: #006969	;
	text-decoration	: none		;
	}

a.definitionbox_link:focus
	{
	color			: #006969	;
	text-decoration	: none		;
	}

a.definitionbox_link:hover
	{
	color			: white		;
	background-color: #00BEBE	;
	text-decoration	: underline		;
	}

a.definitionbox_link:active
	{
/* 	color			: #fcd9c5	; */
	text-decoration : underline	;
	}



/* Sentencing Hyperlink Formatting:  For the hyperlinks in the sentencing tooltip boxes. */

a.sentencingbox_link:link
	{
	color			: #6c0008	;
	text-decoration	: none		;
	}

a.sentencingbox_link:visited
	{
	color			: #6c0008	;
	text-decoration	: none		;
	}

a.sentencingbox_link:focus
	{
	color			: #6c0008	;
	text-decoration	: none		;
	}

a.sentencingbox_link:hover
	{
	color			: white		;
	background-color: orange	;
	text-decoration	: underline		;
	}

a.sentencingbox_link:active
	{
/*	color			: #fcd9c5	; */
	text-decoration : underline	;
	}



/* Footnote Hyperlink Formatting:  For the hyperlinks in the sentencing tooltip boxes. */

#tooltip_area a.footnote:link
	{
	color			: green	;
	text-decoration	: none		;
	}

#tooltip_area a.footnote:visited
	{
	color			: green	;
	text-decoration	: none		;
	}

#tooltip_area a.footnote:focus
	{
	color			: green	;
	text-decoration	: none		;
	}

#tooltip_area a.footnote:hover
	{
	color			: white		;
	background-color: lime	;
	text-decoration	: underline		;
	}

#tooltip_area a.footnote:active
	{
	color			: #bfb2d3		;
	text-decoration : underline	;
	}




							/* End of CSS File */