*
{
	margin:0;
	padding:0;
  list-style:none;
}

body
{
  background: #fff;
}

#modblock
{
  width: 212px;
  height: 325px;
  float: left;
  background: #fff;
}

.modblock-outbox
{
  width: 100%;
  height: 298px;
  float: left;
}

#modblock-topbar
{
  width: 100%;
  height: 27px;
  float: left;
  font-size: 12px;
}

#modblock-topbar ul
{
  float: left;
  height: 100%;
  width: 100%;
}

#modblock-topbar ul li
{
  float: left;
  height: 100%;
  text-align: center;
  width: 68px;
}

#modblock-topbar ul li.modblock-normal
{
  background: url("../../../images/bg1.gif") no-repeat;
}

#modblock-topbar ul li.modblock-bg
{
  width: 4px;  
  background: url("../../../images/bg3.gif") repeat-x;
}

#modblock-topbar ul li.modblock-current
{
  background: url("../../../images/bg2.gif") no-repeat;
}

#modblock-topbar ul li a
{
  text-decoration:none;
  display: block;
  float: left;
  height: 27px;
  line-height: 27px; 
  background: url("../../../images/bg1r.gif") no-repeat right top;
  width: 100%;
  color: #000;
}

#modblock-topbar ul li.modblock-current a
{
  background: url("../../../images/bg2r.gif") no-repeat right top;
  font-weight: bold;
}

.modblock-line
{
  width: 1px;
  float: left;
  height: 100%;
  background: #ccc;
}

#modblock-content
{
  width: 210px;
  height: 100%;
  border-bottom: 1px solid #ccc;
  float: left;
  background: #f4f4f4;
  display:inline;
}

#modblock-swf
{
  width: 100%;
  height: 190px;
  float: left;
  display: inline;
  border-bottom: 1px solid #ccc;
  background: #fff;
}

#hold-position
{
    height:5px;
    float:left;
    display:inline;
    width:100%;
    overflow:hidden;
    background:#fff;
}

#modblock-query
{
    width: 100%;
    text-align: left;
    float: left;
    position: relative; 
}

#realstock-query-submit
{
    margin: 3px 0 0 10px;
    float: left;
    display: inline;
    margin-left: 5px;
}

#realstock-query-query
{
    width: 105px;
    height: 20px;
    line-height: 20px;
    float: left;
    display: inline;
    margin: 3px 0 0 20px;
    padding-left: 2px;
    border: 1px solid gray;
    color: gray;
    font-size: 12px;
}

#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: 100%;
    height: 74px;
    float: left;
    border-bottom: 1px solid #ccc;
    background: #fff;
}

#stock-index-all table
{
    width: 99%;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    margin-top: 1%;
    margin-left: 1%;
    font-family: "Arial";
}

#stock-index-all table tr
{
  width: 100%;
}

#stock-index-all table td
{
    text-align:right;
}

.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;
}
