/*
** Plone Print style sheet for CSS2-capable browsers.
** Copyright Alexander Limi, 2001-2003 - http://www.plonesolutions.com
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will 
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade. 
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/* <!-- compression status: 0 --> (this is for http compression) */
/* Thanks to A List Apart (http://alistapart.com/) for useful extras */
/*div#content {
line-height: 140% !important ;
}
div#content p {
margin: 0.5em 0em;
}
table.tb1 td {
line-height: 140% !important ;
}*/
#s8header,
#navigation,
#search,
#metanavigation,
#memberbox,
#browser_version,
td#portal-column-two,
td#portal-column-one {
display: none;
}

table#portal-columns {
     width: auto;
     min-width: 10px !important;
}

li { 
    list-style-type: square !important;
    list-style-image: none !important;
}
a {
    text-decoration: none;
}
th {
    width: 130px;
}
.springeight {
    font-family: Geneva,Tahoma,Arial,Helvetica,HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","MS UI Gothic","ＭＳ Ｐゴシック","平成角ゴシック",Osaka,等角,Sans-Serif;
}

.springeight #meetsection #contentssection {
    clear: both;
    padding: 10px 5px;
}

.springeight #meetsection #contentssection table.meetingdetail {
    border-collapse: collapse;
    margin: 0 0 20px;
    width: 98%;
}

.springeight #meetsection #contentssection table.meetingdetail th {
    border-bottom: 1px solid #CCCCCC;
    color: #003399;
    font-size: 1.1em;
    padding: 10px 10px 5px 0;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
}

.springeight #meetsection #contentssection table.meetingdetail td {
    border-bottom: 1px solid #CCCCCC;
    font-size: 1.1em;
    line-height: 1.4em;
    padding: 10px 0 5px;
    text-align: left;
}

.springeight table.tb1 td, .springeight table.tb2 td, .springeight table.tb3 td, .springeight table.tb4 td {
    line-height: 1em;
    padding: 5px;
    vertical-align: top;
}

.springeight #presssection #contentssection p {
    font-size: 1.1em;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.springeight #presssection #contentssection .pagebreak {
    clear: none;
    page-break-before: always;
}

* {
    font-size: 100%;
}

/*
h1, h2, h3, h4, h5, h6
{
    border: none;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.documentDescription {
    font-weight: bold;
}

pre {
    border: 1pt dashed black;
    white-space: pre;
    font-size: 8pt;
    overflow: auto;
    padding: 1em 0;
}

table.listing,
table.listing td {
    border: 1pt solid black;
    border-collapse: collapse;
}

.visualClear {
clear: both;
}*/

