#banner img {
	border:none;
	text-align:center;
}
/*------------------ heading -------------*/
#events h1 {
	font-size:20px;
	color:#ff6600;
	margin:0 0 10px 0;
}
#events h2 {
	font-size:12px;
	color:#999999;
	margin:0 0 10px 24px;
}
/*------------------ calendar -------------*/
#click {
	width:200px; 
	height:50px; 
	float:right; 
	text-align:center; 
	position:relative; 
	top:10px;
}
#calendarFrame {
	border:#999999 solid 1px;
	width:350px;
	margin:auto;
	margin-bottom:5px;
}
#calendarFrame .dayBlack {
	width:50px;
	height:50px;
	float:left;
	background-image:url(../images/events/black.jpg);
}
#calendarFrame .dayWhite {
	width:50px;
	height:50px;
	float:left;
}
#calendarFrame .dayBlackEvent {
	width:50px;
	height:50px;
	float:left;
	background-image:url(../images/events/blackevent.jpg);
}
#calendarFrame .dayWhiteEvent {
	width:50px;
	height:50px;
	float:left;
	background-image:url(../images/events/whiteevent.jpg);
}
#calendarFrame hr {
	border:none;
	border-top:#CCCCCC solid 1px;
	height:1px;
}
/*------------------ days -------------*/
#days {
	background-image:url(../images/events/days.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#f9c55f;
	border-bottom:#999999 solid 1px;
	padding-bottom:5px;
}
#days ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#days ul li {
	float:left;
}
#days .daylist {
	width:50px;
	text-align:center;
}
/*------------------ popup -------------*/
.popup	{
	position: relative;
	z-index: 0;
}
.popup img {
	border:none;
}
	.popup:hover{
	background-color: transparent;
	z-index: 50;
}
.popup span	{ 
	position: absolute;
	left: -1000px;
	background-color:#FFFFFF;
	padding: 10px;
	border:#999999 solid 1px;
	visibility: hidden;
	text-decoration: none;
	color:#000000;
	width:250px;
}
.popup span img{
	border-width: 0;
	float:left;
}
.popup:hover span{
	visibility: visible;
	top: 0;
	left: 10px;
}
.popup {
	text-decoration: none;
}
/*------------------ findmonth -------------*/
#findmonth {
	padding:5px;
	border-top:#999999 dashed 1px;
	border-bottom:#999999 dashed 1px;
	margin:auto;
	width:340px;
}
#findmonth ul {
	margin:0 0 0 30px;
	padding:0;
	float:right;
}
#findmonth ul li {
	list-style-type:none;
	display:block;
}
#findmonth ul li a {
	text-decoration:none;
	color:#990000;
}
#findmonth ul li a:hover {
	color:#0099ff;
}
/*------------------ formatpopup -------------*/
.popuploc {
	color:#990000;
	font-weight:bold;
}
.popuptitle {
	color:#0099ff;
}
/*------------------ bottom info -------------*/
#events .info {
	margin-bottom:10px;
}
#events .info h3 {
	margin:0;
	color:#990000;
	font-size:12px;
}
#events .info p {
	padding-left:20px;
	margin:0;
}
#events .info a {
	color:#0099ff;
}
#events .info b {
	color:#0099ff;
}
