@CHARSET "UTF-8";

.mesajpanosu {
	width: 692px;
  font-family:Tahoma,Arial,Helvetica,sans-serif;
  font-size:12px;
}

.mesajpanosu .etkin {
	border-left: 1px silver solid;
	border-top: 1px silver solid;
	border-bottom: 1px silver solid;
	width: 250px;
	padding: 3px;
	background-color: #D7E1FF;
}

.mesajpanosu .pasif {
	border-right: 1px silver solid;
	/*border-left: 1px silver solid; */
	width: 250px;
	padding: 3px;
}

.mesajpanosu .mesajalani {
	border-top: 1px silver solid;
	border-bottom: 1px silver solid;
	border-right: 1px silver solid;
	padding: 3px;
	background-color: #D7E1FF;
}

.mesaj {
	padding: 3px;
	background-color: white;
	font-family: verdana;
	font-size: 11px;
	height: 330px;
	overflow: scroll;
}

.mesajbilgi {
	padding: 3px;
	margin-bottom: 3px;
	background-color: #FAECBE;
}

.bilgibaslik {
	width: 75px;
	text-align: right;
	padding-right: 5px;
	color: gray;
	border-bottom: 1px solid #D7E1FF;
}

.bilgidetay {
	border-bottom: 1px solid #D7E1FF;
	font-weight: bold;
	color: navy;
}

.mesaj p {
    padding-bottom: 5px;
}

.tarih {
	float: right;
	color: gray;
	font-size: smaller;
}

.sayfa {
  background-color:#DDDDDD;
  border-top:1px solid gray;
  margin-top:3px;
  padding:2px;
  text-align:center;
}

