.date_selector, .date_selector * {
  width: 200px;
  height: auto;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  font-family: Arial,Helvetica,Verdana,sans-serif;
  font-size: 12px;
  font-weight: bold;  
}
.date_selector {  
  background: #FFF;
  border: 1px solid #000066;
  color: #333;
  padding: 5px;
  margin: -1px 0 0 0;
  position: absolute;
  z-index: 100000;
  display: none;  
}
.date_selector_ieframe {
  position: absolute;
  z-index: 99999;
  display: none;
}
.date_selector .month_nav {
  margin: 0 0 5px 0;
  padding: 0;
  display: block;
}
.date_selector .month_name {      
  line-height: 25px;
  display: block;
  /*padding: 0 10px 0 60px; 
  width: 130px;*/
  text-align: center;
  background: #58BCDE; /*#CC0000;*/
  color: #FFF;
}
.date_selector .month_nav a {
  display: block;
  position: absolute;
  top: 10px;
  width: 65px;
  height: 20px;
  line-height: 17px;      
  color: #FFF;  
  font-size:9px;
  overflow: hidden;
  outline:none;
}
.date_selector .month_nav a:hover, .date_selector .month_nav a:focus {
  background: none;
  color: #003C78;
  text-decoration: none;
}
.date_selector .prev {
  left: 7px;
  text-align: left;    
}
.date_selector .next {
  right: 7px;
  text-align: right; 
}
.date_selector table {
  border-spacing: 0;
  border-collapse: collapse;
}
.date_selector th, .date_selector td {
  width: 20px; 
  height: 20px; 
  padding: 0;
  text-align: center;  
}
.date_selector td {
  border: 1px solid #ccc;
  line-height: 20px; 
  text-align: center;
  white-space: nowrap;
  background: #FFF;  
}
.date_selector td.today {
  background: #FFFED9;
}
.date_selector td.unselected_month {
  color: #ccc;
}
.date_selector td a {
  display: block;
  text-decoration: none !important;
  width: 100%;
  height: 100%;
  line-height: 20px;   
  color: #004276;
  text-align: center;
  background: #EEEEEE;   
}
.date_selector td.today a {
  background: #FBF8EE;  
  color:#555555;
}
.date_selector td.selected a {
  color: #CC0000        
}
.date_selector td a:hover {
  background: #FFF; 
  color: #333;         
}
