/* Calendar */
#calendar {
	margin: 0px;
	color: #FF2400;
}

#calendar #month_name {
	margin: 7px 20px 5px 20px;
	border: 2px outset #ff7f00;
	padding: 2px 0px 2px 0px;
	background-color: #FF7F00;
	font-weight: bold;
	color: #FFffff;
	text-align: center;
}

#calendar a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
}

#calendar a:hover {
	color: #669900;
}

#calendar table {
	width: 100%;
	background-color: #ff7f00;
	border: 2px outset #ff7f00;
	text-align: center;
}

#calendar thead th {
	border: none;
	font-weight: bold;
	color: #FFffff;
	text-align: center;
	padding: 2px 0px 2px 0px;
}

#calendar tbody td {
	background-color: #ffcc33;
	border: 1px inset #ff7f00;
	color: #FF2400;
	text-align: center;
}

#calendar tbody td.event_day {
	background-color: #669900;
	border: 1px inset #ff7f00;
	color: #ff7f00;
	text-align: center;
}

#calendar tbody td.event_day a {
	color: #ff7f00;
	text-decoration: none;
}

#calendar tbody td.event_day a:hover {
	color: #ffffff;
}

#calendar tfoot td {
	font-weight: bold;
	color: #FF2400;
	padding: 2px 0px 2px 0px;
}

#calendar #prev {
	text-align: left;
	cursor: pointer;
}

#calendar #next {
	text-align: right;
	cursor: pointer;
}

#calendar #today {
	background-color: #ffffff;
	color: #FF2400;
}

#calendar #today a {
	background-color: #FF2400;
	color: #669900;
}

#clock input {
	background-color: #FF7F00;
	border: 2px outset #ff7f00;
	padding: 2px 0px 1px 0px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	width: 50%;
}

#clock .clock {
	margin: 5px 0px 2px 0px;
	text-align: center;
}
.eventpage {
	background: #FFcc33;
	padding: 10px 8px 10px 8px;
	border: 2px solid #e4661b;
	margin-bottom: 20px;
}
.eventpage h3 {
	margin-top: 5px;
}
.events {
	text-align: center;
}
.events h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.events h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.events p {
	margin-top: 10px;
	margin-bottom: 0px;
}
.details {
	text-align: center;
}
