/* --- component Event List CSS --- */
.event_right{
float: left;
text-align: center;
padding:0 5px 5px;
}

.event_profile_thumb{
height: 100px;
width: 100px;
margin: 4px 5px 2px 2px;
padding: 2px;
border: 1px solid #41B8E2;
background-color: #fff;
background-position: center center;
background-repeat: no-repeat;
}
.event_profile_username{
font-weight:bold;
color:#fff;
}
.event_profile_username:hover{
color:#fff;
text-decoration:none;
}
.event_location
{
padding: 2px 4px;
font-size: 10px;
}
.event_location span{
font-weight: bold;
}
.event_description{
padding: 4px 6px;
}
*html .new_block_bodys{
height:1px;
}

a.new_link
{
	font:13px Tahoma;
	text-decoration:none;
	letter-spacing:2px;
}

a.new_link:hover
{
	text-decoration:underline;
}