@charset "utf-8";

#calendar h2 {
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
line-height: 22px;
color: #293a38;
margin:1em 0;
font-size:1.1em;
}

#calendar div.row {
	padding:2px;
	overflow:auto;
	border-top: 1px dotted black;
	clear:both;
	margin: 0 15px 0 15px;
}

#calendar div.noevent {
	font-size:0.7em;
}

#calendar div.row div.desc {
	float:left;
	display:inline;
	width: 500px;
}

#calendar div.date {
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
line-height: 20px;
color: #293a38;
width:6em;
float:left;
}

#calendar h4 {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:18px;
line-height: 24px;
color: #293a38;
padding:15px 0 15px 0;
}

#calendar div.description {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 18px;
color: #293a38;
margin-bottom:0.3em;
}

#calendar div.date span.day {
font-family: Arial, Helvetica, sans-serif;
font-size:30px;
line-height: 36px;
color: #293a38;
display:block;
}

#calendar div.noevent div.date span.day {
	font-size:1.4em;
}

#calendar div.date span.day .stndrd {
	vertical-align: super;
	font-size:0.4em;
}

#calendar div.noevent div.desc {
	display:none;
}

select {margin: 15px 0 0 15px;
}

.noevents {border: 0;
}