* {
	padding: 0px;
	margin: 0px;
}

.emailFrame {
	position: relative;
	float: left;
	clear: both;
	border: 1px solid black;
	width: 616px;
	height: 400px;
	overflow: scroll;
	left: 50px;
	top: 50px;
}

.email-headings {
	font-weight: bold;
	border-bottom: 1px solid black;
	width: 600px;
	height: 20px;
	text-align: center;
	background-color: #efefef;
}

.post-heading {
	position: relative;
	float: left;
	clear: left;
	border-right: 1px solid black;
	width: 119px;
	height: 20px;
}

.name-heading {
	position: relative;
	float: left;
	clear: none;
	border-right: 1px solid black;
	width: 119px;
	height: 20px;
}

.address-heading {
	position: relative;
	float: left;
	clear: none;
	border-right: 1px solid black;
	width: 119px;
	height: 20px;
}

.state-heading {
	position: relative;
	float: left;
	clear: none;
	border-right: 1px solid black;
	width: 119px;
	height: 20px;
}

.date-heading {
	position: relative;
	float: left;
	clear: right;
	width: 120px;
	height: 20px;
}

.email {
	border-bottom: 1px solid black;
	width: 600px;
	height: 20px;
	cursor: pointer;
	overflow: hidden;
	overflow: hidden;
}

.active-email {
	font-weight: bold;
}

.post {
	position: relative;
	float: left;
	clear: left;
	border-right: 1px solid black;
	width: 119px;
	height: 20px;
	overflow: hidden;
}

.name {
	position: relative;
	float: left;
	clear: none;
	border-right: 1px solid black;
	width: 119px;
	height: 20px;
	overflow: hidden;
}

.address {
	position: relative;
	float: left;
	clear: none;
	border-right: 1px solid black;
	width: 119px;
	height: 20px;
	overflow: hidden;
}

.state {
	position: relative;
	float: left;
	clear: none;
	border-right: 1px solid black;
	width: 119px;
	height: 20px;
	overflow: hidden;
}

.text-name {
	height: 15px;
	border: 1px solid black;
	width: 119px;
}

.date {
	position: relative;
	float: left;
	clear: right;
	width: 100px;
	height: 20px;
	overflow: hidden;
}

.notposted {
	background-color: #fff8c6;
}

.cell-text {
	position: relative;
	left: 2px;
}

.hide {
	display: none;
}

.column-focus {
	background-color: #e3e4fa;
}

.category-links {
	top: 50px;
	left: 50px;
	width: 616px;
	position: relative;
	float: left;
	clear: both;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin-bottom: 5px;
}

.category-link {
	position: relative;
	float: left;
	clear: none;
	width: 105px;
	text-align: center;
}

.email-body {
	width: 596px;
	height: 200px;
	overflow: auto;
	position: relative;
	left: 50px;
	top: 50px;
	float: left;
	clear: left;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid black;
}

.delete-button {
	position: relative;
	float: left;
	left: 50px;
	clear: left;
	top: 50px;
	margin-top: 10px;
}

.post-area-selection {
	border: 1px solid black;
	height: 14px;
	width: 115px;
	margin-top: 2px;
	font-size: 9pt;
}

.state-area-selection {
	position: relative;
	border: 1px solid black;
	height: 14px;
	width: 115px;
	margin-top: 2px;
	font-size: 9pt;
}