/* participants_what.php Table Structure
Created by: M.B. Norton
Last Updated: 2009/11/22 */

#studytables table {
	width: 400px;
	border-collapse: collapse;
	border: none;
	margin: 10px 0 0 0;
	padding: 0;
	}
#studytables th {
	font-size: 1.4em;
	text-align: left;
	height: 1.7em;
	}
#studytables td {
	font-size: 1.2em;
	margin: 0;
	padding: 0 4px 4px 4px;
	}
#studytables ul {
	list-style-type: none;
	margin: 0 0 0 1.6em;
	padding: 0;
	}
#studytables ul li {
	list-style-image: url(../images/circle_blue_8.png);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding: 0;
	margin: 0.3em 0;
	}
.rightlist {
	vertical-align: top;
	}
	
	