/* CSS document for FHCC V3.0 pages. */

/* ---------------------------------------------------------------- */
/* Project Name: fhcc newsite 08                                    */
/*   Page Title: styles for the sales associates page               */
/*   Web Author: Russ Thompson                                      */
/* ---------------------------------------------------------------- */
/* File:  ..\css\salesAssocV3.css                                   */
/* Image Path: ../images/                                           */
/* E-Mail: russATfreelanceitsolutionsDOTcom                         */
/* ---------------------------------------------------------------- */
/* Version Control                                                  */
/* 		Version 3.0                                                 */
/* 		Version Begin Date 09/02/2008                               */
/* ---------------------------------------------------------------- */
/* Copyright © 2008 - Russell Thompson and Freelance I.T. Solutions */
/*		All Rights Reserved                                         */
/* ---------------------------------------------------------------- */

table.salesTable {
	background-color: transparent;
}

td.staffTable_alignLeft {
	background-color: transparent;
	
	font-family: "Trebuchet MS", Tohoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #660000;
	text-align: left;
	vertical-align: middle;
	
	border-bottom: thin solid #7B644A;
	
	width: 50%;
}

td.staffTable_alignRight {
	background-color: transparent;
	
	font-family: "Trebuchet MS", Tohoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #660000;
	text-align: right;
	vertical-align: middle;
	
	border-bottom: thin solid #7B644A;
	
	width: 50%;
}

img.staff_image {
	padding: 3px;
}
