﻿/* News brief in the home page. */
.news_item_brief
{
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #848484;
    line-height: 26px;
}
.news_item_brief a:link, .news_item_brief a:visited
{
    text-decoration: none;
	color: #cfcfcf;
}
.news_item_brief a:active, .news_item_brief a:hover
{
    text-decoration: none;
	color: Red;
}

/* 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 */
#menu
{
    list-style: none;
    width: 100%;
    padding:17px 0px 0 44px;
    margin:0;
}
#menu ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
#menu li
{
    list-style: none;
    font-size: 13px;
    font-family: Verdana;
    width: 120px;
    background-image: url('images/reg_tag.png');
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    float: left;
}
#menu li a
{
    text-decoration: none;
}
/* Hide from IE5-Mac */
#menu li a
{
    float: none;
}
/* End hide */
#menu li a:hover
{
    font-size: 13px;
    font-family: Verdana;
    display: block;
    width: 120px;
    background-image: url('images/mouseover_tag.png');
    font-weight: bold;
    line-height: 20px;
}
#menu li a.selected
{
    font-size: 13px;
    font-family: Verdana;
    display: block;
    width: 120px;
    background-image: url('images/selected_tag.png');
    font-weight: bold;
    line-height: 20px;
}

