﻿/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*                 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
-------------------------------------------------------------------------------*/
.aircraft-photos				{ }
.aircraft-photos-row			{ height: 120px; margin-bottom: 10px; }
.aircraft-photos .left-image	{ float: left; width: 190px; }
.aircraft-photos .right-image	{ float: right; width: 190px; }

/* -- Photo Link Styles -- */
.aircraft-photos .left-image a,
.aircraft-photos .right-image a	
								{ width: 190px; height: 120px; display: table-cell; text-align: center; overflow: hidden;
            					  vertical-align: middle; background: #CCC; border: 1px solid #025378; }
.photo-container				{ width: 190px; height: 120px; display: table-cell; text-align: center; overflow: hidden;
								  vertical-align: middle; background: #CCC; border: 1px solid #025378; }

/* 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;
}