html {
 overflow-y: scroll;
 margin: 0;
}

body {
 margin: 0;
 background-color: #EEE;
 font: normal 12px arial, helvetica, 'liberation sans', 'dejavu sans condensed', sans-serif;
}

h1 {
 font: bold 18px 'century gothic', futura, arial, helvetica, 'liberation sans', 'dejavu sans condensed', sans-serif;
 color: #6A1C30;
 margin: 0;
}
#error h1, .error {
 color: #CB0131;
}
#success h1 {
 color: #3B3;
}

a {
 text-decoration: underline;
 outline: 0;
 color: #3C3830;
}

a:hover {
 color: #C00042;
}

p {
 font: normal 11px arial, helvetica, 'liberation sans', 'dejavu sans condensed', sans-serif;
 margin: 0;
 padding: 0;
}

p.small {
 font-size: 9px;
}

p.tagline {
 padding: 4px 0 8px 2px;
 border-bottom: 1px dotted #BBB;
}

p.filmtitel {
 padding: 5px 2px;
 border-bottom: 1px dotted #BBB;
 font-size: 13px;
 font-weight: bold;
}
p.filmtitel a, p.filmtitel a img {
 vertical-align: text-bottom;
 margin-right: 2px;
}
p.filmtitel span {
 float: right;
 font-size: 11px;
 font-weight: normal;
}

p.noborder {
 padding: 4px 0 0 2px;
}

p.coverurl {
 padding: 2px 0 2px 2px;
 width: 420px;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 -o-text-overflow: ellipsis;
 -ms-text-overflow: ellipsis;
 -moz-text-overflow: ellipsis;
}

small {
 font-size: 11px;
}
.center {
 text-align: center;
}
.right {
 text-align: right;
}

.bold {
 font-weight: bold;
}
.italic {
 font-style: italic;
}

.overFlow {
 overflow: hidden;
}

.floatLeft {
 float: left;
}

.floatRight {
 float: right;
}

.container {
 background: #F9FbFb;
 width: 550px;
 margin: 10px auto;
 border: 1px solid #BBB;
 padding: 10px;
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
}
#error {
 border: 1px solid #F88;
 background-color: #fbf9f9;
}
#success {
 background-color: #F9FDF9;
 border: 1px solid #88DD88;
}

#output .error, #output .warning {
 border-bottom: 1px dotted #BBB;
 padding: 4px 0 4px 17px;
}
#output .warning {
 background: url(bullet_error.png) no-repeat left center;
}
#output .error {
 background: url(bullet_cross.png) no-repeat left center;
}

table {
 border-collapse: collapse;
 width: 100%;
}

td {
 font: normal 10px arial, helvetica, 'liberation sans', 'dejavu sans condensed', sans-serif;
 border-bottom: 1px dotted #BBB;
 padding: 4px 0;
 margin: 0;
 line-height: 16px;
}

td.label, #zoeken td.label {
 width: 120px;
 text-transform: uppercase;
 color: #444;
 vertical-align: top;
 padding: 10px 0 0;
}
#zoeken td.label {
 padding-top: 8px;
}
a.overview {
 background: url(./i/filmtopic_favicon_sprite.png) center bottom no-repeat;
 padding: 8px;
}
a.overview:hover {
 background-position: center top;
}
a.gotIcon {
 background: url(./i/got_favicon.png) center top no-repeat;
 padding: 8px;
}

td.slabel {
 width: 30px;
 text-transform: uppercase;
 color: #444;
 vertical-align: top;
 padding: 10px 2px 0;
}

button, input, select, textarea { margin: 0; }
input, select { vertical-align:middle; }

input, textarea {
 font: normal 12px arial, helvetica, 'liberation sans', 'dejavu sans condensed', sans-serif;
 border: 1px solid #BBB;
 padding: 3px;
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
}

input {
 height: 16px;
 outline: 0;
}
button {
 width: auto;
 overflow: visible;
 outline: 0;
}
input::-moz-focus-inner, button::-moz-focus-inner {
 border: 0;
}
textarea {
 overflow: auto;
}

input.placeholder {
 color: #777;
}

input#plot {
 height: 13px;
 margin: 5px 0 6px;
 padding: 0px;
 vertical-align: middle;
 border: 0 none;
}

#review, #ubb {
 resize: vertical;
}

#output textarea {
 margin: 0;
}

td.buttons {
 border: none;
 padding: 10px 0 0 0;
 overflow: hidden;
}

td.noborder {
 border: medium none;
}

#output td.noborder {
 padding: 4px 0 0;
}

img.border {
 border: 1px solid black;
}

/* Opmaak submit knoppen */
td input.submit {
 background: url('http://tweakers.net/ext/f/yOUIuVd40qTunIeEX7oqZBI5/full.png') 0 0 repeat-x;
 border: 1px solid #D7D9D7;
 color: #646464;
 padding: 3px 6px;
 font-size: 11px;
 font-weight: bold;
 line-height: 15px;
 height: 24px;
 margin-left: 3px;
 cursor: pointer;
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 text-shadow: 1px 1px 0px #FFF;
 -moz-box-shadow: inset 0 1px 0 #FFF;
 -webkit-box-shadow: inset 0 1px 0 #FFF;
}
td input.submit:hover {
 background-position: 0 -50px;
 border-color: #CACCCA;
 color: #3D3D3D;
 text-shadow: 1px 1px 0px #EEE;
 -moz-box-shadow: inset 0 1px 0 #EEE;
 -webkit-box-shadow: inset 0 1px 0 #EEE;
}
td input.submit:active {
 background-position: 0 -100px;
 border-color: #BDBFBD;
 color: #303030;
 text-shadow: 1px 1px 0px #DDD;
 -moz-box-shadow: inset 0 1px 0 #DDD;
 -webkit-box-shadow: inset 0 1px 0 #DDD;
}

