/*
 * $Id: celluloid.css 2513 2009-07-21 19:12:40Z rafi $
 *
 * The style used by celluloid.
 */

table#celluloidtbl {
	width: 100%;
	margin: 0;
	border: 0;
	padding: 0;
}

table#celluloidtbl tr#celluloidnavigator {
	color: black;
	background-color: transparent;
}

table#celluloidtbl tr {
	margin: 0;
	border: 0;
	padding: 0;
}

table#celluloidtbl tr td {
	text-align: center;
	width: 25%;
	margin: 0;
	border: 0;
	padding: 0;
}

table#celluloidtbl tr td a {
        background-color: transparent;
}

td.celluloidleftaligned {
	text-align: left;
}

td.celluloidrightaligned {
	text-align: right;
}

td.celluloidcentered {
	text-align: center;
}

div#celluloidpicture {
	text-align: center;
	clear: both;
}

div#celluloidpicture img{
	width: 800px;
}

div#celluloidpicture a {
        background-color: transparent;
}

div#disclaimer {
	text-align: left;
	font-size: smaller;
}

div#disclaimer h2 {
        text-align: left;
	font-size: small;
}
	

