/* applies to the whole iframe body */
body {	
    font-family: Arial, Helvetica, sans-serif;    
    font-weight: normal;
}

a {
    color: #7c1313; 
    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: 100%;
}

/* 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: #dddddd;
}

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

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

/* the offer image on the left */
.sfr_table .sfr_img img {
    border-width: 0px;
    width:  60px;
    height: 60px;    
    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: 9pt;	 
}

