@charset "utf-8";
/* CSS Document */

/* START - Floating over graphics */

.textOverGrahicArea {
	width:49%;
	padding-top:25px;
	float:left;
}

.textOverGrahicCol {
	padding-left:25px;
	padding-bottom:10px;
	float:left;
	background-image:url(/images/_squareIcon.gif);
	background-repeat:no-repeat;
	background-position:left top;
	clear:left;
	width:90%;
}

.eventsTextOverGrahicArea {
	height:20px;
	margin-top:3px;
	width:auto;
	/*width:550px;*/
}

.eventsTextOverGrahicCol {
	width:165px; 
	float:left;
}

.textOver {
	display:none;
	text-align:center;
	font-size:11px;
	font-weight:bold;
}
/* END */
