﻿#message-left
{
	float: left;
    width: 200px;
	color: black;
    background-color: white;
}

#message-right
{
	float: Right;
    width: 550px;
	color: black;
    background-color: white;
}

.message-nav
{
	background-color: white;
	width: 90%;
}

.message-nav ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.message-nav a
{
	font: bold 13px Verdana;
	padding: 4px 3px 0px 15px;
	display: block;
	width: 100%;
	color: #595959;
	background-color: white;
	text-decoration: none;
}

.message-nav a:visited{
	color: #595959;
}

.message-nav a:hover
{
	background-color: #F8FBBD;
	color: black;
	width: 90%;
}

.message-nav h3
{
	color: White;
	background-color: #AAAAAA;
	font-size: 12px;
	height: 22px;
	text-align: center;
	padding-top: 3px;
}


.message-header
{
	color: White;
	background-color: #AAAAAA;	
	text-align: left;
	height: 25px;
}

.message-new
{
	width: 50px;
	text-align: center;	
}

.message-check
{
	width: 50px;
	text-align: center;	
}

.message-name
{
	width: 125px;
}

.message-subject
{
	width: 275px;
}
.message-date
{
	width: 125px;
}

.message-desc
{
	float: left; 
	width: 50px; 
	text-align: right; 
	font-weight: bold; 
	padding-right: 5px;
}

.message-body
{
	padding-left: 50px;
}

