/* CSS document for FHCC V3.0 pages. */

/* ---------------------------------------------------------------- */
/* Project Name: fhcc newsite 08                                    */
/*   Page Title: styles for booking mask divs                       */
/*   Web Author: Russ Thompson                                      */
/* ---------------------------------------------------------------- */
/* File:  ..\css\fhccGeneralV3.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                                         */
/* ---------------------------------------------------------------- */

span.resTitle {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #20476B;
	text-align: center;
}

table.resTable {
	background-color: transparent;
	
	position: absolute;
	top: 22px;
	left: 0px;
	
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #8D7960;
	
	width: 290px;
	min-width: 290px;
	max-width: 290px;
}

td.resCellGeneral {
	background-color: transparent;
	
	text-align: center;
}

td.resCell {
	background-color: transparent;
	
	text-align: center;
		
	width: 100%;
}

td.resCell25 {
	background-color: transparent;
	
	text-align: left;
	
	width: 25%;
}

td.resCell50 {
	background-color: transparent;
	
	text-align: left;
	
	width: 50%;
}

td.resCell50right {
	background-color: transparent;
	
	text-align: right;
	
	width: 50%;
}

select.resSelect {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #8D7960;
	
	border: 1px dotted #D3D3D3;
}

input.resButton {
	background-color: transparent;
	background-image: url(../images/buttonBg01.jpg);
	background-repeat: repeat-x;
	
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #20476B;
	
	border-right: #20476B 1px solid; 
	border-top: silver 1px solid;
	border-left: silver 1px solid; 
	border-bottom: #20476B 1px solid; 
	
	width: 125px; 
	
	cursor: hand;
	cursor: pointer;
}
