/* friend lists */

#friend-list-ref,
#menu-user-ref
{
	text-decoration: none;
}


.top-div, .top-div-white
{
	position:absolute;
	z-index: 100;
	display: none;
}


#friend-id-list
{
	position:absolute;
	z-index: 100;
}

.top-div .in-tab td,
#tab-menu table ul a div,
#photo-menu table ul a div,
#friend-id-list table ul a div
{
	background-color: transparent;
	color: #003366;
	padding: 0 6px;
	text-align: left;
}

.top-div .in-tab td.over a
{
	color: #F7F5EB;
}

.top-div .in-tab td.neutral a
{
	color: #AAAAAA;
}

.top-div .in-tab td.over,
#tab-menu table ul a:hover div,
#photo-menu table ul a:hover div,
#friend-id-list table ul a:hover div

{
	background-color: #003366;
	color: #F7F5EB;
}

.top-div .in-tab a,
#tab-menu table ul a,
#photo-menu table ul a,
#friend-id-list table ul a
{
	text-decoration: none;
	width: 100%;
}

#ajax-indi
{
	z-index: 110;
	background: transparent;
	position: absolute;
	width: 200px;
	height: 100px;
}


#ajax-indi div
{
	z-index: 110;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;

}


#ajax-indi .lower
{

	text-align: center;
	vertical-align: middle;
}

#ajax-indi-int
{
	display:none; 
	background: white;
	position: absolute;
	z-index: 110;
	text-align: center;
	vertical-align: middle;

}


#top-list
{
	display: none;
}