.centeredImage
    {
	
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:10px;
	width:40px;
    }

.large {

  font-family:arial;
  font-size: 11pt;
  padding:20px;
  background: #cf7602;
  text-align: center;
  color:#ffffff;
 
  } 



* {
	/* old-style reset here :) */
	border: 0px;
	padding: 0px;
}
body {
	font-family: Helvetica;
	text-align: justify;
}
body h1 {
	padding-top: 20px;
	font-size: 26px;
	color: #335;
}
table {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 2px auto 0;
	font-size: 15px;
}
td, th {
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	background: url(../img/cells.png);
	color: #444;
	position: relative;
}
th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}
td:hover, th:hover {
	background-position: 0px -40px;
	color: #222;
}
td.date_has_event {
	background-position: 80px 0px;
	color: white;
}
td.date_has_event:hover {
	background-position: 80px -40px;
}
td.padding {
	background: url(../img/calpad.jpg);
}
td.today {
	background-position: 40px 0px;
	color: white;
}
td.today:hover {
	background-position: 40px -40px;
}
.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: 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;
	height:70px;
}
.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;
}

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