﻿
#bodystyle{
	background-color:#ffffff;
	margin:0;
	padding:0;
	
}

.messagecontent {
	border-style: dotted;
	border-width: thin;
}

.messageheader{
  width:480px;
  background-color:#F0F0F0;
  font-size:small;	
  
}
.messageheaderoptions{
	float:right;
}
.messageheaderoptionelement{
	font-size:small;
}

.messagemessage{
   
  float:left;
  border-style:double;
  border-width: thin;
  	
}

.filter{
	width:380px;
	border-style:double;
	border-width:thin;
	float:right;
}

.leftcolumn{
	float:left;
	width:480px;
}
.rightcolumn{
    float:right;
	width:360px;
	
}
.rightcolumnad{
	padding-top:10px;
	padding-bottom:10px;
}

.maincontent{
  width:900px;
}

.headercontent{
  width:900px;
}

.newentrybuttonx{
	
	margin-top:20px;
	width:360px;
	margin-bottom:20px;
	
}

.displayrow{
font-family:Arial, Helvetica, sans-serif;
font-size:small;
  width:600px;	
}

