/*=========================================================*/
/* IXPRIM MEMBERLIST                                       */
/*=========================================================*/
#memberslist {
	font-size:12px;
	padding:3px;
	border-collapse: collapse;
}

#memberslist table {

}

#memberslist th {
	text-decoration: none;
	background-color: #f8c860;
	color: #ffffff;
	height:32px;
	font-weight:bold;
	border: 1px solid #333333;
	padding:5px;
}
#memberslist th a:link, #memberslist th a:visited, #memberslist th a:active {
	text-decoration: underline;
	color: #ffffff;
	font-weight:bold;
}

#memberslist th a:hover {
	color: #333399;
	text-decoration: underline;
}

#memberslist td {
    padding:2px 2px 2px 2px;
	margin:2px 2px 2px 2px;
    font-size:12px;
	background-color: #ffffff;
	border: 1px solid #333333;
	border-collapse: collapse;
	color: #333333;
	height:52px
}

#memberslist td a, #memberslist td a:visited, #memberslist td a:active, #memberslist td a:link {
	font-size: 12px; 
	color: #333399; 
	font-family: tahoma,arial,helvetica,sans-serif;
	text-decoration: underline;
	font-weight: normal;
}

#memberslist td a:hover {
	font-weight: normal;
	color: #9999ff;
}