﻿.suggestionsTable {
    border-bottom:solid 1px #777;
    border-left:solid 1px #777;
    border-right:solid 1px #777;
	background-color:white;	
	font-family:Tahoma;
	font-size:12px;
	width:100%;
}
.suggestionsTr {
    background-color:white;
}
.suggestionsTd {
    background-color:white;
    border-bottom:solid 1px #bdc7d8;    
}
.titleTr, .titleTd{		
	font-weight:bold;		
}
.commentsTr, .commentsTd{		
	font-weight:normal;
	padding-left:10px;
	font-size:10px;
	color:#333;
}
.suggestionsHilightedTr{
	background-color:#e1eaa8;			
	cursor:pointer;
}
.hilighted{
/*	background-color:#bdc7d8; */
	font-weight:bold;		
	color:red;
}
.loading{
	border-bottom:solid 1px #cfdc83;
    border-left:solid 1px #cfdc83;
    border-right:solid 1px #cfdc83;
	background-color:#e0eaa8;
}
