@charset "utf-8";
/* CSS Document */

#calendar h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height: 24px;
	color: #a67810;
	margin-left: 15px;
}

#calendar div.row {
	padding: 2px;
	overflow: auto;
	border:1px dotted #a8996e;
	clear: both;
	margin: 10px 15px 10px 15px;
}

#calendar div.noevent {
	font-size:0.7em;
}

#calendar div.row div.desc {
	float:left;
	display:inline;
	width: 100%;
}

#calendar div.date {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 20px;
	color: #666666;
	width:6em;
	float:left;
}

#calendar h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height: 24px;
	color: #a67810;
	padding:10px 0 10px 0;
}

#calendar div.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	color: #666666;
	margin-bottom:5px;
}

#calendar div.date span.day {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	line-height: 36px;
	color: #666666;
	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 0;
}

.noevents {border: 0;
	margin: 15px 0 0 15px;
}

#monthbox {
	width:50px;
	}
	
#dateselect {
	float: left;
	padding-right:20px;
	}

.monthbox {
	color:#e40e62;
	border: 1px dotted #a8996e;
	font-size:14px;
	background-color: #ececec;
	font-size:14px;
	width: 70px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;padding: 2px;
}

.yearbox {
	color:#e40e62;
	border: 1px dotted #a8996e;
	font-size:14px;
	background-color: #ececec;
	font-size:14px;
	width: 70px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-style: italic;padding: 2px;
}

.calendargo {
	color: #e40e62;
	border:1px dotted #a8996e;
	fornt-size:14px;
	background-color:#ececec;
	width: 70px;
	cursor:pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-style: italic;padding: 2px;
	}

#row {
	  border:1px dotted #a8996e;
	  height: 76px;
	  width: 90px;
	  }
	  
a {
	color:#a8996e;
	text-decoration:none;
	}
