/*------------------------------------------------------------------------------
File:
	backend.css
	
Purpose:
	Styles used on naspspa.org backend
	
Location:
	Live		\e-share\publicsites\naspspa\style\
	Development	\e-share\publicsites\naspspa\style\
	
History:
Ver		Inits	Date		Comments
1.00	BWJ		06-26-01	Created
------------------------------------------------------------------------------*/

/* Used by <cf_HKMemDisplayTable> */
#tblHeading	{
	font-family		:	Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight		:	bold;
	font-size		:	18px;
	text-decoration	:	none;
	color			:	white;
}

/* Links (not flagged) */
.flag_no {
font-weight			:	normal;
}

/* Links (flagged) */
.flag_yes {
font-weight			:	bold;
}

/* Register rows */
tr.register_0 td {
background-color	:	white;
}

tr.register_1 td {
background-color	:	LightGrey;
}