﻿/* News brief in the home page. */
.news_item_brief
{
    background-image: url('images/small_arrow.png');
    background-position: 8px center;
    background-repeat: no-repeat;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #848484;
    line-height: 26px;
    padding: 2px 2px 2px 20px;
}
.news_item_brief a:link, .news_item_brief a:visited
{
    text-decoration: none;
    color: black;
}
.news_item_brief a:active, .news_item_brief a:hover
{
    text-decoration: none;
    color: black;
}

/* popup message dialog */
.message_dialog
{
    border: 1px solid #808000;
    padding: 1px;
    background-color: #FFFFCC;
    width: 300px;
    position: absolute;
    top: 260px;
    left: 25%;
    z-index: 100;
    display: block;
}

.message_dialog .dialog_title
{
    background: Gray;
    padding: 4px;
}

.message_dialog .dialog_body
{
    padding: 6px;
    color: #111111;
}

.message_dialog .dialog_bottom
{
    text-align: right;
    padding: 4px 10px 4px 0;
}

.menu
{
    list-style: none;
    width: 100%;
    padding: 0 0px 0 0px;
    margin:0;
}
.menu ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu li
{
    list-style: none;
    float: left;
    margin: 0;
    font-size: 140%;
    font-weight:bold;
}
.menu li a
{
    line-height:12px;
    padding: 2px 10px;
    padding-right:10px;
    float: left;
    display: block;
    border-left: 1px solid #f1f1f1;
    color: White;
    text-decoration: none;
    text-align: center;
}
/* Hide from IE5-Mac */
#nav-menu li a
{
    float: none;
}
/* End hide */
.menu li a:hover
{
    background-color: #161616;
}
