
.conversationcontainer {
}

.conversation {

}

.conversation .separator {
width: 100%;
display: block;
background-color: #fff;
margin-top: 0.25em;
border-top: 1px solid #009ddc;
}

.conversation .separator-first {
width: 100%;
display: block;
background-color: #fff;
margin-top: 0.25em;
}

.conversation h1 {
font-size: 1.0em;
color: #009ddc;
margin: 0.2em 0em 0.2em 0em;
}

.conversation p {
color: #000;
margin: 0.2em 0em 0.2em 0em;
line-height:1.3em;
}

.conversation .name {
font-size: .75em;
float: left;
}


.conversation .date {
font-size: .75em;
float: right;
}

.conversation .summarydate {
font-size: .75em;
color:#555;
}

.conversation .clearer {
clear: both;
}

.conversation .enclosure {
}

.conversation .error {
	color:red;
}

.conversation-anchor {
  overflow-anchor: auto;
  height: 1px;
}

.conversationhistory {
	cursor:pointer;
}

.conversationhistoryscroll {
	 height: 150px;
	 overflow: auto;
}

.conversation-gobutton {
	padding: 3px 10px 3px 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}

