

/*
 * MATCH SEARCH block
 */

#match-search
{
  text-align: center;
  padding-top: 30px;
}

#match-search-menu
{
  width: 440px;
  height: 37px;
  margin: 0 auto;
  background: white url(/images/new/match_search_menu.jpg) no-repeat center bottom;
}

#match-search-main
{
  width: 440px;
  height: 165px;
  margin: 0 auto;
  background: white url(/images/new/match_search_main.jpg) no-repeat center top;
}

ul#match-search-menu
{
  list-style: none;
}

ul#match-search-menu li
{
  display: block;
  float: left;
}

ul#match-search-menu li a
{
  text-transform: uppercase;
  font-weight: bold;
  color: #313233;
  text-decoration: none;
  display: block;
  height: 29px;
  padding-top: 8px;
}

ul#match-search-menu li a:hover,.sport_selected
{
  color: white;
}

.machin-truc
{
  color:#313233;
}

ul#match-search-menu li.all-sports a
{
  text-transform: capitalize;
  width: 37px;
  padding-left: 2px;
}

ul#match-search-menu li.all-sports a:hover, ul#match-search-menu li.all-sports a.sport_selected_all
{
  background: transparent url(/images/new/match_search_menu_tab_all.jpg) no-repeat left 0;
  color: white;
}

ul#match-search-menu li.foot a
{
  width: 40px;
}

ul#match-search-menu li.foot a:hover,ul#match-search-menu li.foot a.sport_selected_foot
{
  background: transparent url(/images/new/match_search_menu_tab_foot.jpg) no-repeat left 0;
  color: white;
}

ul#match-search-menu li.rugby a
{
  width: 51px;
}

ul#match-search-menu li.rugby a:hover,ul#match-search-menu li.rugby a.sport_selected_rugby
{
  background: transparent url(/images/new/match_search_menu_tab_rugby.jpg) no-repeat left 0;
  color: white;
}

ul#match-search-menu li.tennis a
{
  width: 51px;
}

ul#match-search-menu li.tennis a:hover,ul#match-search-menu li.tennis a.sport_selected_tennis
{
  background: transparent url(/images/new/match_search_menu_tab_tennis.jpg) no-repeat left 0;
  color: white;
}

ul#match-search-menu li.hand-basket-volley a
{
  width: 133px;
}

ul#match-search-menu li.hand-basket-volley a:hover,ul#match-search-menu li.hand-basket-volley a.sport_selected_hand
{
  background: transparent url(/images/new/match_search_menu_tab_hand.jpg) no-repeat left 0;
  color: white;
}

ul#match-search-menu li.sport-us a
{
  width: 72px;
}

ul#match-search-menu li.sport-us a:hover,ul#match-search-menu li.sport-us a.sport_selected_sportus
{
  background: transparent url(/images/new/match_search_menu_tab_sportus.jpg) no-repeat left 0;
  color: white;
}

ul#match-search-menu li.others a
{
  text-transform: capitalize;
  width: 51px;
  padding-right: 3px;
}

ul#match-search-menu li.others a:hover,ul#match-search-menu li.others a.sport_selected_others
{
  background: transparent url(/images/new/match_search_menu_tab_others.jpg) no-repeat left 0;
  color: white;
}

