body {
 font-family: Arial, Helvetica, sans-serif;
 /* font-size: 13px; */
}

INPUT {
  border: 1px solid #999;             
}

img.logo {
  border-style: none;
  /* float: left; */
}

input.min, input.max, input.steps, input.grid-steps, input.label-steps, input.color, input.chart-color {
  width: 60px;
  text-align: right;
}

input.chart-name {
  width: 145px;
}

input.graph-title, input.graph-footer {
  width: 350px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#chart_control ul {
  margin: .5em;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

ul.search-data {
   width: 214px;
   margin-left: 0px;
   border: 1px solid #999999;
   position: absolute;
   visibility: hidden;
}

li.search-data {
   padding: 2px;
   margin-right: 4px;
   background-color: #ffffff;  
   /* color: #000000; */
   cursor: pointer;
   visibility: hidden;
}

#section_all
{
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0px;
}

#section_top
{
  /* height: 40px; */
  /*border-bottom: 1px solid gray;*/
  /* margin-bottom: 5px; */
}

#section_left
{
  float: left;
  width: 200px; /*Width of left column*/
  margin-left: -100%;
  /*  background: #FDE604; */
}

#section_mid_wrapper{
  float: left;
  width: 100%;
}

#section_mid
{
  margin: 0 0 0 200px; /*Margins for content column. Should be 0 RightColumnWidth 0 LeftColumnWidth*/
  /* margin-left: 200px; */
  /* border-left: 1px solid gray; */
  padding: 0px 0px 0px 10px;
  /* padding: .5em; */
  /* max-width: 36em; */
}

#section_right {
  float: left;
  width: 200px; /*Width of right column*/
  margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/
  background: #FDE95E;
}

#section_bottom
{
  text-align: center;
  clear: both;
  margin: .5em;
  padding: .5em;
  color: #333;
  /* background-color: #ddd; */
  /* border-top: 1px solid gray; */
}

.control-unit {
  border: 1px solid gray;
}

.remove-box {
  float: right;
}

.chart-header-text {
  float: left;
}

div.chart-header {
  height: 1.3em;
}

.control-unit .chart-header {
        /*  font-size: 13px;*/
}

#chart_control {
  font-size: 90%;
}

.ui-dialog {
  /* this is to make sure the jquery UI dialog() won't be too big */
  font-size: 85%;
}

#graph_control {
  /* this is to make sure the jquery UI tabs() contained in this div won't be too big */
  font-size: 70%;
}

#graph_control {
  /* make margin for bottom */
  margin: 0px 0px 10px 0px;
}

.data-groups {
  float: left;
  clear: right;
  margin: 5px;
}

.help-tip {
  background-color: yellow;
  color: gray;
}

#link_desc {
  margin-left: 10px;
  width: 70%;
}