@charset "UTF-8";
/* CSS Document */

p {
    font-size: 14px; }
a.tip {
	position: relative;
}

a.tip span {
	display: none;
	position: absolute;
	top: 30px;
	left: 50px;
	width: 400px;
	padding: 5px;
	z-index: 100;
	background: #000;
	color: #fff;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}

a:hover.tip { text-decoration: none;
	font-size: 99%; /* this is just for IE */
}

a:hover.tip span {
	display: block;
}

.event-odd  { }
.event-even { }

.sidebar-calendar {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
	padding: 10px;
}
.sidebar-calendar TH, .sidebar-calendar TD { border: 1px solid black; background-color: white; color: black; text-align: center; height: 40px; }
.sidebar-calendar TD.disabled { color: grey; }
.sidebar-calendar TD.has-events { background-color: #FFE9D0; }
.sidebar-calendar TD.has-no-events { }
.sidebar-calendar TD a { color: black; text-decoration: none; }

#sidebar-just-missed-events {
	background-image: url(../images/bg-purpleTransparent.png);
	background-repeat: repeat;
	margin-bottom: 0;
	padding-bottom: 10px;
}