/****************************************************************/
/*  list_styles.css - Setting up SRP pages' special list styles */
/*  Revision: 2009 A - 7 Jan 2009 by Jon Abolins                */
/****************************************************************/

/* Basic arrowed list */
UL.listArrow LI {
	margin-left: -5px;
	list-style-image: url(../images/arrows/arrow12.gif);
	margin-bottom: 0.5em;
	list-style-position: outside;
}

/* "Bullet-less" list style */
UL.listClear  {
	margin-left: 0px;
	list-style-position: inside;
	list-style-type: none;
} 

UL.listClear LI {
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(../images/transparent.gif);

} 

/* Basic dashed list style */
UL.listDash01 LI {
	margin-left: -15px;
	list-style-image: url(../images/symbols/list_dash14b.gif);
	margin-bottom: 0.5em;
}

/* A check box list style */
UL.listCheckBox LI {
	list-style-image: url(../images/box_green10.gif);
	margin-bottom: 1em;
: 1em;
}

/* A diamond bullet list style */
UL.listDiamond LI {
	list-style-image: url(../images/arrows/diamond12g.gif);


: 1em;
}


/* Table of Contents list styles */
UL.listToC LI {
	margin-left: -5px;
	list-style-image: url(../images/arrows/arrow12.gif);
	margin-bottom: 0.5em;
	list-style-position: outside;
}

OL.listToC LI {
	margin-left: -5px;
	margin-bottom: 0.5em;
	list-style-position: outside;
}

.listToC LI A {
	text-decoration: none;
}

.listToC LI A:hover {
	text-decoration: underline;
}

/* Tight List */

UL.listCompacted {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

UL.listCompacted LI {
	margin-bottom: 2px;
	padding-bottom: 2px;
}

/* roman numeral styling */
OL.roman{
	list-style-type: lower-roman;
}
