img#GraphImg
{
	float: left;
}
form#SecurityForm
{
	padding: 2px;
}
#GraphWrapper
{
	width: 100%;
	padding: 0;
}
#Graph
{
	margin-top: 5px;
	position: relative;
}
#RightResize, #BottomResize, #BottomRightResize 
{
/*	background-color:#E2E9F2;*/
	display:none;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
	position:absolute;
	z-index: 99;
}
#RightResize
{
	height: 100%;
	width: 4px;
	/* left: 100%; */
	right: 0px;
	top: 0px;
	cursor: e-resize;
	float: left;
}
#BottomResize
{
	height: 4px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	cursor: s-resize;
	float: right;
}

#BottomRightResize
{
	height: 4px;
	width: 4px;
	right: 0px;
	bottom: 0px;
	cursor: se-resize;
	float: right;
}

#Hint
{
	line-height:1em;
	list-style-image:none;
	margin: 0px;
	text-align:justify;
}

#IndicatorList
{
	display: none;
}

#Hint
{
	z-index: 99;
	background-color: #FAFAD2;
	display: none;
	position: absolute;
	font-size: 0.75em;
	border: 1px solid black;
	cursor: pointer;
	padding: 0.5em 0.5em 0.5em 1em;
	list-style: none;
	padding-left: 2em;
	text-indent: -1em
}

div.paint
{
	display: none;
	position: absolute;
	cursor: pointer;
	padding:0px;
	margin: 0px;
	/* IE hacks */
	font-size: 0%;
	line-height:1.65em;
}

div#PaintShadow
{
	background-color: #000000;
	z-index: 1;
	width: 1px;
}

div#PaintBody
{
	z-index: 2;
	width: 1px;
	border: 1px solid black;
}

div#PaintVolume
{
	background-color: #990000;
	border: none;
}

div#Graph
{
}

div#Loader 
{
	position: absolute; 
}

#GraphImg
{
	cursor: pointer;
}

.txt#DateTimeFromShow, .txt#DateTimeToShow
{
	font-size: smaller;
}

#ShowDatesInner
{
	padding: 0.5em
}
/*
table#LayoutTable
{
	height: 14ex; 
}
*/
form#SecurityForm > *
{
	margin-right: 5px;
	/*
	width: 790px;
	padding: 0px;
	*/
}

div#Instrument
{
	float: left;
	width: 75%;
}


