﻿/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*                 SubPages StyleSheet - Ventura Air Services
*           Created by Jeremy S. Cargilo for ETR Consulting.
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Purpose: 
*   This stylesheet contains the subpage css styles for the entire project.
*   All subpage styles, links, forms, and other non-layout items can be found here.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* Aircraft Photo Styles
-------------------------------------------------------------------------------*/
.photos				{ }
.photos-row			{ height: 150px; margin-bottom: 10px; }
.photos .left-image	{ float: left; width: 250px; }
.photos .right-image	{ float: right; width: 250px; }

/* -- Photo Link Styles -- */
.photo-container		{ width: 250px; height: 150px; display: table-cell; text-align: center; overflow: hidden;
							  vertical-align: middle; }

/* Contact.aspx Styles
-------------------------------------------------------------------------------*/
#contactform td { padding: 3px 0 3px 0; }
.unwatermarked {
	height: 18px;
	width: 148px;
}

.watermarked 
{
	height: 20px;
	width: 150px;
	padding: 2px 0 0 4px;
	border: 1px solid #CCCCCC;
	background-color: #EBEBEB;
	font-family: Tahoma;
	color: gray;
}

.watermark-quoteform
{
	height: 20px;
	padding: 2px 0 0 4px;
	border: 1px solid #BBBBBB;
	font-family: Arial;
	font-size: 11px; 
	color: #025378;
}