table {
	border-collapse: separate;
	margin: 10px;
	font-size: 20px;
	border-top: 0px solid #C4AD4D;
	border-right: 0px solid #C4AD4D;
	border-bottom: 1px solid #C4AD4D;
	border-left: 1px solid #C4AD4D;
}

td, th {
	width: 81px;
	height: 81px;
	text-align: center;
	vertical-align: middle;
	background: url(http://ashleyandtracey2009.com/site_images/cal/cells.png);
	color: #444;
	position: relative;
}

th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}

td:hover, th:hover {
	background-position: 0px -81px;
	color: #222;
}

td.date_has_event {
	background-position: 162px 0px;
	color: white;
}

td.date_has_event:hover {
	background-position: 162px -81px;
}

td.padding {
	background: url(http://ashleyandtracey2009.com/site_images/cal/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: #F6F2E3 url(http://ashleyandtracey2009.com/site_images/cal/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;
}

.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;
}


#contentCal {
	width: 600px;
	margin-left: 290px;
}

#contentCal h1 {
	font-family: "Gill Sans", sans-serif, Verdana;
	font-size: x-large;
	font-weight: normal;
	color: #BB1E52;
	margin-bottom: 10px;
}

#contentCal h2 {
	font-family: "Gill Sans", sans-serif, Verdana;
	font-size: large;
	font-weight: normal;
	color: #91173F;
	margin-bottom: 10px;
}

#contentCal p {
	line-height: 20px;
	margin-bottom: 10px;
}



#contentCal a:link {
	text-decoration: none;
	color: #BB1E52;
}

#contentCal a:visited {
	text-decoration: none;
	color: #811438;
}

#contentCal a:hover {
	text-decoration: none;
	color: #E13E3E;
}

#contentCal a:active {
	text-decoration: none;
	color: #E23C3E;
}
