/* PROFILES */

#records_first {
	margin-right: 30px;
	margin-left: 20px;
}
.recordDisplay {
	width: 440px;
	float: left;
	margin-bottom: 20px;
}
.recordDisplay th {
	height: 20px;
	padding: 10px 5px;
	text-align: left;
}
.recordDisplay td {
	padding: 8px 5px;
	font-size: 1.1em;
}
.recordDisplay .delete_link {
	text-align: left;
}
.recordDisplay .delete_link a {
	display: block;
	background: transparent url(/static/images/ico-del.png) center center no-repeat;	
	width: 16px;
	height: 16px;
	margin: 0 auto;
	text-indent: -9999px;
	text-decoration: none;
}

.odd {
	background-color: #F3F3F3;
}


.pagination {
	text-align: center;
	margin: 0 auto;
	clear: both;
}
.pagination span a,
.pagination strong {
	padding: 6px;
}

.pagination span a {
	text-decoration: none;
	color: #429BB1;
}
.pagination span a:hover {
	text-decoration: underline;
	background-color: #EFEFEF;
}

#info {
	margin-left: 20px;
}
#graph {
	margin-left: 10px;
}