
/** This Style sheet hass styles for the customer reports **/

.report_results_table{
    border-collapse: collapse;
    color: #2c3e49;
    font-size: 12px;
}

.report_results_table td{
    border-spacing: 0px;
    border-collapse: collapse;  
    padding: 7px;   
    border: solid 1px #ffffff;
}

.stat_table{
    border-collapse: collapse;
    border: solid 1px #D9F0D9;  
    color: #2c3e49;
    font-size: 12px;
}

.stat_table_2{
    border-collapse: collapse;
    color: #2c3e49;
    font-size: 12px;
}

.stat_table_2 td{
   border: solid 1px #D9F0D9; 
   vertical-align: top;
   padding: 5px;
}

.stat_sub_table{
   border: none; 
}

.stat_sub_table td{
   border: none; 
   border-collapse: collapse;
   padding: 5px;
}

.search_table{
   color: #2c3e49;
   font-size: 12px;
}

.search_table td{
   padding: 3px;
} 

.text_zip{
    width: 100px; 
}

.country_state_select{
   width: 143px;  
}

.report_header{
    background-color:#EAEAEA;
    color: #FFFFF;
    text-align: center;
    font-weight: bold;
}

.report_header td{
    border-collapse: collapse;
    color: #FFFFF;
    text-align: center;
    font-weight: bold;
    padding: 2px;
    height: 20px;
}

.report_heading{
    color: #FFFFF;
    text-align: center;
    font-weight: bold;
} 

.nav-pages {
  white-space: nowrap;
  vertical-align: bottom;
  padding: 0px 0px 5px 0px;
  margin: 0px;
}
.nav-pages .nav-delim {
  padding-left: 12px;
}
.nav-pages-title {
  padding-right: 10px;
}
.nav-pages img {
  vertical-align: bottom;
  width: 15px;
  height: 15px;
}
.nav-pages a:link,
  .nav-pages a:visited,
  .nav-pages a:hover,
  .nav-pages a:active
{
  text-align: center;
  padding: 0px;
  margin: 0px;
  text-decoration: underline;
}
.nav-pages-larrow img {
  background: transparent url(images/navigation_arrow_left.gif) no-repeat left top;
}
.nav-pages-rarrow img {
  background: transparent url(images/navigation_arrow_right.gif) no-repeat left top;
}
.nav-pages .current-page {
  text-align: center;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
}

.result_td{
  text-align: center;
}

.report_sub_heading{
  color: #999999;  
  font-size: 14px;
  font-weight: bold; 
  float: left;
  margin-bottom: 10px;
}

/*
.report_btn{
  background-color: #009900;
  border: 1px solid #009900;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  padding: 1px 5px;
} */

.search_again_link{
  cursor: pointer;
  font-weight: bold;  
}

.gary_td{
    background-color: #F0F0F0;
}

.report_label{
    padding-right: 15px;
}

.option_table td{
    padding: 0px;
}

.small-text {
    font-size: 10px;
}

.footer_table{
    background-color: #F0F0F0; 
    color: #000000;
    height: 30px;
    text-align: center;
}