* {
	/* old-style reset here :) */
	border: 0px;
	padding: 0px;
}
.calendar-ctrl{
	text-align:center;
	font-weight:700;
	font-size:1.2em
	}
.calendar-ctrl a{
	text-decoration:none;
	color:#B43062;
	padding:3px
	}
.calendar-ctrl a:hover{
	text-decoration:underline
	}

/* large calendar */
#large-table{
	width:568px;
	margin:0 auto
	}
#large-table table {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 10px auto;
	font-size: 20px;
}
#large-table td, #large-table th {
	width: 81px;
	height: 81px;
	text-align: center;
	vertical-align: middle;
	background: url(images/cells.png);
	color: #444;
	/*position: relative;*/
}
#large-table th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}
#large-table td:hover, #large-table th:hover {
	background-position: 0px -81px;
	color: #222;
}
#large-table td.date_has_event {
	background-position: 162px 0px;
	color: white;
}
#large-table td.date_has_event:hover {
	background-position: 162px -81px;
}
#large-table td.padding {
	background: url(images/calpad.jpg);
}
#large-table td.today {
	background-position: 81px 0px;
	color: white;
}
#large-table td.today:hover {
	background-position: 81px -81px;
}
#large-table .events {
	position: relative;
}
#large-table .events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #ECE6F1 url(images/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
#large-table .events li {
	padding-bottom: 5px;
}
#large-table .events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
#large-table .events li span.title {
	font-weight: bold;
	color: #222;
}
/* start tiny calendar */
#tiny-table{
	width:150px;
	margin:0 auto;
	background:#eee;
	padding:10px 32px
	}
#tiny-table table {
	border-collapse: separate;
	border: 1px solid #ccc;
	border-width: 0px 0px 1px 1px;
	margin: 3px auto;
	font-size: 9px;
}
#tiny-table td, #tiny-table th {
	width: 40px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	background: url(images/cells.png);
	color: #444;
	position: relative;
}
#tiny-table th {
	height: 20px;
	font-weight: bold;
	font-size: 12px;
}
#tiny-table td:hover, #tiny-table th:hover {
	background-position: 0px -81px;
	color: #222;
}
#tiny-table td.date_has_event {
	background-position: 162px 0px;
	color: white;
}
#tiny-table td.date_has_event:hover {
	background-position: 162px -81px;
}
#tiny-table td.padding {
	background: url(images/calpad.jpg);
}
#tiny-table td.today {
	background-position: 81px 0px;
	color: white;
}
#tiny-table td.today:hover {
	background-position: 81px -81px;
}
#tiny-table .events {
	position: relative;
}
#tiny-table .events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 10px;
	background: #ECE6F1 url(images/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 10px;
	width: 100px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
#tiny-table .events li {
	padding-bottom: 5px;
}
#tiny-table .events li span {
	display: block;
	font-size: 10px;
	text-align: justify;
	color: #555;
}
#tiny-table .events li span.title {
	font-weight: bold;
	color: #222;
}