/* MEMBERS SECTION

		=member-login
		=join-the-membership
 
*/


/* =member-login */

.member-login div#content form {
	width: 50%;
}

/* =join-the-membership */
.join-the-membership div#content form fieldset label {
	width: 25%;
}

/* =people */

div.people {
	border: 2px solid #ddd;
	background: #f5f5f5;
	width: 250px;	
	height: 108px;
	padding: 5px 7px;
	margin: 5px;
	text-align: left;
	float: left;
}

div#content div.people dl dt a {
	margin: 0; 
	padding: 0;
	text-indent: 0;
	text-align: left;
	position: relative;
}

div.people a:hover {
	text-decoration: none;
}

div.people dl dt {
	font-size: 110%;
	padding: 0;
	margin: 0px 0;
	text-indent: 0;
	border-bottom: 1px solid #aaa;
}

div#content div.people dl dd {
	padding: 0;
	margin: 0;
	text-indent: 0;
	text-align: left;
	line-height: 17px;
}

div#content div.people img {
	margin: 0 auto;
	clear: both;
	float: right;
	border: 1px solid #aaa;
}

/* =profile */

div.profile {
	border: 2px solid #ddd;
	background: #f5f5f5;
	width: 400px;	
	padding: 5px 7px;
	margin: 5px;
	text-align: left;
	float: left;
}

div#content div.profile dl dt a {
	margin: 0; 
	padding: 0;
	text-indent: 0;
	text-align: left;
	position: relative;
}

div.profile a:hover {
	text-decoration: none;
}

div.profile dl dt {
	font-size: 110%;
	padding: 0;
	margin: 0px 0;
	text-indent: 0;
	border-bottom: 1px solid #aaa;
}

div#content div.profile dl dd {
	padding: 0;
	margin: 0;
	text-indent: 0;
	text-align: left;
	line-height: 17px;
}

div#content div.profile img {
	margin: 0 auto;
	clear: both;
	float: right;
	border: 1px solid #aaa;
}

/* =company */

div.company {
	border: 2px solid #ddd;
	background: #f5f5f5;
	width: 430px;	
	padding: 5px 7px;
	margin: 5px;
	text-align: left;
	float: left;
}

div#content div.company dl dt a {
	margin: 0; 
	padding: 0;
	text-indent: 0;
	text-align: left;
	position: relative;
}

div.company a:hover {
	text-decoration: none;
}

div.company dl dt {
	font-size: 110%;
	padding: 0;
	margin: 0px 0;
	text-indent: 0;
	border-bottom: 1px solid #aaa;
}

div#content div.company dl dd {
	padding: 0;
	margin: 0;
	text-indent: 0;
	text-align: left;
	line-height: 17px;
}

div#content div.company img {
	margin: 0 auto;
	clear: both;
	float: right;
}

/* =member-directory-detail */

div#content dl.member-directory-detail dt {
	clear: both;
	border-bottom: 1px solid #ddd;
	padding: 0 0 0 4px;
	margin-bottom: 4px;
	font-size: 130%;
}

div#content dl.member-directory-detail dd {
	list-style: none;
	width: 48%;
	float: left;
	line-height: 1.2em;
	padding-left: 0;
	margin-left: 0;
	text-indent: 0;
}

.admin div#content dl.member-directory-detail dd {
	list-style: none;
	width: 95%;
	float: none;
	clear: both;
	line-height: 1.2em;
	padding-left: 0;
	margin-left: 0;
	text-indent: 0;
}

div#content dl.member-directory-detail dd a {
	background: url(../i/layout/icon-news.gif) 0px 2px no-repeat;
	padding-left: 15px;
	font-weight: bold;
	color: #000;
	margin-left: 5px;
}

div#content dl.member-directory-detail dd a:hover {
	background: url(../i/layout/icon-news.gif) 0px 2px no-repeat;
	text-decoration: none;
	color: #c44;
}

div#content dl.member-directory-detail dd a.member-print {
	background: url(../i/layout/icon-print.gif) 0px 0px no-repeat;
	padding-left: 15px;
	font-weight: normal;
	color: #000;
	margin: 0 2px 0 0;
}

div#content dl.member-directory-detail dd a.member-print:hover {
	background: url(../i/layout/icon-print.gif) 0px 0px no-repeat;
	text-decoration: none;
	color: #c44;
}

div#content dl.member-directory-detail dd a.member-delete {
	background: url(../i/layout/admin-delete.gif) 0px 2px no-repeat;
	padding-left: 15px;
	font-weight: normal;
	color: #000;
	margin-left: 5px;
}

div#content dl.member-directory-detail dd a.member-delete:hover {
	background: url(../i/layout/admin-delete.gif) 0px 2px no-repeat;
	text-decoration: none;
	color: #c44;
}

a.member-delete {
	background: url(../i/layout/admin-delete.gif) 0px 2px no-repeat;
	padding-left: 15px;
	font-weight: normal;
	color: #000;
	margin-left: 5px;
}

a.member-delete:hover {
	background: url(../i/layout/admin-delete.gif) 0px 2px no-repeat;
	text-decoration: none;
	color: #c44;
}
