﻿
/*
	banner
*/
body
{
  background-color:#ffffff;
  }

.main
{
	
background-color:#ffffff;
padding-top:0px;
width:990px;
margin:auto;
margin-top:0px;
overflow-x:hidden;

}

.KOTCH2
{
	font-family: Tahoma, Arial, Helvetica;
	font-size:15px; font-weight:bold;

	
}

h4
{
	font-family: Tahoma, Arial, Helvetica;
	color:#000;
	float:right;
	text-align:right;
	font-weight:600;
	
	
}
.KOTCH4
{
	font-family: Tahoma, Arial, Helvetica;
	color:#212121;
	text-align:right;
	font-weight:900;
	font-size:14px; 
	padding-top:20px;
	padding-bottom:10px;
	text-align:right;
}

h5
{
	font-family: Tahoma, Arial, Helvetica;
	color:#212121;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
}

.KOTCH5
{
	font-family: Tahoma, Arial, Helvetica;
	color:#212121;
	font-size:12px;
	font-weight:700;
	padding-top:10px;
	padding-bottom:10px;
	text-align:right;
	
	
	}

.KOTCH5
{
	font-family: Tahoma, Arial, Helvetica;
	color:#212121;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	
	}
	

.KOTCH5 a
{
	font-family: Tahoma, Arial, Helvetica;
	color:#212121;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	
	}
.KOTCH5 a:hover
{
	font-family: Tahoma, Arial, Helvetica;
	color:#212121;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
        text-decoration:underline;
	
	}
a { 
   text-decoration: none; 
   text-transform:uppercase;
   
   } 
   
.toplink a{
	color:#969696;
	text-decoration:none;
	text-transform:none;
	font-weight:bold;
	padding-right:5px;
	font-family: Tahoma, Arial, Helvetica;
	font-size:13px;
	
}


.toplink a:hover{
	color:#5e5e5e;
	text-decoration:none;
	text-transform:none;
	font-weight:bold;
	}

