/* Aircraft Journal.com */

/************** List/Listing/Data pages - General ****************/

#shortfooter1 {
  font: normal 8pt arial;
  text-align: center;
}

td#contentareaheading1 {
   font-family: arial;
   height: 27px;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#C10202',EndColorStr='#770000');
   padding-bottom: 4px;
}

span#contentareaheading {
   vertical-align: middle;
   margin-left: 10px; 
   font: bold 18px Arial; 
   color: #FFFFFF;
}


table.photos {
  /* background-color: #9E9E9E;*/ /* was #888 */
  margin-left: ;
  text-align: center;
}

.photos img{
border: 1.5px inset #9E9E9E;
}

.photos:hover img{
border: 1px solid black;
}


td.photos {
  padding: 4px;
  text-align: center;
}

img.photos {
  border: thin solid black;
}


/*************** Data Pages *************/

body.datapage {
  margin-left:4px; 
  margin-top: 0; 
  font-family: arial;
   filter:progid:DXImageTransform.Microsoft.Gradient 
      (GradientType=0,StartColorStr='#D3D2D2',EndColorStr='#B1B0B0'); /* was StartColorStr='E5E5E5' */
/*  background-image: url(images/bk-w.jpg); */
  scrollbar-3dlight-color:#E5E5E5;
  scrollbar-arrow-color:#770000;
  scrollbar-base-color:#9E9E9E;
  scrollbar-darkshadow-color:#7E7E7E;
  scrollbar-face-color:#B1B0B0;
  scrollbar-highlight-color:#ACA899;
  scrollbar-shadow-color:#9E9E9E;
  scrollbar-track-color:#9E9E9E;
}


.dropmenudiv{       /* ### Style for Drop Down Menu ### */
position:absolute;
top: 0;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
  text-transform: none;  /*uppercase; */
  color: #000000;
  font: normal 12px arial;
 /*font:normal 12px Verdana;*/
line-height:16px;
z-index:100;
background-color: #B1B0B0; /* #E5E5E5;*/
width: 130px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#B1B0B0,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
text-decoration: none;
font-weight: bold;
color: #770000;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
}

.dropmenudiv a:link, a:visited{
text-decoration: none;
font-weight: bold;
color: #770000;
}

.dropmenudiv a:hover{ /*Theme Change here*/
color: #000000; /* #000000;*/
text-decoration: none;
background-color: #E5E5E5; /* #898888*/
}

.switchcontent {
  scrollbar-base-color:#F2F4D8;
  /*border: medium solid #F4F2E4; border-bottom: thin solid #F4F2E4; background-color: #F4F2E4;*/
  margin-bottom: 4px;
}

.open {
  font: bold 4px arial;
  valign: middle;
  margin-bottom: 8px;
  text-transform: uppercase; 
}

a.open {
  color: #000000;
  font: bold 12px arial;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
}

a:visited.open, a:link.open {
  color: #000000;
  font: bold 12px arial;
}


#author {
   font: 9px arial; 
   text-align: right;
   margin-top: 0pt; margin-bottom: .0pt;
   padding-bottom: 3pt;
}

#menu1 {
   border: thin outset #F70202;
   color: #ffffff;
   font: normal 12px arial;
   font-weight: 600;
}

a.#menu1:hover {
   border: thin inset #F70202;
   color: black;
   background-color: #B1B0B0;
}

#menu2 {
   border: thin outset #F70202;
   color: #ffffff;
   font: normal 12px arial;
   font-weight: 600;
}

a.#menu2:hover {
   border: thin inset #F70202;
   color: #000000;
   background-color: #E5E5E5;
}

div.list {
  font: normal 9pt Arial;
  margin-left: 12px;
  line-height: 12pt;
}


/************* List & Listing Pages *************/

body.listpage {
     font: arial; 
     background-image: url(images/bk-w.jpg);
     margin: 0;
}

body.listingpage {
   font-family: arial;
   margin-left: 4px;
   /*background-color: #F4F2E4;*/
    filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#E5E5E5',EndColorStr='#B1B0B0');
}

#borderedframe {
  margin: 0;
  margin-left: 0px;
  margin-right: 0px;
  border: 1px solid #ACA899;
}

#contentframe {
  border-left: thin solid #666666;
  border-bottom: 1px solid #666666:
}


table#listing {
   border:0;
   font: 12px Arial;
   margin-left:8px;
}

#1 { /* used for listing cell */
   background-color: #FFFFFF;
   padding: 6px 10px; padding-right: 25px;
   line-height: 1.3;
   white-space: nowrap;
}

#2 {  /* used for small comment in listing of aircraft */
   font-size: 10px;

}

/************* Thumbnail Listing Pages ***************?

/*  -- thumbnails size = 230 x 140 --  */

body.thumbnailspage {
   margin-left: 6px;
  background-image: url(images/bk-w.jpg);
/*    filter:progid:DXImageTransform.Microsoft.Gradient */
/*      (GradientType=0,StartColorStr='#E5E5E5',EndColorStr='#B1B0B0'); */
  scrollbar-3dlight-color:#E5E5E5;
  scrollbar-arrow-color:#770000;
  scrollbar-base-color:#9E9E9E;
  scrollbar-darkshadow-color:#7E7E7E;
  scrollbar-face-color:#B1B0B0;
  scrollbar-highlight-color:#ACA899;
  scrollbar-shadow-color:#9E9E9E;
  scrollbar-track-color:#9E9E9E;
}

div#nopic {
   background-color: #E5E5E5;
   text-align: center;
   font-size: 10px; font-family: arial;
   margin-left: 3px;
   margin-bottom: 4px;
   margin-top: 4px;
   padding-top: 4px; padding-bottom: 6px;
   width: 195px;
   border: 1px solid #ACA899;
}

div#noaircraft {
   text-align: center;
   font-size: 10px; font-family: arial;
   margin-left: 3px;
   margin-bottom: 4px;
   margin-top: 4px;
   padding-top: 4px; padding-bottom: 6px;
   width: 195px;
   /*border: 1px solid #B1B0B0; */
   /* background-color: #FBFAF4; */
}

td#thumb1 {
   width: 150px;
   padding-top: 2px;
   padding-bottom: 2px;
}

#spacer { /* used for cell spacer between thumbnail and aircraft's number */
   width: 6px}

.year {font-size: 10px;
}

/*********************************************/
