/*===== styles for calendar =========================================================*/
div.calendar { position: relative; }

.calendar, .calendar table {
	border: 1px solid #97AC6A;
	font-size: 11px;
	color: Black;
	cursor: default;
	background: #FFFFFF;
	font-family: tahoma,verdana,sans-serif;
}

.calendar .button {
  text-align: center;
  padding: 2px;      
}

.calendar .nav {
	background: #FBF9EB url(menuarrow.gif) no-repeat 100% 100%;
	border: #97AC6A;
}

.calendar thead .title {
	font-weight: bold;
	text-align: center;
	background: #97AC6A;
	color: #FFFFFF;
	padding: 2px;
}

.calendar thead .headrow {
  background: #FBF9EB;
  color: #000000;
}

.calendar thead .name {
	border-bottom: 1px solid #97AC6A;
	padding: 2px;
	text-align: center;
	color: #000000;
	border-top: 1px solid #97AC6A;
}

.calendar thead .weekend {
  color: #ff0000;
}

.calendar thead .hilite {
	background-color: #FBF9EB;
	color: #000000;
	border: 1px solid #97AC6A;
	padding: 1px;
}

.calendar thead .active {
	background-color: #FB7530;
	padding: 2px 0px 0px 2px;
}

.calendar thead .daynames {
	background: #FBF9EB;
}

.calendar tbody .day {
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
	font-size: 80%;
	color: #FBF9EB;
}
.calendar tbody .day.othermonth.oweekend {
	color: Black;
}

.calendar table .wn {
	padding: 2px 3px 2px 2px;
	border-right: 1px solid #97AC6A;
	background: #FBF9EB;
}

.calendar tbody .rowhilite td {
  background: #fbf9eb;
}

.calendar tbody .rowhilite td.wn {
	background: #FB7530;
}

.calendar tbody td.hilite {
	background: White;
	padding: 1px 3px 1px 1px;
	border: 1px solid #97AC6A;
}

.calendar tbody td.active {
	background: #FB7530;
	padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected {
	font-weight: bold;
	border: 1px solid #97AC6A;
	padding: 1px 3px 1px 1px;
	background: White;
}

.calendar tbody td.weekend { 
  color: #ff0000;
}

.calendar tbody td.today { font-weight: bold; }

.calendar tbody .disabled {
	color: Black;
}

.calendar tbody .emptycell { 
  visibility: hidden;
}

.calendar tbody .emptyrow {
  display: none;
}


.calendar tfoot .footrow {
	text-align: center;
	background: #FBF9EB;
	color: #000000;
}

.calendar tfoot .ttip {
	border-top: 1px solid #97AC6A;
	background: #97AC6A;
	color: White;
}

.calendar tfoot .hilite {
	background: #97AC6A;
	border: 1px solid #97AC6A;
	padding: 1px;
	color: White;
}

.calendar tfoot .active {
	background: #FBF9EB;
	padding: 2px 0px 0px 2px;
}

.calendar .combo {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 4em;
	cursor: default;
	border: 1px solid #97AC6A;
	background: #FBF9EB;
	color: #000;
	font-size: 90%;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
	background: White;
}

.calendar .combo .active {
	border-top: 1px solid #97AC6A;
	border-bottom: 1px solid #97AC6A;
	background: #FBF9EB;
	font-weight: bold;
}

.calendar td.time {
	border-top: 1px solid #97AC6A;
	padding: 1px 0px;
	text-align: center;
	background-color: #FBF9EB;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
	padding: 2px 3px 1px 4px;
	font-weight: bold;
	background-color: #ffffff;
	color: Black;
	border: 1px solid #97AC6A;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
	padding: 2px 3px 1px 4px;
	font-weight: bold;
}

.calendar td.time span.hilite {
	border-color: #97AC6A;
	background-color: #97AC6A;
	color: #ffffff;
}

.calendar td.time span.active {
	border-color: #97AC6A;
	color: White;
	background-color: #97AC6A;
}
