div.calendarWidget {
	position: relative;
	z-index: 100;
}

.calendarWidget, .calendarWidget table {
  border: 1px solid #666;
  font-size: 10px;
  color: #000;
  cursor: default;
  font-family: verdana,tahoma,sans-serif;
  width: 150px;
  background-color:#fff; 
}

.calendarWidget {
  border-color: #fff;
}



/* Header part -- contains navigation buttons and day names. */
.calendarWidget thead { 
  text-align: center;    /* They are the navigation buttons */
  padding: 1px;          /* Make the buttons seem like they're pressing */
  font-weight: bold;
  border-bottom: 1px solid #000000; 
  background-color:#ddd; 
}


.calendarWidget thead .headrow .button { 
  text-align: center;    /* They are the navigation buttons */
  padding: 1px;          /* Make the buttons seem like they're pressing */
  font-weight: bold;
  border-bottom: 1px solid #777;
  background-color:#999;
}

.calendarWidget .nav {
  font-family: verdana,tahoma,sans-serif;
}

.calendarWidget .nav div {
  border: 0px;
  width:10px;
}

.calendarWidget .close div {
 /* background:  url("checkedgreendot.png") no-repeat 50% 50%; */
  text-indent: -1000em
}
.calendarWidget .delete div {
 /* background:  url("reddot.png") no-repeat 50% 50%; */
  text-indent: -1000em
}

.calendarWidget thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  padding: 1px;
  color: #000;
}


.calendarWidget thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #777;
  /* padding: 2px; */
  text-align: center;
  color: #000;
}

.calendarWidget thead .weekend { /* How a weekend day name shows in header */
  color: #c44;
}

.calendarWidget thead .headrow .hilite { /* How do the buttons in header appear when hover */
  /* background: url("hover-bg.gif"); */
  /* border-bottom: 1px solid #777; */
}

.calendarWidget thead .active { /* Active (pressed) buttons in header */
 /* background: url("active-bg.gif"); color: #fff;
  padding: 3px 1px 0px 3px;
  border-bottom: 1px solid #797979; */
}

.calendarWidget thead .daynames { /* Row <TR> containing the day names */
  /*background: url("dark-bg.gif");*/
}

/* The body part -- contains all the days in month. */

.calendarWidget tbody .day { /* Cells <TD> containing month days dates */
  font-family: verdana,tahoma,sans-serif;
  width: 2em;
  color: #000;
  text-align: right;
  padding: 1px;
 
}
.calendarWidget tbody .day.othermonth {
  font-size: 10px;
  color: #999;
}
.calendarWidget tbody .day.othermonth.oweekend {
  color: #f99;
}

.calendarWidget table .wn {
  padding: 1px;
  border-right: 1px solid #777;
  /*background: url("dark-bg.gif");*/
}

.calendarWidget tbody .rowhilite td,
.calendarWidget tbody .rowhilite td.wn {
	background-color: #eee;
  /*background: url("rowhover-bg.gif");*/
}

.calendarWidget tbody td
{
	border: 0;
	padding: 0;
	text-align: center;
}

.calendarWidget tbody td.today { font-weight: bold; /* background: url("today-bg.gif") no-repeat 70% 50%; */ }

.calendarWidget tbody td.hilite { /* Hovered cells <TD> */
  /*background: url("hover-bg.gif");*/
  background-color: #bbb;
  padding: 1px;
  border: 0px;
}

.calendarWidget tbody td.active { /* Active (pressed) cells <TD> */
  padding: 1px;
}

.calendarWidget tbody td.weekend { /* Cells showing weekend days */
  color: #c44;
}

.calendarWidget tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  background-color: #009;
  color: #fff;
}

.calendarWidget tbody .disabled { color: #999; }

.calendarWidget tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendarWidget tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendarWidget tfoot {
	display: none;
}

.calendarWidget tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #565;
  color: #fff;
}

.calendarWidget tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  padding: 2px;
  /*background: url("status-bg.gif") repeat-x 0 0; color: #000;*/
  background-color: #999;
}

.calendarWidget tfoot .hilite { /* Hover style for buttons in footer */
  border: 0px;
  color: #000;
  padding: 1px;
}


/* Combo boxes (menus that display months/years for direct selection) */
.calendarWidget .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #797979;
  /*background: url("normal-bg.gif");*/
  color: #000;
  background-color: #aaa;
  z-index: 100;
  font-size: 90%;
}

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

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

.calendarWidget .combo .hilite {
  background-color: #fff;
  color:#000;
  /*background: url("hover-bg.gif"); color: #000;*/
}

.calendarWidget .combo .active {
  /*background: url("active-bg.gif"); color: #fff;*/
  font-weight: bold;
}

.calendarWidget td.time {
  border-top: 1px solid #797979;
  padding: 1px;
  text-align: center;
  /*background: url("dark-bg.gif");*/
}

.calendarWidget td.time .hour,
.calendarWidget td.time .minute,
.calendarWidget td.time .ampm {
  padding: 1px;
  font-weight: bold;
  /*background: url("normal-bg.gif"); color: #000;*/
}

.calendarWidget td.time .hour,
.calendarWidget td.time .minute {
  font-family: monospace;
}

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

.calendarWidget td.time .colon {
  padding:1px;
  font-weight: bold;
}

.calendarWidget td.time span.hilite {
  /*background: url("hover-bg.gif"); color: #000;*/
}

.calendarWidget td.time span.active {
  /*background: url("active-bg.gif"); color: #fff;*/
}
