﻿body
{
    background-color:#353d48;
}
.ChatWindowMain
{
    width:400px;
    /*height:380px;*/
    padding:25px;
    background-color:#353d48;
}

.ChatTitle
{
    float:left;
    height:25px;
    width:145px;
    font-size:2em;
}

.ChatTitlePerson
{
    float:left;
    font-size:1.4em;
    height:23px;
}

.ChatBlockHistory
{

}

#ChatAjaxSection
{
    overflow:auto;
    height:265px;
}

.ChatBlockHistoryText span.Question
{
    color:#99cf19;
}
.ChatBlockHistoryText span.Answer
{
    color:#353d48;
}

.ChatBlockHistoryText span strong
{
    font-size:1.2em;
    font-weight:bolder;
}

.ChatBlockHistoryText hr
{
    background-color:#99cf19;
}

.ChatBlockHistoryTextXML span.Question
{
    color:#99cf19;
}
.ChatBlockHistoryTextXML span.Answer
{
    color:#F9EF1C;
}

.ChatBlockHistoryTextXML span strong
{
    font-size:1.2em;
    font-weight:bolder;
}

.ChatBlockHistoryTextXML hr
{
    background-color:#99cf19;
}


.ChatBlockHistoryTitle
{
    font-size: 0.8em;
    float:right;
    width:50px;
}

.ChatBlockHistoryText
{
    float:right;
    height:265px;
    width:344px;
    color:#000000;
    background-color:#ffffff;
    padding-left:3px;
    padding-right:3px;
}

.ChatBlockQuestionMain
{
    margin-top:5px;
    
    /*height:45px;*/
}

.ChatBlockQuestionTitle
{
    font-size: 0.8em;
    float:right;
    width:50px;
}

.ChatBlockQuestionText
{
    float:right;
    width:350px;
    height:80px;
    background-color:#99cf19;
}

.ChatBlockQuestionResponseMain
{
    margin-top:5px;
    /*height:45px;*/
}

.ChatBlockQuestionResponseTitle
{
    font-size: 0.8em;
    float:right;
    width:50px;
}

.ChatBlockQuestionResponseText
{
    float:right;
    width:350px;
    height:80px;
    background-color:#000000;
}

.ChatBlockButtons
{
    clear:both;
    margin-top:5px;
    float:right;
    width:352px;
    text-align:right;
}

.ChatBlockButtons a
{
    padding:0px;
    margin:1px;
}

.cb
{
    clear:both;
}

.chatTextBoxGreen
{
    width:350px;
    height:80px;
    background-color:#99cf19;
    border:none;
    color:#ffffff;
    /*padding:10px;*/
}


.chatTextBoxBlack
{
    width:330px;
    height:60px;
    background-color:#000000;
    border:none;
    color:#ffffff;
    padding:10px;
}


.EducationSearchSelect
{
    width:180px;
    font-size:0.9em;
}