#modbar *
{
	margin:0;
	padding:0;
    list-style:none;
}

#modbar
{
    width: 950px;
    float: left;
}

#realstock-query
{
    width: 225px;
    height: 26px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: left;
    float: right;
    position: relative; 
    /*background:url('../images/query_bg.gif') no-repeat left;*/
}

#realstock-query-submit
{
    margin:0;
    position: absolute;
    left: 162px;
    top: 1px;
}

#realstock-query-query
{
    width: 150px;
    float: left;
    margin-top: 3px;
    margin-left: 4px;
    padding-left: 2px;
    border: 1px solid gray;
    color: gray;
}

#realstock-query-select
{
    position: absolute;
    top: 25px;
    left: 0px;
    background: #F3F3F5;
}

#realstock-query-select-table
{
    width: 100%;
    font-size: 12px;
    line-height: 20px;
}

.realstock-query-select-unselected
{
    background: #FFFFFF;
}

.realstock-query-select-selected
{
    background: #D6EDFF;
}

#stock-index-all
{
    width: 660px;
    height: 25px;
    float: left;
    margin-top: 4px;
}

#stock-index-all table
{
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.hide
{
    display: none;
}

.incolor
{
    color: #FF0000;
}

.decolor
{
    color: #008000;
}

.nocolor
{
    color: #3b3a3c;
}

.hasbtm td
{
    border-bottom: 1px dashed gray;
}

.right
{
    float: right;
    margin-right: 8px;
}

.table-pointer
{
    width: 11px;
    background: url('../images/table_pointer.gif') no-repeat left;
}

.table-left
{
    text-align: left;
}

.table-center
{
    text-align: center;
}

.table-right
{
    text-align: right;
}

.stock-name
{
    width: 52px;
    overflow-x: hidden;
}

.stock-name a
{
    width: 200%;
    display: block;    
}

.more
{
    float: right;
    margin-right: 5px;
    margin-bottom: 1px;
}

.span
{
    float: left;
}
