.xpathResultItem
{
    background-color: #fff0d1;
    border: 1px solid #A99681;
    margin-bottom: 0.5em;
    padding: 0.25em 2em;
}

.ajaxOut
{
    margin-top: 1em;
}

#output
{
    
}

#buttons
{
    visibility: hidden;
    margin-bottom: 1em;
}

table
{
    border-top: 1px solid buttonshadow;
    border-left: 1px solid buttonshadow;
    width: 100%;
    border-collapse: separate;
    table-layout: fixed;
}


th
{
    color: buttontext;
    border-top: 1px solid buttonhighlight;
    border-left: 1px solid buttonhighlight;
    border-bottom:  1px solid buttonshadow;
    border-right:  1px solid buttonshadow;
    font-weight: normal;
    text-align: center;
    cursor:  default;
    background: buttonface no-repeat 95% 50%;
}

td
{
    border: 1px solid gray;
    margin: 1em;
    border-top:  none;
    border-left: none;
}

.thActive
{
    border-top:  1px solid buttonshadow;
    border-left:  1px solid buttonshadow;
    border-bottom: 1px solid buttonhighlight;
    border-right: 1px solid buttonhighlight;
    padding: 2px 0 0 2px;
    background-position: 96% 60%;
}

.startHidden
{
    visibility: hidden;
} 

.cool
{
    background-color: Lime;
}


