/* -------------------- Member Browse Box ------------------ */

#member_container {
	width: 53em;
}

#tabnav {
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background: url(tab_bottom.gif) repeat-x bottom;
}

#tabnav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#tabnav a {
	float: left;
	background: #cfc;
	font-size: 0.8em;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	margin-right: 1px;
	border: 1px solid #6c6;
	text-decoration: none;
	color: #666;
}

#tabnav a.highlighted {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}

#tabnav a:hover {
	background: #fff;
}

#tabbox {
	border: 1px solid #6c6;
	border-top: 0;
	padding: 5px;
}

#nav {
	margin-top: 10px;
	width: 100%;
	text-align: right;
}


table.memberchild  tr.highlighted{
	background-color: #eee;
}

table.members {
	width: 100%;
	border-spacing: 5px;
}

table.members td {
	padding-top: 10px;
	padding-bottom: 10px;
}


table.memberchild {
	width: 100%;
	border-spacing: 0px;
	background-color: white;
}

table.memberchild td {
	padding: 2px 2px 2px 5px;
}

th.name {
	width: 10em;
	}

th.country, th.icq, th.msn, th.web, th.yahoo, th.video {
	width: 25px;
	margin-left: 5px;
}

#mode {
	width: 100%;
	text-align: right;	
}

#filter {
	margin-top: 5px;
	width: 100%;
	text-align: right;	
}

#filter * {
	font-size: 0.9em;
	}

#filter input {
	border: 1px solid #666;
}

/* -------------------- Member Videos ------------------ */

div.video{
	border-top: none !important;
}

.video h2 {
	border: 0 !important;
	}
.video {
	font-size: 0.85em;
	}


/* -------------------- Member Box ------------------ */
table.member {
	margin-right: 10px;
	background-color: #aaa;
	border-spacing: 2px;
}

table.member td{
	padding: 3px;
	background-color: white;
}

table.member td.thumb{
	text-align: center;
}


table.member td.icons img {
	margin-right: 3px;
	vertical-align: middle;
}

table.member img.flag { 
	border: 1px solid #bbb;
}

table.member td.name {
	text-align: center;	
}
table.member td.name a{
	font-size: 0.8em;	
	color: black;
	font-weight: normal;
}

/* -------------------- Member Profile Styles ------------------ */

#member h2{
	border-bottom: 1px solid #999;
}


#member .details{
	margin-left: 30px;
	margin-bottom: 4em;
}
