.AllMessagesFrame{
	margin-left:auto;
	margin-right:auto;
	width:1000px;

	height:  500px;
	
}

.AllMessagesFrameTitle{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	top:5px;
	height:  50px;
	text-align:center;
	padding: 10px 0px 0px 0px;
	font: 1.2em "Trebuchet MS",sans-serif;
	background: #7CDE87;
	border:1px solid #A6A6A6;	
}

.AllMessagesFrameList{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	top:20px;
	height:  480px;
	text-align:left;
	padding: 20px 0px 0px 0px;
	font: 1.2em "Trebuchet MS",sans-serif;
	
	
	overflow: auto;

	overflow-x:hidden;
	overflow-y:auto;
	
	white-space: nowrap;
}

.AllMessagesFrameBottom{
	position: relative;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:  20px;
	bottom: 10px;
	text-align:center;
	padding: 0px 0px 0px 0px;
	font: 1.2em "Trebuchet MS",sans-serif;
	background: #fff;

}

.AllMessagesFrameMessOkvir{
	position: relative;
	height: 20px;
	width: 170px;
	border:1px solid #A6A6A6;
}

.AllMessagesFrameMessText{
	position: absolute;
	left: 20px;
	top: 0px;
	padding: 0px 0px 5px 5px;
	font: 1em "Trebuchet MS",sans-serif;
	height: 20px;
	width:145px;
	
	overflow: hidden;
	white-space: nowrap; 
}

.AllMessagesFrameMessText a:link {color: #305BEA; text-decoration: none; }
.AllMessagesFrameMessText a:active {color: #1A4BEA; text-decoration: none; }
.AllMessagesFrameMessText a:visited {color: #305BEA; text-decoration: none; }
.AllMessagesFrameMessText a:hover {color: #456EF4; text-decoration: none; }