/**************** old styles *********************/
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #002564;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;	
}


#content li 
{  
	font-size: 0.8em;
	color: #332564;
}

#content h1 
{  
	font-size: 1.2em;
	color: #002564;
	margin: 20px;
	/* background-color: #0000ff; */
}

#content h2 
{   
	font-size: 1.0em;
	color: #002564;
	margin: 20px;
	/* background-color: #ff0000; */	
}

#content h3 
{
	font-size: 0.8em;
	color: #002564;
	margin: 20px;
	/* background-color: #00ff00; */
}

#content p{
    margin-right: 20px;
    margin-left: 20px;
	font-size: 0.8em;
	color: #002564;	
}

#content img.inlinepic {
    float:left;
    margin-left: 20px; 
    margin-right: 20px; 
    margin-bottom: 10px; 
}

#content img.inlinepic2 {
    float:right;
    margin-left: 20px; 
    margin-right: 20px; 
    margin-bottom: 10px; 
}


/*.image {
	float: left;
	border: 1px solid #004080;
	padding: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
}*/

/*************** address *********************************/

td.address              {   color:            #444444;
                            font-size:          0.6em;
                            font-weight:         bold;
                            padding-left:        15px;
                            padding-right:       10px;    }
          
td.address div.numbers  {   color:            #444499;
                            font-size:          1.2em;  }

/*************** toolbar styles **************************/
.toolbar {
            vertical-align:   middle;
            border-right: solid 1px #ffffff;
         }


.toolbar a  {
                  color:            #ddddff;
                  display:          block;             
		          font-size:        0.8em;
		          font-weight:      bold;
	              text-align:       center; 
                  text-decoration:  none;
                  padding-top:      10px;

                  height:           42px;
                  // height:           52px;
		   }
                                     
.toolbar a:hover { color: #ffffff; } 
	            
#tb1 a         { background-color: #1155aa;}
#tb2 a         { background-color: #2266bb;}                   
#tb3 a         { background-color: #3377cc;}
#tb4 a         { background-color: #4488dd;}
#tb5 a         { background-color: #5599ee;}                   
#tb6 a         { background-color: #66aaff;}
#tb7 a         { background-color: #2266bb;}

/***************** toolbar2 styles **************/

.toolbar2 td  {
		         font-size:        0.6em;
		         font-weight:      bold;
                 text-align:       center;   
              }
                  
.toolbar2 a   {  
                 display:           block;
                 color:             #444444;
                 text-decoration:   none; 
              }
              
.toolbar2 a:hover   { color:        #ffffff; }              

/*.toolbar2 img { border: none; }              */


/***************** link styles ******************/
.noborder { 	  
                  border: none;
                  float:left;
                  margin-left: 20px; 
                  margin-right: 20px; 
                  margin-bottom: 10px; 
	      }
	      
.noborderr { 	  
                  border: none;
                  float:right;
                  margin-left: 20px; 
                  margin-right: 20px; 
                  margin-bottom: 10px; 
	      }	      

.link a         { 
		          width: 95%;
		          // width: 100%;  
                  display: block;
                  
	              border-top: solid 2px #bfbfbf;
	              border-left: solid 4px #bfbfbf;
	              border-bottom: solid 2px #bfbfbf;
	              border-right: solid 4px #bfbfbf;
	              	 
		          color: #dddddd;
	              background-color: #1155aa; 
		          font-weight:bold;
		          font-size:0.8em;
	              text-align: center;              
		          text-decoration: none; 
		          
		          padding-top: 5px;       
	              // padding-top: 5px;
	              
	              height: 20px;
                  // height: 30px;
                }

.link a:hover   { color: #ffffff;
	//background-color: #3377cc;
	background-color: #004499;						
}


/***************** aircraft sales table styles *******************/
           
/* fix width of spacer rows in table */
tr.acspacer { line-height: 3px;
              background-color: white; } 

/***************** table styles *******************/
                                                              
#content td { font-size: 0.9em; }

td.pass  {background-color: Green;
          color: White;
          font-weight:bold; }

td.fail  {background-color: Red;
         color: White;
          font-weight:bold; }

td.error {color: Red;
          font-weight:bold; }
          
td.error2 {color: Red;}

td.warning {color: Red;
            text-align: center;
            font-weight: bold; }
            
/**************** list styles ******************/

ul.subcatlist  {
                /*background: url(categimage/headset.gif) no-repeat 0 0; */
                padding-top: 50;
                padding-bottom: 80;
                list-style-type: none;
                line-height: 2;
               } 
               
/**************** headline products styles ******************/               

table.headline1         {
                            margin-left: 20;
                            width:  500px;                    
                        }
                        
table.headline1 td      {
                            border: double medium #cccccc;
                            vertical-align: top;
                        }                          
                
table.headline2         {
                            width:              100%;
                            height:             180px; 
                            text-align:         center;
                            font-weight:        bold;
                        }
                        
                      
                        
table.headline2 td.tx1  {                                               
                            background-color: #002564;
                            border: none;
                            padding: 5px;       
                        } 
                        
table.headline2 td.img {    
                            background-color: #ffffff;
                            border: none;
                            padding: 5px;            
                        }
                        
table.headline2 td.tx2  {                                               
                            background-color: #ddddff;
                            border: none;
                            padding: 5px; 
                        }
                                                                                                 
                   
table.headline2 td.tx1 a    {
                            color: #ffffff;
                            background-color: #002564;
                            text-decoration: none;     
                        } 
                        
table.headline2 td.tx2 a    {
                            color: #002564;
                            background-color: #ddddff;
                            text-decoration: none;     
                        }                        
                        
table.headline2 td img  {
                            border: none;     
                        }  
                           
                           
/* gtx328/330 styles */

table.gtx3xx
{
    border: solid 1px #cfcfff;
    font-size: 0.9em;
}

table.gtx3xx th
{
    background-color: #cfcfff;
    height: 25;
} 

table.gtx3xx tr.odd
{
    background-color: #efefff;
    height: 25;
} 

                                                                                                               
            

        