/* CONTENT - SEARCH PLAYER - FILTERS
-------------------------------------------------------------- */
.search-player {
	color: #dfebff;
	font-size: 11px;
	padding: 10px 10px 30px;
}

.search-player input {
  float: left;
  margin: 0 10px;
  width: 200px;
}

.search-player button.ok { margin-top: 2px; }

.search-player select {
  float: left;
  margin: 0 10px 0 0;
}

.search-player span,
.search-player label {
	float: left;
	margin: 2px 0 0 0;
}


/****. By name *****/
.search-player .search-name {
  margin: 10px auto 0;
  width: 360px;
}


/**** Alphabetical ****/
.search-player .search-alpha {
  margin: 20px auto;
  width: 460px;
}

.search-player ul {
	background: #1b2769;
	float: left;
  font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin: 0 10px;
	padding: 0 5px;
}
.search-player ul li { display: inline; }

.search-player ul li a {
	color: #dfebff;
  padding: 0 1px;
}
.search-player ul li a.selected,
.search-player ul li a:hover { color: #ffd048; }


/***** Selecters *****/
.search-player .selecters {
	margin: 0 auto;
  width: 450px;
}





/* CONTENT - SEARCH PLAYERS - LISTING
-------------------------------------------------------------- */
.results-list { margin: 20px 0 0; }

.results-list ul {
	float: left;
	line-height: 20px;
	width: 341px;
}

.results-list ul.last-child { float: right; }

.results-list ul li {
	height: 20px;
	line-height: 20px;
	padding: 0 10px 0 0;
}

.results-list a {
  background: url(/images/fo/icons/arrows.gif) no-repeat right -142px;
  display: block;
  padding: 0 0 0 25px;
  position: relative;
}

.results-list a img {
	height: 16px;
  left: 5px;
  position: absolute;
  top: 3px;
  width: 16px;
}

*+html .results-list a img { top: 0; }

.results-list a em {
	color: #fff;
	font-size: 11px;
}






/* CONTENT - FICHE PLAYER
-------------------------------------------------------------- */
.player-fiche { padding: 5px; }

.player-fiche .align-left { width: 150px; }
.player-fiche .align-right { width: 512px; }

.player-fiche .name {
	background: #0c164c;
  font: bold italic 15px Verdana;
  height: 32px;
  line-height: 32px;
  margin: 0 0 5px 0;
  padding: 0 0 0 53px;
  position: relative;
}

.player-fiche .name img {
	float: left;
	left: 4px;
  position: absolute;
  top: 0;
}

.player-fiche .name .star {
	background: url(/images/fo/icons/stars.png) no-repeat right -50px;
	float: right;
	height: 20px;
	position: absolute;
	right: 7px;
	text-indent: -100000px;
	top: 4px;
	width: 20px;
}

.player-fiche .col {
	color: #dfebff;
	display: inline;
	float: left;
	font-weight: bold;
	margin: 0 15px 0 0; 
	width: 113px;
}

.player-fiche .col a {
	background: url(/images/fo/icons/arrows.gif) no-repeat 90px -144px;
	color: #dfebff;
	display: block;
	margin-left: -5px;
	padding: 1px 0 1px 5px;
}
.player-fiche .col a:hover { background: #4759ad url(/images/fo/icons/arrows.gif) no-repeat 90px -144px; }

.player-fiche .col ul { margin-bottom: 10px; }

.player-fiche ul.sponsors li {
	display: inline;
	float: left;
	margin: 3px 5px 0 0;
}




/* TABS
-------------------------------------------------------------- */
#tabs li a { background: url(/images/fo/icons/tabs.png) no-repeat; text-indent: -25px; width: 60px; }
#tabs li a:hover { color: #E5BC40; }

#tabs li a.tabs-1 { background-position: 12px 0; }
#tabs li a:hover.tabs-1 { background-position: 12px -20px; }

#tabs li a.tabs-2 { background-position: -43px 0; }
#tabs li a:hover.tabs-2 { background-position: -43px -20px; }

#tabs li a.tabs-3 { background-position: -92px 0; }
#tabs li a:hover.tabs-3 { background-position: -92px -20px; }

#tabs li a.tabs-4 { background-position: -147px 0; }
#tabs li a:hover.tabs-4 { background-position: -147px -20px; }

#tabs li a.tabs-5 { background-position: -204px 0; }
#tabs li a:hover.tabs-5 { background-position: -204px -20px; }

#tabs li a.tabs-6 { background-position: -259px 0; }
#tabs li a:hover.tabs-6 { background-position: -259px -20px; }

#tabs li a.tabs-7 { background-position: -312px 0; }
#tabs li a:hover.tabs-7 { background-position: -312px -20px; }


#tabs li.selected {
   background: #293886;
}
.with-tabs {
	background: #293886;
}



/* CONTENT - TAB PALMARES
-------------------------------------------------------------- */
.palmares { padding: 3px; }

.palmares h3 {  margin: 8px 0 3px 3px; }






/* CONTENT - TAB COMMENTS
-------------------------------------------------------------- */




/* CONTENT - TAB RESULTS
-------------------------------------------------------------- */
.results .filters {
	color: #d9d9d9;
	font-size: 11px;
	text-align: center;
  margin: 20px 0;
}

.results .filters select { margin: 0 5px 0 0; }





/* CONTENT - TAB MATCHES
-------------------------------------------------------------- */
.matches h3 { margin: 8px 0 3px 3px; }

.matches .filters {
  color: #d9d9d9;
  font-size: 11px;
  margin: 20px auto;
  width: 500px;
}

.matches .filters select { margin: 0 5px 0 0; }

.matches .filters p { margin: 0 0 5px 0; }


.matches .listing td p.player {
	padding: 2px 0 2px 20px;
	position: relative;
}

.matches .listing td p.player img {
	left: 0;
	position: absolute;
	top: 2px;
}





/* CONTENT - TAB ARTICLES
-------------------------------------------------------------- */




/* CONTENT - TAB VIDEOS
-------------------------------------------------------------- */
/***** Player Video *****/
.videos { padding: 5px; }

.video-infos {
	background: #1b2769;
  font-weight: bold;
	padding: 10px;
	width: 138px;
}

.video-infos h3 {
	line-height: 20px;
	margin: 0 0 5px 0;
  padding-left: 20px;
  position: relative;
}
.video-infos h3 span {
  background: url(/images/fo/icons/tabs.png) no-repeat -290px 0; 
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.video-infos p { margin: 0 0 10px 0; }

.video-infos .infos { margin: 5px 0; }
.video-infos .infos span { color: #bcbfce; }

.video-infos .infos em {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
}

.video-infos .stats li {
	border-right: 2px solid #1b2769;
	border-bottom: 2px solid #1b2769;
	display: inline;
  float: left;
  width: 67px;
}

.video-infos .stats li a {
  background: #404e95;
  float: left;
  font-size: 11px;
  height: 30px;
  line-height: 32px;
  padding: 0 35px 0 0;
  position: relative;
  text-align: right;
  width: 32px;
}

.video-infos .stats li a span {
  background: url(/images/fo/icons/tabs.png) no-repeat;
  height: 20px;
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
}

.video-infos .stats li a.stats-1 span { background-position: -290px 0; }
.video-infos .stats li a.stats-2 span { background-position: -340px 0; }
.video-infos .stats li a.stats-3 span { background-position: -235px 0; }
.video-infos .stats li a.stats-4 span { background-position: -70px 0; }
.video-infos .stats li a.stats-5 span { background-position: -177px 0; }
.video-infos .stats li a.stats-6 span { background-position: -121px 0; }


/***** Listing videos *****/
.listing-videos .odd {
	padding: 5px 0;
	position: relative;
}

.listing-videos .even {
	padding: 5px 0;
	position: relative;
}

.listing-videos .align-right {
	font-size: 11px;
	padding-bottom: 40px;
	position: relative;
  width: 345px;
}

.listing-videos .align-right p.yellow { margin: 0 0 5px 0; }

.listing-videos .align-right a {
	background: url(/images/fo/icons/arrows.gif) no-repeat right -145px;
	font-size: 12px;
	font-weight: bold;
	padding-right: 15px;
}

.listing-videos .stats-video {
	bottom: 5px;
	left: 168px;
  position: absolute;
}

.listing-videos .stats-video p {
	color: #fff;
	font-weight: bold;
}

.listing-videos .stats-video p span {
  color: #bcbfce;
}

.listing-videos .stats-video em {
	clear: both;
	display: block;
	padding: 2px 0 0 0;
}

.listing-videos .stats-video .rate {
  margin-left: 10px;  
}




/* CONTENT - TAB PHOTOS
-------------------------------------------------------------- */
.photos {
	margin: 10px auto;
	width: 583px;
}

.photos p {
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	margin: 0 auto 10px;
	padding: 0 25px 0 0;
	position: relative;
	width: 550px
}

.photos p span {
	background: url(/images/fo/icons/tabs.png) no-repeat -340px top;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0px;
	width: 20px;
}

.photos ul li {
	float: left;
	height: 80px;
        width: 120px;
        text-align: center;
	margin: 0 10px 10px 0;
}



/* SIDEBAR
-------------------------------------------------------------- */
.players-list {	padding: 5px 4px; }

.players-list li { padding: 5px; }

.players-list a {
	background: url(/images/fo/icons/arrows.gif) no-repeat right -145px;
  color: #dfebff;
	display: block;
  font-size: 11px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}

.players-list a img {
	float: left;
	left: 0;
	position: absolute;
	top: 0;
}


.players-list a span.right { display: block; }

.players-list a .name {
  color: #dfebff;
	font-size: 14px;
}
.players-list a:hover .name { color: #e5bc40; }

.players-list a .name .star { background-position: right 2px; }

.players-list a em {
	color: #bcbfce;
	font-weight: normal;
}
