/* 
    Document   : participants
    Created on : 15-okt-2009, 15:10:07
    Author     : Arno
    Description:
        Participants module styles.
*/

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div#content div.participants-overview {
	
}

div#content div.participants-overview h3 {
	margin: 0px 0px;
}

div#content div.participants-overview table {
	margin: 0px 0px 20px;

	width: 661px;

	border-spacing: 0px;
	border: 0px;
}

div#content div.participants-overview table td div {

	display: block;

	white-space: nowrap;
	overflow: hidden;

	padding: 0px 3px 0px 0px;
}

div#content div.participants-overview table td.company,
div#content div.participants-overview table td.company div {
	width: 275px;
}

div#content div.participants-overview table td.location,
div#content div.participants-overview table td.location div {
	width: 190px;
}

div#content div.participants-overview table td.website,
div#content div.participants-overview table td.website div {
	width: 196px;
}

div#content div.participants-overview table a {
	color: #4582E1;

	font-size: 12px;
	font-weight: normal;

	text-decoration: underline;
}

div#content div.participants-overview table a:hover {
	color: #EC6807;
}

div#content div.participants-overview form {
	width: 241px;
	float: left;

	margin: 0px 27px 20px 0px;
	_margin: 0px 27px 0px 0px;
}

div#content div.participants-overview form label {
	float: none;
}

div#content div.participants-overview form input.mediumtext {
	width: 241px;
}

div#content div.participants-overview form input.button {
	margin: 13px 0px 0px 105px;
}

