/* Tribute Style Sheet */

#paperheader{
  height: 200px;
  /*border-top: 2px solid #8b8c90;*/
  border-bottom: 2px solid #8b8c90;
}

#paperheaderlogo {
  float:left;
  margin: 5px 0 0 0;
}

#paperheaderdetails {
  float: left;
  margin: 25px 0 0 50px;
}

#paperheaderdetails p {
  color: black;
  font-size: 14px;
  font-weight: bold;
}

h1 {
  font-size: 24px;
  color: #8b8c90;
}

h2 {
  font-size: 14px;
  color: #8b8c90;
}

h3 {
  font-size: 12px;
  color: #8b8c90;
}

.time {
  color: #999999;
  font-size: 12;
}

/*Navigation and links*/

#verticalnavigation {
  /*border-top: 2px solid #8b8c90;*/
 /* border-bottom: 2px solid #8b8c90;*/
}

a:link {
  color: #8b8c90;
}

a:visited {
  color: #8b8c90;
} 

a:hover {
  color: #8b8c90;
}

#nav a:hover {
border: 1px solid #8b8c90;
}

#nav a {
color: #8b8c90;
background-image: url(/imageLibrary/papereggs/paper_bullet.gif)
}

ul li {
  list-style-image: url(/imagelibrary/papereggs/paper_bullet.gif);
}
/*End Navigation and links*/

.titlemenudrop {
  background-image: none;
  background-color: #8b8c90;
  padding: 2px 0px 2px 2px;
  margin: 0;
}

hr {
  color: #999999;
  background-color: #999999;
  width: 60%;
  height: 2px;
  margin: auto;
  text-align: center;
}

.floatimgleft {
float:left;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
padding: 3px;
border: 1px solid #8b8c90;
}

.floatimgright {
float:right;
margin-top:10px;
margin-left:10px;
margin-bottom:10px;
padding: 3px;
border: 1px solid #8b8c90;
}

.picborder {
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
padding: 3px;
border: 1px solid #8b8c90;
}

blockquote {
  color: #8b8c90;
  text-align: center;
  font-size:16px;
  font-weight: bold;
  font-style:italic;
}

.menuimage {
  margin: 5px 0 5px 50px;
}

.highlight {
  color: #8b8c90;
  font-weight:bold;
}

/*Awards Table*/

.tablewrap {
  background-color: #ffffff;
  border: 1px solid #8b8c90;
  width:547px;
  margin: 5px 0 0 0;
}

.awards {
  width: 541px;
  margin: 3px;
  border: 1px solid #ffffff;
  font-weight: bold;
}

.awards th {
  color: #ffffff;
  background-color: #8b8c90;
  padding: 5px 0 5px 5px;
  font-weight: bold;
}

.awards td {
  background: #ffffff;
  color: 90489c;
  padding: 5px 0 2px 5px;
  border-bottom: solid 1px #8b8c90;
  border-right: dashed 1px #8b8c90;
}

tr:hover td {background: #d8e8ff none ;color: #004c9a;}



/*END Sessions Table*/







