﻿/**
 * Tooltip Styles
 */

/* WebPages Additional Functions */

body{
	font-size:20px;
	font:Verdana,Arial,Helvetica,sans-serif;
	color:#fae386;
	background: url(Images/supermarine-spitfire.jpg);
	/**background-size: 100%;	**/
}

.auto-style1 {
    border-collapse: collapse;
    background-image: url(Images/heading/20159.gif);
	opacity:0.6;
}

.BactraxTitle {
text-decoration: none;
text-shadow: 5px 5px 10px
silver;
line-height: 100%;
color:white;
}
.BactraxTitle:hover {
	opacity:1;
}

a:link {
  word-wrap:break-word;
  padding:0 10px;
  font-size: 22px;
  height:7mm;
  font-style: italic;
  font-family: URW Chancery L,Book Antiqua;
  color: gold;
}

a:visited {
  color: gold;
}
a:hover {
	color:#a8f0c4;
}

p {
  font-size: 1.0em;
  font-style: italic;
  font-family: URW Chancery L,Book Antiqua;
  color: #c7bc5a;
}
td {
  font-size: 1.4em;
  font-style: italic;
  font-family: URW Chancery L,Book Antiqua;
  color: #c7bc5a;
}

#bclink {
    border-radius: 15px;
    padding: 5px;
    height: 150px;
	vertical-align:centre;
	font-size:25px;
	text-decoration:none;
	background-color:black;
	line-height: 180%;
	opacity:1.0;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

#bclink:hover {
	color:#a8f0c4;
}

#bcdiv {
    white-space: nowrap; 
    width: 12em; 
    overflow: hidden;
    text-overflow: ellipsis; 
    border: 1px solid #000000;
}
.LowerImage {
  width: 80%;
  height: 400px;
  //background-image: url('/Images/Korg PA4X.png');
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  opacity:0.60;
  margin-left: auto;
  margin-right: auto;
}	
.LowerImage:hover {
	opacity:1;
}