/*
 * News
 */

ul#news
{
    margin-top: 30px;
    margin-bottom: 30px;
}

ul#news a
{
    color : #336699;
}

ul#news li
{
    margin-bottom: 20px;
    clear : both;
}

span.news-title
{
    color: #ffa000;
}

span.news-title-old
{
    color: #a0a0a0;
}

span.news-date
{
    border-right: 1px solid #ffa000;
    padding-right: 10px;
    margin-right: 10px;
}

div.news-content
{
    text-align: justify;
    border-top: 1px dotted #404040;
    margin-top: 2px;
    padding-top: 5px;
    width: 500px;
}

img.news-image
{
    display: block;
    float: left;
    margin: 3px 15px 0px 5px;
}

div.news-text
{
    margin-left: 90px;
}



/*
 * marketing-material
 */

ul#marketing-material
{
}

ul#marketing-material li
{
    margin-bottom: 20px;
    list-style: none;
    height : 50px;
}

span.marketing-material-title
{
    color: #ffa000;
}

span.marketing-material-date
{
    border-right: 1px solid #ffa000;
    padding-right: 10px;
    margin-right: 10px;
}

div.marketing-material-content
{
    text-align: justify;
/*    border-top: 1px dotted #404040;*/
    margin-top: 2px;
    padding-top: 5px;
    width: 500px;
}

img.marketing-material-image
{
    display: block;
    float: left;
    margin: 3px 15px 0px 5px;
}

div.marketing-material-text
{
    margin-left: 90px;
}



/*
 * press-releases
 */

ul#press-releases
{
}

ul#press-releases li
{
    margin-bottom: 20px;
}

span.press-releases-title
{
    color: #ffa000;
}

span.press-releases-date
{
    border-right: 1px solid #ffa000;
    padding-right: 10px;
    margin-right: 10px;
}

div.press-releases-content
{
    text-align: justify;
    border-top: 1px dotted #404040;
    margin-top: 2px;
    padding-top: 5px;
    width: 500px;
}

img.press-releases-image
{
    display: block;
    float: left;
    margin: 3px 15px 0px 5px;
}

div.press-releases-text
{
    margin-left: 30px;
}

div.press-releases-text a
{
    color : #336699;
}

a.press-releases-continues
{
    color : #ffa000;
}


/*
 * marketing-material
 */

table.marketing-material-table
{
    font-size: 8pt;
    width: 500px;
    margin: 30px 30px 30px 30px;
    border-spacing: 0px;
    border-collapse: collapse;
}

table.marketing-material-table th
{
    border-bottom: 1px solid #c0c0c0;
    padding: 3px 5px 3px 5px;
    font-weight: normal;
    color: #336699;
}

table.marketing-material-table tr
{
    margin: 10px 10px 10px 10px;
}

table.marketing-material-table tr.header th
{
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    padding: 1px 5px 1px 5px;
    font-size: 10pt;
    background-color: #f0f0f0;
}

table.marketing-material-table td
{
    border-bottom: 1px solid #c0c0c0;
    padding: 2px 5px 2px 5px;
    margin: 0px;
}



/*
 * events
 */

ul#events
{
    margin-top: 30px;
    margin-bottom: 30px;
}

ul#events a
{
    color : #336699;
}

ul#events li
{
    margin-bottom: 40px;
    clear : both;
}

span.event-name
{
    padding-right: 10px;
    color: #ffa000;
    font-size: 10pt;
    font-weight: bold;
}

span.event-name-old
{
    padding-right: 10px;
    color: #a0a0a0;
    font-size: 10pt;
    font-weight: bold;
}

span.event-dates
{
    padding-left: 10px;
    border-left: 1px solid #ffa000;
}

span.event-dates-old
{
    padding-left: 10px;
    color: #a0a0a0;
    border-left: 1px solid #ffa000;
}


div.event-content
{
    text-align: justify;
    border-top: 1px dotted #404040;
    margin-top: 2px;
    padding-top: 5px;
    width: 400px;
}

img.event-image
{
    display: block;
    float: left;
    margin: 3px 15px 0px 5px;
}

div.event-summary
{
    margin-left: 90px;
}

div.event-summary-old
{
    margin-left: 90px;
    color: #a0a0a0;
}

