/**
 * Search style
 * Version: $Revision: 1.5 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2005-2006 BeSite
 */

TABLE.Search
{
    border-top: 1px dotted #c2c2c2;
}

TABLE.Search TD, TABLE.Search TH
{
    padding-left: 5px;
    padding-right: 5px;
    border: 0;
    border-bottom: 1px dotted #c2c2c2;
    background-color: transparent;
    white-space: nowrap;
}

TABLE.Search
{
    margin: auto;
    text-align: left;
    width: 90%;
}

TABLE.Search TH.Header
{
    border-left: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    color: black;
    background-color: #f6f6f6;
    font-weight: normal;
    text-align: center;
}

TABLE.Search TD, TABLE.Search TH
{
    padding-left: 5px;
    padding-right: 5px;
    border: 0;
    border-bottom: 1px dotted #c2c2c2;
    background-color: transparent;
    white-space: nowrap;
}

TABLE.Search TEXTAREA
{
    height: 120px;
}

TABLE.Search TD.form INPUT.CheckBox
{
    width: 13px;
    border: 0;
}

TABLE.Search INPUT.File
{
    width: 300px;
}

TABLE.Search TD.Submit
{
    text-align: center;
    border: 0;
}

TABLE.Search TD.Submit INPUT
{
    margin: 5px;
    width: 290px;
}

TABLE.Search TD, TABLE.Search TH
{
    line-height: 22px;
}

TABLE.Search TH.form
{
    width: 150px;
}

TABLE.Search TD.form
{
    width: auto;
}

DIV#SearchResults
{
    text-align: left;
}