/* Some resets for compatibility with existing CSS */
.date_selector, .date_selector * {
  width: auto;
  height: auto;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  text-align: left;
  /* text-decoration: none; */
}

div#calendar{width:182px;margin:0 auto 20px}
.date_selector {
  background: #FFF;
  padding: 0px;
  margin: -1px 0 0 0;
  display: block;
}
.date_selector_ieframe {
  position: absolute;
  z-index: 99999;
  display: none;
}
  .date_selector .month_nav {
    margin: 0 0 5px 0;
    padding: 0;
    display: block;position:relative;
  }
    .date_selector .month_name {
      font-weight: normal;
      line-height: 20px;
      display: block;
	  height:24px;
      text-align: center;
	  font-size: 12px;
	  color:#FFF;
	  background-color:#213EA2;
	  font-family: Tahoma,Verdana,Arial;
    }
    .date_selector .month_nav a{color:#fff}
    .date_selector .month_nav a.prev, .date_selector .month_nav a.next {
		color:#003C78;
		display:block;
		font-size:120%;
		font-weight:bold;
		height:16px;
		line-height:17px;
		overflow:hidden;
		padding-top:7px;
		position:absolute;
		text-align:center;
		top:0px;
		width:20px;
    }
     /* .date_selector .month_nav a:hover, .date_selector .month_nav a:focus {
        background: none;
        color: #003C78;
        /* text-decoration: none; */
      }*/
    .date_selector .prev {
    }
    .date_selector .next {
      right: 5px;
    }
  .date_selector table {
    border-spacing: 0;
    border-collapse: collapse;
  }
    .date_selector th, .date_selector td {
      width: 26px;
      height: 2em;
      padding: 0;
      text-align: center;
	  font-size: 11px;
	  color:#7B7B7B;
	  font-family: Tahoma,Verdana,Arial;
    }
	.date_selector th{font-size:12px;font-weight:normal}
    .date_selector td {
      /* border: 1px solid #ccc; */
      line-height: 2em;
      text-align: center;
      white-space: nowrap;
      background: white;
    }
    .date_selector td.today {
      background: #FFFED9;
    }
    .date_selector td.unselected_month {
      color: #ccc;
    }
      .date_selector td a {
        display: block;
        text-decoration: none;
        width: 100%;
        height: 100%;
        line-height: 2em;
        color: #000;
        text-align: center;
      }
      .date_selector td.today a {
        background: #C3D7ED;
      }
      .date_selector td.selected a {
        background: #D8DFE5;
        font-weight: bold;
      }
        .date_selector td a:hover {
          /* background: #003C78;
          color: white; */
		  cursor: default;
        }
