#flashGraph {
  float: left;
  width: 700px;
  height: 500px;
  position: relative;
  text-align: center;
}

#charts_right {
  margin-top: 45px;
  width: 135px;
  float: left;
}

#charts_right ul {
  list-style-type: none;
  padding: 10px;
}

#charts_right .selected {
  display: block;
  padding: 0 1px;
  margin: 1px 0;
  background: black;
  color: white;
}

#charts_groups {
  float: left;
  width: 135px;
  height: 500px;
  margin: 45px 0 5px 5px;
  overflow-y: auto;
}

#charts_saved {
  overflow: hidden;
  position: relative;
}

#charts_saved ul {
  clear: left;
  float: left;
  list-style-type: none;
  position: relative;
  left: 50%;
  padding: 0;
}

#charts_saved ul li {
  display: block;
  float: left;
  list-style: none;
  position: relative;
  right: 50%;
  
  width: 70px;
  border: 1px solid #ECEBEB;
  vertical-align: top;
  margin: 5px;
}

#charts_groups li {
  width: 90px;
  border: 1px solid #ECEBEB;
  vertical-align: top;
  margin: 5px auto;
}

#charts_groups div.thumbN, #charts_saved div.thumbN{
  padding: 2px 10px;
}

#charts_groups div.delGroup, #charts_saved div.delGroup {
  border-style: solid;
  border-width: 0px 0px 1px 1px;
  border-color: #ecebeb;
  float: right;
}

#charts_embed {
  width: 450px;
  height: 200px;
  border: 1px solid #333;
  background-color: #EEE;
}

.charts_button {
  text-align: center;
  background: url(../images/h3_bg.png) repeat-x top #81CD54;
  border: 1px solid #333;
  margin: 5px;
}

.charts_button a {
  color: #006600;
}