@charset "utf-8";
/* CSS Document */
	
.stats_txt {
  padding-top:20px;
  font-family:Arial, Tahoma, Verdana;
  color:#FFFF00;
  font-size:0.75em;
  text-decoration: none;
  font-weight: bold;
  display:block;
}

.stats_grid {
  border-collapse: collapse;
  width: 99%;
}

th.stats_grid {
  border: 1px solid;
  text-align:left;
}

td.stats_grid {
  border: 1px solid;
  text-align:center;
}

.stats_table_buttons {
  padding-top:1px; 
  padding-bottom:10px; 
  display: block; 
  vertical-align:top;
}

.stats_table_button {
  padding-left:270px;
  float:left;
}

.stats_table_dropdown {
  float:left;
   padding-top:2px;
}

div.stats_results_container {
  width:670px; 
  height:42px; 
  background:transparent url(/images/data_results_bg_mid_black.png) left repeat-x;
  margin-bottom: 4px;
}

div.stats_container_left { 
  background:transparent url(/images/data_results_bg_left_black.png) left no-repeat;
}

div.stats_container_right {
  float:right; 
  background:transparent url(/images/data_results_bg_right_black.png) left no-repeat;
  height:42px;
  width:3px;
}

div.stats_container_left, div.container_right  {
  width:3px; 
  height:42px;
}

div.stats_results_left {
  margin:10px 0 0 0; 
  width:52px; 
  height:65px; 
  border-right:#CCCCCC 1px solid; 
  text-align:center;
}

div.stats_results_right {
  margin:5px 0 0 12px; 
  text-align:left;
}

.stats_results_data {
  height:15px; 
  width:850px;
}

span.stats_mark, div.stats_search_title, 
div.stats_search_date {
  color:#FFFF00;
}

div.stats_search_title {
  width:66px;  
}

div.stats_saved_search {
  width:auto; 
  padding-top: 3px;
}

div.stats_search_results_date {
  width:42px;  
}

img.stats_bx {
  padding:5px 5px 0 0;
}

.stats_plus_more {
  color:#FFFF00;
  text-decoration:underline;
  font-size:0.75em;
}

.stats_search_full_txt {
  font-size:0.75em;
  padding-left: 50px;
}

.stats_results_bottom_line {
  clear:both;
  width:635px; 
  border-top:#CCCCCC 1px solid; 
}

div.stats_search_results_date, div.stats_search_date,
div.stats_search_results, div.stats_search_title,
div.stats_results_right, div.stats_results_left,
div.stats_container_left {
  float:left;
}
