.sortable {
	border-style: solid;
	border-width: 1px;
	border-color: #AAF;
	color: blue;
	line-height: 90%;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 12px;
}

.sortable td, th {
	border-style: solid;
	border-width: 1px;
	border-color: #AAF;
	padding: 4px 3px 4px 3px;
}

.sortable td.lon, th.lon {
	border-style: solid;
	border-width: 1px 0 1px 1px;
	border-color: #AAF;
	padding: 4px 3px 4px 3px;
}

.sortable td.lat, th.lat {
	border-style: solid;
	border-width: 1px 1px 1px 0;
	border-color: #AAF;
	padding: 4px 3px 4px 3px;
}

.computed {
	color: #666;
/*	color: #1dafc1;*/
	font-style: italic;
}

.default {
	color: black;
}

.default a:link {
	color: black;
}

tr.odd {
	background-color: #EEF;
}

tr.even {
	background-color: white;
}

td.r {
	text-align: right;
}

td.d {
	text-align: ".";
}

.sortable thead th {
	font-size: 100%;
	background-color: #DDF;
	padding-bottom: 18px;
	background-image: url(http://simbad.u-strasbg.fr/Icon/sort_gen.png);
	background-repeat: no-repeat;
	background-position: center 95%;
	cursor: pointer;
}

.sortable th.order-none {
	padding-bottom: 18px;
	background-image: url(http://simbad.u-strasbg.fr/Icon/sort_gen.png);
	background-repeat: no-repeat;
	background-position: center 95%;
	cursor: pointer;
}

.sortable th.order-asc {
	padding-bottom: 18px;
	background-image: url(http://simbad.u-strasbg.fr/Icon/sort_asc.png);
	background-repeat: no-repeat;
	background-position: center 95%;
	cursor: pointer;
}

.sortable th.order-desc {
	padding-bottom: 18px;
	background-image: url(http://simbad.u-strasbg.fr/Icon/sort_desc.png);
	background-repeat: no-repeat;
	background-position: center 95%;
	cursor: pointer;
}


.hover {
/*	background-color: #99F;
	color: black;*/
}

.clickable .tbody {
	border-style: solid;
	border-width: 5px;
}

td.simbad {
	color: #1dafc1;
	font-style: italic;œ
}
th.simbad {
	color: #1dafc1;
	font-style: italic;
}
