/*

Eurodoc2009 - Titlepage Specials

Design by Jan Holeček, Eurodoc, http://www.eurodoc.net/
Released for free under a Creative Commons Attribution 2.5 License

Colors:
=======
#4c73f6     Eurodoc blue
#ea950c     almost complementary orange
#3956b8     dark blue for links and headers
#333333     dark grey for common text to reduce contrast on white
#a1a1a1     lighter grey for 
*/

#body h1.titlepage1 {
    text-align: center;
    line-height: 1.2em;
    font-size: 1.6em;
    font-family: Bookman, Georgia, Times, "Times New Roman", serif;
    margin-bottom: 0em;
}

#body h1.titlepage2 {
    text-align: center;
    line-height: 1.2em;
    font-size: 1.2em;
    font-family: Bookman, Georgia, Times, "Times New Roman", serif;
    margin-top: 1em;
    margin-bottom: 2em;
}

#flashnews li {
    margin-bottom: 1em;
}

#sponsors_at_titlepage {
    border-top: solid 2px #ea950c;
    width: 800px;
    margin: 0 auto;
    margin-top: -1.2em;
    padding: 0px;
    text-align: center;
}

#sponsors_at_titlepage h3 {
    margin-top: 20px;
    margin-left: 20px;
}

#sponsors_at_titlepage div {
}

#sponsors_at_titlepage div.logo {
    float: left;
    display: inline-table;
    width: 120px;
    height: 120px;
    margin: 5px;
}

#sponsors_at_titlepage div.logo-wrapper {
    display: table-cell;
    width: 120px;
    height: 120px;
    text-align: center;
    vertical-align: middle;
    margin: 5px;
}


#sponsors_at_titlepage table {
    margin: 1.2em;
    padding: 0px;
}

#sponsors_at_titlepage tr {
    margin: 0px;
    padding: 0px;
}

#sponsors_at_titlepage td {
    margin: 0px;
    padding: 0px;
    width: 110px;
    text-align: center;
}