/* 
    Document   : movies
    Created on : 23-jan-2008, 9:48:59
    Author     : Screamer
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
	font-family:arial;
	font-size:11pt;
}

p {
	clear:both;
}

.notice {
    display:inline;
    color:red;
    font-weight:bold;
}

table {
    padding:10px;
}
th, td {
    padding:2px;
	vertical-align:top;
}
th {
    background:#96B9E3;
    border-bottom: 2px solid #2D2D6D;
}
.even {
    background:#CADCF1;
}
.odd {
    background:#96B9E3;
}
img.filmposter {
	border:0px;'
}
tr.required {
	background:#90EE90;
}

.thumbnails {
    clear:both;
}

.thumbtile {
    width:200px;
    height:215px;
    text-align:center;
    display:inline;
    float:left;
    padding:2px;
	margin:3px;
    background:#96B9E3;
    font-size:0.7em;
}
.thumbtile h6 {
    width:190px;
    font-size:1.2em;
    margin:0px;
    padding:0px;
    white-space:nowrap;
    overflow:hidden;
    clear:both;
}
.thumbtile img {
    padding:2px;
    border:0px;
}

.footer {
	clear:both;
}