
#abshout_maindiv {
    margin-top: 25px;
    margin-bottom: 25px;
}

#abshout_ShoutMessagesArea {
    background-color: #FFFFFF;
    text-align: left;
    overflow: auto;
    resize: vertical;
    height: 80px;
    max-height: 400px;
    width: auto;
    font-size: 11px;
}

#abshout_ShoutMargin {
    height: 25px;
    background: rgba(0, 0, 0, 0.03);
}

#abshout_textboxcontainer {
    width: 1%;
    padding-right: 1px;
    white-space: nowrap;
    font-weight: bold;
}

#abshout_textboxinput {
    width: 100%; 
    color: rgb(62, 62, 62); 
    font-size: 11px;

    font: 11px Tahoma,Calibri,Verdana,Geneva,sans-serif;
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #276182;
    padding: 4px;
    outline: 0px none;
    border-radius: 3px;
}

.abshout_shade {
    /* color: #777; */
    color: #70727C;
}

.abshout_messagea {
    width: 100%;
    margin: 0px;
    border-image-width: 0;
    color: #70727C;   
}

.abshout_messageb {
    width: 100%;
    margin: 0px;
    border-image-width: 0;
    color: Black;
}

.abshout_messageline {
    font-size: 11px; 
    font-family: Tahoma,Calibri,Verdana,Geneva,sans-serif;
}

.abshout_blocksubhead {
    /* color: #3E3E3E; */
    margin: 0px;
    padding: 0px;
    background: rgba(0, 0, 0, 0.03);
    padding: 4px 10px;
    /* border-top: 1px solid #CECECE; */
    border-collapse: collapse;
    border-spacing: 0px;
    font-size: inherit;
}


