﻿/* buy sell buttons */
.wff-button { width: 40px; height: 16px; position: relative; padding: 5px; background-color: #5A6070; }
.wff-button a { display: block; width: 40px; height: 16px; }
.wff-button.buy a { background-image: url(../images/buy.png); }
.wff-button.sell a { background-image: url(../images/sell.png); }
.wff-button .message { position: absolute; top: 0; background-color: #e5e5e5; border: 1px solid #000; padding: 5px; display: none; line-height: 14px; cursor: default; z-index: 1; color: #000; white-space: nowrap; }
.wff-button.buy .message { left: 0; }
.wff-button.sell .message { right: 0; }
.wff-button:hover .message { display: block; }
/* buy sell buttons */

/* matches list */
.wff-matches { }
.wff-matches .empty-data { height: 18px; line-height: 18px; padding: 5px 3px; }
.wff-matches .line1 { height: 18px; line-height: 18px; padding: 5px 3px; background-color: #00adef; }
.wff-matches .line1 .day { }
.wff-matches .line1 .champ { color: #fff; padding-left: 10px; }
.wff-matches .line2 { }
.wff-matches .line2 { }
.wff-matches .line2 .home { text-align: right; }
.wff-matches .line2 .guest { text-align: left; }
.wff-matches .line2 .time { float: left; width: 45px; height: 18px; line-height: 18px; padding: 5px 0; background-color: #5a6070; text-align: center; color: #fff; }
.wff-matches .line2 .empty-space { float: left; height: 28px; width: 18px; }
.wff-matches .line2 .match-score { float: left; width: 50px; text-align: center; height: 18px; line-height: 18px; padding: 5px 0; }
.wff-matches .line2 .match-score a { }
.wff-matches .line2 .team-name { float: left; width: 157px; height: 18px; line-height: 18px; padding: 5px 3px; background-color: #e0e2f1; }
.wff-matches.schedule .line2 .team-name { width: 225px; }
.wff-matches .line2.even .team-name { background-color:#c9cbd8; }
.wff-matches .line2 .team-name a { color: #333; }
.wff-matches .line2 .action-link { float: left; width: 60px; background-color: #5a6070; height: 18px; line-height: 18px; padding: 5px 0; text-align: center; }
.wff-matches .line2 .action-link a { color: #fff; }
.wff-matches .line2 .action-link .disabled { color: #aaa; }
.wff-matches .line2 .win { background-color: #8CE664; }
.wff-matches .line2 .lose { background-color: #e09099; }
.wff-matches .line2 .drawn { background-color: #90dbf8; }
/* matches list */

/* wff-user-team-view */
.wff-user-team-view { margin: 15px 0px; }
.wff-user-team-view .block-title { margin: 5px 0px; font-size: 16px; font-family: georgia, serif; color: #07558E; }
.wff-user-team-view .player-block { background-color: #EEE; padding: 5px; color: #666; margin: 5px 0; }
.wff-user-team-view .player-block a:hover { text-decoration: underline; }
.wff-user-team-view .points { float: right; color: #000; font-size: 14px; text-align: right; }
.wff-user-team-view .player a { color: black; font-size: 14px; text-decoration: none; }
.wff-user-team-view .beauty-k { float: right; font-size: 12px; padding-top: 1px; }
.wff-user-team-view .team-name a { color: #306E95; text-decoration: none; }
.wff-user-team-view .player-block.role-bg-0 { background: #ECF6EE url(../../img/player_bg_0.jpg) repeat-x top left; }
.wff-user-team-view .player-block.role-bg-1 { background: rgb(250, 233, 235) url(../../img/player_bg_1.jpg) repeat-x top left; }
.wff-user-team-view .player-block.role-bg-2 { background: rgb(235, 247, 251) url(../../img/player_bg_2.jpg) repeat-x top left; }
.wff-user-team-view .player-block.role-bg-3 { background: #FDF7E9 url(../../img/player_bg_3.jpg) repeat-x top left; }
/* wff-user-team-view */

/* wffcaptainpointsview */
.wff-captain-points { margin: 15px 0px; }
.wff-captain-points .block-title { margin: 5px 0px; font-size: 16px; font-family: georgia, serif; color: #07558E; }
.wff-captain-points .content-block { background-color: #EEE; padding: 5px; color: #666; margin: 5px 0; }
.wff-captain-points .points { float: right; color: #000; font-size: 14px; text-align: right; }
.wff-captain-points .player a { color: black; font-size: 14px; text-decoration: none; }
.wff-captain-points .game-day-date { float: right; font-size: 12px; padding-top: 1px; }
.wff-captain-points .team-name a { color: #306E95; text-decoration: none; }
.wff-captain-points .content-block a:hover { text-decoration: underline; }
/* wffcaptainpointsview */