/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10 aout. 2015, 14:50:24
    Author     : Gedicom-La-Rochelle
*/

/* main 3 colors */
#main .sessionTitle{
    /*background-color: #c04040;*/
    /*background-color: #97887b;*/    
    background-color: #996666;    
}

#main .answered {
    /*background-color: #60d060;*/
    background-color: #528585;  
}

#logo img {
   width: 250px;
}

/*
#header, #footer, .mailFromObject {
    background-color: #007576;
}
*/

.popup_block {
    border: 20px solid #007576
}

/* adapt some things to work fine with updated 3 main colors */
/*
#header p, #main .sessionTitle a, #main .sessionTitle label, #footer b {
    color: white;
}
*/
a {
    color: #cccccc
}

/* ASN doesn't want to have some pending images because they only display pending. So its redundant' */
.pending > img {
    display: none;
}

#main .pending {
    display: none;
}
