.search {
	position: relative;
	margin:30px 10%;
	text-align: center;
	padding-top: 8px;
	background: #EEE;
	border: solid #005 1px;
}
.search input {
	margin-right:20px;
}
.search p {
	padding:0px
}
.results {
	margin: 10px 3%;
	text-align: center;
}
.results .year {
	position: relative;
	font-size:x-large;
	color:#444;
	letter-spacing:2px;
	font-weight:bold;
	background:#CCC;
	text-align:left;
	border: solid 1px #558;
	padding: 3px 0px 2px 20px;
	margin-top: 5px;
	margin-bottom: 12px;
}

.results .imgMovies {
	margin-left: 32%;
	padding: 0;
	text-align: center;
}

.results .thumb {
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 111px;
	height: 88px;
}
.image {
	background-image: url("graphics/thumbImg.png");
}
.movie {
	background-image: url("graphics/thumbMovie.png");
}
.image:hover {
	background-image: url("graphics/thumbImg.png");
}
.movie:hover {
	background-image: url("graphics/thumbMovieHover.png");
}
.results .thumb img {
	margin: auto;
	display: block;
}

.list .ref {
	margin-left: 130px;
	position: relative;
	text-align:left;
}
.gallery .ref {
	float: left;
	position: relative;
	text-align: left;
	font-size: small;
	padding: 0px;
	margin: 0px;
	width: 30%;
}
.results pre {
        margin-left:20px;
	text-align: left;
}

.results .interYear {
	height: 70px;
	clear: both;
}

.results hr {
	width: 80%;
	margin: 12px 130px;
	padding: 0px;
	height: 2px;
	border: 0px;
	background: #DDE;
	clear: both;
}
.gallery hr {
	margin: 50px 130px;
}

.title {
	font-weight: bold;
	color: gray;
	padding-top: 8px;
	margin-bottom: 6px;
}
.doc {
	vertical-align: middle;
}
.authors {
	margin: 3px 0px;
}
 
.pageMenu {
	margin: 4px 3%;
}
.pageMenu .displayAll {
	float: left;
	position: relative;
}
.pageMenu .pageIndex {
	float: right;
	position: relative;
}
.pageIndex b {
	background-color:#DDD;
	padding:2px 5px;
}

.noresult {
	text-align:center;
}

.noresult h2 {
	text-align:center;
	color:#000;
	background-color:#EDD;
}

.conf {
	font-size:smaller;
}
