
.SearchResults table img 
{
display:none
}

.SearchResults td
{
text-align: left;
padding: 5px 5px 5px 0px;
border-bottom: 1px dashed #c2c2c2;
}

/*Set properties of embedded view tables*/
.EmbeddedView
{
clear:both;
}

.EmbeddedView table
{

}

.EmbeddedView th
{
font-weight:bold; 
text-align: left;
padding: 5px 15px 5px 0px;
color: #000000;
}
.EmbeddedView td
{
text-align: left;
padding: 5px 5px 5px 0px;
border-bottom: 1px dashed #c2c2c2;
font-size:.9em;
}

.EmbeddedView td a
{
text-decoration: underline;
}

