/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	/*font-size: 8pt;*/
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	/*font-size: 8pt;*/
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

/* JM */

html {
	height: 100%
}

body {
	height: 100%; margin: 0px; padding: 0px
}

#map {
	height: 100%
}

#map_canvas {
	height: 100%
}

#busydivtable {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	margin-left: -72px
}

#busydivmap {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 5px;
	margin-left: -72px;
}

#tablediv {
	font-size: 14px;
	font-family: sans-serif;
	visibility: hidden;
	padding: 2px;
	background-color: #ADFF2F;
	border-style:solid;
	border-width: 1px;
	border-color: black;
	position: fixed;
	left: 210px;
	top: 10px;
}

#searchtable td {
	border: 1px solid black;
	padding: 5px;
	vertical-align: top;
	font-family: sans-serif;
	/*font-size: 0.8em;*/
}

#searchdiv p {
	font-family: sans-serif;
	/*font-size: 0.8em;*/
}

#bottomdiv p {
	font-family: sans-serif;
	/*font-size: 0.8em;*/
}

ul li {
	font-family: sans-serif;
	/*font-size: 0.8em;*/
}

.tooltip {
  border : solid 1px lightgrey;
  color : lightgrey;
  border-radius : 100px;
  /*font-size : 10px;*/
  padding-left : 4px;
  padding-right : 4px;  
  margin-left : 4px;
}

.tooltip:hover {
  cursor : pointer; 
}