/* CSS Document */
#res_two_cols{
  width:100%;
}
#res_left{
  float:left;
  width:240px;
}
#res_right{
  float:left;
  width:340px;
}
#results_menu{
  float:left;
  width:100%;
  margin-bottom:15px;
}
#results_menu a{
  float:left;
  width:130px;
  height:90px;
  margin-right:10px;
  padding:5px;
  border:dotted 0.3mm #ccc;
  background-color:#F3F3F3;
}
.graph_list_container{
  margin-left:20px;
  height:90px;
  float:left;
  width:270px;
}
.graph_list_container .graph_view{
  float:left;
  width:50px;
}
.graph_list_container .graph_content{
  float:left;
  width:220px;
}
.result_box{
  margin-top:15px;
}
