@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Verdana;
	font-size: 12px;
	background-image:url(../images/bgfade.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	margin-left: 6px;
	//margin-left: 10px;
}

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

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

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

#global {
	margin: -15px auto;
	position:relative;
	top: 0px;
	width: 1024px;
}

#head {
	position:absolute;
	top: 0;
	left: 0;
	width: 1024px;
	height: 180px;
	background-image: url(../images/trophe.png);
}

#body
{
	position:absolute;
	top: 180px;
}

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

#menu {
	position: absolute;
	top: 156px;
	left: 258px;
	//left: 295px;
	width: 700px;
}



.leftMenu {
	top: 180px;
	left: 0;
	width: 230px;
	height: 100%;
	float:left;
	padding: 10px;
	background-image: url(../images/bgLeftMenu.png);
	background-repeat: repeat-y;
	color:#FFFFFF;
}

.search {
	position: relative;
}

.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: "Trebuchet MS", Arial, Verdana;
}

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

#content a:hover {
	color: #900;
}

#sponsor {
	position: relative;
	width: 104px;
	padding: 10px;
	background-image: url(../images/bkgSponsor.png);
	background-repeat:repeat;
	float: right;
}

#sponsor img{
	padding: 10px 0;
}

.footer {
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	width: 1024px;
	height: auto;
	float: right;
	background-color: #003366;
	background-image: url(../images/bgLeftMenu.png);
	background-repeat: repeat;
	padding: 5px 0;
}

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

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

img {
	border: none;
}

th.first {
	width: 80px;
}

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

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

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

.scoreCard th {
	font-family: Arial, Verdana;
	font-size: 12px;
	background-image: url(../images/bg-th.gif);
	background-repeat:repeat-x;
	border: solid 1px #FFFFFF;
	color: #FFFFFF;
	font-weight: normal;
}

.scoreCard td {
	text-align: center;
	width: 25px;
	font-size: 12px;
	border: solid 1px #FFFFFF;
}

.scoreCard img {
	vertical-align: bottom;
	width: 20px;
	height: 12px;
	padding-right: 20px;
	padding-left: 3px;
}


.updatePlayer th{
	height: 30px;
}

.first {
	width: 80px;
	text-align: left;
	padding-left: 3px;
}

.eagle {
	background-image: url(../images/eagle.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

.birdie {
	background-image: url(../images/birdie.gif);
	background-repeat: repeat-x;
}

.par {
	background-image: url(../images/par.gif);
	background-repeat: repeat-x;
}

.bogey {
	background-image: url(../images/bogey.gif);
	background-repeat: repeat-x;
}

.dbogey {
	background-image: url(../images/dbogey.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

.clean {
	background-image: url(../images/clean.gif);
}

.barre {
	background-image: url(../images/barre.gif);
	background-repeat: no-repeat;
}

.tot {
	background-color:#DDDDDD;
}

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

.smallLeaderboard {
	background-color: #FFC331;
	padding: 3px 10px;
	width: 210px;
	text-align: center;
	border: solid 2px #F4920B;
}

.leaderboard table, .smallLeaderboard table {
	background-color: #FFC331;
	empty-cells:show;
}

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

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

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

.smallLeaderboard tbody th, .smallLeaderboard tbody td {
	font-size: 10px;
}

.underPar {
	color: #900;
}

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

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

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

tbody td.scoreNet {
	background-color: #FFFFFF;
	color:#222E65;
	letter-spacing: 2px;
	text-align: right;
	padding-right: 4px;
	padding-left: 2px;
}


/* NEWS BOX */
li {
	list-style-type: none;
}

#img_home_news {
	background-image: url(../images/bkgNewsBox.png);
	background-repeat: no-repeat;
	height: 348px;
	width: 650px;
	margin-left: -20px;
	margin-top: -12px;
	//margin-top: 0px;
	margin-right: 20px;
	background-color: #111;
}

.news_chapeau {
	width: 638px;
	height: 40px;
	background-image: url(../images/bkgNewsBox.png);
	padding: 5px;
	margin-top: -14px;
	//margin-top: -21px;
	border: 1px solid #666;
}

.news_chapeau .headerNewsBox {
	font-size: 14px;
	font-weight: bold;
	float: left;
	width: 500px;
	padding-top: 6px;
}

.clickHere {
	font-weight: bold;
	color:#333;
	float: right;
	margin-right: 20px;
	padding-top: 6px;
}

.news_chapeau img {
	width: 600px;
	height:450px;
}

.news_chapeau a:hover {
	color: #990000;
	display: block;
}

#newsBox {
	margin: -22px 0 0 10px;
	//margin: -10px 0 0 10px;
}

#newsImg {
	padding-bottom: 1px;
	width: 600px;
}

#newsImg li img{
	margin: 0px 0 -3px 482px ;
	border: 1px solid #FFF;
	height: 83px;
}

#newsBlock {
	margin-top: 60px;
	height: 180px;
	border: 1px solid #666;
	background-image: url(../images/bkgSponsor.png);
	padding: 10px;
	margin-bottom: -20px;
}

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

#newsBlock td {
	border-bottom: 1px solid #CCC;
}

.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: 550px;
}

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

/*________________________________ STROKE SAVER _______________________________*/

#strokeSaver table{
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 11px;
}

#strokeSaver td, #strokeSaver th{
	border: 1px solid #F0E9E3;
}

#strokeSaver th{
	font-weight: bold;
}

#strokeSaver th.left{
	text-align: left;
	padding-left: 4px;
	padding-right: 6px;
}

.distance td{
	padding: 3px 4px;
}

#strokeSaver thead {
	background-color:#999;
	font-weight: bold;
	text-align: center;
}

#strokeSaver thead a {
	display: block;
	background-color: #999;
	color: #000;
	text-decoration:none;
}

#strokeSaver thead a:hover {
	background-color: #11161A;
	color: #FFF;
}

.SSselected {
	background-color: #11161A;
	color: #FFF;
}

#strokeSaver tbody {
	text-align: center;
}


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

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

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

#palmares table {
	width: 420px;
}

#palmares td{
	border: 1px solid #666;
	padding: 2px 3px;
}

#palmares th{
	width: 1%;
	border: 1px solid #999;
	empty-cells: show;
	width: 100px;
}

#newsIndividuel table {
	width: 100%;
	border: 1px solid #999;
	background-image: url(../images/bkgSponsor.png);
}

#newsIndividuel td {
	padding: 0 20px;
}
