#calendar_block {
  line-height: 100%;
  width: 173px;
  background-color: #FFFFFF;
  border: 1px solid #A5A5A5;
  color: #494949;
}

#nav {
  text-align: center;
}

#nav div {
  float: left;
}

#calendar_prev, #calendar_next {
  width: 15%;
  height: 20px;
  cursor: pointer;
  padding-top: 4px;
}

#calendar_header {
  width: 70%;
  margin-top: 4px;
}

.hok {
  padding: 0px;
	width: 36px;/*14%;*/
	height: 22px;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	/* position: relative; */
	padding-top: 8px;
	color: #666;
}

.hok span {
  display: block;
}

.hok.first, .hok.last {
  width: 15%;
}

.hok.top {
  font-size: 9px;
  height: 12px;
  line-height: 100%;
  padding: 0px;
}

.hok.disabled span {
  -moz-opacity: .50;
  filter: alpha(opacity=50);
  opacity: .50; 
}

#calendar_row0 .hok span {
  margin-top: 0px;
}

#calendar_row6 .hok {
  height: 17px;
}

#calendar_row0 {
  height: 37px;
}

#calendar_row1 .hok {
  background-image: url('images/cell_row1.png');
}

#calendar_row2 .hok {
  background-image: url('images/cell_row2.png');
}

#calendar_row3 .hok {
  background-image: url('images/cell_row3.png');
}

#calendar_row4 .hok {
  background-image: url('images/cell_row4.png');
}

#calendar_row5 .hok {
  background-image: url('images/cell_row5.png');
}

#calendar_row6 .hok {
  background-image: url('images/cell_row6.png');
}

#calendar_row1 .hok.disabled {
  background-image: url('images/cell_first_row_disabled.png');
}

#calendar_row5 .hok.disabled, #calendar_row6 .hok.disabled {
  background-image: url('images/cell_last_row_disabled.png');
}

#calendar_row1 .hok.today,
#calendar_row2 .hok.today,
#calendar_row3 .hok.today,
#calendar_row4 .hok.today,
#calendar_row5 .hok.today,
#calendar_row6 .hok.today {
  background-image: url(images/today.png);
  background-repeat: no-repeat;
}

.hok .border_right, .hok .border_bottom {
  position: absolute;
  background-color: black;
  right: 0px;
  -moz-opacity: .10;
  filter: alpha(opacity=10);
  opacity: .10; 
}

.hok .border_right {
  width: 1px;
  height: 100%;
  top: 0px;
}

.hok .border_bottom {
  bottom: 0px;
  width: 100%;
  height: 1px;
  overflow: hidden;
}

.last .border_bottom {
  display: none;
}

.last .last .border_bottom {
  display: block;
}

.calendar-link: visited {
  text-decoration: underline;
}

.week .clear-block {
  height: 0px;
  clear: both;
  overflow: hidden;
}
