/****************************************
 * IWS
 * CS User CSS Rules
 * 11/08 - 
 ****************************************/

/* readmore links */
span.more {
	background: transparent url(../images/layout/arrows/right_gray.gif) no-repeat 100% 60%;
	padding-right: 10px;
}

.table-row-lighter {
	background: #fff;
	} 
	
.table-row-darker {
	background: #fafaf7;
	}
/* text styles */

.notestyle {
	background: #fafaf7;
	padding: 12px 8px 0 8px;
	border: 1px solid #e7e7e7;
	margin-bottom: 15px;
}

span.notestyle {
	padding: 12px 8px 0 8px;
}

p.notestyle {
	padding: 12px 8px;
}

.text-highlight-red {
	background: #f0beb6;
}

.text-highlight-yellow {
	background: #f0ee9f;
}

.text-highlight-green {
	background: #c5ee9f;
}