/* DATEI: style_ext.css */

/* memberlist */
div.mod_cm_membergooglemaps .select { width:120px; }
div.mod_cm_membergooglemaps .text { width:200px; }

table.all_records {
	padding:0; 
	margin:15px 0 0;
	border:0;
	width:100%;
}
table.all_records th {
	font-size:11px;
	padding:0 0 2px 5px; 
	text-transform:uppercase;
	border-bottom:1px solid #352a1d;
}
table.all_records th.col_first {
	padding:0 0 2px 0; 
}
table.all_records td {
	font-size:11px;
	padding:2px 0 2px 5px; 
	border-bottom:1px solid #352a1d;
}
table.all_records td.col_first {
	font-weight:bold;
	padding:2px 0 2px 0; 
}

table.single_record {
	padding:0; 
	margin:0;
	border:0;
}
table.single_record th {
	padding:0 15px 0 0; 
}
table.single_record td {
	padding:0 15px 0 0; 
}
table.single_record tr.row_first td.value {
	font-weight:bold;
}

div.go_back { margin-top:15px; }
div.memberdetailmap { margin-top:15px; border: 1px solid #fff; }
/* --- */
