/* ------------ Calendar */
ul.calendar
{
    padding: 0;
    margin: 0 auto 10px auto;
    list-style-type: none;
    width: 183px;
    position: relative;
    font-family: Verdana, Arial;
    font-size: 8pt;
    border: 2px solid #ffffff;
    background: #D3EBDE;
    height: 164px;
}

ul.calendar li.top
{
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 5px 0 55px 0;
}

ul.calendar table
{
    font-size: 8pt;
    background: #D3EBDE;
    border-collapse: collapse;
    width: 177px;
    visibility: visible;
    top: 5px;
    left: 2px;
    position: absolute;
}

ul.calendar tbody td
{
    text-align: center;
    background: #fff;
    border: 1px solid #aaa;
    padding: 0;
    width: 25px;
    height: 17px;
    margin: 0;
    font-weight: bold;
}

ul.calendar tbody td.blank
{
    background: #D3EBDE;
}

ul.calendar caption
{
    font-weight: bold;
    font-size: 10pt;
    margin-bottom: 5px;
}

ul.calendar thead th
{
    color: #000;
    font-size: 7pt;
}

ul.calendar tfoot td
{
    text-align: center;
    color: #000;
    padding: 0;
    margin: 0;
}

ul.calendar tfoot td form
{
    padding: 0;
    margin: 0;
}


ul.calendar tfoot td input
{
    text-align: center;
    color: #000;
    font-size: 7pt;
    width: 20px;
    height: 18px;
}

ul.calendar tfoot td button.bcenter
{
    text-align: center;
    color: #000;
    font-size: 7pt;
    width: 60px;
    height: 18px;
}

ul.calendar td.ndate
{
    background: url(calendar_tick.jpg) no-repeat;
}

ul.calendar td.ndate:hover
{
    cursor: pointer;
}

/*-------------------- news ticker*/
span.aopnewslist a
{
    color: #000065;
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
}

span.aopnewslist a:hover
{
    color: #000065;
    text-decoration: underline;
}

span.aopnewslist span
{
    display: block;
    font-size: 8pt;
    color: #000;
}

