.calendarPopUp {
	position: absolute;
	z-index: 5000;
	visibility: hidden;
}

table.calendarBorder {
  border: 2px solid #999999;
  background-color: #FFFFFF;
  font-family: arial,helvetica,serif;
  font-size: 8pt;
  font-weight: bold;
}

table.calendarBorder th {
  border: 0;
  padding: 1px;
}

table.calendarBorder td {
  border: 0;
  padding: 1px;
}

div.calendarHead table th {
  font-family: arial,helvetica,serif;
  font-size: 8pt;
  font-weight: bold;
	background-color: #808080;
	color: #000000;
	text-align: center;
	border: 0;
}

div.calendarHead table td {
  font-family: arial,helvetica,serif;
  font-size: 8pt;
  font-weight: bold;
	background-color: #8D1300;
	color: #C87C6B;
	text-align: center;
	border: 0;
}

div.calendarBody table th {
  font-family: arial,helvetica,serif;
  font-size: 8pt;
  font-weight: bold;
	background-color: #8D1300;
	color: #C87C6B;
	text-align: center;
	border: 0;
}

div.calendarBody table td {
  font-family: arial,helvetica,serif;
  font-size: 8pt;
  font-weight: bold;
	background-color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	border: 0;
}

div.calendarBody table td.curr {
  font-family: arial,helvetica,serif;
  font-size: 8pt;
  font-weight: bold;
	background-color: #8D1300;
	text-align: center;
	text-decoration: none;
	border: 0;
}

div.calendarBody a {
  text-decoration: none;
  color: #8D1300;
}

div.calendarBody table td.curr a {
  text-decoration: none;
  color: #C87C6B;
}


.calendarBtnSp1 {
  display: inline-block;
  background-color: #808080;
  width: 20px;
  height: 1px;
  border: 0;
}

.calendarBtnSp2 {
  display: inline-block;
  background-color: #808080;
  width: 108px;
  height: 1px;
  border: 0;
}

.calendarBtnPrev {
  display: inline-block;
  background: #8D1300 url(img/clndr_prev.gif) no-repeat;
  width: 12px;
  height: 16px;
  border: 0;
  text-decoration: none;
}

.calendarBtnNext {
  display: inline-block;
  background: #8D1300 url(img/clndr_next.gif) no-repeat;
  width: 12px;
  height: 16px;
  border: 0;
  text-decoration: none;
}

.calendarBtnCurr {
  display: inline-block;
  background: #8D1300 url(img/clndr_curr.gif) no-repeat;
  width: 12px;
  height: 16px;
  border: 0;
  text-decoration: none;
}

.calendarBtnClose {
  display: inline-block;
  background: #8D1300 url(img/clndr_close.gif) no-repeat;
  width: 13px;
  height: 11px;
  border: 0;
  text-decoration: none;
}

.calendarBtnOpen {
  display: inline-block;
  background: url(img/clndr.gif) no-repeat;
  width: 16px;
  height: 18px;
  border: 0;
  text-decoration: none;
  margin-left: 4px;
  margin-right: 4px;
}

