/*===================================================================================*/
/*  RCB September 2004   Added classes                                               */
/*  RCB 27.10.2004 Create special file with classes used only in Selected images V2  */
/*===================================================================================*/
.tdyellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000099;
	background-color: #FFFFCC;
	/* background-color: #FFFFCC; */
	margin: 1px;
	/* padding: 5px; */
	padding: 0px;	
	/* border: 1px solid #CCCCCC; */
	/* border: none; */
	background-repeat: no-repeat;
}

.tdnocolor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000099;
	/* background-color: #FFFFCC; */
	/* background-color: #FFFFCC; */
	margin: 1px;
	/* padding: 5px; */
	padding: 0px;	
	/* border: 1px solid #CCCCCC; */
	/* border: none; */
	background-repeat: no-repeat;
}

.source {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;

}

.diseaseinsearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

.asource:hover {  color: #FF0000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; text-decoration: none}
.asource:visited    {  text-decoration: none}
.asource:active     { text-decoration: none }
.asource:link       { color: black; text-decoration: none }

/*===================================================*/
/*  RCB 4.11.2004                                    */
/*  Style to prevent blank line after the last <li>  */
/*===================================================*/
.ul {
	/* style="margin-top: 0; margin-bottom: 0;" */
	margin-top: 0 ;
	margin-bottom: 0 ;
}

/*===============================================*/
/* .extrait only displays text in available space
/* .full displays all the text
/*===============================================*/

.extrait {
	height: 30px;
	overflow: hidden ;
	text-align: center;
}

.full {
	cursor: pointer ;
	height: 30px ;
	overflow: visible;
	text-align: center;
	/* padding: 4px; */
	/* border-top: dashed;  */
	/*  border-width: 1px; */
	/* border-color: #666666; */
	/* background-color: #EEF9FF; */ 
}




