/* Events */
table.calendar {
  width:650px;
  border-collapse : collapse;  
}

/* Fix IE. Hide from IE Mac \*/
 * html table.calendar { height: 1%;} 
/* End */

td.calheadcell{
	/*float:left;
	display:  table-cell;*/
	width:13.5%;
	background :#81B9C2;
	padding: 1px;
	font-size: 13px;
	font-weight: bold;
	border : 1px solid #529EAB;
}
tr.calrow{
	overflow:none;
}
td.calno{
	/*float:left;*/
	width:13.5%;
	background-color : #ECECEC;
	height:115px;
	padding: 1px;
	border : 1px solid #529EAB;
}
td.full{
	/*float:left;*/
	width:13.5%;
	background-color:#ccc;
	height:115px;
	border:1px solid #81B9C2;
	overflow:auto;
	font-size : 10px;
	vertical-align : top;
}

td.empty{
	/*float:left;*/
	width:13.5%;
	height:115px;
	background-color:#ddd;
	border:1px solid  #81B9C2;
	font-size : 10px;
	vertical-align : top;
}
td.fullhour{
	/*float:left;*/
	width:13.5%;
	background-color:#ccc;
	height:25px;
	border:1px solid #81B9C2;
	overflow:auto;
	font-size : 10px;
	vertical-align : top;
}

td.emptyhour{
	/*float:left;*/
	width:13.5%;
	height:25px;
	background-color:#ddd;
	border:1px solid  #81B9C2;
	font-size : 10px;
	vertical-align : top;
}
td.today{
	/*float:left;*/
	width:13.5%;
	height:115px;
	background-color:#E2EFF1;
	border:1px solid  #81B9C2;
	overflow:auto;
	font-size : 10px;
	vertical-align : top;
}

.date {
  font-weight : bold;
}

/*events*/

div.tab {
  font-size: 80%;
  font-weight: bold;
  float : right;
  margin-right:14px;
}

a.tab {
  background-color: #f0f0f0;
  border: 1px solid #000000;
  border-bottom-width: 0px;
  padding: 2px 1em 2px 1em;
  text-decoration: none;
}

a.tab, a.tab:visited {
  color: #808080;
}

a.tab:hover {
  background-color: #d0d0d0;
  color: #606060;
}
a.tab.active, a.tab.active:hover, a.tab.active:visited {
  background-color: #c0c0c0;
  color: #000000;
}
a.weeklybox{
font-size:10px;
color:black;
z-index:11;
}
div.weeklybox{
	border:1px solid black;
	z-index:10;
}
div.description{
	position:fixed;
	left:0px;
	bottom:0px;
	right:0px;
	background-color:#404040;
	color:beige;
	font-size:14px;
	text-align:center;
	z-index:60;
	display:none;
}
div.monthnow{
	font-weight : bold; font-size : 18px; color : #702B2B; font-family : "Trebuchet MS", Verdana, sans-serif;display:inline;
position:relative;
margin:0px 10px 0px 10px;
bottom:6px;
}
div#sidebar_right{
display:box;
width:200px;
float:right;
background:#c0c0c0;
padding:5px;
border:1px solid black;
}


