#inboxtable
{
    border-top: #9495A9 1px solid;
    border-bottom: #9495A9 1px solid;
    width: 100%;
    margin-bottom: 5px auto;
}

#inboxtable th
{
    background-color: #E2E2E2;
    padding: 3px;
    color: #32335F;
}

#inboxtable td
{
    padding: 3px;
    margin: 0px;
	border-top: #D8D7D3 1px solid;
	background-color: #FCF9F2;
    border-collapse: collapse;
    width: 33%;
}

#inboxtable a, .eml_controls a
{
    font-size: x-small;
    color: #292c54;
	text-decoration: none;
	font-weight: bold;
}

#inboxtable a:visited, .eml_controls a:visited
{
	color: #292c54;
	text-decoration: none;
	font-weight: bold;
}

#inboxtable a:hover, .eml_controls a:hover
{
    color:#A54742;
	text-decoration: none;
	font-weight: bold;
}

.emailbody
{
    border-bottom: #9495A9 1px solid;
    margin-bottom: 10px;
	background-color: #F4EED9;
	position:relative;
}
.emailbody dt {
	border-top: #D8D7D3 1px solid;
	border-collapse:collapse;
	color: #32335F;
	background-color: #E2E2E2;
	font-weight:bold;
	
	position:relative;
	float:left;
	margin-right:5px;
	padding:3px;
	width:20%;
}
.emailbody dd{
	border-collapse:collapse;
	padding:3px;
	border-top: #D8D7D3 1px solid;
}

.emailbody.threadrow 
{
    font-size:0.8em;
    background-color:#ffffff;
    color:#999999;
}

.emailbody.threadrow dt
{
    color:#999999;
    background-color:#eeeeee;
}

.emailbody.threadrow dd.dd_emailbody
{
    color:#666666;
}

.emailbody dd.dd_emailbody {
	clear:left;
	margin:0px;
	padding:8px;
	border-top: #9495A9 1px solid;
	background-color: #FCF9F2;
}

.eml_controls ul {
	list-style-type:none;
	position:relative;
    border-top: #D8D7D3 1px solid;
    border-bottom: #D8D7D3 1px solid;
	margin:0px;
    margin-bottom: 10px;
	background-color: #F4EED9;
}
.eml_controls ul li {
	margin:0px;
	padding:3px;
	text-align:right;
}

.autocompleteList
{
    width:300px !important;
    background-color:#f4eed9;
    border:solid 1px #d2dce4;
}

.autocompleteListItem
{
    display:block;
    float:none;
    width:auto;
    padding:2px;
    background-color:#ffffff;
    margin-top:1px;
    border-bottom:dashed 1ps #dfdfdf;
}

.autocompleteListItem.selected
{
    background-color:#f4eed9;
}

a.eml_button
{
    text-decoration:none;
    font-weight:bold;
    display:block;
    width:75px;
    text-align:right;
	background-color:#d2dce4;
	line-height:20px;
	padding:0px 5px;
	margin:4px 0px;
	border-width: 1px;
	border-style:solid;
	border-color: #e3e3e3 #96a6b2 #96a6b2 #e3e3e3;
    background-position:3px 3px;
    background-repeat:no-repeat;
	color: #292c54;
	text-decoration: none;
	font-weight: bold;
}

a.eml_button:hover
{
    border-color:  #96a6b2 #e3e3e3 #e3e3e3 #96a6b2;
    color:#A54742;
	text-decoration: none;
	font-weight: bold;
}

a.eml_reply
{
    background-image:url(../../Img/ReplyMessage.gif);
}

a.eml_compose
{
    background-image:url(../../Img/NewMessage.gif);
}

.recipientBox
{
    border:solid 1px #444444;
}

.recipientBox input
{
    border:none 0px #ffffff;
    display:block;
}

.recipientBox .recipientContainer
{
    float:left;
}

.recipientBox .recipientTag
{
    background-color:#d2dce4;
    line-height:14px;
    float:left;
    margin:2px;
    padding:0px 4px;
}

div.eml_wrapper
{
    width:95%;
}