#address{
    padding-bottom: 20px;
}

#descrip .actions{
    width: 100%;
}

#descrip td{
    padding-right: 10px;
    vertical-align: top;
}

#descrip td.main{
    padding-top: 10px;
}

#descrip p{
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

#eventActions{
    height: 30px;
}

#eventActions .actions{
    float: left;
    margin-top: 5px;
}

#eventActions .print{
    float: right;
}

#programHtml{
    margin-top: 10px;
}

#program td{
    padding: 0px 5px 5px 0px;
    vertical-align: top;
}

#program{
    margin-bottom: 10px;
}

#downloads{
    margin-bottom: 20px;
}

#downloads .downloadDesc{
    position: relative;
    top: -4px;
    padding: 0px 5px;
}

#downloads .iconDownload{
    margin-bottom: 2px;
}

#howToGetThere{
    padding-bottom: 5px;
}

#location form, #location h2{
    display: inline;
}

#location .print{
    float: right;
}

#dirFrom{
    position: relative;
    top: -5px;
    width: 300px;
}

#gallery{
    margin-bottom: 20px;
}

#gallery tr{
    margin-bottom: 10px;
}

#gallery td{
    border: 1px solid #666;
    background-color: #eaeaea;
    text-align: center;
}

#gallery td.noImage{
    border: 0px;
    background-color: transparent;
}

#gallery td.spacer{
    width: 10px;
    height: 10px;
    border: 0px;
    background-color: transparent;
}

#gallery div.galleryDescrip{
    background-color: #fff;
    text-align: left;
    padding: 2px;
}

#pressReleases{
    margin-bottom: 20px;
}

#pressReleases tr{
    vertical-align: top;    
}

#pressReleases td{
    padding-bottom: 20px;
}

td.pressReleaseIcon{
    width: 80px;    
}

div.pressReleaseTitle{
    color: #4FA600;
    font-weight: bold;    
}

div.pressReleaseDate{
    color: #4FA600;
    display: inline;    
}
div.pressReleaseDescrip{    
    display: inline;    
}

div.pressReleaseSource, div.pressReleaseUrl{
    clear: left;
    margin-top: 4px;
}

/* Inscription and invitation */
#divPersonalData, #divCorporateData {
    padding-bottom: 10px;
}

#confirmInvitation{
    width: 600px;
    margin: 20px auto;
    border: 1px solid #999;
    padding: 20px;
}

#reqFields{
    float: right;
    padding-top: 10px;
}