﻿/*--------------------------------------------------------------------------------*/
/*---------------start:  This style deals with the banner-------------------------*/
/*--------------------------------------------------------------------------------*/

/*--------------------general GardnerAircraft CSS--------------------------------*/
body {
  font-family: Verdana, Arial, sans-serif, Courier New;
  font-size: 13px;
  color: black;
  background: #a7a7a7 url('images/background_1.jpg') top left repeat;
	}
/*---------------Shade Tabs Planes For Sale---------------------------------------*/

	#shadetabs{
	/* width: 90%; width of menu. Uncomment to change to a specific width */
	margin: 0;
	}
 
	#shadetabs ul{
	padding: 3px 0;
	margin: 0;
	font: bold 17px Verdana;
	white-space:nowrap;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	}
 
	#shadetabs li{
	display: inline;
	margin: 2px;
	}
 
	#shadetabs li a{
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0;
	border: 1px solid #778;
	color: #2d2b2b;
	background: #d2d2d2 url(images/tabShade.gif) top left repeat-x;
	}
 
	#shadetabs li a:visited{
	color: #2d2b2b;
	}
 
	#shadetabs li a:hover{
	text-decoration: underline;
	color: #2d2b2b;
	}
 
	#shadetabs li.selected{

	}
 
	#shadetabs li.selected a{ /*selected main tab style */
	background-image: url(images/tabShadeActive.gif);
	}
 
	#shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	}

/*--------------------------------------------------------------------------------*/

a:link.haveQuestions{
  text-decoration: underline;
  color: #0857CE;
  cursor:pointer; 
  cursor:hand; 
}

a:visited.haveQuestions{
  text-decoration: underline;
  color: #0857CE;
  cursor:pointer; 
  cursor:hand; 
}

a:hover.haveQuestions{
  text-decoration: underline;
  color: #0857CE;
  cursor:pointer; 
  cursor:hand; 
}

a, a:visited, a:hover{
  text-decoration: underline;
  color: #0857CE;
  cursor:pointer; 
  cursor:hand; 
	}

#forSaleLink a{
	text-decoration: none;
	border: 0;
	color: #000000;
	}
 
	#forSaleLink a:visited{
	color: #000000;
	}
 
	#forSaleLink a:hover{
	text-decoration: underline;
	color: #000000;
	}
/*---------------Main Menu Tabs---------------------------------------*/
	#maintabs{
	padding: 0;
	margin: 0;
	}
	
	/*
	#maintabs a, a:visited{
	color: #ffffff;
	text-decoration: none;
	cursor:pointer;
	cursor:hand;
	}
	
	#maintabs a:hover{
	color: #ffffff;
	text-decoration: underline;
	cursor:pointer;
	cursor:hand;	
	}	
	*/

	#maintabs ul{
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	}

	#maintabs li{
	white-space:nowrap;
	display: inline;
	margin: 0;
	}

	#maintabs li a{
	font: bold 17px Verdana;
	text-decoration: none;
	vertical-align:middle;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0;
	border: 1px solid #000000;
	color: #ffffff;
	background-color: #000000;
	background: #545454 url(images/forSaleTab.jpg) top left repeat;
	}

	#maintabs li a:visited{
	color: #ffffff;
	}

	#maintabs li a:hover{
	text-decoration: underline;
	color: #ffffff;
	}

	#maintabs li.selected{
	}

	#maintabs li.selected a{ /*selected main tab style */
	background-image: url(images/forSaleTab.jpg);
	}

	#maintabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	}
/*--------------------------------------------------------------------------------*/	

/*-----------------------this is the banner title --------------------------------*/
TD.bannerTitle {
  font-family: Verdana, Courier New, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #0857CE;   
}

/*-----------------------bold label--------------------------------*/
.boldLabel
{
  font-family: Verdana, Arial, sans-serif, Courier New;
  font-size: 13px;
  font-weight: bold;
  color: black;  
}

/*-----------------------this is the banner title For 800X600--------------------------------*/
TD.bannerTitleSmaller {
  font-family: Verdana, Courier New, Arial, sans-serif;
  font-size: 9px;
  font-weight: bold;
  color: #0857CE;   
}


/*--------------------under construction text--------------------------------*/
.underConstructionText{
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 25px;
  color: #FF0006;
}


/*--------------------this is the main banner text--------------------------------*/
TD.bannerText {
  font-family: Courier New, arial narrow, Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #000000;
}

.bannerText a {
  text-decoration: none;
  color: #000000;  
}

.bannerText a:visited {
  text-decoration: none;
  color: #000000;  
}


/*--------------------------------------------------------------------------------*/
/*-----------------end:  This style deals with the banner-------------------------*/
/*--------------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------------*/
/*---------------start:  This style deals with the special------------------------*/
/*--------------------------------------------------------------------------------*/

/*-----------------------this is the special --------------------------------*/
TD.specialTitle {
  font-family: Verdana, Courier New, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #0857CE;   
}

/*--------------------------------------------------------------------------------*/
/*---------------end:  This style deals with the special--------------------------*/
/*--------------------------------------------------------------------------------*/




TD.footerDate {
  font-family: Courier New, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;   
}

TD.footerCopywrite {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #000000;   
}


/*--------------------START: backoffice_updatepic icon text--------------------------------*/
TD.iconText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #0857CE;
}

/*----------------------*/

TD.iconDelete {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #0857CE;
}
/*---------------------END: backoffice_updatepic icon text---------------------------------*/

.weather {
font-family: Arial Narrow, Courier New, Verdana, Arial, sans-serif;
font-size: 14px;
}