/* SLIDER
-------------------------------------------------------------- */
#slider {
  background: #4353a0;
  height: 288px;
  margin: 0 0 10px 0;
  padding: 6px;
}

#slider .thumbs { 
  float: left;
  width: 158px; 
  padding-right: 6px;
}

#slider .thumbs .content {
  height: 279px;
  overflow:hidden;
}

#slider .thumbs .content ul li img { height: 89px; margin-bottom: 6px; }

#slider .thumbs .control {
  height: 5px;
  padding-top: 4px;
}

#slider .thumbs .control a { display: block; }
#slider .thumbs .control a.previous {
  float: left;
  background: url(/images/fo/buttons/arrow-up.gif) no-repeat;
  width: 9px;
  height: 5px;
}

#slider .thumbs .control a.next {
  float: right;
  background: url(/images/fo/buttons/arrow-down.gif) no-repeat;
  width: 9px;
  height: 5px;
}

#slider .thumbs .control .pages {
  padding-left: 50px; 
}

#slider .thumbs .control .pages a {
  float: left;
  width: 4px;
  height: 3px;
  border: 1px solid #b2b8d4;
  margin: 0 2px;
}

#slider .thumbs .control .pages a:hover { background: #b2b8d4; }
#slider .thumbs .control .pages a.selected { background: #b2b8d4; }

#slider .preview {
  float: right;
  width: 512px;
  height: 288px;
  position: relative;
}

#slider .preview .overlay {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background: url(/images/fo/loader.gif) no-repeat center center;
}

#slider .preview .event {
  position: absolute;
  bottom: 0;
  background: #0b1447;
  opacity: 0.9;
  filter: alpha(opacity=90%);
  height: 62px;
  width: 496px;
  padding: 8px 8px 5px 8px;
  left: 0;
}

#slider .preview .event a.type { font-size: 14px; font-weight: bold; }

#slider .preview .event .actions {
  bottom: 2px; 
  position: absolute;
  right: 10px;
}

#slider .preview .event .actions li {
  display: inline;
  float: left;
  font-size: 11px;
  line-height: 18px;
  padding: 2px 0 2px 10px;
  position: relative;
}

#slider .preview .event .actions li a {
  background: none;
  color: #fff;
  float: left;
  height: 20px;
  line-height: 20px;
  position: relative;
  padding-right: 25px;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
}

#slider .preview .event .actions li a span {
  background: url(/images/fo/icons/tabs.png) no-repeat;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
}

#slider .preview .event .actions li.comment a span { background-position: -70px 0; }
#slider .preview .event .actions li.palmares a span { background-position: -122px 0; }
#slider .preview .event .actions li.articles a span { background-position: -235px 0; }
#slider .preview .event .actions li.matches a span { background-position: -177px 0; }
#slider .preview .event .actions li.videos a span { background-position: -290px 0; }
#slider .preview .event .actions li.photos a span { background-position: -340px 0; }


#slider .preview .event .actions li.comment a:hover span { background-position: -70px -20px; }
#slider .preview .event .actions li.palmares a:hover span { background-position: -122px -20px; }
#slider .preview .event .actions li.articles a:hover span { background-position: -235px -20px; }
#slider .preview .event .actions li.matches a:hover span { background-position: -177px -20px; }
#slider .preview .event .actions li.videos a:hover span { background-position: -290px -20px; }
#slider .preview .event .actions li.photos a:hover span { background-position: -340px -20px; }

/* LATEST RESULTS
-------------------------------------------------------------- */
.latest-results { font-size: 11px; }

.latest-results a {
	background: url(/images/fo/icons/arrows.gif) no-repeat right -146px;
	padding-right: 10px;
}

.latest-results li {
	line-height: 18px;
  padding: 2px 12px;
}

.latest-results li a { font-weight: bold; }


.latest-results p.right {
	background: url(/images/fo/h2.png) repeat-x center top;
	border-top: 1px solid #4759ad;
	height: 18px;
	line-height: 18px;
	padding-right: 10px
}

