img, a img {
	border:none;
}


/*********************** PDFS **********************/
body.pdfs-body {
	margin:0;
  color:rgb(252, 96, 0);
  font-family:verdana, helvetica, sans-serif;
}
a {
	text-decoration:none;
}
.pdfs-body #top-nav {
	left:40px;
}
.pdf-cell {
	font-size: 10px;
}
#pdf-wrapper span.row-inner {
	display:block;
	margin-top: 3px;
}
#pdf-top-nav {
	height:50px;
	margin-left:40px;
	margin-top:40px;
}
.top-nav-link {
	display:block;
	float:left;
	margin-right:8px;
}

#pdf-top-nav a{
	text-decoration:none;
}
#pdf-top-nav a:hover {
	background:none;
}
#pdf-top-nav a img{
	border:none;
}
#pdf-address {}
#pdf-logo {}
#pdf-wrapper {
	margin-left:40px;
	margin-right:40px;
  }
#pdf-header {
	clear:both;
	display:block;
	height:40px;
}
#pdf-header span{
	height:26px;
	overflow:hidden;
}
#pdf-header a img{
	position:relative;
	padding-bottom:8px;
}
.facciolei {
	clear:left;
	overflow:hidden;
}
.hov:hover span, .hov:hover .pdf-spacer {
	background-color:rgb(252, 96, 0);	
	color:white;
}

.over span, .over .pdf-spacer {
	background-color:rgb(252, 96, 0);
	color:white;
}
#pdf-wrapper #pdf-item-blank div.pdf-spacer {
	background-color:white;
}
.pdf-active:hover span, .pdf-active:hover .pdf-spacer{
	background-color:transparent;
	color:rgb(252, 96, 0);
}
.pdf-active span, .pdf-active .pdf-spacer{
	background-color:transparent;
	color:rgb(252, 96, 0);
}
	
.project-cell, .category-cell, .location-cell, .year-cell {
	display:block;
	float:left;
	margin-right:0;
	height:18px;
}

.project-cell {
	width:40%;
} 
.category-cell {
	width:19%;
	
} 
.location-cell {
	width:19%;
	
} 
.year-cell {
	width:19%;
	width:18%; /* hack to make this read only in ie */
} 

.facciolei .project-cell, .facciolei  .category-cell, .facciolei .location-cell, .facciolei .year-cell {
  border-top:1px solid rgb(252, 96, 0);	
  color:rgb(252, 96, 0);
}

.pdf-item-blank {
	height:0;
}

.facciolei img {
	margin: 3px 7px 0 0;
}
.heads { clear:both; }
.heads img {
	float:left;
	border-bottom:5px solid white;
}

a.PDFbox-orange {
	display:block;
	margin: 3px 7px 0 0;
	width:49px;
	height:62px;
	background:url(../images/PDFbox_orange.png) no-repeat -49px 0px;
	float:left;
	text-decoration:none;
	border-bottom:5px solid white;
}
a.GOTObox-orange {
	display:block;
	margin: 3px 7px 0 0;
	width:49px;
	height:62px;
	background:url(../images/GOTObox_orange.png) no-repeat -49px 0px;
	float:left;
	text-decoration:none;
	border-bottom:5px solid white;
}
.heads a:hover {
	background-position: 0px 0px;
}

.hov { 
	overflow:hidden;
}
#pdf-wrapper a:hover {
}
#pdf-header a:hover, #pdf-header * {
	text-decoration:none;
	border:none;
	background:none;
}
.hov:hover .pdf-spacer, .over .pdf-spacer {
	border-top:1px solid rgb(252, 96, 0);
}
.pdf-active:hover .pdf-spacer{
	border-top:1px solid white;
}
.pdf-spacer {
	display:block;
	float:left;
	height:18px;
	width:1%;
	border:none;
	border-top:1px solid white;
}


/********************* ADDRESS AND LOGO  **********************/
#address {
  position:fixed;
  left:40px;
  bottom:40px;
  z-index:1001;
  color:#888;
  margin:0;
  padding:0;
  line-height:12px;
	font-size:10px;
	font-family:verdana, helvetica, sans-serif;
}
#address a, #address a:link, #address a:hover, #address a:visited, #address a:active {
  text-decoration:underline;
  color:#888;
}
img#logo {
  position:fixed;
  right:40px;
  bottom:40px;
  z-index:1001;
}
