table.dtpicker {
  font-family: Verdana,arial;
  font-size: 10px;
  background-color: #E0E0E0;
}
table.dtpicker td {
  background-color: #E0E0E0;

}
table.dtpicker tr.head td {
  text-align: right;
}
table.dtpicker tr.days td {
  color: Black;
  width: 30px;
}
table.dtpicker tr.days td.holy {
  color: Red;
}
table.dtpicker td.h {
  background-color: #FFFFCC;
  color: Black;
  border: 1px solid #E0E0E0;
}
table.dtpicker td.curr {
  background-color: #FFFFFF;
  color: #000000;
  cursor: hand;
  cursor: pointer;
  border: 1px solid Red;  
}
table.dtpicker td.out {
  background-color: #C0C7C0;
  color: #808080;
  border: 1px solid #E0E0E0;  
}
table.dtpicker td.next {
  background-color: #F5F5F5;
  color: #808080;
  cursor: hand;
  cursor: pointer;
  border: 1px solid #E0E0E0;  
}
table.dtpicker td.day {
  background-color: #FFFFFF;
  color: #000000;
  cursor: hand;
  cursor: pointer;
  border: 1px solid #E0E0E0;  
}



div.dtpicker {
	position: absolute;
  z-index: 100;
  visibility: hidden;
  width: 175px;
}
a.cal {
	border: 0px solid black;
}
a.cal img {
	width: 16px;
	height: 16px;
	border: 1px solid;
	border-color: #c0ffe0 #80c0a0 #80c0a0 #c0ffe0;
}
