
.browseList {
	font-family: arial, helvetica, sans-serif;
	color: #5A86AF; /*#6C8399;*/
	display:block;
	margin-top: 10px;
}

.profile {
	font-family: arial, helvetica, sans-serif;
	color: #5A86AF; /*#6C8399;*/
	display:block;
	margin: 0 auto;
	margin-top: 10px;
	width:400px;
	font-size: 12pt;
	
	overflow: auto;
	height: 360px;
}

.profileName {
	color: #446585; 
	width:380px; 
	margin: 0 auto; 
	text-align: center; 
	font-size: 16pt; 
	font: arial;
	border: 1px solid #e2e2e2;
	padding: 6px;
}

.profile a {
	text-decoration:none;
	color: #5FA3E2;
}

.profileLabel {
	display:block;
	float:left;
/*	font-size:12pt;*/
	height:25px;
	padding-right:5px;
	position:relative;
	text-align:right;
	width:120px;
}

.profileField {
	display:inline-block;
/*	font-size:0.9em;*/
	margin:0 0 10px;
	position:relative;
	text-align:left;
	width:230px;
}

.bioDisplay {
	color: #324361;
	font: helvetica, sans-serif;
	width: 360px;
	margin: 0 auto;
}

.card {
	width: 260px;
	display: inline;
	padding: 6px 10px;
	margin: 4px 6px;
	float: left;
	border: 1px solid #e2e2e2;	
/*	background-color: #FFFDCF;*/
}

.card span {
	float:right;
}

.card a {
	text-decoration:none;
	color: #5FA3E2;
}

.right {
	float:right;
}

.name {
	font-size: 12pt;
	display:block;
}

.info {
	display:block;
}

.text-right {
	text-align: right;
}

.links {
	width: 600px;
	margin: 0 auto;
	font-family: arial, helvetica, sans-serif;
	display:block;
	text-align: center;
	font-size: 14pt;
	margin: 12px 0;
}

.big {
	font-size: 120%;
}

.links a {
	text-decoration:none;
	color: #528FC7;
}

.links a:visited {
	color: #528FC7;
}

.iconHolder {
	display: block;
	margin: auto;
	float: right;
	text-align: right;
	font-size: 8pt;
}

.profileIcon {
	height: 25px;
	width: 20px; 
	background: url() top right no-repeat;
	float: right;
}

.smallLabel {
	font-size: 85%;
	padding: 3px 3px;
}

.searchbars {
	margin-bottom:10px;
}

.hidden {
	display:none;
}

.filters {
	width: 140px;
}

.filters div {
	display: block;
	margin-bottom: 3px;
}

.filters input {
	float:right;
}

.loadingIcon {
	display: block;
	height: 16px;
	width: 16px; 
	margin: auto;
	background: url(../images/indicator.gif) top center no-repeat;
	background-color:#FFF;
}

.loading {
	position:absolute;
	top:150px;
	margin: 0 auto;
	width:550px;
	height:40px;
	padding:6px;
	background:#fff;
	border:#83a7c8;
	color: #6D8CA8;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	border-style: solid;
	border-width: 8px;
	text-align:center;
}