﻿#content {   
    padding-top: 20px;  
}

div#toolContainer
{
    width: 500px;
    direction: ltr;
}

div#toolContainer input.btn
{
    width: 40px;
}

/* Fieldset Style
-------------------------------------------- */
#toolContainer fieldset
{
    border: solid 1px #A3B7E2;
    padding: 5px;
    margin: 5px 0;
    background: url(../images/tools/fsback.gif) repeat-x bottom;
    height: 140px;
    overflow: auto;
}

#toolContainer fieldset
{
    color: #444;
}

#toolContainer legend
{
    color: #444;
}

/* Results Style
-------------------------------------------- */
#toolContainer #whoisResult
{
    clear: both;
    width: 500px;
    padding-bottom: 10px;
    background: #fff url(../images/DomainLookup/ResultsBottom.png) no-repeat left bottom;
}

#whoisResult .result
{
    display: block;
    border-right: solid 1px #A3B7E2;
    border-left: solid 1px #A3B7E2;
    padding: 0 5px;
}

#whoisResult .rtop
{
    font-size: 1px;
    height: 10px;
    display: block;
    background: #fff url(../images/DomainLookup/ResultsTop.png) no-repeat left bottom;
}

/* Results Table
--------------------------------------- */
#toolContainer table.results
{
    width: 100%;
    margin-top: 5px;
}

#toolContainer table.results td
{
    border-bottom: dashed 1px #aaa;
    padding: 2px 0;
}

#toolContainer table.results tr.Error, #toolContainer table.results tr.ServerError
{
    color: Red;
}

#toolContainer table.results tr.Available
{
    color: Green;
}

#toolContainer table.results input
{
    border-width:0;
    background-color: Transparent;
    cursor: pointer;
    color: #276490;
    font: 11px Tahoma;
}

#toolContainer table.results input:hover
{
    color: #608EEA;
}

/* Update Progress
--------------------------------------- */
#toolContainer #updatePrg
{
    position: absolute;
    top: 0px;
    left: 135px;
    width: 20px;
    height: 18px;
    background: url(../Images/Core/spinner.gif) no-repeat left center;
}

#toolContainer #updatePrg span
{
    display: none;
}
