﻿#account-message-center {
    
    width:300px;
    max-height:240px;
    position:absolute;
    top:-400px;
    right:3px;    
    display:block;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}
#account-message-center .header-popup-bg
{
    width: 300px;
    max-height: 240px;
    padding: 0;
}
#account-message-center .pointed
{
    margin: 0;
    margin-left: 260px;
}
.messageCenter-close
{
    width: 270px;
    line-height: 20px;
    text-align: left;
    padding-left: 12px;
    color: #39619b;
    cursor:pointer;
    display:block;
    position:relative;
    margin: -15px 0 0px 0;
    background-color: #fff;
    z-index: 10;
    font-size: 10px;
}
.message-list
{
    max-height: 200px;
    padding: 10px 0;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: -10px;
    position:relative;
    z-index: 5;
}
.message {
    cursor:pointer;
    margin: 3px 3px 0px 3px;
    border-radius: 5px;
    behavior: url(PIE.htc);
    background-color: #ffffff;
    width: 91%;
    height: auto;
    display:block;
    text-align:left;
    color: #39619b;
    padding: 5px 10px;
}
    .message.read
    {
        opacity: 1;
    }
    .message.unread
    {
        opacity: 1;
    }
    .message:hover
    {
        background-color: #39619b;
        color: #ffffff;
        opacity: 1;
    }

.message-icon
{
    width: 29px !important;
    height: 40px;
    overflow:hidden;
    float: left;
    margin: 5px 10px 0 0px;
}
.message-content
{
    margin: 8px 0 0 0;
    text-transform:none;
    width: 100%;
    line-height:normal;
}
.message-date
{
    float: right;
    text-align: right;
    font-size: 10px;
    letter-spacing:normal;
    text-transform:none;
}


.message-detail {
    display:none;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: -20px;
    padding: 7px 10px;
    position:relative;
    z-index: 6;
    color: #4371b4;
    max-height: 230px;
}
    .message-detail .message-back-btn
    {
        float: left;
        font-size: 10px;
        cursor:pointer;
    }
    .arrow-back
    {
	width: 0; 
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 4px solid #39619b;
	z-index: 5000;
    display:inline-block;
    }

    .message-detail .message-content
    {
        margin: 0;
    }
    .message-detail .message-icon
    {
        float: left;
        margin-right: 15px;

    }
    .message-detail .message-message
    {
        text-align: left;
        margin: 4px 0 0 0;
        text-transform:none;
        width: 100%;
        line-height:normal;
    }
        .message-detail .message-message a
        {
            text-decoration: underline;
        }
    .message-detail .message-reply
    {
        margin: 10px 0;
    }
    .message-detail .message-reply textarea
    {
        width: 92%;
        height: 70px;
        text-transform:none;
        font-size: 1em;
        padding: 10px;
        font-family:inherit;
    }
    .message-detail .message-reply-btn
    {
        position: relative;
        margin-top: 7px;
        float:right;
        width: 65px;
        height: 20px;
    }
        .message-detail .message-reply-btn .button
        {
            line-height: 20px;
        }
.message-detail #dismiss-btn
{
    float: left;
}
.message-reply-btn .button .buttonTxt
{
    margin-left: 11px;
}
