@charset "utf-8";

/* content classes */

#content p,
#content table,
#content ul,
#content ol {
	margin-bottom: 0.5em;
}

#content p.infobox {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 5px;
}

#content table th,
#content table td {
	vertical-align: top;
}

#content a {
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#content a.pdf {
	display: inline;
	padding: 1px 0px 2px 20px;
	background: url(../images/types/pdf_small.png) left center no-repeat transparent;
}

#content h1, #content h2, #content h3 {
	
}
#content h1 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1.25em;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
}
#content h2 {
	font-size: 1em;
	font-weight: bold;
	line-height: 2em;
}
#content h3 {
	font-size: 1em;
	font-weight: bold;
	line-height: 2em;
}
#content h1 a {
	text-decoration: none;
}
#content h1 a:hover {
	text-decoration: underline;
}

#content ul, #content ol {
	margin-left: 1.5em;
}

#content table th {
	text-align: left;
}
#content table.crew {
	border-collapse: collapse;
	width: 100%;
}
#content table.crew tr.tr-0 th,
#content table.crew tr.tr-0 td {
	border-top: 1px solid #ccc;
}
#content table.crew tr th,
#content table.crew tr td {
	border-bottom: 1px solid #ccc;
	padding: 0.20em 0;
}
#content table.crew th.td-0 {
	width: 25%;
}
#content table.cast {
	border-collapse: collapse;
	width: 100%;
}
#content table.cast tr.tr-0 th,
#content table.cast tr.tr-0 td {
	border-top: 1px solid #ccc;
}
#content table.cast tr th,
#content table.cast tr td {
	border-bottom: 1px solid #ccc;
	padding: 0.20em 0;
}
#content table.cast th.td-0 {
	width: 25%;
}

#content form#mailform fieldset {
	border: none;
}
#content form#mailform label {
	clear: both;
	display: block;
	width: 100%;
}
#content form#mailform textarea {
	font: 1em Helvetica, Arial, sans-serif;
}
