﻿
/* Оформление шапки гостевой книги */

#community-messages
{
    color:#666;
}

#community-messages  .messages-title {
    color: #333;
    font-size: 10pt;
    font-weight: bold;
    background: #ddd !important;
    padding: 2px 4px;
    border-radius: 4px 4px 0px 0px;
}

#community-messages  .messages-description {
    color: #333;
    font-size: 8pt;
    font-weight: normal;
    padding: 2px 4px;
    border: 1px dotted #999;
}










/* Оформление сообщений */

#community-messages UL {
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
    margin: 10px 0;
}

#community-messages UL li {
    /*border: 1px solid red;*/
    padding: 2px 4px;
    margin: 0 0 10px 0;
    background: #EEE;
    border: 1px dotted #999;
    border-radius: 4px
}

#community-messages UL li:nth-child(2n+1) {
    background: #FFC
}




#community-messages .message-container-answer
{
    margin-top: 4px;
    padding-left: 15px;
    border-top:1px dotted #666;
}



#community-messages .message_header div {
    display:inline-block;
}


#community-messages div.message_data, #community-messages div.message_avtor {
    font-weight: bold;
    padding-right: 10px;
    font-size: 8pt;
}

#community-messages div.message_mod{
    float:right;
    font-size: 8pt;
    display: inline-block;
}

#community-messages div.message_mod button{
    
    font-size: 8pt;
    display: inline-block;
    width: 18px;
    height: 18px;
}

#community-messages div.message_text {
    color: #333;
}





/* информационное сообщение */
#community-messages .message_info{
    font-size: 8pt;
    color: gray;
    text-align: right;
    font-style: italic;
}


/* всплывающее окошко */
#message-dialog{
    padding:0; margin:5px;
    height: 250;
    width: 400; 
}

/* Формочка */
#textarea-message-text {
    padding:0; margin: 0;
    width:360px;
    height:140px; 
}

.mesage-maxlen{
    font-size: 8pt;
    text-align: right;
    padding-right: 14px;
}

.message-alert {
    font-size: 8pt;
    text-align: left;
}







/* Добавлено 01.03.2013*/


 .message_data, .message_avtor { 
       float: left;
     }
     

 .add-message {
    display: inline-block;
    width:170px;
}     


 .add-moderator {
    display: inline-block;
    width:170px;
}  