body {
    background-color: white;
    font: normal 12px Arial, sans-serif;
    overflow-y: auto;
		overflow-x: hidden;
    z-index: 1;
		margin: 0px;
}

#Table_01 tr td {
	text-align: right;
}

td {
    font: normal 12px Arial, sans-serif;
}

.small {
	font: normal 9px Arial, sans-serif;
}

input {
    border: 1px solid silver;
    background-color: white;
    font: normal 9px arial, sans-serif;
}

.loginbox {
    position: absolute;
    top: 5%;
    left: 5%;
}

.photoinlist {
	text-align: center;
}

.oldcomments {
	display: none;
}

#eXTReMe {
	visibility: hidden;
	z-index: 3;
}

#latest {
	position: absolute;
	right: 2%;
	top: 30%;

	border: 0px;
	padding: 0px;
     border-collapse: collapse;
	border-top: 1px solid black;
	border-right: 1px dashed silver;
	border-bottom: 1px dashed silver;
	border-left: 1px dashed silver;
	
	font: normal 9px arial, sans-serif;
}

#profile {
	border: 0px;
  border-collapse: collapse;
	border-top: 1px solid black;
	border-right: 1px dashed silver;
	border-bottom: 1px dashed silver;
	border-left: 1px dashed silver;
}

.over {
}

.commentsover {
	background: url('/img/comments.jpg');
	height: 25px;
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 125px;
	font: normal 9px Arial, sans-serif;
	vertical-align: middle;
}

.commentsover_fr {
	background: url('/img/commentaire.jpg');
	height: 25px;
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 155px;
	font: normal 9px Arial, sans-serif;
}

.out {
}

#statbox {	
	position: absolute;
	bottom: 5px;
	left: 5px;
}

#registertable td input {
	font-size: 12px;
}

/* Used for members map */
#map {
    border: 3px solid black;
    margin-left: auto;
    margin-right: auto;
}

#map_sub {
    margin-left: auto;
    margin-right: auto;
}

/* Links */
a { text-decoration: none; }
a:link { color: #747170; }
a:visited { color: #747170; }
a:active { color: white; }
a:hover { color: lightgrey; }
