*
{
	margin:0;
	padding:0;
  list-style:none;
}

body
{
  background: #fff;
}

#modblock
{
  width: 226px;
  height: 187px;
  float: left;
  background: #fff;
}

.modblock-outbox
{
  width: 100%;
  height: 161px;
  float: left;
}


#modblock-topbar
{
  width: 100%;
  height: 26px;
  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: 70px;
}

#modblock-topbar ul li.modblock-normal
{
  background: url("../../../images/in98.gif") no-repeat;
}

#modblock-topbar ul li.modblock-bg
{
  width: 10px;  
  background: url("../../../images/bg3.gif") repeat-x bottom left;
}

#modblock-topbar ul li.modblock-bg2
{
  width: 76px;  
  background: url("../../../images/bg3.gif") repeat-x bottom left;
}


#modblock-topbar ul li.modblock-current
{
  background: url("../../../images/in18.gif") no-repeat;
}


#modblock-topbar ul li a
{
  text-decoration:none;
  display: block;
  float: left;
  height: 20px;
  line-height: 20px; 
  margin-top: 5px;
  width: 100%;
  color: #000;
}

#modblock-topbar ul li.modblock-current a
{
  
}

.modblock-line
{
  width: 1px;
  float: left;
  height: 100%;
  background: #ccc;
}

#modblock-content
{
  width: 224px;
  height: 100%;
  border-bottom: 1px solid #ccc;
  float: left;
  background: #fff;
}

#modblock-swf
{
  width: 221px;
  height: 131px;
  float: left;
  background: #fff;
  display: inline;
  margin: 2px 0 0 3px;
}

#modblock-query
{
    width: 100%;
    height: 27px;
    text-align: left;
    float: left;
    position: relative; 
    background: #f4f4f4;
    border-top: 1px solid #ccc;
}

#realstock-query-submit
{
    margin: 3px 0 0 4px;
    float: left;
    display: inline;

}

#realstock-query-query
{
    width: 130px;
    height: 20px;
    line-height: 20px;
    float: left;
    display: inline;
    margin: 3px 0 0 18px;
    padding-left: 2px;
    border: 1px solid gray;
    color: gray;
    font-size: 12px;
}

.incolor
{
    color: #FF0000;
}

.decolor
{
    color: #008000;
}

.nocolor
{
    color: #3b3a3c;
}



