﻿#graphTx_panel_open
{
	color: White;
}
#graphTx_panel 
{
	left: 50px;
	top: 150px;
	width: 240px;
	z-index: 100;
	display: none;
	/*width: 300px;*/
}

#graphTx_panel_header 
{
	position: relative;
	padding: 5px;
}

#graphTx_panel_control 
{
	/*
	position: absolute;
	left: 5px;
	top: 5px;
	*/
}

#graphTx_panel_close 
{
	position: absolute;
	top: 5px;
	right: 5px;
}

#graphtx_graph 
{
	vertical-align: top;
	display: none;
	padding: 5px 0px 0px 0px;
}

#debugMsg
{
	display: block;
}