html, body {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	margin: 10px 10px 10px 10px;
	padding: 0;
}
a:link, a:visited {
	color: #B5B5B5;
	text-decoration: none;
}
a:hover {
	color: #00CC99;
	text-decoration: underline;
}
#statsTitle a:link, #statsTitle a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#statsTitle a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

#tblHeader {
	background-image: url(../Images/header_bg.gif);
	background-color: #C4C4C4;
	background-repeat: repeat-x;
	border: 1px solid black;
	font-size: 14px;
}

#tblSearch a:link, #tblSearch a:visited {
	color: blue;
}

#tblSearch a:hover {
	text-decoration: underline;
}

#titleSearch {
	background-image: url(../Images/menu_bg.gif);
	background-color: #DADADA;
	background-repeat: repeat-x;
	border-bottom: 2px solid #C7C7C7;
	border-top: 1px solid black;
}

#CMHeaderBg {
	background-image: url(../Images/header_bg.gif);
	background-color: #C4C4C4;
	background-repeat: repeat-x;
}

#choiceMenu a:link, #choiceMenu a:visited, #choiceMenu a:hover {
	color: #000000;
	text-decoration: none;
}

/*************************************************
 **           SCROLLING TABLES STYLES           **
 *************************************************/
 
/* Used in all pages where tables are displayed */
.header {
  height: 20px;
  background-color: #DFECF2;
  border-bottom: 1px gray solid;
  border-top: 1px gray solid;
  border-left: 1px gray solid;
  border-right: 1px gray solid;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
}

/* Used in page : useradmin_index.php */
.tbl_confirmedUsers {
  width: 928px;
  height: 175px;
  border-bottom: 1px gray solid;
  border-left: 1px gray solid;
  border-right: 1px gray solid;
  color: #000000;
  overflow: auto; /* cette propri��va permettre le scroll de ce bloc */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.tbl_notConfirmedUsers {
  width: 778px;
  height: 150px;
  border-bottom: 1px gray solid;
  border-left: 1px gray solid;
  border-right: 1px gray solid;
  color: #000000;
  overflow: auto; /* cette propri��va permettre le scroll de ce bloc */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
/* end for page : useradmin_index.php */

/* Used in page : signesdiags_index.php */
.tbl_modDiagnostics {
  width: 807px;
  height: 240px;
  border-bottom: 1px gray solid;
  border-left: 1px gray solid;
  border-right: 1px gray solid;
  color: #000000;
  overflow: auto; /* cette propri��va permettre le scroll de ce bloc */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.tbl_modSignes {
  width: 673px;
  height: 240px;
  border-bottom: 1px gray solid;
  border-left: 1px gray solid;
  border-right: 1px gray solid;
  color: #000000;
  overflow: auto; /* cette propri��va permettre le scroll de ce bloc */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
/* end for page : signesdiags_index.php */

/* Used in page : synonymes_index.php */
.tbl_synonymes {
  width: 647px;
  height: 240px;
  border-bottom: 1px gray solid;
  border-left: 1px gray solid;
  border-right: 1px gray solid;
  color: #000000;
  overflow: auto; /* cette propri��va permettre le scroll de ce bloc */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
/* end for page : synonymes_index.php

/* Used in page : relations_index.php and chromosomes_relations_index.php */
.tbl_relations, .tbl_chrRelations {
  width: 542px;
  height: 240px;
  border-bottom: 1px gray solid;
  border-left: 1px gray solid;
  border-right: 1px gray solid;
  color: #000000;
  overflow: auto; /* cette propri��va permettre le scroll de ce bloc */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
/* end for page : relations_index.php and chromosomes_relations_index.php */

/* Used in page : chromosomes_index.php */
.tbl_chromosomes {
  width: 663px;
  height: 240px;
  border-bottom: 1px gray solid;
  border-left: 1px gray solid;
  border-right: 1px gray solid;
  color: #000000;
  overflow: auto; /* cette propri��va permettre le scroll de ce bloc */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
/* end for page : chromosomes_index.php */

div#webmaster {
	padding-top: 500px;
	float:right;
	color: #7F7F7F;
	font-size: 7px;
	text-align: center;
}

#webmaster a {
	color: #7F7F7F;
	font-size: 7px;
}

