

table {
	border-collapse: separate;
	border: 1px solid #9DCEAB;
	border-width: 0px 0px 1px 1px;
	margin: 0;
	font-size: 10px;
}

td ul {
 list-style-position: outside;
 margin-left: 0; 
 padding-left: 0;
}

td, th {
	width: 148px;
	height: 56px;
	text-align: left;
	vertical-align: top;
	background: #eee url(../img/cells.png);
	color: #444;
	position: relative;
	border-left: 1px solid #fff;
}
th {
        background: #eee url(../img/calpad.jpg);
	height: 30px;
	font-weight: bolder;
	font-size: 12px;
	color: #eee;
	text-align: center;
	vertical-align: middle;
	
}
td {
	  padding-left: 3px;
	  padding-top: 6px;
}

td a {
   color: #fff;
}

.events a {
   color: #0000ff;
}


ul.eventsummary li {
  width: 144px;
  height: 1.2em;
  line-height: 1.2em;
  overflow: hidden;
}

ul.eventsummary2 li {
  width: 144px;
  height: 1.2em;
  line-height: 1.2em;
  text-align: center;
  overflow: hidden;
  padding-top: 20px;
  font-size: 11px;
}

td.date_has_event {
	background-position: 479px 0px;
	color: #fff;
}
td.date_has_event:hover {
	background-position: 159px 0px;
}
td.padding {
	background: url(../img/calpad.jpg);
}

td.time, th.time {
	width: 72px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
td.time, td.time:hover  {
background: #eee url(../img/col.png);
padding-top: 6px;
}
th.time {
color: #CCFF00;
}
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: block;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(../img/popup.png) no-repeat;
	color: black;
	border: 1px solid white;
	font-size: 10px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: left;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
}

tr.narrow td {
  height: 40px;
}
tr.narrower td {
  height: 20px;
}
tr.wider td {
  height: 100px;
}
td.othercolor {
background: #eee url(../img/colother1.png);
color: #fff;
}
td.othercolor2 {
background: #eee url(../img/colother2.png);
color: #fff;
}

ul.eventsummary2 li a {
   color: #fff;
}



ul.eventsummary li a {
   color: #fff;
}
