#messages {
	width: 1100px;
	
	padding: 10px;
	position: relative;
}

.label {
	width:250px;
	font-weight: bold;
}

.message {
	width: 240px;
	padding: 5px;
	float: left;
	height: 200px;
	background-color:  white;
	margin: 10px;
}

.message_info {
	font-size: 10pt;
	font-weight: normal;
}

.message:hover {
	background-color: #ffc;
	cursor: pointer;
}

.message .body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: justify;
	line-height: 1.2em;
	margin: 4px;
	height: 160px;
	overflow: hidden;
}
.message .from {
	
	color: #444;
	font-style: italic;
	height: 20px;
	text-align: right;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;

}

.message .date {
	font-size: 8pt;
	height: 12px;
	border-bottom: 1px dashed #666;

}


#new_message {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#new_message .inputtext, #new_message .inputtextarea{
	width: 100%;
}

#new_message td {
	padding: 5px;
}

.hidden {
	color: red;
	font-weight: bold;
}

.large_message {
	display: none;
	z-index: 100;
	
	
	width: 600px;
	left: 270px;
	height: auto;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #d90;
	background-color: #ffe;
	
	padding: 10px;
}

.large_message .body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: justify;
	line-height: 1.2em;
	margin: 4px;
	overflow: visible;
	height: auto;
	
	padding: 10px;
}

.large_message .from {
	
	color: #444;
	font-style: italic;
	height: 20px;
	text-align: right;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;

}

.large_message .date {
	font-size: 8pt;
	height: 12px;
	border-bottom: 1px dashed #666;

}

.large_message .header {
	font-size: 8pt;
	height: 12px;
	background-color: #ff9;

}

.readmore {
	color: #33a;
}

.pager_container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;

}

.pager {
	width: 100%;
}
.pager A, .pager_activepage {
	padding: 5px;
}

.pager_activepage {
	font-weight: bold;
}

.shade1 { background-color: #fffefe; }
.shade2 { background-color: #eeffee; }
.shade3 { background-color: #eeeeff; }
.shade4 { background-color: #faeeff; }
.shade5 { background-color: #ffffcc; }
.shade6 { background-color: #eeffff; }



