/*
 * news
 */
#news {  }
#news .content { margin: -1px 40px 0 40px; }
.news-entry { margin-bottom: 30px; }
.news-entry .heading h1 { font-weight: normal; line-height: 1em; }
.news-entry .date { color: #808080; }
.news-entry .teaser{}

ul#news-history { list-style-type:none; margin: 100px 0 0 0; padding: 0; }
ul#news-history li { margin-bottom: 15px; font-size: 130%; }
ul#news-history a { text-decoration: none; border-bottom: dashed 1px #182481; }

#datapicker1-button, #datapicker2-button { cursor: pointer;  }

#news-topnav { text-align: center; }
#news-topnav table { text-align: left; }

table#news-calendar { width: 200px; margin-top: 100px; }
table#news-calendar td { width: 14%; text-align: center; height: 20px; vertical-align: middle; }
table#news-calendar thead td { font-weight: bold; }
table#news-calendar td.selected{ background: #0d3183; color: #fff; }
table#news-calendar td.has-news { background: #e0e0e1; }

.news-entry-main { margin:0 15px;padding:5px 0; }
.news-entry-main .heading h1 { font-weight: normal; line-height: 1em; }
.news-entry-main .date { color: #808080; }
.news-entry-main .teaser{}

