@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Verdana;
	font-size: 12px;
	background-image: url(../images/body-bg.png);
	background-position:center top;
	background-repeat:repeat-x;
	margin-left: 60px;
	background-color: #EEE;
}

h1 {
	width: 650px;
	height: 14px;
	background-image: url(../images/menu_bkg.png);
	background-repeat: repeat-x;
	background-position: 0 -7px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 7px 0px;
	margin-left: -10px;
	margin-top: 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

h4 {
	font-size: 13px;
	margin-bottom: 8px;
}

.scoreCard input {
	width: 20px;
	height: 15px;
	text-align:center;
}

.scoreCard input[type="submit"] {
	width: 45px;
	height: 25px;
}

#main {
	margin: -10px auto;
	//margin-top: -15px;
	position:relative;
	top: 0px;
	width: 1090px;
	background-image: url(../images/body-bg2.png);
	background-repeat: repeat-y;
	padding: 0 33px;
}

#header {
	width: 1024px;
	height: 180px;
	background-image: url(../images/trophe-belfius.jpg);
}

#footer {
	margin: 0px 9px 0px -18px;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	width: 1060px;
	height: auto;
	background-color: #333;
	padding: 8px 0 15px 0;
}

#footer a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #FFD151;
}

.clear {
	float: none;
	clear: both;
}

a.back_btn {
	background-image: url(../images/originaux/back_btn.png);
	background-position: 0 0;
	width: 155px;
	height: 18px;
	padding-top: 2px;
	padding-left: 35px;
	margin-bottom: 8px;
	margin-right: -10px;
	display: block;
	text-align: center;
	color: #FFF !important;
	float: right;
}

a.back_btn:hover {
	background-position: 0 -20px;
	height: 17px;
	padding-top: 3px;
	color: #333 !important;
}

.search {
	float: right;
	margin-right: 10px;
	display: inline;
	padding-top: 6px;
}

.search input{
	width: 180px;
	text-align: left;
}

.search input[type="image"] {
	width:30px; 
	height: 22px; 
	vertical-align: bottom; 
	margin:0px 0 0 -4px;
}

#content {
	width: 630px;
	padding: 10px;
	float: left;
	left: 240px;
	font-family: Arial, Verdana;
}

#content a {
	color: #003399;
	cursor: pointer;
	text-decoration: none;
}

#content a:hover {
	color: #FFC331
}

#content_home {
	width: 650px;
	float: left;
	left: 240px;
}

#content_home a {
	cursor: pointer;
	text-decoration: none;
}

#quick_links {
	background-image: url(../images/quick_links.png);
	width: 650px;
	height: 115px;
	margin-bottom: 10px;
}

#quick_links a { position: relative;  }

.quick_links_box, .quick_links_box_last {
	display: inline-block;
	width: 160px;
	margin-right: 2px;
	height: 115px;
	text-align: center;
	float: left;
	font-size: 14px;
	color: #FFC331;
}

.quick_links_box_last {
	width: 163px;
	margin-right: 0px;
}
.quick_links_box:hover, .quick_links_box_last:hover {
	background-image: url(../images/bkg_sprite.png);
	background-position: 0 -190px;
	background-repeat: repeat-x;
	cursor: pointer;
}

.quick_links_box img, .quick_links_box_last img {
	padding: 12px 29px 2px 29px;
}


#right_side_box {
	width: 360px;
	margin-left: 14px;
	float: left;
	//margin-top: 10px;
	margin-bottom: 10px;
}

#sponsor {
	margin-top: 10px;
}

