/** 
 * $Id: common.css,v 1.5 2004/02/23 23:27:30 nturner Exp $
 *
 * styles common to all 2003 meeting pages
 */

@media all { /* keep ns4 out */

#main {
    background-color: white;
    /* 
    background-image: url("/Meetings/2003/web-faded.png");
    */
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

div.masthead {
    color: white;
    background-color: #394dba;
    background-image: url("/Meetings/2004/images/banner.jpg");
    background-repeat: no-repeat;
    background-position: right bottom;
}
div.subtitle {
    color: white;
    text-align: left;
    letter-spacing: 0.25em;
}
div.logotext {
    font-size: 1.8em;
}
div.logotext span.pretitle {
    font-size: 50%;
    text-transform: uppercase;
    display: block;
}
div.logotext strong {
    text-transform: lowercase;
    display: block;
}
div.subhead {
    font-weight: bold;
    margin-top: 0.5em;
}

table.layout td.layout-c1of2 {
    vertical-align: top;
    width: 48%;
    padding-right: 2%;
}
table.layout td.layout-c2of2 {
    vertical-align: top;
    width: 48%;
    padding-left: 2%;
}

span.format-note {
    font-size: smaller;
    font-weight: normal;
}

p.poi, p.tour { clear: right }

table.pres td { vertical-align: top }
table.pres td.time,
table.pres td.presnum,
table.pres td.title-etc div.title { font-size: 120% }

} /* @media all */
