div.newsitem h3, div.event h3 {
    text-align: right;
    padding: 5px 15px 5px 15px;
    border-bottom: 2px solid #F5F1EE;
    color: #990000;
    font-size: 130%; 
    letter-spacing: 1px;
    background: url(../images/corners/search_tr.gif) top right no-repeat;
}

div.newsitem h3 a, div.event h3 a {
    color: #990000;
    text-decoration: none;
}

div.newsitem h3 a:hover, div.event h3 a:hover {
    border-bottom: 1px dashed #990000;
}

div.newsitem p.date, div.event p.date {
    color: #008B8D;
}

div.newsitem, div.event {
    position: relative;
    background: #fff url(../images/corners/search_tl.gif) top left no-repeat;
}

div.newsitem div.storybottom, div.event div.storybottom {
    position: relative;
    background: #fff url(../images/corners/search_bl.gif) bottom left no-repeat;    
    height: 15px;
}
div.newsitem div.storybottom span, div.event div.storybottom span  {
    position: absolute;
    right: 0;
    background: #fff url(../images/corners/search_br.gif) bottom right no-repeat;    
}

div#pagecontent div.newsitem p {
    padding: 0 20px;
}

/* =EVENTS */

div#extracol table  {
    background: #fff;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #F5F1EE;
}

div#extracol table td {
    text-align: center;
    padding: 3px;
}

div#extracol table td.monthname, div#extracol table td.monthnavigation {
    border-bottom: 2px solid #F5F1EE;
    color: #008B8D;
}
div#extracol table td.monthnavigation a{
    text-decoration: none;
    color: #008B8D;
}


td.today {
    background: #990000;
    color: #fff;
}



