/*****************************************************************/
/*  table_styles01.css - Setting up SRP pages' main content area */
/*  Revision: 2009 A - 16 Apr 2010 by Jon Abolins                */
/*****************************************************************/

/* Simple List with column headings */
TABLE.tblListSimple {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006600;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #006600;
	-moz-border-radius: 10px;	
}

TABLE.tblListSimple TH, TABLE.tblListSimple {
	text-align: left;
	vertical-align: bottom;
}

TABLE.tblListSimple TD {
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ddddcc;
	border-bottom-color: #ddddcc;
}

TABLE.tblListSimple UL {
	margin-left: 5px;
	padding-left: 5px;
	list-style-position: outside;
}

TABLE.tblListSimple LI {
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 0px;
	display: list-item;
}

/* Stored tag just in case:     -moz-border-radius: 20px;  */

/* Special styles for Rules Cites in the Quck Guides */

UL.listRulesCites {
	margin-left: 0px;
	padding-left: 0px;
}

UL.listRulesCites LI {
	padding-bottom: 18px;
	list-style-type: none;
	margin-left: -10px;
	padding-left: 0px;
}


/* Text Colors */
.red {
	color: #900;
}
.blue {
	color: #009;
}

.gray {
	color: #999;
}
