* {
	/* old-style reset here :) */
	border: 0px;
	padding: 0px;
	background: none;
}
.calendarTitle{
	padding-top: 20px;
	font-size: 26px;
	color: #E6D681;
	text-align: center;
}
table .calendar {
	z-index:-1;
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 10px 0px 0px 30px;
	font-size: 20px;
}
.calendar th {
	width: 81px;
	height: 81px;
    text-align: Center;
	vertical-align: Middle;
	background-color:#CBBB6D; /*: url(../img/cells.png);*/
	color: #8D0000;
	position: relative;
        height: 30px;
	font-weight: bold;
	font-size: 16px;
}
 .calendar td{
	width: 81px;
	height: 81px;
	text-align: right;
	vertical-align: top;
	background: url(../img/questionmark.jpg);
	font-weight:bold;
	color: #000;
	position: relative;
}
 .calendar td:hover{
	/*background-position: 0px -81px;*/
	color: #001c95;
}
 .calendar td.date_has_event {
	/*background-position: 162px 0px;*/
	background-image:none;
	color:#C00;
	cursor: pointer;
}
 .calendar td.date_has_event:hover {
	/*background-position: 162px -81px;*/
}
 .calendar td.padding {
	background-image:url(../img/calpad.jpg);
}
 .calendar td.today {
	background-position: 81px 0px;
	color: white;
}
 .calendar td.today:hover {
	background-position: 81px -81px;
}
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(../img/popup.png) no-repeat;
	font-weight:normal;
	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;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
}
.promotion-title{font-size:14px; color:#CBBB6D; font-weight:bold;}
.promotion-date{font-size:11px; color:#666; margin:0px 0px 5px 0px}
#promotion{
	width: 560px;
	border-bottom-color:#999;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding: 5px 5px;
        margin-left:40px;
}
#promotion strong{
	color:#FFF;
}
.promotionContent{
	color:#CCC;!important
	padding:0px;
	margin:0px;
	margin-left:10px;
	margin-right:10px;
}
.top{text-align:right; margin-right:10px;}
.previous a{
color:#FFF;
}