﻿/* AWD Style Sheet */

body {

line-height: 1.8em;

}



A:link           {text-decoration: none; color: #ff6626; font-weight:bold;}
A:visited        {text-decoration: none; color: orange; font-weight:bold;}
A:hover          {text-decoration: underline; color: orange; font-weight:bold;}
A:active         {text-decoration: underline; color: orange; font-weight:bold;}
A:visited:hover  {text-decoration: underline; color: orange; font-weight:bold;}
A:visited:active {text-decoration: underline; color: orange; font-weight:bold;}



td.header {
  background: 0000FF; 
  color: white; 
  font-family: arial, verdana, tahoma; 
  font-size: 10px;
  text-align: center;
}

td {
  color: white;
  font-family: arial, verdana, tahoma; 
  font-size: 11px;
  text-align: center;
}

table.infochart {
  background: white; 
  color: ff6c00; 
  font-family: arial, verdana, tahoma; 
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  border: 1px ffffff;
  border-style: solid;
  border-collapse: collapse;
}


BODY { 
  background-image: url("images/background.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position:center left;
  font-family: arial, verdana, tahoma;
  font-size: 12px;
  color: white;
} 


h3 {
  color: white;
  font-weight: bold;
  font-style: normal;
  font-variant: smallcaps;
  font-family: arial, verdana, tahoma;
  font-size: 16px;
  text-align: left;

}


p {
  text-align: justify;
  font-family: arial, verdana, tahoma;
  font-size: 12px;
  color: white;
  line-height: 1.8em;
}


div.title {
  color: ff6c00;
  font-weight: bold;
  font-size: 1.5em;
  text-decoration: underline;
  text-align: left;
}

div.disclaimer {
  color: white;
  font-weight: normal;
  font-style: italic;
  font-size: 0.9em;
  text-align: left;
}

div.subtitle {
  color: white;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  font-size: 11px;
}

div.author {
  color: white;
  font-weight: normal;
  font-style: italic;
  font-size: 12px;
  text-align: left;
}

span.quote {
  color: white;
  font-weight: normal;
  font-style: none;
  font-size: 12px;
  text-align: left;
}

span.quote span {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-indent: 0px;
  text-align: left;
}



.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: 002636;
padding: 5px;
left: -500px;
border: 1px solid white;
visibility: hidden;
color: black;
text-decoration: none;
border-collapse: collapse;
}

.thumbnail span img{ /*CSS for enlarged image*/
border: 1px solid white;
border-collapse: collapse;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -48px;
left: 120px; /*position where enlarged image should offset horizontally */