.latest-results p.right a {
	background-position: right -145px;
  font-style: italic;
}





/* LATEST VIDEOS
-------------------------------------------------------------- */
.latest-videos {
	font-size: 11px;
	padding: 0 18px 2px 0;
}

.latest-videos li {
  display: inline;
  float: left;
  margin: 15px 0 5px 20px;
}

.latest-videos p.right { clear: both; }

.latest-videos p.right a {
  background: url(/images/fo/icons/arrows.gif) no-repeat right -145px;
  font-style: italic;
  padding: 0 10px 0 0;
}




/* UPCOMING EVENTS
-------------------------------------------------------------- */
.events {
	font-size: 11px;
	padding: 5px 2px 0;
}

.events .event-infos {
	margin: 0 0 10px 0;
  position: relative;
}

.events .event-infos .live {
	position: absolute;
	right: 2px;
	top: 25px;
}

.events .event-infos .bkg-red { background: #a82020; }
.events .event-infos .bkg-green { background: #339c33; }
.events .event-infos .bkg-grey { background: #666; }
.events .event-infos .bkg-yellow { background: #d1860d; }

.events .event-infos .date {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-weight: bold;
  height: 21px;
	line-height: 21px;
	margin: 0 0 5px 0;
	padding: 0 5px; 
}

.events .event-infos p { margin: 0 0 8px 5px; }




/* LATEST NEWS
-------------------------------------------------------------- */
.news { font-size: 11px; }

.bkg-red-1 {
	background: #a82020;
	color: #eed2d2;
}
.bkg-red-1 a { color: #eed2d2; }

.bkg-red-2 {
	background: #671414;
	color: #e1d0d0;
}
.bkg-red-2 a { color: #e1d0d0; }

.bkg-red-1 a:hover,
.bkg-red-2 a:hover { color: #e5bc40; }

.news img.align-left { margin: 5px; }

.news .align-right {
	margin: 5px;
	position: relative;
	width: 430px;
}

.news a {
  background: url(/images/fo/icons/arrows.gif) no-repeat right -144px;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  padding-right: 10px;
}

.news em {
  display: block;
  margin: 15px 0 0 0;
}


/***** Actions *****/
.news ul.actions {
	bottom: -2px;
	line-height: 20px;
  position: absolute;
  right: 0;
  text-align: right;
}

.news ul.actions li {
	float: left;
  line-height: 20px;
}

.news ul.actions li a {
	background: none;
	float: left;
	font-size: 11px;
	height: 20px;
  line-height: 20px;
  margin: 0 0 0 15px;
  padding-right: 25px;
  position: relative;
}

.news ul.actions li a span {
	background: url(/images/fo/icons/tabs.png) no-repeat;
	height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 22px;
}

.news ul.actions li.live a {
	margin: 0;
	padding: 0;
}

.news ul.actions li.live a img {
	float: left;
  margin-top: 2px;
}

.news ul.actions li.palmares a span { background-position: -122px 0; }
.news ul.actions li.comment a span { background-position: -70px 0; }
.news ul.actions li.videos a span { background-position: -290px 0; }
.news ul.actions li.matches a span { background-position: -177px 0; }
.news ul.actions li.photos a span { background-position: -341px 0; }
.news ul.actions li.articles a span { background-position: -235px 0; }

.news ul.actions li.comment a:hover span { background-position: -70px -20px; }
.news ul.actions li.videos a:hover span { background-position: -290px -20px; }
.news ul.actions li.matches a:hover span { background-position: -177px -20px; }
.news ul.actions li.photos a:hover span { background-position: -341px -20px; }
.news ul.actions li.articles a:hover span { background-position: -235px -20px; }

.latest-news p.right {
  background: url(/images/fo/h2.png) repeat-x center top;
  border-top: 1px solid #4759ad;
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  padding-right: 15px;
}

.latest-news p.right a {
  background: url(/images/fo/icons/arrows.gif) no-repeat right -145px;
  font-style: italic;
  padding: 0 10px 0 0;
}
