									/* CSS File: Lists */



.outline /* Formats the appearance of the outline lettering and numbering */
	{
	font-weight : bold  	;
	color   	: #004a68	;
	}


/* General (used in all sections) */

.list_nonumber /* For a <p> tag; this formats a paragraph that has no number */
	{
	padding-left	: 0em	;
	text-indent		: 0em	;
	}

.outline_formatting
	{
	font-weight	: bold	;
	}

.list_double /* This formats double digit numbers in evidence; specifically, Rules: 803 901 902; may be in a <p> or <div> tag */
	{
	text-indent	: -2.8em	;
	}

.list_double_noparenthesis /* This formats double digit numbers in evidence; specifically, Rules: 803 901 902; may be in a <p> or <div> tag */
	{
	text-indent	: -2.1em	;
	}

.list_single /* For numbers that appear on level 2 in procedure that do not have parenthesis; specifically Rule 26.8 */
	{
	text-indent		: -1.4em	;
	}



/* Roman Numerals (used in all sections) */

.list_i /* For a <p> tag; for the third level roman numeral "(i)" */
	{
	text-indent		: -1.7em	;
	}

.list_ii /* For a <p> tag; for a <p> tag;  For the third level roman numeral "(ii)" */
	{
	text-indent		: -2.0em	;
	}

.list_iii /* For a <p> tag; for the third level roman numeral "(iii)" */
	{
	text-indent		: -2.3em	;
	}

.list_iv /*  For a <p> tag; for the third level roman numeral "(iv)" */
	{
	text-indent		: -2.4em	;
	}

.list_v /* For a <p> tag; for the third level roman numeral "(v)" */
	{
	text-indent		: -2.1em	;
	}

.list_vi /*  For a <p> tag; for the third level roman numeral "(vi)" */
	{
	text-indent		: -2.3em	;
	}

.list_vii /* For a <p> tag; for the third level roman numeral "(vii)" */
	{
	text-indent		: -2.7em	;
	}

.list_viii /* For a <p> tag; for the third level roman numeral "(viii)" */
	{
	text-indent		: -3em	;
	}



/* Rules of Criminal Procedure */

.list_first_procedure
	{
	padding-left	: 2em		;
	text-indent		: -1.35em	;
	}

.list_second_procedure
	{
	padding-left	: 2em		;
	text-indent		: -2.1em	;
	}

.list_third_procedure
	{
	padding-left	: 2em		;
	text-indent		: -2.2em	;
	}

.list_c_procedure /* Fixes "c." entries */
	{
	text-indent		: -1.25em	;
	}

.list_f_procedure /* Fixes "f." entries */
	{
	text-indent		: -1.05em	;
	}

.list_i_procedure /* Fixes "i." entries */
	{
	text-indent		: -1em	;
	}



/* Rules of Evidence */

.list_first_evidence
	{
 	padding-left	: 2em		;
	text-indent		: -2.05em   ;
	}

.list_second_evidence
	{
	padding-left	: 2em		;
	text-indent		: -2.1em	;
	}

.list_third_evidence /* Used only in Rule 404 */
	{
	padding-left	: 2em		;
	text-indent		: -2.2em	;
	}

.list_fourth_evidence /* Used only in Rule 404 */
	{
	padding-left	: 2em	;
	text-indent		: -2em	;
	}


/* Rules of Professional Responsibility */

.list_first_ethics_preamble
	{
	padding-left	: 2em		;
	text-indent		: -1.95em	;
	}

.list_first_ethics_preamble_double
	{
	padding-left	: 2em		;
	text-indent		: -2.65em	;
	}

.list_first_ethics
	{
 	padding-left	: 2em		;
	text-indent		: -2.1em   ;
	}

.list_second_ethics
	{
	padding-left	: 2em		;
	text-indent		: -2.1em	;
	}

.list_third_ethics /* Used only in Rule 404 */
	{
	padding-left	: 2em		;
	text-indent		: -2.2em	;
	}

.list_fourth_ethics /* Used only in Rule 404 */
	{
	padding-left	: 2em	;
	text-indent		: -2em	;
	}

.list_c_ethics /* Fixes "c." entries */
	{
	text-indent		: -1.25em	;
	}

.list_f_ethics /* Fixes "f." entries */
	{
	text-indent		: -1.05em	;
	}

.list_i_ethics /* Fixes "i." entries */
	{
	text-indent		: -1em	;
	}


/* Statutes */

.list_first_statute
	{
	padding-left	: 2em		;
	text-indent		: -1.5em	;
	}

.list_second_statute
	{
	padding-left	: 1.5em	;
	text-indent		: -1.4em	;
	}

.list_third_statute
	{
	padding-left	: 2em	;
	text-indent		: -2.1em	;
	}

.list_fourth_statute
	{
	padding-left	: 2em	;
	text-indent		: -2em	;
	}


.list_single_statute /* Theses start with single digit statutes that do not have bolded beginnings. */
	{
	padding-left	: 2em		;
	text-indent		: -1.4em	;
	}

.list_double_statute /* This formats double digit numbers in non-definitional statutes; specifically, 13-1204; may be in a <p> or <div> tag */
	{
	text-indent	: -2.1em	;
	}


.list_first_definitions_statute /* Theses start with single digit definitions statutes. */
	{
	padding-left	: 2em		;
	text-indent		: -1.35em	;
	}

.list_second_definitions_statute /*  */
	{
	padding-left	: 2em		;
	text-indent		: -2.1em	;
	}

.list_third_definitions_statute /*  */
	{
	padding-left	: 2em	;
	text-indent		: -2em	;
	}

.list_fourth_definitions_statute /*  */
	{
	padding-left	: 2em	;
	text-indent		: -2em	;
	}


.list_definitions_double_statute /* This formats double digit numbers in definitional statutes; specifically, 13-105; may be in a <p> or <div> tag */
	{
	text-indent	: -2em	;
	}


.list_c_statute /*  */
	{
	text-indent	: -2em	;
	}

.list_f_statute /*  */
	{
	text-indent	: -1.8em	;
	}

.list_e_statute /*  */
	{
	text-indent	: -1.4em	;
	}

.list_h_statute /*  */
	{
	text-indent	: -1.6em	;
	}

.list_i_statute /*  */
	{
	text-indent	: -1.2em	;
	}

.list_f_cap_statute /*  */
	{
	text-indent	: -1.4em	;
	}

.list_j_statute /*  */
	{
	text-indent	: -1.3em	;
	}

.list_k_statute /*  */
	{
	text-indent	: -1.4em	;
	}

.list_l_statute /*  */
	{
	text-indent	: -1.35em	;
	}

.list_m_statute /*  */
	{
	text-indent	: -1.65em	;
	}


/* Arizona Constitution */

.list_first_azc
	{
	padding-left	: 2em		;
	text-indent		: -1.5em	;
	}

.list_second_azc
	{
	padding-left	: 1.5em	;
	text-indent		: -1.4em	;
	}

.list_third_azc
	{
	padding-left	: 2em	;
	text-indent		: -2.1em	;
	}
.list_first_definitions_azc /* Theses start with single digit definitions. */
	{
	padding-left	: 2em		;
	text-indent		: -2.1em	;
	}

.list_second_definitions_azc /*  */
	{
	padding-left	: 2em		;
	text-indent		: -2.2em	;
	}

.list_third_definitions_azc /*  */
	{
	padding-left	: 2em	;
	text-indent		: -2em	;
	}

.list_double_azc /* This formats double digit numbers in non-definitional az const provisions; may be in a <p> or <div> tag */
	{
	text-indent	: -2.81em	;
	}

							/* End of CSS File */