/****************************************
 * CS User CSS Rules
 * 05/09 - 
 ****************************************/

span.more {
	background: url(/images/layout/bullet.gif) no-repeat 100% 70%;
	padding-right: 10px;
}

.table-row-lighter {
	background: #f2f4ef;
	} 
	
.table-row-darker {
	background: #E8EBE2;
	}
/* text styles */

.notestyle {
	background: #f2f4ef;
	padding: 12px 8px 0 8px;
	border: 1px solid #E8EBE2;
	margin-bottom: 15px;
}

span.notestyle {
	padding: 12px 8px 0 8px;
}

p.notestyle {
	padding: 12px 8px;
}

.notestyle .CS_Textblock_Caption {
	background: url(/dfa/images/layout/icons/icn_excl.gif) no-repeat 0 0;
	padding: 2px 0 0 20px;
}

.text-highlight-red {
	background: #f0beb6;
}

.text-highlight-yellow {
	background: #f0ee9f;
}

.text-highlight-green {
	background: #c5ee9f;
}