
/* RichFaces SuggestionBox tuning */

.suggestion-box-popup {}

.suggestion-box-row {}

.suggestion-box-selected-row {}

.suggestion-box-selected-cell {} 

/* RichFaces SuggestionBox tuning  for IE6 */

div.rich-sb-ext-decor-2 {
	background-color: #fff;
}

 /* NON Selected Rows*/
tr.rich-sb-int {
	background-color: #fff;
	height: 28px;
}

tr.rich-sb-int .suggestion-box-first-letters {
	/*   First 3 characters: # 005F8D bold   */
	color: #a3a4a7;
	font-weight: bold;
	/* font-size: 11px; */
}

tr.rich-sb-int  .suggestion-box-other-letters {
	/*   Remaining characters: # 313330   */
	color: #a3a4a7;
	font-weight: normal;
}

td.rich-sb-cell-padding {
	vertical-align: middle;
	old-border-bottom: 1px solid #BED4E9;
}

 /* SELECTED Row*/
td.richfaces_suggestionSelectValue {
 	color: #a3a4a7;
	background-color: #e2e1e1;
}

td.richfaces_suggestionSelectValue .suggestion-box-first-letters {
	/*   First 3 letters: #ffffff bold   */
	color: #a3a4a7;
	font-weight: bold;
	/* font-size: 11px; */
}

td.richfaces_suggestionSelectValue  .suggestion-box-other-letters {
	/*   Remaining characters: #ffffff   */
 	color: #a3a4a7;
	font-weight: normal;
}


