.borderclass {
	border:1px solid #A9B6D2;
}
.msgBox {
	margin: 0 auto;
	margin-top: 10px;
	width: 760px;
}
.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;
}
.item div {
	padding:8px;
}
.verticalOffset {
	margin-top: 40px;
}
.timeline_container {
	width: 16px;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	display: block;
}
.timeline {
	margin: 0 auto;
	background-color: #888888;
	cursor: pointer;
	display: block;
	float: left;
	height: 100%;
	left: 378px;
	position: absolute;
	width: 4px;
}
.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;
}
.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;
}
.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;
}