.borderclass {
	border:1px solid #A9B6D2;
}

.msgBox {
    margin: 0 auto;
    margin-top: 10px;
    width: 760px;
    position: relative;
}

.item {
    width: 358px;
    margin: 10px;
    margin-top: 10px;
    float: left;
    background-color: #F4F7FF;
    border: solid 1px #B4BBCD;
    min-height: 50px;
    text-align: justify;
    word-wrap: break-word;
    box-sizing: border-box;
}

.item div {
	padding:8px;
}
.verticalOffset {
	margin-top: 40px;
}
.timeline_container {
	width: 16px;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	display: block;
}

.timeline {
  left: 50%;
  transform: translateX(-50%);

  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #888888;

}

.timeline:hover {
	cursor: pointer;
	margin: 0 auto;
}
.rightCorner {
	background-image: url("../images/timeline/right.png");
	display: block;
	height: 15px;
	margin-left: 358px;
	margin-top: 8px;
	padding: 0;
	vertical-align: top;
	width: 13px;
	z-index:2;
	position: absolute;
	right: -13px;
	left: auto;
}
.leftCorner {
	background-image: url("../images/timeline/left.png");
	display: block;
	height: 15px;
	width: 13px;
	margin-left: -13px;
	margin-top: 8px;
	position: absolute;
	z-index:2;
}
.question {
	background-color: #FAB;
}
.answer {
	background-color: #AFB;
}
.messageType {
	margin-top:	 8px;
	margin-left: 8px;
	font-weight: bold;
}
.boldItem {
	margin-top:	 8px;
	margin-left: 8px;
	font-weight: bold;
	display: block;
}
.item div.dataLine {
	margin-left: 8px;
	margin-top:	 4px;
	margin-right: 4px;
	padding: 0;
}
.labelDataLine {
	color: #7C7C7C;
}
.item div.dataLine div {
	padding: 0;
}
.modificationDate {
	text-align: right;
	padding-right: 3px;
	display: block;
	font-style: italic;
	font-size: 11px;
}
.memoTitle {
	text-align: center;
	font-weight: bold;
}
.shade {
	box-shadow:0px 0px 18px #000;
	-moz-box-shadow:0px 0px 18px #000;
	-webkit-box-shadow:0px 0px 18px #000
}

.tlDelete {
	background: url("../images/panel/btn-close.png") no-repeat #910e0e ;
	height: 20px;
    width: 20px;
    margin: 5px;
    padding: 0px !important;
}

/* IE Hack for edit button, GXT has a wrong width calculation */
.ext-ie .ls-tab-panel-line-streamtimeline .msgBox .x-btn.floatRight .x-btn-text {
	width: auto !important;
}