/* ****************************************************** */
/* Display page classes                                   */
/* ****************************************************** */
/* Page container */
.Page
{
    border-style: none;
}
/* Page link */
A.PageLink
{
	color: #F5FFEF;
	font-size: 8pt;
	font-family: Tahoma;
}
/* ---------------------------------- */
/* Page header row */
.Address
{
	COLOR: Black;
	FONT-FAMILY:  Arial CE, Verdana, Helvetica ;
	font-size: 8pt;
	text-align : right;	
	padding-right: 10px;
}
.AddressLink
{
	COLOR: #008400;
	FONT-FAMILY:  Arial CE, Verdana, Helvetica ;
	font-size: 9pt;
	text-align : right;	
	TEXT-DECORATION: underline;
}
/* ---------------------------------- */
/* Page body row */
.P_Body
{
    height: 100%;
}
/* Page content cell in body row */
.P_Content
{
    padding: 5px 5px 5px 5px;
}
/* ****************************************************** */
/* Mail page classes                                      */
/* ****************************************************** */
/* Mail container */
.Mail
{
    height: 100%;
    width: 100%;
    border-style: none;
}
/* Mail background */
.M_Bkgd
{
	background-image: url("http://localhost/Logi.NET/Themes/Default/Images/Mail/blobkgde.gif");
	padding: 20px 20px 20px 20px;
}
/* Mail page */
.M_Page
{
	border: burlywood thin solid;
	background-color: lightyellow;
}
/* Mail content */
.M_Content
{
    padding: 20px 20px 20px 20px;
}

