/*All media less then 600px --------------------------------------------------------------------------------*/
@media all and (max-width: 600px){
#Awidget {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    background: lightgray;
    border: #000 1px solid;
    margin: 10px;
    padding: 10px;
    z-index: 1;
    font-style: normal;
	}

#container
{
    background: transparent url(./thumb/paper__ppbk078b.jpg) repeat;
    position: relative;
    width: 90%;
    height: auto;
    border: #000 1px solid;
    margin: 10px;
    padding: 10px;
    z-index: 2;
    font-style: normal;
}
#container h3 {
    font: 14pt tahoma, sans-serif;
    font-weight: lighter;
    text-align: left;
    margin: 0;
    }
    
}
/*All media greater than 600px------------------------------------------------------------------------------------*/
@media all and (min-width: 600px) {
#Awidget {
    background: lightgray;
    position: absolute;
    top: 50px;
    left: 85%;
    width: auto;
    height: auto;
    border: #000 1px solid;
    z-index: 1;
    font-style: normal;
	}

#container {
        background: transparent url(./thumb/paper__ppbk078b.jpg) repeat;
        position: absolute;
        top: 50px;
        left: 10%;
        width: 70%;
        height: auto;
        border: #000 1px solid;
        margin: 10px;
        padding: 10px;
        z-index: 2;
        font-style: normal;
    }
#container h3 {
    font: 14pt tahoma, sans-serif;
    font-weight: lighter;
    text-align: left;
    margin: 0;
    }
}

body {
  background: transparent url(background.jpg) repeat clip;
  background-attachment: fixed;
  font: 11pt tahoma, sans-serif;
  padding-top: 10px;
  padding: 0;
	margin: 0;
	color: black;
	font-weight: normal;
	line-height: 140%;
	}
highlight {
	background-color: white;
	}
abbr, acronym {
	border-bottom: 1px dotted #ddd;
	cursor: help;
	}
#Logo {
	position: relative;
	left: 10px;
	width: 125px;
	height: auto;
	background: #99ff00; /* bright green */
	z-index: 3;
	}
#Logo img{
	position: relative;
	top: 2px;
	left: 2px;
	}
.imgBorder {
	 border-left-color: #ffffcc;
	 border-left-style: double;
	 border-left-width: thick;
	 border-top-color: #ffffcc;
	 border-top-style: double;
	 border-top-width: thick;
	 border-right-color: #ffffcc;
	 border-right-style: outset;
	 border-bottom-color: #ffffcc;
	 border-bottom-style: outset;
	}
#TripleImageBox
{
 width: 100%;   
 alignment-adjust: auto;    
 border: black 1px solid;
 display: block;  
}

a.infoText{
    position:relative; /*this is the key*/
    z-index:24; background-color:gray;
    color:white;
		text-align: center;
    text-decoration:none}

a.infoText:hover{z-index:1;}

a.infoText span{display: none}

a.infoText:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
	top: auto; 
    right: auto;
    width: 120px;
    height: auto;
    /*left:-15em; width:24em;*/
    border:10px solid lightgray; /*#99ff00;*/
		background-color:lightgray; color:black;
    /*background-color:#cff; color:#000;*/
    text-align: left;
		text-decoration:none;
		}
		