.sponsor_box_0 {
	height: 67px;
	padding-top: 10px;
	width: 358px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

.sponsor_box_0 a {
	float: left;
	margin-left: 23px;
}
.sponsor_box_1, .sponsor_box_2 {
	width: 160px;
	height: 100px;
	padding-bottom: 10px;
	padding-right: 19px;
	float: left;
	text-align: center;
	background: #fff;
	color: #333;
}

.sponsor_box_1 {	
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottomleft-radius: 5px;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
}

.sponsor_box_2 {
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottomright-radius: 5px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

#title_sponsor {
	width: 100%;
	height: 14px;
	background-image: url(../images/menu_bkg.png);
	background-repeat: repeat-x;
	background-position: 0 -7px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	padding: 7px 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-topleft-radius: 5px;
	-webkit-border-topright-radius: 5px;
}

.sponsor_box_1 img, .sponsor_box_2 img{
	padding: 10px 0;
}

img {
	border: none;
}

th.stat{
	width: 130px !important;
	text-align: center !important;
	padding: 0px 8px;
}

td.stop{
	background-color: #CCCCCC;
}

#fiche_player {
	margin-bottom: 10px;
}

h1.fiche_player_title {
	color: #FFC331;
}

.fiche_score {
	width: 82px;
	height: 50px;
	background-image: url(../images/originaux/fiche_score.png);
	text-align: center;
	padding-top: 32px;
	font-size: 35px;
	float: left;
	border: 1px solid #BBB;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.fiche_info {
	background-image: url("../images/quick_links.png");
    height: 115px;
    margin-bottom: 10px;
    width: 650px;
	float: left;
	margin-bottom: 15px;
	margin-left: -10px;
	behavior: url(css/PIE.htc);	
}

.fiche_info span {
	display: block;
	color: #FFC331;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
}

.fiche_info img {
	float: left;
	height: 100px;
	margin: 5px 0 0 40px;
	padding: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #999;
	background: -webkit-gradient(linear, 0 0, 0 180%, from(#EEE), to(#BBB));
    background: -moz-linear-gradient(#AAA, #222 100%);
    background: linear-gradient(#EEE, #BBB 180%);
}

.fiche_info_score {
	float: left;
	margin-left: 43px;
	font-size: 20px !important;
	color: #FFF;
	width: 160px;
	text-align: center;
}

.fiche_info_score {
	font-size: 20px !important;
}

.fiche_info_detail {
	float: left;
	font-size: 17px !important;
	color: #FFF;
	width: 160px;
	text-align: center;
}

.fiche_info_detail div {
	margin-top: 22px;
}

.scoreCard table {
	font-family: Arial, Verdana;
	border-collapse:collapse;
	border-spacing: 0px;
}

.scoreCard th {
	font-family: Arial, Verdana;
	font-size: 11px;
	width: 23px;
	height: 23px;
	/*background-image: url(../images/score_card.png);
	background-position: 0 -138px;
	background-repeat:repeat-x;	*/
	background: #eee;
	border: solid 1px #FFFFFF;
	font-weight: normal;
}

.scoreCard td {
	text-align: center;
	width: 23px;
	height: 21px;
	// height: 20px;
	font-size: 11px;
	border: solid 1px #FFFFFF;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.scoreCard th, .scoreCard td {
		height: 21px;
	}
}
.scoreCard img {
	vertical-align: bottom;
	width: 20px;
	height: 12px;
	padding-right: 20px;
	padding-left: 3px;
}


.updatePlayer th{
	height: 23px;
}

th.first {
	/*background-image: url(../images/score_card.png);
	background-position: 0 -161px;*/
	background: #eee;
	width: 80px;
	text-align: left;
	padding-left: 10px;
	height: 21px;
}

.eagle {
	/*background-image: url(../images/score_card.png);
	background-position: 0 -23px;*/
	background: #DE184B;
	color: #FFFFFF;
}

.birdie {
	/*background-image: url(../images/score_card.png);
	background-position: 0 -46px;*/
	background: #E49E9E;
}

.par {
	/*background-image: url(../images/score_card.png);
	background-position: 0 -69px;*/
	background: #E6E760;
}

.bogey {
	/*background-image: url(../images/score_card.png);
	background-position: 0 -92px;*/
	background: #2CACE3;
}

.dbogey {
	/*background-image: url(../images/score_card.png);
	background-position: 0 -115px;*/
	background: #0066CC;
	color: #FFFFFF;
}

#scorecard_legend {
	width: 610px;
	padding: 10px;
	font-size: 11px;
	border: 1px solid #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#scorecard_legend span {
	display: block;
	width: 12px;
	color: #666;
	margin-bottom: 5px;
}

.scorecard_legend {
	width: 120px;
	float: left;
}

.scorecard_legend div {
	width: 25px;
	height: 23px;
	margin-bottom: 5px;
}

.clean {
	/*background-image: url(../images/score_card.png);
	background-position: 0 -138px;*/
	background: #f5f5f5;
}

.barre {
	background-image: url(../images/score_card.png);
	background-position: 0 0px;
	background-repeat: no-repeat;
}

.tot {
	background-color:#DDDDDD;
}


/* MENU SMALL LEADERBOARD */

#menuLevel0 {
	background:url(../images/small_leaderboard_menu.png) no-repeat scroll 0px 0px transparent;
	height:33px;
	width:360px;
	//width: 400px;
}

#menuLevel0 ul {
	height:100%;
	margin-left: -40px;
}

