table {

	border-collapse: separate;
	border: 1px solid #cccccc;
	border-width: 0px 0px 1px 1px;
	font-size: 20px;
	float:left;
}
td, th {
	width: 64px;
	height: 64px;
	text-align: center;
	vertical-align: middle;
	background: url(/images/cells.png);
	color: #444;
}
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(/images/calpad.jpg);
}
td.today {
	background-position: 81px 0px;
	color: white;
	font-weight:bold;
}
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(/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;
	min-height:105px;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 11px;
	text-align: left;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
}

.events li span.company, div.company {
	color: #222;
	font-size:10px;
}
.events li span.time, div.time {
	font-size:10px;
}

div.download {font-size:10px;}

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

#diary_listing {
	float:right;
	width:210px;
	background-image: url(../images/diary_listings_bg.gif);
	background-repeat: repeat-y;
	background-position: center bottom;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	margin-top:-95px;
}
#diary_listing h2 {
	maring:0px;
	background-image: url(../images/diary_listings_h2_bg.gif);
	height: 20px;
	width: 210px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: -9px;
	padding:9px;
	font-size:16px;
}
#diary_listing #date { background-image:url(../images/diary_listing_date_bg.gif); width:179px; height:42px; padding:14px; margin-top:10px; }
#diary_listing #date #day {float:left; width:75px; height:40px; font-size:54px;margin-top:-12px;}
#diary_listing #date #day_text {float:left; width:104px; height:26px;font-size:18px;}
#diary_listing #date #month_year {float:left; width:100px; height:15px;font-size:14px;}
#this_month {
	font-size:18px;
	background-image: url(../images/this_month_bg_arrow.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-position: 5px 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #434147;
}
#events {list-style-type:none;margin:0px; padding:0px; }
#events li {background-image:url(../images/event_title_bg.gif); background-repeat:no-repeat; color:#FFFFFF; min-height:29px; display:block; }
#events li > span {height:30px; display:block; padding:5px; font-size:16px;}
#events li ul {margin:0px; padding:0px; list-style-type:none;}
#events li ul li{
	background-image:url(../images/grey_square.gif);
	color:#3d393a;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #424147;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

