/* CSS Document */

/*
  Author Ankur Jain (ankurjain@vastal.com)
  version 2.1
  created on 12/01/2008
  
  Copyright Vastal I-Tech & Co. (www.vastal.com)
  All rights reserved.

  This software is the confidential and proprietary property of Vastal I-Tech & Co.. ("Confidential Information").
  You shall not disclose such Confidential Information and
  shall use it only in accordance with the terms of the license agreement
  you entered into with Vastal I-Tech & Co..
*/

/* These classes are used for the view message page */
.view_message_table_border
{
	border-right:#e2e7e6 1px solid;
    border-top: #e2e7e6 1px solid;
    border-left: #e2e7e6 1px solid;
    border-bottom: #e2e7e6 1px solid;	
    font-weight: normal;
    font-size: 11px;
    font-family: Arial, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
	padding:0px;
}

.view_message_table_top
{
	height:30px; 
	border-bottom:1px dotted #da0700; 
	padding-top:2px;
	paddding-left: 0px;
	color:#000000; 
	font-size:14px; 
	margin:0; 
	padding:0; 
	font-weight: bold; 
	font-family: "Comic Sans MS",Helvetica,"Comic Sans MS", Arial, Helvetica, sans-serif; 
	padding-left:5px; 
	padding-top:2px
}

.view_message_table_next_link
{
	FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Tahoma;
	text-decoration: none;
}

.view_message_table_next_link:hover
{
	FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #FF0000;
    FONT-FAMILY: Tahoma;
	text-decoration: underline;
}

.left_table_class
{
	font-weight: bold;
    font-size: 11px;
    color: #000000;
    font-family: Tahoma,Arial;
	text-decoration: none;
}

/* These classes are used for the view message page */

/* These classes are used for other mails pages */
.mails_table_border
{
	border-right:#e2e7e6 1px solid;
    border-top: #e2e7e6 1px solid;
    border-left: #e2e7e6 1px solid;
    border-bottom: #e2e7e6 1px solid;	
    font-weight: normal;
    font-size: 11px;
    font-family: Arial, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
	padding:0px;
}

.mails_table_top
{
	height:30px; 
	border-bottom:1px dotted #da0700; 
	padding-top:2px;
	paddding-left: 0px;
	color:#000000; 
	font-size:14px; 
	margin:0; 
	padding:0; 
	font-weight: bold; 
	font-family: "Comic Sans MS",Helvetica,"Comic Sans MS", Arial, Helvetica, sans-serif; 
	padding-left:5px; 
	padding-top:2px
}
/* These classes are used for other mails pages */
