﻿table.stockchart td
{
	padding: 1px; 
	vertical-align: middle;
}
table.stockchart
{
	margin: 0 0 5px 0;  
}
img.colorpicker
{
	position: relative; 
	cursor:pointer;cursor:hand;
	border: solid 1px #000;                        	
}
span.colorslist
{
	cursor: pointer;cursor:hand;
    display: none; 
    position: absolute; 
    z-index: 10000; 
    text-align: left; 
    padding-left: 0px;
    padding-top: 0px; 
    padding-bottom: 0px; 
    background-color: #ffffff; 
    border: solid 1px #ffffff;
}
div.xy
{
	position: absolute;
    left: -100px; 
    top: -100px; 
    width: 1px; 
    height: 1px; 
    display: none; 
    background-color: black;
    z-index: 101;
}
div.panel
{
	display: none; 
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
    padding-bottom: 0px; 
    vertical-align : top;
    margin: 0 0 0 0;
}
.font_10
{
    font-size : 10px;	
}