/* TEMP STYLES */
a:visited {
	color: blue;
}

* {
	padding: 0;
	margin: 0;
}

body, td, input, textarea {
	font-family: helvetica, verdana, sans-serif;
	font-size: 0.8em;
	padding-bottom: 1em;
}

input[type=radio] {
	font-size: 1em;
}

h1, h2, h3, h4, h5 {
	margin: 0 0 1em 0;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

input {
	padding: 0.1em;
}

.pageWidthCentered {
	margin: 0 auto;
	width: 900px;
}

.centered {
	text-align: center;
}

a.small {
	font-size: 90%;
	color: darkgrey;
}

div#header {
	width: 900px;
	margin: 2em auto 1em auto;
}


div#footer{
	width: 900px;
	margin: 2em auto;
	text-align: center;
	clear: both;
}
/*search*/
#search {
	width: 900px;
	margin: 0 auto;
	padding: 1em 0em;
}

#search input[type=text] {
	font-size: 130%;
	margin-bottom: 0.5em;
	width: 65%;
}

#search input[type=button] {
	font-size: 110%;
	padding: 0.3em 0.9em 0.3em 0.9em;	
	background: #e0e0e0 url(http://static.hetnederlandstheater.nl/files/images/button-bg.gif) repeat-x;
	border: 1px solid #b2b2b2;
	cursor: pointer;
}

.pagination {
	text-align: center;
	margin: 1em 0;
}

.pagination a {
	margin: 0 0.2em;
}

.pagination a.current {
	text-decoration: none;
	font-weight: bold;
	color: brown;
}

.pagination-info {
	color:grey;
	text-align: right;
	margin-right: 180px;
	margin-bottom: -1em;
}

.found-none {
	text-align: center; 
	margin: 1em;
}

div.search-results {
	margin-right: 170px;
	margin-left: 140px;
}

/* results */
div.search-result {
	margin-top: 0;
	margin-bottom: 1em;
}

.inresults {
	
}

.inshow {
	
}

div.search-result a {
	text-decoration: none;
}

div.search-result a:hover {
	text-decoration: underline;
}

div.search-result h3,
div.search-result h4 {
	font-weight: normal;
}

div.search-result h3 a,
div.search-result h4 a {
	text-decoration: underline;
}

div.search-result h3 {
	margin-bottom: 0.2em;
}

div.search-result h4 {
	color: grey;
	margin-bottom: 0.2em;
}

div.search-result .datetime {
	color: purple;
	margin: 0.2em 0;
}

div.search-result .city {
	color: green;
}

div.search-result .artist {
	color: black;
}
div.search-result .genre {
	color: black;
}
div.search-result .theater {
	color: black;
}
div.suggestions-show {
	margin-top: 1em;
}
/*banners*/
.banner {
	opacity: 1;
}

.banners120x90-container {
	float: left;
	width: 140px
}

.banners120x90-container .banner {
	width: 120px;
	height: 90px;
	margin-bottom: 10px;
}

.banners160x600-container {
	float: right;
	width: 160px;
}

.banners160x600-container .banner {
	width: 160px;
	height: 600px;
	margin-bottom: 10px;
}

.banner468x60 {
	width:468px;
	height:60px;
	margin-bottom: 5px;
}