.header
{   
    height:344px;
    padding-top:0px;
    background:#ededed;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(#ededed,0),color-stop(#bab6b6,1));
    background:-webkit-linear-gradient(top, #ededed 0%, #bab6b6 100%);
    background:-moz-linear-gradient(top, #ededed 0%,#bab6b6 100%);
    background:-o-linear-gradient(top, #ededed 0%, #bab6b6 100%);
    background:linear-gradient(top, #ededed 0%, #bab6b6 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#bab6b6',GradientType=0 );
   
}  

.headpage
{
    padding-top:0px;
    background:#ededed;
    background:-webkit-gradient(linear,left top,left     bottom,color-stop(#ededed,0),color-stop(#bab6b6,1));
    background:-webkit-linear-gradient(top, #ededed 0%, #bab6b6 100%);
    background:-moz-linear-gradient(top, #ededed 0%,#bab6b6 100%);
    background:-o-linear-gradient(top, #ededed 0%, #bab6b6 100%);
    background:linear-gradient(top, #ededed 0%, #bab6b6 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#bab6b6',GradientType=0 );
} 
.news
{
   font-family: Tahoma, Arial, Helvetica;
   padding-right:20px;
   background-color:rgba(255,255,255,0.1);
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   direction:rtl;
}
.newsTitle{
	
	font-family: Tahoma, Arial, Helvetica;
	color:#5e5e5e;
	font-weight:bold;
	padding-left:5px;
	direction:rtl;
	}
	
.newsTitle a{
	
	font-family: Tahoma, Arial, Helvetica;
	color:#5e5e5e;
	padding-right:5px;
	font-size:13px;
	color:#000;
	text-decoration:none;
	text-transform:none;
	direction:rtl;
	}
	
.newsTitle a:hover {
	
	font-family: Tahoma, Arial, Helvetica;
	color:#5e5e5e;
	padding-left:5px;
	font-size:13px;
	color:#969696;
	text-decoration:underline;
	}	
	
.news a{
	
	font-family: Tahoma, Arial, Helvetica;
	text-decoration:none;
	text-transform:none;
}

.news a:hover{
	
	font-family: Tahoma, Arial, Helvetica;
	color:#969696;
	text-decoration:underline;
}
.links
{   
   background-color:#cccccc;
   /*border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px; */
   padding-left:3px;
   padding-top:4px;
}
.links a{
	
	font-family: Tahoma, Arial, Helvetica;
	color:#575757;
	font-size:13px;
	font-weight:bold;
	}
.links a:hover{
	font-family: Tahoma, Arial, Helvetica;
	color:#fff;
	font-weight:bold;
	}	
	.tint {
    
    -webkit-box-shadow: rgba(0,0,0,.1) 3px 5px 5px;
    -moz-box-shadow: rgba(0,0,0,.1) 3px 5px 5px;
    box-shadow: rgba(0,0,0,.1) 3px 5px 5px;
    cursor: hand;
	padding-top:10px;
  }
  
  .tint:before {
    content: "";
    display: block;
    position: absolute;
    width:135px;
    height:101px;
padding-right:15px;
padding-left:0px;
   
  }
  
  .tint:hover:before 
  {
     background: rgba(0,0,0, 0.5);
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    cursor:hand;
    
  }
  
.linksbox{
	background:#ededed;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(#ededed,0),color-stop(#fffefe,1));
    background:-webkit-linear-gradient(top, #ededed 0%, #fffefe 100%);
    background:-moz-linear-gradient(top, #ededed 0%, #fffefe 100%);
    background:-o-linear-gradient(top, #ededed 0%, #fffefe 100%);
    background:linear-gradient(top, #ededed 0%, #fffefe 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#fffefe',GradientType=0);
	padding-top:20px;
	padding-right:20px;

}

/* -------------------------------------- */
ol{
				
				list-style: none;
				font: 14px 'trebuchet MS', 'lucida sans';
				padding-left: 0;
				margin-bottom: 4em;
				text-shadow: 0 1px 0 rgba(255,255,255,.5);
				float:Right;
								
							}
			.rectangle-list a{
				font-family: Tahoma, Arial, Helvetica;
				position: relative;
				display: block;
				padding: 2em .2em .2em .1em;
				*padding: .9em;
				margin: .2em 0 .2em 1em;
				color: #003399;
				text-decoration: none;
				-webkit-transition: all .3s ease-out;
				-moz-transition: all .3s ease-out;
				-ms-transition: all .3s ease-out;
				-o-transition: all .3s ease-out;
				transition: all .3s ease-out;
				border-bottom: 1px dashed #ccc;
				list-style:none;
				font-size:13px;	
                                font-weight:800;
				
			}

			.rectangle-list a:hover{
				background: #eee;
				text-decoration:none;
				font-weight:900;
			}	

			.rectangle-list a:before{
				
			    font-size:15px;	
				color:#cd0728;
				position: absolute;	
				right: -.8em;
				top: 82%;
				margin-top: -1em;
				line-height: 1em;
				text-decoration:none;
				text-align: right;
				
			}
			
			.rectangle-list a:after{
				position: absolute;	
				content: '';
				border-bottom: 5px solid transparent;  /* left arrow slant */
	            border-top: 5px solid transparent; /* right arrow slant */
	            border-right: 5px solid transparent; /* bottom, add background color here */
				right: -1em;
				top: 50%;
				text-decoration:none;
				margin-top: -.5em;
				-webkit-transition: all .3s ease-out;
				-moz-transition: all .3s ease-out;
				-ms-transition: all .3s ease-out;
				-o-transition: all .3s ease-out;
				transition: all .3s ease-out;				
			}

			.rectangle-list a:hover:after{
				right: -.2em;
				border-right-color: #cd0728;				
			}
.body-list ul {
				
				font-family: Tahoma, Arial, Helvetica;
				position: relative;
				display: block;
				padding: 2em .2em .2em .1em;
				*padding: .9em;
				margin: .2em 0 .2em 1em;
				color: #444;
				text-decoration: none;
				-webkit-transition: all .3s ease-out;
				-moz-transition: all .3s ease-out;
				-ms-transition: all .3s ease-out;
				-o-transition: all .3s ease-out;
				transition: all .3s ease-out;
				border-bottom: 1px dashed #ccc;
				list-style:none;
				font-size:13px;	
				
				
				
			}
.body-list li a{
				position: relative;
				display: block;
				line-height:20px;
				padding: .2em .2em .2em .1em;
				margin: .2em 0 .2em 1em;
				color: #444;
				text-decoration: none;
				border-bottom: 1px dashed #ccc;
				list-style:none;
				text-transform:none;
				font-family: Tahoma, Arial, Helvetica;
				font-size:13px;	
				
			}
.body-list li a:hover{
				font-size:13px;
				color:#666;
				font-weight:bold;
				text-decoration:none;
				
			}	


			/* -------------------------------------- */


	
	.bodypara
	{
        	font-family: Tahoma, Arial, Helvetica;
		border-color:#000;
		border-width:1px;
		border-color: #CCC;
		border-top-right-radius:5px; 
		border-top-left-radius:5px;
		border-bottom-right-radius:5px; 
		border-bottom-left-radius:5px;
		padding-right:10px;
		padding-left:10px;
		padding-top:5px;
		padding-bottom:5px;
		font-size:13px;
		text-align:justify;
	}
	
		.bodytext
	{
		
		font-family: Tahoma, Arial, Helvetica;
		font-size:13px;
		text-align:justify;
	}
	
	.read a
	{
		font-size:12px;
		color:#FFF;
		text-transform:none;
		background-color:#cd0728;
		border-color:#000;
		border-width:1px;
		border-color: #CCC;
		border-top-right-radius:5px; 
		border-top-left-radius:5px;
		border-bottom-right-radius:5px; 
		border-bottom-left-radius:5px;
		padding-top:1px;
		padding-right:5px;
		padding-left:5px;
		padding-bottom:2px;
		font-weight:bold;
		
	}
		.read a:hover
	{
		font-size:12px;
		color:#ededed;
		text-transform:none;
		background-color:#cd0728;
		border-color:#000;
		border-width:1px;
		border-color: #CCC;
		border-top-right-radius:5px; 
		border-top-left-radius:5px;
		border-bottom-right-radius:5px; 
		border-bottom-left-radius:5px;
		padding-right:5px;
		padding-left:5px;
		font-weight:bold;		
	}	
	
.footerlinksbox{
    background:#ededed;
    background:-webkit-gradient(linear,left top,left      bottom,color-stop(#ededed,0),color-stop(#fffefe,1));
    background:-webkit-linear-gradient(top, #ededed 0%, #fffefe 100%);
    background:-moz-linear-gradient(top, #ededed 0%, #fffefe 100%);
    background:-o-linear-gradient(top, #ededed 0%, #fffefe 100%);
    background:linear-gradient(top, #ededed 0%, #fffefe 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#fffefe',GradientType=0);
	border-top:1px outset #cecece; 
	border-bottom:3px outset #bababa; 
	padding-left:10px;
	height:100px;
	font-family: Tahoma, Arial, Helvetica;
    font-size:13px;
	color:#5e5e5e;
	float:right;

	
}

.footerlinksbox ul  {
	color:#5e5e5e;
	list-style:none;
	font-family: Tahoma, Arial, Helvetica;
	font-size:13px;
	font-weight:200;
	text-transform:none;
	float: right; 
}
.footerlinksbox li
{
	color:#5e5e5e;
	list-style:none;
	font-family: Tahoma, Arial, Helvetica;
	font-size:13px;
	font-weight:200;
	text-transform:none;
	text-align:right;
	
}
.footerlinksbox li a {
	color:#5e5e5e;
	list-style:none;
	font-size:13px;
	text-transform:none;
	 text-align:right;
	
}
.footerlinksbox li a:hover
{
	color:#999;
	text-decoration:underline;
	text-align:right;
	
}

.footerlinksbox a {
	font-family: Tahoma, Arial, Helvetica;
	font-size:13px;
	color:#5e5e5e;
	text-align:right;
	
}

 li
{
	color:#5e5e5e;
	list-style:none;
	font-family: Tahoma, Arial, Helvetica;
	font-size:13px;
	font-weight:200;
	text-transform:none;
	text-align:right;
	
}
 li a {
	color:#5e5e5e;
	list-style:none;
	font-size:13px;
	text-transform:none;
	 text-align:right;
	
}
 li a:hover
{
	color:#999;
	text-decoration:underline;
	text-align:right;
	
}


.footer{
	padding:10px;
	color:#5e5e5e;
	font-family: Tahoma, Arial, Helvetica;
	font-size:13px;
	color:#5e5e5e;
	text-align:right;
}
.footer a 
{
	font-family: Tahoma, Arial, Helvetica;
	font-size:13px;
	color:#5e5e5e;
	font-weight:900;
	text-transform:none;
	}
	
.footer a:hover
{
	color:#999;
	text-decoration:underline;
	}
	
	
	
			/* ------------------------Fleet List------------------------- */

.title{

background-color:#cd0728;
color:#fdfcfc;
text-align:center;
font-family: Tahoma, Arial, Helvetica;
font-size:13px;
line-height:30px;
vertical-align:middle;
	
	}
.GridHeader{

background-color:#cd0728;
color:#fdfcfc;
text-align:center;
font-family: 'Nobile', serif;
font-size:12px;
line-height:30px;
vertical-align:middle;
	
	}
	
.alter{
	background-color:#D9D9D9;
	text-align:center;
	font-family: Tahoma, Arial, Helvetica;
	font-size:13px;
	vertical-align:middle;
}
.regular{
	
	text-align:center;
	font-family: Tahoma, Arial, Helvetica;
	font-size:13px;
	vertical-align:middle;
}
 #img_container
    { position:absolute; 
      display:none;
      border:1px solid #f00; 
      background:#fff;
        }
   
 #large_img
    {
         width:500px; 
         height:400px;
      }

.answer
	  {
		  font-family: Tahoma, Arial, Helvetica;
		  font-size:13px;
	  }
.gridbold
	  {
		  font-family:  ;
		  font-size:13px;
	  }
	  /* ------------------------GLOSSARY------------------------- */

.Glossary ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

.Glossary ul li { display: inline; }

.Glossary li a
{
text-decoration: none;
padding: .5em ;
}


