/* applies to the whole iframe body */
body {	
    font-family: Arial, Helvetica, sans-serif;    
    font-weight: normal;
	background-color: #d7dbe4;
	width: 700px;
	
}

a {
    color: 3366CC; /*#7696c1; *//* 8CACBB */
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* the all-enclosing div within the iframe */
.sirop_feed{
}

/* the table listing the project offers */
.sfr_table {
    border-collapse: collapse; /* avoid lines between rows and cells */
    /* width: 660px; */ /* does not look better... */
}

/* the table rows (general properties) */
.sfr_table tr {        
}

/* the table cells (general properties) */
.sfr_table td {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* uneven table rows */
.sfr_table tr.d0 {
    background-color: #d7dbe4; /* #dee7ec; *//* 7696c1 */
}

/* even table rows */
.sfr_table tr.d1 {
    background-color: #d7dbe4;
}

/* the table cell containing the offer image on the left */
.sfr_table .sfr_img {
    width: 44px;
}

/* the offer image on the left */
.sfr_table .sfr_img img {
    border-width: 0px;
    width:  40px;
    height: 40px;    
    padding: 2px;
    text-align: center;
    vertical-align: top;
}

/* the table cell containing the text on the right */
.sfr_table .sfr_txt {
    text-align: left;    
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
}

/* the div containing the title */
.sfr_table .sfr_txt .sfr_title {
    font-size: 10pt;
    /* font-weight: bold; */    
}

.sfr_table .sfr_txt .sfr_title a {       
}

/* the div containing the abstract */
.sfr_table .sfr_txt .sfr_abstr {
    font-size: 10pt;	 
}