#menuLevel0 li, #menuLevel0 a {
	display:block;
	height:100%;
	outline: none;
	cursor: pointer;
}

#menuLevel0 li {
	float:left;
	list-style:none outside none;
	display:inline;
	text-indent:-9999px;
}

#menuLevel0.ml0_male{background-position:0px 0px !important;}
#menuLevel0.ml0_female{background-position:0px -33px !important;}
#menuLevel0.ml0_news{background-position:0px -66px !important;}
#menuLevel0.ml0_default {
background-position:0px 0px !important;
}

#ml0_male{width:133px; //width: 170px;}
#ml0_female{width:155px;}
#ml0_news{width:72px; //width: 75px;}


/* LEADERBOARD  */


#leaderboard_box {
	position: relative;
	width: 360px;
	height: 310px;
	background-color: #FFC331;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottomleft-radius: 5px;
	-webkit-border-bottomright-radius: 5px;
}

#leaderboard_box img {
	margin-top: 10px;
}

.leaderboard {
	font-family: Arial, Verdana;
	background-color: #FFC331;
	width: auto;
	text-align: center;
}

.smallLeaderboard {
	width: 360px;
	text-align: center;
}

.leaderboard table, .smallLeaderboard table {
	empty-cells:show;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

.leaderboard thead th, .smallLeaderboard thead th{
	color:#FFF;
	height: 25px;
	background-image: url(../images/menu_bkg.png);
	background-repeat: repeat-x;
	background-position: 0 -5px;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	padding: 0 8px;
}

.leaderboard thead td, .smallLeaderboard thead td{
	color:#222E65;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 2px;
}

.leaderboard tbody th, .smallLeaderboard tbody th {
	text-align:left;
	font-size: 12px;
	border-right: 3px solid #FFC331;
	padding: 0 5px;
	color:#222E65;
	font-weight: normal;
}


.smallLeaderboard tbody th, .smallLeaderboard tbody td {
	font-size: 10px;
	background-color: #FFC331;
	border-bottom: 3px solid #FFD151;
}

.underPar {
	color: #900;
}

.leaderboard tbody td , .smallLeaderboard tbody td {
	color:#222E65;
	text-align: center;
	font-size: 12px;
	width: 25px;
	background-color: #FFC331;
	margin: 15px;
	border-bottom: 3px solid #FFD151;
	letter-spacing: 1px;
	padding: 0 8px;
}

.leaderboard tbody td.player_name, .smallLeaderboard tbody td.player_name, .smallLeaderboard thead th.player_name, .player_name_empty {
	width: 240px !important;
	text-align: left;
	font-size: 10px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
  .leaderboard tbody td.player_name, .smallLeaderboard tbody td.player_name, .smallLeaderboard thead th.player_name {
    width: 120px !important;
  }
  
  .player_name_empty {
	  width: 230px;
  }
}

.player_name_big {
	width: 280px !important;
	text-align: left !important;
	font-size: 10px !important;
}

.leaderboard a, .smallLeaderboard a {
	display: block;
	color:#222E65;
	font-weight: normal;
	text-decoration:none;
	padding: 5px 3px;
}

.leaderboard a:hover, .smallLeaderboard a:hover {
	color:#B90000 !important;
	text-decoration:none;
}

.smallLeaderboard tfoot td {
	border: none;
	padding: 0;
}

a.link_full_leaderboard {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(../images/menu_bkg.png);
	background-repeat: repeat-x;
	background-position: 0 -7px;
	border-bottom: 0px;
	color: #FFF;
	width: 354px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottomleft-radius: 5px;
	-webkit-border-bottomright-radius: 5px;
}

a.link_full_leaderboard:hover {
	background-image: url(../images/menu_bkg.png);
	background-repeat: repeat-x;
	background-position: 0 -44px;
	border-bottom: 0px;
	color: #333;
}

.leaderboard_loading {
	height: 259px;
	width: 240px;
}

.trophe_leaderboard {
	padding: 40px 0 0 110px;
	//padding: 40px 0 0 0;
}

th.player_name_loading {
	width: 360px;
}

tbody td.scoreNet {
	font-weight: bold;
	color:#222E65;
	letter-spacing: 2px;
	text-align: right;
	padding-right: 10px;
	padding-left: 2px;
}


/* LATEST NEWS */

#newsBlock {
	height: 180px;
}

