div.cnsCalendar { position: relative; }

.cnsCalendar, .cnsCalendar table {
	border: 1px solid #bdb2bf;
	font-size: 11px;
	color: #000000;
	cursor: default;
	font-family: arial,verdana,tahoma,sans-serif;
	background: #ffffff;
}

.cnsCalendar { border-color: #797979; }

.cnsCalendar .Button {
	border-bottom: 1px solid #797979;
	text-align: center;
	padding: 2px;
	color: #000000;
	font-weight: bold;
}

.cnsCalendar thead tr {
	color: #000000;
	background: #ffffff;
}

.cnsCalendar thead .CalendarTitle {
	border-bottom: 1px solid #797979;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	color: #000000;
}

.cnsCalendar thead .CalendarNav {
	background: #D3D3D3;
	border-top: 1px solid #797979;
}

.cnsCalendar thead .DayNames {
  background: #D3D3D3;
}

.cnsCalendar thead .DayName {
	border-bottom: 1px solid #797979;
	padding: 2px;
	text-align: center;
	color: #000000;
}

.cnsCalendar thead .DayName.WeekEnd { color: #c44c44; }

.cnsCalendar thead .hilite {
	color: #ffffff;
	background: #C0C0C0;
	padding: 2px 2px 1px 2px;
}

.cnsCalendar tbody .DayName {
	font-family: arial, verdana,tahoma,sans-serif;
	width: 2em;
	color: #000000;
	text-align: right;
	padding: 2px 4px 2px 2px;
}

.cnsCalendar tbody .DayName.OtherMonth {
	color: #999999;
}
.cnsCalendar tbody .DayName.OtherMonth.WeekEnd {
  color: #f99f99;
}

.cnsCalendar tbody .DayName.Selected {
	background: #0080C0;
	font-weight: bold;
	border: 1px solid #797979;
	padding: 1px 3px 1px 1px;
	color: #ffffff;
}

.cnsCalendar tbody .WeekNumber {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #797979;
}

.cnsCalendar tbody .rowhilite td {
	background: #E5E5E5;
}

.cnsCalendar tbody td.Today { font-weight: bold; }

.cnsCalendar tbody td.hilite {
	background: #C0C0C0;
	padding: 1px 3px 1px 1px;
	border: 1px solid #bbbbbb;
}

.cnsCalendar tbody .DayName.WeekEnd {
	color: #c44c44;
}

.cnsCalendar tbody .emptycell {
	visibility: hidden;
}

.cnsCalendar tbody .emptyrow {
	display: none;
}

.cnsCalendar tbody .TimeCell {
  border-top: 1px solid #797979;
  padding: 1px 0px;
  text-align: center;
}

.cnsCalendar tbody .TimeCell .Time {
  padding: 0px 5px 0px 6px;
  font-weight: bold;
  color: #000;
  font-family: monospace;
}

.cnsCalendar tfoot .ToolTips {
  padding: 2px;
  text-align: center;
  background: #565565;
  color: #ffffff;
}






