
/* CSS Document */


.calendarItem{width:190px;margin-right:10px;margin-left:10px;margin-bottom:10px;margin-top:10px;float:left;}
.calendarTop{width:190px;height:10px;background:url(http://www.orebrotown.com/images/18.24c631d0126eb4b7cde8000278/grey_top.gif) no-repeat;}
.calendarContent{position:relative;width:168px;height:22em;border-left:1px solid #e7e7e7;border-right:1px solid #e7e7e7;padding-left:10px;padding-right:10px;}
.calendarCategory{position:absolute;top:4px;left:169px;width:28px;height:28px;diplay:block;}
.calendarImageHolder{width:174px;height:114px;overflow:hidden;}
.calendarTextHolder{margin-top:5px;}
.calendarDate{margin-top:5px;}
.calendarImageHolder img{width:170px;border:2px solid #fff;}
.calendarBottom{width:190px;height:10px;background:url(http://www.orebrotown.com/images/18.24c631d0126eb4b7cde8000277/grey_bottom.gif) no-repeat;}
.puffHeadline{margin-bottom:8px;}

#calenderHolder{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
	margin-bottom:1em;
}

#calenderHolder > div {
display:none;
}
#calenderHolder li
{
display: inline;
list-style-type: none;
float:left;
}