﻿body
{
    width: 98%;
    text-align: center;
    font-family: verdana, arial, helvetica, sans-serif;
    margin: 0px;
    padding: 5px;
    color: #666;
}

.chatInformationMessage
{
    text-align: center;
    margin-bottom: 0.2em;
    margin-top: 0.2em;
    color: Red;
}
.chatContainerFormat
{
    display: table;
    width: 100%;
}

.messageContainer
{
    display: table-row;
}

.message
{
    display: table-cell;
    text-align: justify;
}

.messageDate
{
    width: 100%;
    text-align: left;
    font-style: oblique;
    padding: 2.0em 0.6em 0.6em 0em;
    font-weight: bold;
}

.messageTime
{
    display: table-cell;
    text-align: left;
    width: 8em;  
}

.messageUser
{
    display: table-cell;
    text-align: right;
    width: auto;
    padding: 0em 0em 0.2em 2.0em;
}

.messageLinkDiv
{
    text-align: justify;
}

.messageLink:link
{
    color: #005295;
    text-decoration: none;
}

.messageLink:visited
{
    color: #005295;
    text-decoration: none;
}

.messageLink:active
{
    color: #005295;
    text-decoration: none;
}

.messageLink:hover
{
    text-decoration: underline;
}

.messageLinkAlternate:link
{
    color: Black;
    text-decoration: none;
}

.messageLinkAlternate:visited
{
    color: Black;
    text-decoration: none;
}

.messageLinkAlternate:active
{
    color: Black;
    text-decoration: none;
}

.messageLinkAlternate:hover
{
    text-decoration: underline;
}

.submitButton {
    font-size: 100%;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    border: 1px solid #000;
    background-color: #717171;
    color: #fff;
    text-align: right;
    margin-left: 1px;
    margin-bottom: -15px;
    height: 31px;
}
.submitButton:hover
{
    background-color: #0099CC;
}


button
{
    font-size: 100%;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    border: 1px solid #000;
    background-color: #005295;
    color: #FFF;
    margin-left: 1px;
    margin-bottom: 1px;
    background-image:url(../../inc/img/opt_down.png) repeat-n;
}

.CustomComboBoxStyle .ajax__combobox_buttoncontainer button
{
    background-image:url(../../inc/img/opt_down.png);
    margin-bottom:-10px !important;
    background-size: 30px;
}
