/* CSS document for FHCC V3.0 pages. */

/* ---------------------------------------------------------------- */
/* Project Name: fhcc newsite 08                                    */
/*   Page Title: styles for the meetings page                       */
/*   Web Author: Russ Thompson                                      */
/* ---------------------------------------------------------------- */
/* File:  ..\css\meetingsV3.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                                         */
/* ---------------------------------------------------------------- */

/* image styles for the little 'close' x in the video testimonial modal layer */
img.testimonialClose {
	background-color: transparent;
	
	/* this will be put in each html page so that it can be different for different size modal layers
	position: absolute;
	top: 1px;
	left: 298px;
	*/
	
	cursor: hand;
	cursor: pointer;
}


/* the following div is for the title of the modal layer testimonial pages 10/07/2009 */
div.testimonialTitle {
	background-color: #6FAFCE;
	
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	
	width: 100%;
	
	height: 20px;
	min-height: 20px;
	max-height: 20px;
}

/* this div is to hold the testimonial videos */
div.videoHolder {
	background-color: #FFFFFF;
}

/* DIVs FOR MODAL LAYER(S) */

div.modal_overlay {
	background-color: #777777;
	
	filter: alpha(opacity = 60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 60);
	-moz-opacity: .60;
	opacity: .60;
	
	position: absolute;
	top: 0px;
	left: 0px;
	
	/*	
	width: 100%;
	min-width: 100%;
	
	height: 100%;
	min-height: 100%;
	*/
	
	visibility: hidden;
	
	z-index: 500;
}

div.modal_layer {
	background-color: #FFFFFF;
	
	border: 1px solid #0000AA; /*#5C86B6;*/
	
	position: absolute;
	/* top and left will be determined by js
	top: 0px;
	left: 0px;
	*/
	
	/*
	width: 555px;
	min-width: 555px;
	min-width: 555px;
	
	height: 500px;
	min-height: 500px;
	max-height: 500px;
	*/
	
	text-align: center;
	
	visibility: hidden;
	
	overflow: auto;
	
	z-index: 501;
}

