﻿div.forthcomming-top
{
    margin: 0;
    padding: 0;
    background:#FFF url(../images/panelback_260x10_top.gif) no-repeat scroll;
    width:260px;
    height:10px;
}
div.forthcomming-bottom
{
    margin: 0;
    padding: 0;
    background: #FFF url(../images/panelback_260x10_bottom.gif) no-repeat scroll top;
    width: 260px;
    height: 10px;
}
div.forthcomming
{
    margin: 0;
    padding: 0 10px;
    background: #FFF url(../images/panelback_260x30_middle.gif) repeat-y scroll top;
    height: 250px;
    overflow: hidden;
}
div.forthcomming a.forthcomming-title
{
    background: #CCC url(../images/panelback_20x20_title.gif) repeat-x scroll center;
    display: block;
    padding: 0.25em 10px;
    font-weight: bold;
}

/*items*/
div.forthcomming dt
{
    float: left;
    clear: right;
    width: 38px;
    color: #C00;
    font-weight: bold;
    text-align:center;
}
div.forthcomming  dt.datedivider
{
    clear: both;
    float: none;
    width: auto;
    text-align: center;
    font-style: italic;
    font-weight: normal;
    font-size: 0.8em;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 8px;
}
div.forthcomming dt.separator
{
    float:none;
    clear:both;
    width:auto;
}
div.forthcomming dd
{
    float: left;
    width: 200px;
    margin: 0 0 5px 0px;/* top right bottom left */
    font-weight: normal;
}
