table {
	background-color: #eee;
	margin-bottom: 20px;
	width: 100%;
}

table td {
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px 10px 20px 8px;
	text-align: left;
	width: 14%;
}

table td.not-month {
	background-color: #ddd;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

table th {
	background-color: #444; 
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

table th a {
	display: block;
	font-weight: normal;
	padding: 10px 0;
	width: 100%;
}

table th a:link, table th a:visited {	
	color: #fff;
}

table th a:hover {	
	color: #777;
}

table td.event-day-heading {
	background-color: #999;
	border-width: 0;
	color: #fff;
	font-size: 11px;
	text-align:  center;
	padding: 5px 0;
}

table td span.event-day-number {
	color: #999;
	display: block;
	font-size: 11px;
}

table td.today { 
	border: 1px solid #999;
}

table td.today span.event-day-number {
	color: #444;
	font-weight: bold;
}

li.entry {
    border-bottom: 1px dotted #CCCCCC;
    clear: both;
    margin-bottom: 10px;
    min-height: 140px;
    overflow: hidden;
}
.calendar {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    float: left;
    font-family: "Droid Sans",serif;
    padding: 10px;
    text-align: center;
    width: 65px;
}
.calendar .month {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    display: block;
    font-size: 20px;
    font-weight: normal;
    line-height: 1em;
    padding: 7px 0;
    text-transform: uppercase;
}
.calendar .day {
    background: none repeat scroll 0 0 #CA2E37;
    display: block;
    font-size: 20px;
    font-weight: normal;
    line-height: 1em;
    margin-top: 0;
	padding: 5px;
}
.eventInfo {
    float: right;
    width: 450px;
}
