@charset "utf-8";
/* CSS Document */
/*------------Layout for Event Calendar-------------*/
#marqueecontainer {
	position: relative;
	float: left;
	width: 293px; /*marquee width */
	height: 250px; /*marquee height */
	background-color: white;
	overflow: hidden;
	padding: 2px;
	padding-left: 2px;
	}
#eventTable {
	width: 293px;
}
#col1 {
	width: 213px;
	font-size: 9px;
}
#col2 {
	width: 84px;
	font-size: 9px;
}
.scroll_div {
	width: 305px;
	width/**/: 323px !important;
	border: thin solid #CCCCCC;
}
.vmarquee_content {
	position:absolute;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	left: 2px;
	top: 2px;
}

