

table {
border-collapse:separate;
border-style:solid;
border-width:0 0 1px 1px;
font-size:12px;
font-weight:bold;
margin:0 10px 10px auto;
width:210px;
}
td, th {
	width: 0px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	background: url(../img/cells.png);
	color: #444;
	position: relative;
	font-family:Arial;
}
th {
	height: 30px;
	font-weight: bold;
	font-size: 12px;
	font-family:Arial;
}
#check {
background:url("../img/cellshead.png") repeat scroll 0 0 transparent;
color:#000000;
font-family:Arial;
font-size:15px;
font-weight:bold;
height:38px;
line-height:40px;
position:relative;
text-align:center;
vertical-align:middle;
width:209px;
margin-left:1px;
}
#check h2
{
background: url(../img/cellshead.png);
width:257px;
height:45px;
text-align: center;
	vertical-align: middle;
	
	color: #444;
	position: relative;
}
td.check
{
background: url(../img/cellshead.png);
width:257px;
height:45px;
text-align: center;
	vertical-align: middle;
	
	color: #444;
	position: relative;
}
td#check
{
background: url(../img/cellshead.png);
width:257px;
height:45px;
text-align: center;
	vertical-align: middle;
	
	color: #444;
	position: relative;
}


td:hover, th:hover {
	background-position: 0px -81px;
	color: #222;
}
td.date_has_event {
	background-position: 165px 0px;
	padding-left:3px;
	color: white;
}
td.date_has_event:hover {
	background-position: 165px -81px;
	padding-left:3px;
}
td.padding {
	background: url(../img/calpad.jpg);
}
td.today {
	background-position: 81px 0px;
	color: white;
}
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;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 150px;
	-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;
	height:10px;
	margin-bottom:50px;
	float:left;
}
.events li {
	padding-bottom: 20px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align:left;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
	margin-bottom:20px;
	height:50px;
}

th a{
text-decoration:none;
font-size:120%;
font-weight:bold;
color: #000;
outline-width:0;
}

/* new*/
body h2 {
	color:#FFFFFF;
float:left;
font-size:19px;
padding-top:0;
width:214px;
}