/*
//==============================================================================
// (¯`*•.¸(¯`*•.¸,¸¸,ø¤º° MagicWeb NZ º¤ø,¸¸,¸.•*´¯)¸.•*´¯)
//
//  Application: MyAeroClub
//
//  File   : ClubSpecific/CLIENT_Header0003.css
//
//------------------------------------------------------------------------------
//  History:
//  Version     Date            By  Comment
//------------------------------------------------------------------------------
//  9.50        28 Dec 2021     JC  Initial version
//  9.50        27 Jun 2022     JC  Using a repeating background image.
//==============================================================================
*/

td.Header {
	height:140px;
	background-color:#d1cfcf;
	background-image: url(../ClubSpecific/HeaderPicture.png);
	background-repeat: repeat-x;
	color:white;
	font-weight:normal;
	font-size:11px;
	text-align: left;
	font-weight:normal;
}

td.HeaderPictureLeft {
	background-image: url(../ClubSpecific/Aircraft2.png);
  background-position: center;
	background-repeat: no-repeat;
  background-size: 12vw;
	color:white;
	font-size:14px;
	font-weight:normal;
 	text-align: left;
	vertical-align: top;
}

td.HeaderPictureRight{
	background-image: url(../ClubSpecific/Aircraft1.png);
  background-position: top;
	background-repeat: no-repeat;
  background-size: 12vw;
	color:navy;
	font-size:11px;
	font-weight:normal;
 	text-align: center;
	vertical-align: center;
}

