/* site layout - only: background image, font, links design, hover design*/

a:link, a:visited  {
    color: black;
    text-decoration: none;
    cursor: auto;	}
a:link:active, a:visited:active {
    color: #0094ff;	} 
a:hover {
    text-decoration: none;
    color:#4800ff;
    box-shadow:0px 2px 2px rgba(0,0,0,0.2);	}
body{
	font-family: "Helvetica", Arial, sans-serif;
	background-image : url(Pictures/bkg-grey.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	/* Resize the background image to cover the entire container */
    background-attachment: fixed;	}
                table, th, td {    
                border: 1px solid grey;
                border-collapse: collapse;}
th {
    font-size: 0.8em;
    text-align: left;
    padding: 2px;}
td {
    font-size: 0.7em;
    padding: 2px;}

th#t01 {
    background-color: aliceblue;}    
td#t01 {
    background-color: #ffff66;
    font-weight: bold;}    

/* ICAO */
th#t02 {
    background-color: #ffff66;}    
td#t02 {
    background-color: #ffffcc;}    
td#t02g {
    background-color: #ededde;}    

/* IFR */
th#t03 {
    background-color: #66ccff;}    
td#t03 {
    background-color: #cceeff;}    
td#t03i {
    background-color: #cceeff;
    font-style: italic;}    
td#t03ig {
    background-color: #dee8ed;
    font-style: italic;}    

/* VFR */
th#t04 {
    background-color: #ff8d66;}    
td#t04 {
    background-color: #ffd9cc;}
td#t04g {
    background-color: #ede2de;}
    
/* ADQ HL */
th#t05 {
    background-color: #ff66ff;}    
td#t05 {
    background-color: #ffccff;}    
td#t05g {
    background-color: #eddeed;}    