/*
/*  Form speecific style sheet in case we need one
*/
.setable
{
    background-color:#BF8F30;
}
table 
{
   table-layout:fixed;
   border: none;
   overflow:hidden;
   font-weight:bold; 
   background-color:Transparent;
}
.trhfix
{
    width:3px;
}

table tbody
{
    border: none;
    text-align: left; 
    background-color:Transparent;
}

table tbody tr.tra:hover, table tbody tr.trb:hover, table tbody tr.trc:hover
{
   background-color: #B2E8B5;
   cursor: pointer;
}


table tbody tr.trb
{
    background-color: #FFC32C;
}
table tbody tr.trb 
{
    text-decoration:line-through;
    text-decoration:blink;
}

table tbody tr.trc
{
    background-color: #E89223;
}
.market
{
    clear:both;
    display:block;
    position:relative;
    height:300px;
    width:300px;
}
.wait
{
    clear:both;
    position:relative;
    font-size:large;
    height:20px;
    width:961px;
    background-color: Khaki;
}
.paragraph
{
    clear:both;
    font-style:inherit;
    font-size:large;
    position:relative;
    top:-13px;
    width:100%;
    background-color: Khaki;
}
/*
.bdiv
 {
   position:relative;
   left:1.0ex; 
    height:7.0ex;
    top:15ex;
    width:81em;
    text-align: center;
    white-space:nowrap;
    border-top:solid;
    border-width:1px;
 }
*/