#match-search-what-where-when
{
  width: 290px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#match-search-what
{
  font-size: 2.1em;
  font-weight: bold;
  font-style: italic;
  color: white;
  padding-top: 6px;
  padding-bottom: 4px;
}

#match-search-what-input
{
  display: block;
  margin: 0 auto;
  width: 285px;
}

#match-search-where
{
  float:left;
  width: 50%;
}

#match-search-where-title
{
  font-size: 1.4em;
  font-weight: bold;
  font-style: italic;
  color: white;
  padding-top: 12px;
  padding-bottom: 10px;
}

.match-search-where-input
{
  display: block;
  margin: 0 auto;
  font-size: 1em;
  width: 120px;
  float: left;
}

#match-search-when
{
  float: right;
  width: 50%;
}

#match-search-when-title
{
  font-size: 1.4em;
  font-weight: bold;
  font-style: italic;
  color: white;
  padding-top: 12px;
  padding-bottom: 4px;
}

.match-search-when-label
{
  font-style: italic;
  font-weight: bold;
  color: white;
  float: left;
  padding: 2px 0;
  text-align: right;
  width: 30px;
}

#match-search-from-input, #match-search-to-input
{
  display: block;
  margin: 0 auto;
  color: black;
  font-size: 1em;
  width: 101px;
  margin-bottom: 2px;
  float: right;
  background: white url(/images/new/calendar_out.gif) no-repeat right center;
  cursor: pointer;
}

.match-search-calendar
{
  display: none;
  z-index: 2;
  position: absolute;
  right: 0;
}

#match-search-result-count
{
  color: #a6a7a9;
  font-weight: bold;
  clear: both;
  position: relative;
  top: 24px;
}

#match-search-result-list
{
  width: 404px;
  margin: 0 auto;
  padding: 0 18px;
  background: white url(/images/new/match_search_borders.gif) repeat-y center top;
}

#match-search-bottom
{
  background: white url(/images/new/match_search_borders_bottom.gif) no-repeat center top;
  width: 426px;
  margin: -12px auto 0;
  padding: 0 18px 16px 18px;
  height: 24px;
}

.match-search-indications
{
  position: relative;
  text-align: left;
}

.match-search-example
{
  font-size: 10px;
  color: white;
  font-style: italic;
}

.match-search-indications #small_indicator
{
  float: right;
  position: absolute;
  top: -17px;
  right: 1px;
  display: none;
}

.match-search-indications #autocomplete_no_answer
{
  float: right;
  position: absolute;
  top: -15px;
  right: 3px;
  font-size: 9px;
  visibility: hidden;
  color: red;
  font-style: italic;
}


/*
 * MATCH
 */

.match-date
{
  color: #54c319;
  font-size: 1.4em;
  font-style: italic;
  font-weight: bold;
  text-align: left;
  padding-top: 12px;
  padding-bottom: 6px;
}

.match
{
  background: white url(/images/new/match_background.jpg) no-repeat center top;
  width: 406px;
  height: 77px;
  margin: 6px 0 12px;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.match-time
{
  font-style: italic;
  font-weight: bold;
  position: absolute;
  top: 5px;
  right: 26px;
}

.match-sport-tournament
{
  position: absolute;
  top: 5px;
  left: 4px;
}

.match-sport-tournament-middle
{
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  height: 14px;
  background: transparent url(/images/new/match_sport_tournament_middle.gif) repeat-x center top;
  float: left;
  padding-left: 20px;
}

.match-sport-tournament-middle img
{
  position: absolute;
  left: 6px;
  bottom: -2px;
}

.match-sport-tournament-left
{
  width: 8px;
  height: 14px;
  background: transparent url(/images/new/match_sport_tournament_left.gif) no-repeat left top;
  float: left;
}

.match-sport-tournament-right
{
  width: 8px;
  height: 14px;
  background: transparent url(/images/new/match_sport_tournament_right.gif) no-repeat right top;
  float: left;
}

.match-title-small-font-size
{
  font-size: 1.7em !important;
  font-style: normal;
}

.match-title-normal-font-size
{
  font-size: 2em !important;
}

.match-detail-small-font-size
{
  font-size: 1.1em !important;
}

.match-detail-normal-font-size
{
  font-size: 1.3em !important;
}

.match-tv-small-font-size
{
  font-size: 0.9em !important;
}

.match-tv-normal-font-size
{
  font-size: 1.1em !important;
}

.match-teams
{
  position: absolute;
  top: 28px;
  height: 26px;
  width: 406px;
  left: 0px;
}

.match-teams a
{
  font-size: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
  color: #313233;
  text-decoration: none;
}

.match-team0-icon
{
  padding-right: 0.6em;
}

.match-team1-icon
{
  padding-left: 0.6em;
}

.match-places
{
  position: absolute;
  width: 406px;
  top: 58px;
  left: 0px;
}

button.btn-match-places
{
  border: 0;
  cursor: pointer;
  padding: 2px 0;
  padding-right: 10px;
  text-align: center;
  background: url(/images/new/button/match_places_right.gif) no-repeat right;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}

button.btn-match-places span
{
  position: relative;
  display: block;
  white-space: nowrap;
  padding: 0;
  padding-left: 12px;
  height: 16px;
  background: url(/images/new/button/match_places_left.gif) no-repeat left;
  color: white;
  text-decoration: underline;
}

button.btn-match-places:hover span
{
  color: #e1e3e6;
}

a.match-display-more
{
  display: block;
  position: relative;
  top: -6px;
  cursor: pointer;
}

.users-match
{
  position: relative;
  top: -8px;
  padding: 0 8px;
  width:406px;
}

.match-options
{
  position: absolute;
  width: 406px;
  top: 58px;
  left: 0px;
  color: #868789;
}

/*
 * MATCH PAGE header
 */

#match-header
{
  clear: both;
  width: 100%;
/*  height: 100px; */
  position: relative;
  text-align: center;
}

a#match-search-link-back
{
  display: block;
  width: 64px;
  text-align: left;
  background: white url(/images/new/arrow_left_green_out.gif) no-repeat left center;
  padding-left: 16px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

a:hover#match-search-link-back
{
  background: white url(/images/new/arrow_left_green_hover.gif) no-repeat left center;
}

#match-horn-team0, #match-horn-team1
{
  width: 18%;
  float: left;
  position: relative;
  height: 100px;
}

#match-horn-team0
{
  text-align: right;
}

#match-horn-team1
{
  text-align: left;
}

div.horn-team0-count, div.horn-team1-count
{
  font-size: 1.9em;
  font-style: italic;
  font-weight: bold;
  color: #54c319;
  display: block;
  height: 22px;
  padding-top: 48px;
}

div.horn-team0-count
{
  float: right;
  padding-right: 12px;
}

div.horn-team1-count
{
  float: left;
  padding-left: 12px;
}

a.horn-team0-anim, a.horn-team1-anim
{
  display: block;
  height: 70px;
  width: 60px;
}

a.horn-team0-anim
{
  float: right;
  background: transparent url(/images/new/horn_up_team0.gif) no-repeat right center;
}

a.horn-team1-anim
{
  float: left;
  background: transparent url(/images/new/horn_down_team1.gif) no-repeat left center;
}

a.horn-team0-link, a.horn-team1-link
{
  display: block;
  width:200px;
}
a.horn-team1-link
{
  width:150px;
}
a.horn-team0-link span, a.horn-team1-link span
{
  text-transform: uppercase;
}

#match-title
{
  width: 60%;
/*  height: 88px; */
  float: left;
  position:relative;
  padding-top: 12px;
}

#match-title h1
{
  width: 60%;
  font-size: 2em;
  font-weight: bold;
  color: #313233;
  text-transform: uppercase;
  display: inline;
  font-style: normal;
}

#match-title h1 img
{
  padding-left: 0;
  padding-right: 0;
}

#match-title h2
{
  font-size: 1.3em;
  font-weight: normal;
  color: #313233;
  text-transform: uppercase;
}

#match-title h3
{
  font-size: 1.3em;
  font-weight: bold;
  font-style: italic;
  color: #7c7c7c;
}


/*
 * MATCH MAP SEARCH
 */

#match-map-search
{
  background: white url(/images/new/match_map_search_borders.gif) repeat-y center top;
  width: 462px;
  margin: 0 auto;
  text-align: center;
}

#match-map-search .closing-box
{
  background: transparent url(/images/new/box/bottom_400.gif) no-repeat center bottom;
}

#match-map-search-main
{
  background: white url(/images/new/match_map_search.jpg) no-repeat center top;
  width: 442px;
  height: 75px;
  padding-top: 4px;
  margin: 0 auto;
  text-align: center;
}

#match-map-search-title
{
  font-size: 1.6em;
  font-weight: bold;
  font-style: italic;
  color: white;
  padding-top: 6px;
  padding-bottom: 4px;
}

#match-map-search-input
{
  display: block;
  width: 285px;
}

#match-map-search-main form
{
  position: relative;
  text-align: left;
  width: 370px;
  padding-left: 72px;
}

#match-map-search-main a#map-search-submit
{
  display: block;
  text-decoration: none;
  background: transparent url(/images/new/login_submit_out.gif);
  width: 16px;
  height: 16px;
  position: absolute;
  right: 52px;
  top: 2px;
}

#match-map-search-main a:hover#map-search-submit
{
  background: transparent url(/images/new/login_submit_hover.gif);
}

#match-map-search-main p
{
  color: white;
  font-style: italic;
}

div.match-map-zone-hierarchy
{
  height: 16px;
  text-align: left;
  width: 406px;
  padding: 6px 0 6px 30px;
}

div.match-google-map
{
  width: 434px;
  height: 434px;
  margin: 0 auto;
}

#match-map-search div.match-map-legend
{
  color: #868789;
  text-align: left;
  position: relative;
  width: 424px;
  margin: 0 auto;
}

div.match-map-legend label
{
  color: #313233;
  padding-left: 4px;
}

div.match-map-legend input
{
  border: none;
  padding: 0;
}

div.match-map-legend h3
{
  color: black;
  font-weight: bold;
  font-size: 1em;
  padding-top: 16px;
}

div.match-map-legend-options, div.match-map-legend-places
{
  float: left;
}

div.match-map-legend-options
{
  width: 40%;
}

div.match-map-legend-places
{
  width: 60%;
}

div.match-map-legend-option, div.match-map-legend-place
{
  padding: 4px 0;
  height: 16px;
}

div.match-map-legend-option div.icon, div.match-map-legend-place div.icon
{
  width: 50px;
  text-align: center;
  float: left;
}


/*
 * Infobulle marker google map OLD
 */

 .tooltip
{
  background-color: white;
  border: solid thin black;
  padding: 1px 4px;
}

.tooltip_title
{
  font-weight: bold;
  color:#313233;
}

.tootlip_content
{
  font-size: 9px;
}

/* Liste des inscrits au match en dessous de la google map, page du bar */

.users-match-map
{
  position: relative;
  padding: 0 0px;
  width:276px;
  text-align:left;
}

/* CUSTOM TOOLTIP */
#custom_tooltip
{
  padding: 3px;
  background: #f9f9f9;
  border: 1px solid #000000;
  text-align: center;
	z-index: 200;
}

.box-map-bars-title
{
  text-align:center;
  color:#54C319;
  font-weight:bold;
  font-size:16px;
}


/* COMBAT DE POUETS */
.match-minihorn-left, .match-minihorn-right
{
  float: left;
  height: 35px;
  width: 30px;
}

.match-minihorn-title
{
  float: left;
  padding-top: 4px;
  color: #313233;
  width: 140px;
  text-align: center;
  font-size: 2em;
}

h1.match-minihorn-title a
{
  color: #313233;
  text-decoration: none;
  display: block;
  width: 125px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
}

h1.match-minihorn-title a:hover
{
  color: #313233;
  padding-bottom: 3px;
  border-bottom: 2px solid #313233;
}

a.horn-team0-anim-mini, a.horn-team1-anim-mini
{
  display: block;
  height: 35px;
  width: 30px;
}


.horn-team0-count-mini, .horn-team1-count-mini
{
  padding-top: 5px;
  float: left;
  font-size: 1.8em;
  font-style: italic;
  font-weight: bold;
  display: block;
  color: #54c319;
  width: 38px;
}

.horn-team0-count-mini
{
  text-align: right;
}

em.tophorns-info
{
  color: #868789;
}







.match, .list-match-tv, .match-foot, .match-rugby, .match-tennis, .match-hand, .match-sportus, .match-others
{
  background: white url(/images/new/match_background.jpg) no-repeat center top;
  width: 406px;
  height: 77px;
  margin: 6px 0 12px;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.match-foot
{
  background-position: center -77px;
}

.match-rugby
{
  background-position: center -154px;
}

.match-tennis
{
  background-position: center -231px;
}

.match-hand
{
  background-position: center -308px;
}

.match-sportus
{
  background-position: center -385px;
}

.match-others
{
  background-position: center -462px;
}