﻿.event h1
{
	font-family: Arial, Sans-Serif;
	font-size: 24px;
	font-weight: normal;
	margin-top: 0;
}

.event h2
{
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0;
	margin: 0;
	font-weight: bold;
}

.event
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.event-left
{
	width: 330px;
	padding-right: 20px;
	float: left;
}

.event-right
{
	width: 176px;
	float: right;
}

.event-participants
{
	width: 520px;
	height: 400px;
	overflow: auto;
}

.eventpart-item
{
	float: left;
}

.eventpart-item a
{
	color: Blue;
}

.eventpart-separator
{
	width: 30px;
	height: 140px;
	float: left;
}

.eventpart-img
{
	width: 100px;
	height: 140px;
}