#zoeken td { padding-top: 3px; }
#search { width: 350px; }
#submitsearch { width: 69px; }
#title { width: 330px; }
#year, #rating { width: 30px; text-align: center; }
#imdb { width: 400px; }
#imdb.nofavicon, #cover, #review, #ubb { width: 422px; }

/* IMDb favicon */
a.imdbIco, a.imdbIco img, a.favicon, a.favicon img {
 border: 0;
}
td a.imdbIco, td a.imdbIco img {
 vertical-align: middle;
 margin: 0 3px 3px 0;
}

a.infolink {
 background: url(i/info.png) center center no-repeat;
 padding: 8px;
 display: inline-block;
 vertical-align: bottom;
}

/* Cover tonen in hover */
p.coverurl a img {
 width: 0;
 height: 0;
 border-width: 0;
 position: absolute;
 background-color: #F9FBFB;
 z-index: 999;
}
p.coverurl a:hover img {
 max-width: 250px;
 margin-top: 25px;
 margin-left: -48px;
 width: auto;
 height: auto;
 border: 1px solid #BBB;
 padding: 4px;
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
}

/* UBB preview */
#preview.panel {
 width: 650px;
}
#preview table a {
 color: #000;
}
#preview table a:hover {
 color: #C00042;
}
#preview table a img {
 border: 0 none;
}
#preview img.floatLeft {
 margin: 0 10px 0 0;
}
#preview table td {
 line-height: 16px;
 padding: 6px;
 vertical-align: middle;
 font: 13px/1.5 arial,helvetica,sans-serif;
 border: medium none;
}
#preview table hr {
 border: medium none;
 background-color: #A3A2A1;
 color: #A3A2A1;
 height: 1px;
}
#preview table .justify {
 text-align: justify;
}
#preview table img.cover {
 vertical-align: bottom;
}

/* Overzicht filmcovers */
#overview .container {
 width: 730px;
}
#overview #search {
 width: 490px;
}
h1.letter {
 text-align: center;
 border-bottom: 1px dotted #AEAEAE;
 margin: 3px 0;
 padding: 0 0 4px;
}
ul.covercontainer {
 list-style: none outside none;
 margin: 0;
 margin-top: 5px;
 padding: 0;
 text-align: center;
 width: 100%;
 border-bottom: 1px dotted #AEAEAE;
}

ul.covercontainer .cover {
 display: inline-block;
 zoom: 1;
 *display: inline;
 margin: 0;
 padding: 0;
 width: 142px;
 margin-bottom: 4px;
 vertical-align: bottom;
}

ul.covercontainer .cover a img {
 border: 1px solid #000;
}

ul.covercontainer .cover img.poster {
 background: url(loading.gif) center center no-repeat #FFF;
}

.imdbinfo {
 margin-bottom: 3px;
}

.imdbinfo h3 {
 font: bold 11px/13px verdana,arial;
 margin: 2px 0;
 height: 26px;
 line-height: 13x;
 overflow: hidden;
 -moz-text-overflow: ellipsis;
 -ms-text-overflow: ellipsis;
 -o-text-overflow: ellipsis;
 text-overflow: ellipsis;
}

.imdbinfo span {
 font-size: 10px;
 line-height: 16px;
 vertical-align: middle;
}

.imdbinfo span a.imdbIco {
 vertical-align: top;
}
.imdbinfo span a.imdbIco img {
 border: 0 none;
 margin-right: 1px;
}

/* Footer */
#footer p {
 margin: 10px 0 10px;
 padding: 0;
 text-align: center;
 color: #777;
 overflow: hidden;
}
#footer p a {
 color: #777;
}
#footer p a:hover {
 color: #777;
 text-decoration: none;
}

.gad { position: relative; }
.gad:before {
 content: 'AdBlockers kunnen deze tool niet in de lucht houden,\A schakel aub uit of stuur een donatie naar wiethoofd\0040gmail.com';
 display: inline-block;
 font-size: 14px;
 line-height: 18px;
 background-color: #EEE;
 box-shadow: 0 0 1px rgba(0,0,0,0.1);
 border: 1px solid rgba(0,0,0,0.05);
 padding: 4px;
 white-space: pre;
 position: absolute;
 left: 6%;
 right: 6%;
 margin-top: 15px;
}


/* Collapsen van containers */
/* Opmaak headers en verbergen inhoud */
html.js .panel h1, html.js .panelcollapsed h1 {
 background: url(collapse.png) no-repeat right;
}
html.js .panel h1:hover, html.js .panelcollapsed h1:hover, .mousePointer {
 cursor: pointer;
}
html.js .panelcollapsed h1 {
 background-image: url(expand.png);
}
html.js .panelcollapsed .panelcontent {
 display: none;
}

/* Non-JS fallback en disable collapse */
.panel .panelcontent, .panelcollapsed .panelcontent {
 overflow: hidden;
}
.panelcollapsed .panelcontent {
 display: block;
}
.panel h1 {
 background-image: none;
}
.panel h1:hover, .panelcollapsed h1:hover {
 cursor: default;
}