/* MENU */

#fbcontest ul#fbc_menu, #fbcontest #fbc_menu li{
	padding:0;
	margin:0;
	list-style:none;
	text-indent:0;
	background:none;
	line-height:0;
}

#fbcontest ul#fbc_menu li:before{
	content:'';
}

#fbcontest ul#fbc_menu{
	float:right;	
	border-top:1px solid #D6D9DE;
	margin-top:10px;
	font-size:11px;
	margin-bottom:50px;
}

#fbcontest #fbc_menu li{
	border-bottom:1px solid #D6D9DE;
}

#fbcontest #fbc_menu a{
	color:#333333;
	text-decoration:none;
	display:block;
	width:120px;
	height:25px;
	line-height:25px;
	padding-left:25px;
	background-repeat:no-repeat;
	background-position:5px;
	border:1px solid #fff;
}

#fbcontest #fbc_menu .fbc-selected a{
	background-color:#6D84B4;
	color:#FFFFFF;
	border-color:#3B5998;
}

#fbcontest #fbc_menu a:hover{
	background-color:#ECEEF4;
}

#fbcontest #fbc_menu .fbc-selected a:hover{
	background-color:#6D84B4;
}

#fbcontest #fbc_menu #fb-home{
	background-image:url(images/flag.gif);
}

#fbcontest #fbc_menu #fbranking{
	background-image:url(images/ranking.gif);
	
}

#fbcontest #fbc_menu #fbfriends{
	background-image:url(images/friends.gif);
}

#fbcontest #fbc_menu #fblogout{
	background-image:url(images/logout.gif);
}

/* BUTTONS */

#fbcontest .buttfb{
	background-color:#5B74A8;
	border-color:#26446E #152F5F #0C2253;
	background-image:url(images/butt.gif);
	border-style:solid;
	border-width:1px;
	display:inline-block;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:3px 6px 4px;
	vertical-align:bottom;
	margin-top:10px;
}

#fbcontest .fb-style{
	width: 200px;
	font-weight:bold;
	color:#FFFFFF;
	text-shadow:0 1px 0 #3E5A88;
	background-color:transparent;
	border:medium none;
	cursor:pointer;
	display:block;
	font-size:13px;
	font-weight:bold;
	line-height:20px;
	height:20px;
	margin:0;
	overflow:visible;
	padding:0;
}


/* RANKING TABLE */

#fb-ranking{
	width:380px;
	margin-top:10px;
	border-collapse:collapse;
}

#fb-ranking .center{
	text-align:center;
}

#fb-ranking .bold{
	font-weight:bold;
}

#fb-ranking td{
	border-bottom:1px solid #D6D9DE;
	height:60px;
	padding:5px;
}

#fb-ranking th{
	border-bottom:1px solid #D6D9DE;
	padding:5px;
}

#fb-ranking .profile{
	width:50px;
}

#fb-ranking .first td{
	background:#ECEEF4;
}
