.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 .booked, .smallcal .available {
    width: 17px;
    height: 17px;
    display: inline-block;
    float: right;
    margin-left: 8px;
}

.smallcal .booked {
    background-image: url('images/booked.png');
}

.smallcal .available {
    background-image: url('images/available.png');
}

.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: auto;

}

.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;
    clear: both;
}

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

}

.smallcal .eventfoot {
    float: right;
    clear: left;
    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 %;
}

.clearfloat {
    /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.category_colors {
	display: inline-block;
	margin-bottom: 3px;
}


.category_colored{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	float: left;
	margin: 0 2px;
}