#newsBlock table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 360px;
}

#newsBlock table thead th {
	color:#FFF;
	height: 25px;
	font-size: 11px;
	background-image: url(../images/menu_bkg.png);
	background-repeat: repeat-x;
	background-position: 0 -5px;
}

#newsBlock tbody td {
	border-bottom: 3px solid #FFD151;
	font-size: 11px;
	padding: 0 10px;
	text-align: left;
	height: 51px;
	//height: 48px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  #newsBlock tbody td {
    height: 48px;
  }
}

#newsBlock tbody a {
	display: block;
	color:#006;
	font-weight: normal;
	text-decoration:none;
	padding: 5px 3px;
}

a.link_full_news {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	font-weight: normal;
	text-decoration:none;
	background-image: url(../images/menu_bkg.png);
	background-repeat: repeat-x;
	background-position: 0 -7px;
	border-bottom: 0px;
	color: #FFF;
	padding: 6px 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottomleft-radius: 5px;
	-webkit-border-bottomright-radius: 5px;
}

a.link_full_news:hover {
	background-image: url(../images/menu_bkg.png);
	background-repeat: repeat-x;
	background-position: 0 -44px;
	border-bottom: 0px;
	color: #333;
}

/* NEWS */

#news {
	margin-left: -10px;
	margin-bottom: 15px;	
	width: 620px;
	padding: 5px 15px;
	border: 1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#news img {
	margin: 0 10px 5px 0;
	float: left;
}

#nav_news {
	margin-left: -10px;
	margin-bottom: 15px;	
	width: 620px;
	padding: 5px 15px;
	border: 1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	

#nav_news table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

#nav_news td.prev, #nav_news td.next {
	width: 250px;
}


#nav_news td.home {
	width: 130px;
	padding-top: 3px;
	display: block;
	text-align: center;
	color: #FFB331;
}

#nav_news td.prev {
	text-align: left;
}

#nav_news td.next {
	text-align: right;
}

.social_bookmark table {
	width: 650px;
	margin-left: -10px;
}

td.facebook {
	text-align: left;
}

.twitter {
	text-align: right;
}

.thumb_new_album {
	height: 100px;
	float: left;
	margin-right: 10px;
	border: 1px solid #333;
}
	
/* ADMIN */

.encodePlayer input {
	margin-right: 10px;
	width: 125px;
	text-align:left;
}

