/* The main calendar widget.  DIV containing a table. */
#calendar-container
{
	/*margin-left: 1em; 
	margin-bottom: 1em; */
	width: 215px;
	/*float: left;*/
}

.calendar {
  position: relative;
  display: none;
  border-top: 0px solid #fff;
  border-right: 0px solid #000;
  border-bottom: 0px solid #000;
  border-left: 0px solid #fff;
  /*font-size: 11px;
  color: #000;*/
  cursor: pointer;
  /*background: #c8d0d4;
  font-family: tahoma,verdana,sans-serif;*/
}

.calendar table {
	border-left:1px solid #ccc;
	margin-bottom:0px;
	/*font-size: .7em;*/
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 0px;
  border-top: 0px solid #fff;
  border-right: 0px solid #000;
  border-bottom: 0px solid #000;
  border-left: 0px solid #fff;
	background-color:#ccc;
	line-height:1.9em;
/*	border-top: 2px solid #fff;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #fff;
	padding: 0px;
	width:31px; 
	/*line-height:31px;
	text-align:center;*/
}

.calendar .nav {
  background: transparent url(menuarrow.gif) no-repeat 100% 100%;
	background-color:#ccc;
}

.calendar thead .title { /* This holds the current "month, year" */
  background-color:#ccc;
  line-height:1.9em;
  font-weight: bold;
  padding: 1px;
  border: 0px solid #000;
  /*background: #788084;
  color: #fff;*/
  text-align: center;
  width:500px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 5px;
  Width: 100px;
  text-align: center;
  background: #fff;
  font:Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:bold;
  color:#666;
}
.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #666;
  background-color:#FFFFFF;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
 /* border-top: 0px solid #fff;
  border-right: 0px solid #000;
  border-bottom: 0px solid #000;
  border-left: 0px solid #fff;
  padding: 0px; */
  background-color: #e5e5e5;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 0px 0px 0px 0px;
  border-top: 0px solid #000;
  border-right: 0px solid #fff;
  border-bottom: 0px solid #fff;
  border-left: 0px solid #000;
  background-color: #e5e5e5;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
	width:31px;
	line-height:31px;
	border-right:1px solid #ccc; 
	border-bottom:1px solid #ccc; 
	border-top:0px solid #ccc; 
	border-left:0px solid #ccc; 
	text-align:center;
	color:#39c;
	font-weight:bold;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration:underline;
}
.calendar tbody .day.othermonth {
  /*font-size: 80%;
  color: #aaa;*/
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 0px solid #000;
  background: #e8f4f0;
}

.calendar tbody .rowhilite td {
 /* background: #d8e4e0;*/
}

.calendar tbody .rowhilite td.wn {
  /*background: #c8d4d0;*/
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  /*padding: 1px 3px 1px 1px;*/
  /*border: 0px solid;
  border-color: #fff #000 #000 #fff;*/
  background-color: #eef2f4;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  /* padding: 2px 2px 0px 2px;
  border: 0px solid;
  border-color: #000 #fff #fff #000; */
}

.calendar tbody td.selected { /* Cell showing selected date */
color:#39c;

}

.calendar tbody td.weekend { /* Cells showing weekend days */
  /*color: #f00;*/
	width:31px; 
	line-height:31px;
	border-right:1px solid #ccc; 
	border-bottom:1px solid #ccc;
	border-top: 0px solid #ccc;
	text-align:center;
	color:#39c;
	font-weight:bold;
	/*background-color:#FFFFFF;*/
	text-decoration:underline;	
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  text-decoration:underline;
  color: #00f;
}

.calendar tbody .disabled { color: #999; background-color:#FFFFFF; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  /*visibility: hidden;*/
  /*background-color:Black;*/
  border-right:1px solid #ccc; 
  border-bottom:1px solid #ccc;
  background-color:#FFFFFF;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
    background-color:#fff;
/*background: #e8f0f4;*/
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  /*background: #788084;*/
  color: #3399cc;
  text-align: center;
  text-decoration:none;

}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 0px solid #fff;
  border-right: 0px solid #000;
  border-bottom: 0px solid #000;
  border-left: 0px solid #fff;
  padding: 1px;
  background: #d8e0e4;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 0px 0px 0px 0px;
  border-top: 0px solid #000;
  border-right: 0px solid #fff;
  border-bottom: 0px solid #fff;
  border-left: 0px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: pointer;
  border-top: 0px solid #fff;
  border-right: 0px solid #000;
  border-bottom: 0px solid #000;
  border-left: 0px solid #fff;
  background: #d8e0e4;
 /* font-size: 90%;*/
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  background: #ccc;
  padding: 0px;
  border-top: 0px solid #000;
  border-right: 0px solid #fff;
  border-bottom: 0px solid #fff;
  border-left: 0px solid #000;
}

.calendar .combo .hilite {
  background: #048;
  color: #aef;
}

.calendar td.time {
  border-top: 0px solid #000;
  padding: 0px 0px;
  text-align: center;
  background-color: #e8f0f4;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 0px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 0px 0px 0px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}






#homewhatson .calendar, #menuwhatson .calendar {
	border:0px solid #ccc;
	margin-bottom:10px;
	font-size: .7em;
}
#homewhatson .calendar .squarecell, #menuwhatson .calendar .squarecell {
	width:31px; 
	line-height:31px;
	border-right:0px solid #ccc; 
	border-bottom:0px solid #ccc; 
	text-align:center;
}
#homewhatson .calendar .squarecell a:link, .calendar a:visited, #homewhatson .calendar .squarecell-lastright a:link, #homewhatson .calendar .squarecell-lastright a:visited, #homewhatson .calendar .squarecell-bottom a:link, #homewhatson .calendar .squarecell-bottom a:visited, #homewhatson .calendar .squarecell-bottomright a:link, #homewhatson .calendar .squarecell-bottomright a:visited, /* */#menuwhatson .calendar .squarecell a:link, .calendar a:visited, #menuwhatson .calendar .squarecell-lastright a:link, #menuwhatson .calendar .squarecell-lastright a:visited, #menuwhatson .calendar .squarecell-bottom a:link, #menuwhatson .calendar .squarecell-bottom a:visited, #menuwhatson .calendar .squarecell-bottomright a:link, #menuwhatson .calendar .squarecell-bottomright a:visited {
	color:#39c;
	font-weight:bold;
}
#homewhatson .calendar .squarecell-lastright, #menuwhatson .calendar .squarecell-lastright {
	width:31px; 
	line-height:31px;
	border-bottom:0px solid #ccc; 
	text-align:center;
}
#homewhatson .calendar .squarecell-bottom, #menuwhatson .calendar .squarecell-bottom {
	width:31px; 
	line-height:31px;
	border-right:0px solid #ccc; 
	text-align:center;
}
#homewhatson .calendar .squarecell-bottomright, #menuwhatson .calendar .squarecell-bottomright {
	width:31px; 
	line-height:31px; 
	text-align:center;
}
#homewhatson .calendar h4, #menuwhatson .calendar h4 {
	font-size:1em; 
}
#homewhatson .calendar .calendar-topline, #menuwhatson .calendar .calendar-topline {
	background-color:#ccc;
	line-height:1.9em;
}
#homewhatson .calendar .calendar-topline a:link, #homewhatson .calendar .calendar-topline a:visited, #menuwhatson .calendar .calendar-topline a:link, #menuwhatson .calendar .calendar-topline a:visited {
	color:#666;
}
#homewhatson .calendar .calendar-arrow-right, #menuwhatson .calendar .calendar-arrow-right {
	text-align:right;
}

