/*
#smallcal {
	float: left;
	clear: left;
	height: 100%;
	padding-bottom: 15px;
	border-bottom-color: #e4e4e4;
	border-bottom-style: dotted;
	border-bottom-width: thin;
    width: 100%;
    
}

#smallcal #calwrap {
	margin-top: 0px;
	width: 100%;
	float: left;
}

#smallcal  #img {
	margin-top: 3px;
	xbackground-image: url(./tools/calendar_sml.png);
	xbackground-repeat: no-repeat;
	background-color: white;
	width: 25px;
	height: 25px;
	border: 1px solid #BDBDBD;
}

#smallcal #month {
	color: #ffffff;
	font-size: 10px;
	xfont-weight: bold;
	line-height: 10px;
	text-align: center;
	background-color: #B40404;
}

#smallcal #day {
	font-family: , serif;
	color: #000000;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
}

#smallcal #infowrap{
	margin-left: 7px;
	float: left;
    width: 100%;

}

#smallcal #titlehead {
	margin:  -25px 0px 0px 32px;
    float: left;
    width: 100%;

}

#smallcal #title {
	float: left;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 18px;
}

#smallcal #local {
	clear: left;
	float: left;
	font-size: 10px;
}

#smallcal #description {
	padding-left: 32px;
	float: left;
	margin-right: 10px;

}

#smallcal #time {
	clear: left;
	float: left;
	font-size: 10px;
        width: 100%;

}

#smallcal #eventfoot {
	font-size: 12px;
	font-family: Futura;
	padding-right: 15px;
}

#feed {
	font-size: 10px;
}

#feed a{
	text-decoration: none;
}

.iCal {
	margin-top: 5px;
	float: right;
	line-height: 35px;
}

.iCal img {
	float: left;
	padding-top: 5px;
}

#pagination {
	margin-top: 25px;
	font-size: 10px;
	float: left;
	clear: both:
	width: 100%;
}
*/