/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Sep 9, 2014, 11:29:34 AM
    Author     : wus02590
*/

#distributorList {
  display: none;
}

#filters td {
  vertical-align: top;
}
#filters td label {
  font-weight: bold;
}

body {
  color: #003876;
  font-family: "Trebuchet MS",arial,sans-serif,helvetica,geneva;
  width:800px;

}

#filters {
  font-size: 13px;
}

tr.medblue th {
  background-color: #CDD8E9;
}

#distributorList {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
}

#distributorList td, #distributorList th {
  border: 1px solid #003876;
  padding: 2px 5px;

}

#distributorList td.nowrap {
  white-space: nowrap;
}

table#distributorList  {
  border-spacing: 0px;
  padding: 0px;
  border-collapse: collapse;
  text-align: left;
  width:70%;
}

#distributorDiv {
  width:100%;
  text-align: center;
  clear: both;
}

#ajaxLoader {
  display: none;

}

#distributorList a {
  color: #003876;
  text-decoration: underline;
}

#distributorList a:visited {color:#003876;}
#distributorList a:hover {color:#1182BC;}

.center{
  text-align: center;
}

.address {
  min-width: 150px
}



.filterLeft {
  float:left;
  margin-left:20px;
}

.filterRight {
  float:right;
  vertical-align: bottom;
  width:200px;
  margin:200px 20px 0px 0px;
  border-left: dotted 2px lightgray;
  font-size: 13px;
}

.filterRight img {
  float:left;
  margin: 0 5px 20px 5px;
}

.red {
  color: red;
}

#fullZip {
  display: none;
}

/* new clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */