﻿#Mail_Buttons
{
	background-image:url(Images/MailButtonTile.jpg);
	height:21px;
	overflow:hidden;
	border:solid 1px #cccccc;
}
#Mail_Folders
{
	float:right;
	width:150px;
	height:372px;
	border:solid 1px #cccccc;
	border-top-width:0px;
}
#Mail_List
{
	float:left;
	width:567px;
	height:143px;
	border:solid 1px #cccccc;
	border-top-width:0px;
	margin-bottom:5px;
}
#Mail_Body
{
	float:left;
	width:567px;
	height:222px;
	border:solid 1px #cccccc;
	overflow:auto;
}
#Mail_BodyContents
{
	float:right;
	width:550px;
}
#Mail_Compose
{
	border:solid 1px #cccccc;
	border-top-width:0px;
}
#MailMessage
{
	padding : 5px ; 
}
#Mail_ParaphAdd
{
	width:95%;
	border:solid 1px #cccccc;
	margin-bottom:3px;
}
.Mail_Paraph
{
	border : solid 1px #909090 ;
	border-top-width:0px;
	margin-bottom:5px;
	overflow:hidden;
}
.Mail_MenuSeperator
{
	height : 1px ;
	color :  #CCCCCC ;
}
.Mail_Button
{
	border-left:solid 1px #cccccc;
	padding:0px 5px 4px 5px;
}
.Mail_Button A
{
    color:#000000;
}
.Paraph_ListTitle
{
	height:16px;
	background-image:url(Images/MailListTitle.jpg);
	border : solid 1px #cccccc;
	border-bottom:solid 1px #909090;
	cursor : hand ;
}
.Mail_ListTitle
{
	overflow:hidden;
	float:right;
	height:16px;
	text-align:center;
	background-image:url(Images/MailListTitle.jpg);
	border-left:solid 1px #cccccc;
	border-bottom:solid 1px #909090;
}
.Mail_ListItem
{
	overflow:hidden;
	float:right;
	padding:2px 0px;
	text-align:center;
	cursor:pointer;
	white-space:nowrap;
}
.Mail_ListItemLink
{
	color: #000000;
	font-weight:normal;
}
.Mail_ListItemLink_UnRead
{
	color: #000000;
	font-weight:600;
}
.Mail_FolderTitle
{
	height:16px;
	background-image:url(Images/MailListTitle.jpg);
	border-bottom:solid 1px #909090;
	cursor:pointer;
	padding:0px 3px;
}
.Mail_Folder
{
	border-bottom:solid 1px #acacac;
	padding:3px;
}
.MailButtonMenu
{
	border:solid 1px #cccccc;
	background-color:#F6F6EE;
	padding:5px;
}