.encodePlayer input[type="submit"]{
	width: 60px;
}

#encode td {
	background-image: url(../images/bg-th.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	height: 20px;
}

#encode td:hover {
	background-image: url(../images/dbogey.gif);
	cursor: pointer;
}

#encode td a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 2px 7px;
}

.trophe {
	text-align: center;
}

#teetimes {
	float: left;
	width: 630px;
}

#teetimes th{
	text-align: left;
	font-weight: bold;
}

/*________________________________ STROKE SAVER _______________________________*/

th.tot {
	text-align: center !important;
	padding-left: 0;
	width: 35px;
}

.scoreCard th a {
	background-image: url(../images/score_card.png);
	background-position: 0 -115px;
	color: #FFFFFF !important;
	width: 23px;
	height: 18px;
	display: block;
	padding-top: 5px;
}

.scoreCard th a:hover {
	background-image: url(../images/score_card.png);
	background-position: 0 -92px;
	color: #FFFFFF !important;
}
	
th.SSselected {
	background-image: url(../images/score_card.png);
	background-position: 0 -69px;
	color: #333 !important;
	width: 23px;
	height: 17px;
	display: block;
	padding-top: 5px;
}

#strokeSaver tbody {
	text-align: center;
}


#show {
	float: left;
	margin-top: 15px;
}

.show2 {
	padding: 10px 20px 10px 0;
}

.show3 {
	float: left;
	margin: 20px 0 0 20px;
}

#palmares table {
	width: 630px;
	border-spacing: 0;
	border-collapse: collapse;
}


#palmares tr {
	border-bottom: 2px solid #fff;
}


#palmares th{
	padding: 4px 5px;
	empty-cells: show;
}

#palmares thead th {
	padding: 4px 5px;
	text-align: left;
	background: #ddd;
}
#palmares td {
	padding: 4px 5px;
}

#palmares tbody tr:nth-child(2n+1) {
	background: #f3f3f3;
}

#palmares tbody tr:nth-child(2n) {
	background: #fafafa;
}
#last_album {
	position: relative;
	background-image: url(../images/news_box.png);
	background-repeat: no-repeat;
	padding: 10px;
	width: 650px;
	height: 425px;
	margin-left: -10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#last_album_img {
	position:absolute;
	clip: rect(0px 630px 420px 0px);
}

#last_album_img img {
	width: 630px;
}

#last_album_img p {
	font-size: 14px;
}

#link_album {
	display: none;
	position: relative;
	width: 630px;
	height: 425px;
}

#link_album a {
	display: block;
	width: 630px;
	height: 425px;
	background-image: url(../images/play_diapo.png);
	background-position: center;
	background-repeat: no-repeat;
}

.thumb_album {
	height: 135px;
	width: 180px;
	text-align: center;
	margin-right: 10px;
	float: left;
}

.thumb_picture {
	height: 100px;
	margin: 0px auto;
	border: 2px solid #666;
	padding: 3px;
	margin-bottom: 5px;
}

/*________________________________ ACCESS GOOGLE MAPS _______________________________*/

#map-container 
{
  width: 650px !important;
  height: 465px;
  margin-right: 20px;
  margin-left: -10px;
}

#side-container 
{
  margin-right: 5px;
  margin-left: -10px;
  width: 630px;
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#side-container label {
	width: 170px;
	display: block;
	float: left;
	margin-top: 4px;
	font-weight: bold;
}

#side-container input {
	margin-bottom: 10px;
}

#from-input {
	width: 400px;
}

#destination {
	width: 265px;
	//width: 230px;
}

#side-container .dir-label 
{
  font-weight: bold;
  padding-right: 3px;
  text-align: left;
  width: 40px;
}

#dir-container 
{
  max-height: 400px;
  width: 650px;
  overflow: auto;
  font-size: 10px;
  marign-left: -10px !important;
  
}
#dir-container table 
{
  font-size: 12px;
  width: 100%;
  background-color: white;
}