﻿.ohausSearch
{
    width: 201px;
}
.ohausSearch .searchFields
{
    width: 100%;
    background-color: #3a3a3a;
    background-image: url(./images/searchBoxFooter.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
}
.ohausSearch .searchTable
{
    width: 100%;
    background-image: url(./images/searchBoxTopBG.gif);
    background-position: left top;
    background-repeat: no-repeat;
}
.ohausSearch .searchTable td
{
    padding: 5px 0px 0px 10px;
}
/*.ohausSearch .searchTable .lastRow td
{
    padding-bottom: 5px;
    padding-right: 10px;
}*/
.ohausSearch .imggo 
{
    width:inherit;     
    background-image: url(./images/searchBtn.gif);
    background-position:right top;
    background-repeat: no-repeat;
}

/* CSS for OhausResult */
.OhausResult .table
{
    width: 100%;
    border-left: solid 1px #e4e3e3;
    border-bottom: solid 1px #e4e3e3;
    border-right: solid 1px #e4e3e3;
}
.OhausResult .table .tableHeader
{
    background-color: #3a3a3a;
    color: White;
    font-weight: bold;
}
/*.OhausResult .table .tr
{   
    width:100%;
    padding:2px; 
    font-style:normal;       
}
.OhausResult .alternateRow .title
{
    width: 100%;    
    font-weight:bold;
    left:auto;
}
.OhausResult .alternateRow .description
{
    width: 100%;      
    color:Black; 
}*/
.OhausResult .alternateRow
{
    background-color: #f6f6f6;
}
/*
.OhausResult .title
{
    width: 100%;    
    font-weight:bold;
    left:auto;
}
.OhausResult .description
{
    width: 100%;      
    color:Black; 
}*/
