body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0 auto;
	width: 100%;
	/* max-width: 240px; */
	/* max-width: 320px; */
}

.smallmap {
    width: 512px;
    height: 256px;
    border: 1px solid #ccc;
}


.maindiv {
	background-color: #CCFFFF;
	/* width: 320px;
	 height: 480px; */
	 
}

.bouton1 {
	background-color: #006699;
	border: thin outset #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#FFFFFF;
}

#banniere {
	background-image: url(/images/site/banniere_haut.jpg);
	position:relative;
	width:1015px;
	height:90px;
}

#titre_carte {
	position:absolute;
	top:65px;
	left:1px;
	width:1014px;
	height:5px;
	display: inline-table;
	background-color:#cccccc;
	opacity: 0.7; 
}

#tab_listrace {
	background-color: #FFFFFF;
	width: 100%;
	height: 100%; 
}

#map_canvas {
	width: 800px; height: 700px;
}

#tab_ranking {
	height:700px;overflow: auto;
}

.tr_listrace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	background-color: #cccccc;

}

.txt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.txtbold1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
}
.txtbold2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
}
.TxtRank {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #006699;
}
.STxtRank {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #006699;
}
.TxtRaceOpen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #009966;
}
.TxtRaceClosed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #FF0000;
	background-color: #FFCC00;
}
.TxtRaceRun {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #0099FF;
}

/* TABLE SORTER */
table.tablesorter {
	font-family:courier;
	background-color: #CDCDCD;
	margin:5px 0pt 10px;
	/* font-size: 8px; */
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	font-family:arial;
	background-color: #EEEEEE;
	color: black;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 2px;
}
table.tablesorter thead tr .tablesorter-headerDesc{
	background-image: url(desc.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
table.tablesorter thead tr .tablesorter-headerAsc{
	background-image: url(asc.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

/* filter row */
.tablesorter-filter-row td {
  background: #eee;
  line-height: normal;
  text-align: center; /* center the input */
  -webkit-transition: line-height 0.1s ease;
  -moz-transition: line-height 0.1s ease;
  -o-transition: line-height 0.1s ease;
  transition: line-height 0.1s ease;
}

/* optional disabled input styling */
.tablesorter-filter-row .disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}

/* hidden filter row */
.tablesorter-filter-row.hideme td {
  /*** *********************************************** ***/
  /*** change this padding to modify the thickness     ***/
  /*** of the closed filter row (height = padding x 2) ***/
  padding: 2px;
  /*** *********************************************** ***/
  margin: 0;
  line-height: 0;
  cursor: pointer;
}
.tablesorter-filter-row.hideme .tablesorter-filter {
  height: 1px;
  min-height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  /* don't use visibility: hidden because it disables tabbing */
  opacity: 0;
  filter: alpha(opacity=0);
}

/* filters */
.tablesorter-filter {
  width: 95%;
  height: inherit;
  margin: 2px 0px 2px 0px;
  padding: 2px 0px 2px 0px;
  background-color: #fff;
  border: 1px solid #bbb;
  color: #333;
  font-size: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: height 0.1s ease;
  -moz-transition: height 0.1s ease;
  -o-transition: height 0.1s ease;
  transition: height 0.1s ease;
}