*
{
		margin:0;
		padding:0;
  	list-style:none;
}

body
{
  	background: #fff;
}

#modblock
{
	  width: 400px;
	  height: 300px;
	  float: left;
}

.modblock-outbox
{
	  width: 100%;
	  height: 273px;
	  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;
  
}

#modblock-topbar ul li.modblock-normal
{
  	background: url("../images/bg1.gif") no-repeat;
  	width: 78px;
}

#modblock-topbar ul li.modblock-bg
{
  	width: 3px;  
  	background: url("../images/bg3.gif") repeat-x;
}


#modblock-topbar ul li.modblock-current
{
  	background: url("../images/bg2.gif") no-repeat;
		width: 78px;
}


#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;
}

.lastfill
{
		width:160px;
		background: url("../images/bg3.gif") repeat-x;
		
}
.modblock-line
{
  	width: 1px;
  	float: left;
  	height: 100%;
  	background: #ccc;
}

#modblock-content
{
  	width: 398px;
  	height: 100%;
  	border-bottom: 1px solid #ccc;
  	float: left;
  	background: #f4f4f4;
}

#modblock-swf
{
  	width: 100%;
 	 	height: 170px;
  	float: left;
  	border-bottom: 1px solid #ccc;
  	background: #fff;
}

#modblock-query
{
    width: 100%;
    text-align: left;
    float: left;    
}

#realstock-query-submit
{
    margin: 4px 0 0 10px;
    float: left;
    display: inline;
}

#realstock-query-query
{
    width: 120px;
    height: 20px;
    line-height: 20px;
    float: left;
    display: inline;
    margin: 4px 0 0 0px;
    padding-left: 2px;
    border: 1px solid gray;
    color: gray;
    font-size: 12px;
}

#realstock-query-title
{
		float:left;
		font-size:14px;
		line-height:20px;
		margin:4px 0px 0 45px;
		display:inline;
}
#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-table
{
		width:100%;
		border-bottom: 1px solid #ccc;
		background: #fff;
		float:left;
}

#stock-index-all
{
    width: 368px;
    height: 74px;
    float: left;    
    text-align:center;
    margin-left: 30px;
    display:inline;
}

#stock-index-all table
{
    width: 100%;
    font-size: 12px;
    line-height: 20px;
	  float:left;

}

#stock-index-all table tr
{
  	width: 100%;
}

.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;
}

