/* 
    Document   : participants
    Created on : 21/05/2009, 3:57:45 PM
    Author     : Ben Rowe <ben@fatpublisher.com.au>
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.participants {
	margin: 0;
	overflow: auto;
	padding: 0;
}

.participants li {
	float: left;
	height: 70px;
	list-style: none;
	margin: 0 10px 10px 0;
	overflow: hidden;
	padding: 15px;
	text-align: center;
	width: 110px;
}
.participants li a {
	display: block;
	height: 70px;
}
