.messageTable {
	width: 100%;
}
.messageTable tr td {
	padding: 0 3px 0 3px;
}
.messageTableHeader {
	line-height: 18px; background-color: #8DA9E3;
}
.messageTableHeader td{
	font-weight: bold;
}
.messageBoxContainer {
	/*background-color: #D9E5FC;*/
	margin-left: 30px;
	margin-right: 30px;
	background-color: white;
	border: 1px solid #7196E8;
	
}
.messageBoxContainer2 {
	/*background-color: #D9E5FC;*/
	margin-left: 26px;
	margin-right: 30px;
	background-color: white;
	border: 1px solid #7196E8;
	padding-left: 10px; padding-top: 10px;
	
}
.messageBoxContainer2 table{
	width: 500px;
}
.messageBoxContainer2 table tr {
	vertical-align: top;
}
.messageBoxContainer2 table tr td {
	padding: 0px;
}


.messageBoxContainer2Td {
	width: 70px;
}
.messageBoxLine {
	background-image: url('images/message_bar.gif');
	background-repeat: repeat-x;
	margin: 0;
	height: 1px;
}
.msgHeaderNew {
	width: 30px;
}
.msgHeaderFrom {
	width: 150px;
}
.msgHeaderSubject {
	
}
.wbr { display: block; float: left; }
.message_container {
	color: #676F5A;
	margin-bottom: 1px;
	background-color: #D5E0EE;
	margin-left: 0px;margin-right: 0px;
	padding-left: 0px; padding-right: 10px;
	height: 60px;
}
.message_container a{
	color: black; text-decoration: none;
}
.message_container a:hover{
	color: black; text-decoration: underline;
}
.message_container_new {
	color: black;
	background-color: #BCD3EF;
	margin-bottom: 1px;
	margin-left: 0px;margin-right: 0px;
	padding-left: 0px; padding-right: 10px;
	height: 60px;
}
.message_container_new a{
	color: black; text-decoration: none;
}
.message_container_new a:hover{
	color: black; text-decoration: underline;
}

.newIndicator {
	
}
.fromToField {
	margin-left: 0px;
	/*width: 150px;*/
}
.subjectField {
	/*width: 330px;*/
}
span { color: black; }
.message {
	font-family: Arial;
	font-size: 11px;
}

.to	{
	font-weight:bold;
	font-family: Arial;
	font-size: 11px;
}

.from	{
	font-weight:bold;
	font-family: Arial;
	font-size: 11px;
}

.date	{
	font-weight: normal;
	font-family: Arial;
	font-size: 9px;
}

.subject	{
	font-weight:bold;
	font-family: Arial;
	font-size: 11px;
}




