table.multisearch
{
    background-color: #ff8e01;
    margin-top: 5px;
    font-size: 11px;
    height:250px;
}

table.multisearch form
{
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

tbody#multisearchdynamic input
{
    width: 70%;
}

tbody#multisearchdynamic select
{
    width: 70%;
}

table.multisearch td
{
    vertical-align: top;
}

table.multisearch td.none
{
    font-size: 1px;
    color: #ff8e01;
}

div.topLeft
{
    float:left;
    background-image: url( '../images/multisearchRadiusLeft.png' );
    background-repeat: no-repeat;
    background-position: top left;
    width: 5px;
    height: 5px;
}

td.topRight
{
    background-image: url( '../images/multisearchRadiusRight.png' );    
    background-repeat: no-repeat;
    background-position: top right;
    width: 5px;
}

td.bottomLeft
{
    background-image: url( '../images/multisearchRadiusLeft.png' );
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 5px;
}

td.bottomRight
{
    background-image: url( '../images/multisearchRadiusRight.png' );
    background-repeat: no-repeat;
    background-position: bottom right;
}

ul#multisearch-nav
{
    margin: 0px;
    padding: 0px;
    margin-left:10px;
    list-style-type: none;
}

ul#multisearch-nav li
{
    padding-right: 7px;
    height: 24px;
    line-height: 24px;
    display: block;
    float:left;
    background-color: #ff7100;
    margin-right: 5px;
    color: #000000;
    text-indent: 10px;
    font-weight: bold;
    border-left: 1px solid #000000; 
    border-right: 1px solid #000000; 
    border-bottom: 1px solid #000000;
    font-size: 11px; 
    cursor: pointer;
}

ul#multisearch-nav li:hover
{
    background-color: #ff7100;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    color:#dddddd;
}

ul#multisearch-nav li.selected
{
    background-color: #ff6100;
    border-left: 1px solid #ffffff; 
    border-right: 1px solid #ffffff; 
    border-bottom: 1px solid #ffffff;
    color:#ffffff;
}



td.multisearchCellTree
{
    width: 32%;
}

td.multisearchCellSpace
{
    width: 2%;
}

table.multisearch label
{
    color: #000000;
    font-size: 11px;
}

table.multisearch input
{
    width: 70%;
}

table.multisearch select
{
    width: 70%;
}
