* {
	border: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a {
	text-decoration: none;	
}

body {
	margin:0px 0px 0px 0px; 
	padding:0px;
	border:0px;
	text-align:center; 
	color: #DDD;
	font-size:12px;
	font-family: Arial Rounded MT Bold;
	background-color: #333333;
}

a.movie {
	color: #CCC;
}
a.studio {
	color: #666;
	font-size: .85em;
}

td.filmstrip {
		background: #000;
		padding-left: 5px;
		padding-right: 5px;
}
td.filmstrip img {
	border-right: 8px #CCC dotted;
	border-left: 8px #CCC dotted;
	padding: 7px;	
}
td.half{
	width: 50%;
}

td.clapboard {
	background-color: #000;
	color: #DDD;
	border: 1px solid #CCC;
}

td.clapboard a{
	color: #DDD;
}
span.info{
	float: right;
	font-size: .75em;
	color: #DDD;
}

img.photo {
	background-color: #EEE;
	border-right: 3px solid #111;
	border-bottom: 3px solid #111;
	padding: 5px;
	margin: 5px;
}

div.autocomplete {
  position:absolute;
  width:320px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
  color: #333;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:42px;
  cursor:pointer;
  text-align: center;
}

div.autocomplete ul lh {
	background-color: #CCCCCC;
	font-weight: bold;
	}

div.autocomplete ul li span.informal {
color: #333;
font-size: 85%;
float: right;
font-style: italic;
margin-right: 5px;
}

div.spotlight {
background-image: url('/artwork/search-background.png');
background-repeat: no-repeat;
width: 320px;
}

div.spotlight input {
margin-top: 20px;
margin-bottom: 20px;
		}

input.spotlight {
background-color:#FFFFFF;
border:1px solid #333;
color:#000000;
font-family:Arial Rounded MT Bold;
height:38px;
padding-top:4px;
padding-left:4px;
width:180px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
background-color: #FFFFFF;
background-image: url('/artwork/search-box-background.png');
background-repeat: no-repeat;
font-size: 22px;
margin-left: 50px;
}
