#memberSearchForm {
	border: none; 
	margin: 0px 0px 20px 0px; 
	width: 100%; 
	background-color: #ebebeb; 
	line-height: 20px;
}

#memberSearchForm h3 {
	margin: 0px 0px 5px 0px;  
	font-size: 12px; 
	color: #022F5F;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#memberSearchForm input.text, #memberSearchForm input.password {
	border: 1px solid #929292;
}

#memberSearchForm div.row {

}

#memberSearchForm div.row div.cell {
	float: left;
	padding: 5px;
	border-right: 1px solid #FFFFFF;
	height: 110px;
}

#memberSearchForm div.row div.cell.market {
	float: left;
	padding: 5px;
	border-right: 1px solid #FFFFFF;
	height: 100%;
	font-size: 12px;
	line-height: 14px;
}

#memberSearchForm a.linkRow {
	display: block;
	border: 1px solid #ebebeb;
	border-top: 1px solid #999999;
	margin: -1px -6px 0px 0px;
	width: 98%;
	float: right;
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	background-image: url(/images/icons/acrobat.png);
	background-repeat: no-repeat;
	background-position: 3px 4px;
}

#memberSearchForm a.linkRow span {
	margin-left: 25px;
}

#memberSearchForm a.linkRow.first {
	border-top: 1px solid #ebebeb;
}

#memberSearchForm a.linkRow:hover {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	color: #990000;
}

#memberSearchForm a.linkRow.first:hover {
	border-top: 1px solid #999999;
}

#memberSearchForm a.linkRow img {
	vertical-align: middle;
}

#memberSearchForm #productToggleLink.linkRow {
	background-image: url(/images/icons/search_plus.png);
}

#memberSearchForm #productToggleLink.linkRow.selected {
	background-color: #d0d0d0;
	background-image: url(/images/icons/search_minus.png);
	border: 1px solid #999999;
	color: #000000;
}

#memberSearchForm #productToggleLink.linkRow.selected:hover {
	background-image: url(/images/icons/search_on.png);
	background-color: #FFFFFF;
}

#memberSearchForm #productToggleLink.linkRow.disabled {
	background-image: url(/images/icons/search_disabled.png);
	color: #777777;
}

#memberSearchForm #productToggleLink.linkRow.disabled:hover { 
	background: none;
	background-image: url(/images/icons/search_disabled.png);
	background-repeat: no-repeat;
	background-position: 3px 4px;
	border-top: 1px solid #CCE2F1;
	border-left: 1px solid #CCE2F1;
	border-right: 1px solid #CCE2F1;
	cursor: default;
}

#memberSearchForm #products, #memberSearchForm #markets {
	border-bottom: 1px solid #FFFFFF; 
	overflow: hidden;
}

#memberSearchForm #productsList, #memberSearchForm #marketsList {
	margin-bottom: 5px;
}

#memberSearchForm #productsList div.productType {
	width: 100%;
	clear: both;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	padding: 0px 8px;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#memberSearchForm #productsList div.productType.first {
	margin: 0px;
}

#memberSearchForm #productsList div.list-item {
	float: left;
	margin-left: 5px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	width: 222px;
}

#memberSearchForm #marketsList div.list-item {
	float: left;
	margin-left: 5px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	width: 222px;
}




div.memberDisplay {
	width: 100%; 
	margin: 0px 0px 20px 0px;
	font-size: 12px;
	line-height: 16px;
}

div.memberDisplay div.row {
	margin: 0px;
	border-bottom: 1px solid #929292;
}


div.memberDisplay div.row.last {
	border: none;
}

div.memberDisplay div.row.even {
	background-color: #E3E3E3;
}

div.memberDisplay div.row.even.last {
	background-color: #E3E3E3;
}


div.memberDisplay div.row div.column {
	float: left;
}

/* Projects Divs */
div.memberDisplay div.row div.projectLeftCol { 
	margin: 5px; 
	width: 430px;
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
}

div.memberDisplay div.row div.projectLeftCol a { 
	text-decoration: none; 
}

div.memberDisplay div.row div.projectLeftCol a:hover { 
	text-decoration: underline; 
}

div.memberDisplay div.row div.projectRightCol { 
	margin: 5px; 
	width: 430px;
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
}

div.memberDisplay div.row div.projectRightCol a { 
	text-decoration: none; 
}

div.memberDisplay div.row div.projectRightCol a:hover { 
	text-decoration: underline; 
}


/* End Projects Divs */

div.memberDisplay div.row div.column.contacts {
	width: 205px;
	border-left: 1px solid #929292;
	margin-left: -1px;
}

div.memberDisplay div.row div.column.member {
	width: 703px;
	border-right: 1px solid #929292;
}

div.memberDisplay div.row div.column.member div.memberInfoRow {

}

div.memberDisplay div.row div.column.member div.memberInfoRow div.memberType {
	width: 170px;
	float: left;
	color: #993300;
}

div.memberDisplay div.row div.column.member div.memberInfoRow div.memberType span {
	margin: 0px 5px;
}

div.memberDisplay div.row div.column.member div.memberInfoRow div.memberType img {
	margin: 5px 0px 0px 5px;
}

div.memberDisplay div.row div.column.member div.memberInfoRow div.memberInfo {
	width: 533px;
	float: left;
}

div.memberDisplay div.row div.column.member div.memberInfoRow div.memberInfo div.memberTypeInfo strong {
	color: #000000;
}

div.memberDisplay div.row div.column.member div.memberInfoRow div.memberInfo h4.memberName {
	color: #0066CC;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
}

div.memberDisplay div.row div.column div.memberInfoRow div.certification,
div.memberDisplay div.row div.column div.memberInfoRow div.description,
div.memberDisplay div.row div.column div.memberInfoRow div.products, 
div.memberDisplay div.row div.column div.memberInfoRow div.markets {
	width: 520px;
	margin: 4px 0px;
}

div.memberDisplay div.row div.column div.memberInfoRow div.certification {
	margin-top: 8px;
}

div.memberDisplay div.row div.column.contacts div.contact {
	margin: 0px 10px 10px 10px;
}
