body
{
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 0.9em;
	color: #333;
}

div.userList div.user
{
    float: left;
    margin: 0px 5px 0px 0px;
    width: 25px;
    overflow: hidden;

	height: 25px;
}

div.userList div.user img
{
	width: 25px;
	height: 25px;
}

div.userList div.user a
{
	text-decoration: none;	
	font-family: "Tahoma", "Geneva CE", lucida, sans-serif;
    font-size: 0.75em;
    word-wrap: break-word;
	line-height: 105%;
}


hr{
    border: none;
    background: none;
    border-bottom: 1px solid #eee;
    height: 0px;
    margin: 5px 0px;
    clear: both;
}

h3
{
	margin: 0px;
	padding: 0px;
}

a img
{
	border: none;
}

#people
{
	width: 120px;
	font-weight: bold;
	font-size: 1em;
	float: left;
	height: 25px;
	background: url(/images/logo-icon.gif) no-repeat;
	padding-left: 20px;
	display: block;
}

/* ATTENDING */


#attendButtons
{
	margin: 0px 0px;
	padding: 0px;
	width: 300px;
	height: 25px;
	float: left;
	font-weight: bold;
	font-size: 1em;	
}

#attendButtons li
{
	list-style-type: none;
	float: left;
	
}

#attendButtons li a
{
	display: block;
	padding: 2px 10px 2px 25px;
	font-weight: bold;
	font-size: 0.9em;
	margin: 0px 0px;
	background: url(/images/accept-empty.png) no-repeat 0px 4px;
	color: #333;
}



#attendButtons li a.selected
{
	background: url(/images/accept2.png) no-repeat 0px 4px;
}


