/* MailSite ExpressPro 8.0.4.7 */
/* Grid.css Copyright 2005-2007 Rockliffe, Inc. */

/* Styles for the Message list and Contact list Grids used in conjunction with Grid.skin */

/* Background style for the Grid */
.Grid 
{ 
  background-color: #FFFFFF; 
  border: 1px solid #919191; 
  cursor: default;
}


/* Heading cell styles */
.HeadingCell 
{ 
  background-image: url(images/header_bg.gif);   
  background-color: #C7D9EE;
  padding: 3px;
  padding-bottom: 3px;
  padding-right: 1px;
  border-bottom: 1px solid #84AEDC;
}

.HeadingCellHover 
{ 
  background-image: url(images/header_hoverBg.gif);   
  padding: 3px;
  padding-bottom: 3px;
  padding-right: 1px;
  border-bottom: 1px solid #84AEDC;
}

.HeadingCellActive
{ 
  background-image: url(images/header_hoverBg.gif);   
  padding: 3px;
  padding-bottom: 3px;
  border-right: 1px solid #808099; 
  padding-right: 0px;
  border-bottom: 1px solid #84AEDC;
}

.HeadingCellText
{
  font-size: 12px; 
  padding-right: 5px;
}


/* Additional styles for a grid row containing an unread message */
.RowUnread
{
	font-weight: bold;
}

/* Additional styles for a grid row containing a deleted message */
.RowDeleted
{
	text-decoration: line-through;
}

/* Normal Grid row style */
.Row td.DataCell 
{ 
  cursor: default;
  padding: 3px; 
  padding-top: 1px; 
  padding-bottom: 1px; 
  font-size: 11px; 
  border-bottom: 1px solid #E3EFFF; 
  border-top: 1px solid #E3EFFF; 
  border-right: 0px; 
} 

/* Additional styles for cells in the sorted column of the grid */
.SortedDataCell 
{ 
  background-color: #F5F5F5; 
} 

/* Aditional Styles for the last cell in a row */
.Row td.LastDataCell 
{ 
  background-color: #EFEFF4; 
} 

/* Styles for the selected row in a grid */
.SelectedRow td.DataCell 
{ 
  background-color: #B5C4DF; 
  padding: 2px; 
  padding-left: 3px; 
  padding-top: 1px; 
  padding-bottom: 1px; 
  font-size: 11px; 
  border-bottom: 1px dotted #4B4B6F; 
  border-top: 1px dotted #4B4B6F; 
  border-right: 0px; 
}

.SelectedRow td.FirstDataCell 
{ 
  background-color: #FFEEC2; 
  border-left: 1px solid #4B4B6F; 
  border-right: 0px; 
  padding-left: 2px; 
  padding-right: 3px; 
}

.SelectedRow td.LastDataCell 
{ 
  background-color: #FFEEC2; 
  border-right: 1px solid #4B4B6F; 
}

/* Scroll bar styles */
.ScrollBar
{
  background-image: url(images/scroller/scroller_bg.gif);
  width: 17px; 
}

.ScrollGrip
{
  background-image: url(images/scroller/scroll_gripBg.gif); 
  width: 17px;
}


/* Styles for the pop up area beside the scroller on drag */
.ScrollPopup
{
  background-color: #FFFFFF; 
  border: 1px solid #666666;
  border-right-width: 2px;
  border-bottom-width: 2px;
  height: 23px;
}



