﻿.searchResults
{
   text-align: -moz-center;   
   width:100%;
}
.searchResultsRow
{
    padding-top: 5px; padding-bottom: 5px; border-bottom: solid 1px #CCCCCC;
}

.searchResultsTable tr:hover
{
    background-color: #CCCCCC;
}

.buttonSearch
{
    background-image: url(../../images/WorkmanshipMaterialsGuideImages/searchButton.jpg); 
    background-repeat:no-repeat; 
    width:30px; 
    height:30px; 
    background-color: Transparent;
    background-position:center; 
    border-style:none;
    
}

.buttonSearch:hover
{
     cursor:pointer;
}
