/* Django needs these */
.qa-discreet {
	background-color: #B0E0E6;
	border: 1px solid black;
	font-weight: bold;
	padding: 0px 3px;
}
.qa-ok {
	border: 1px dashed silver;
	background-color: green;
	color: white;
	font-weight: bold;
	padding: 5px;
}
.qa-ok > a {
	color: white;
}

.qa-unknown {
	border: 1px dashed silver;
	background-color: red;
	font-weight: bold;
	padding: 5px;
}

.filmTitle { font-variant: small-caps }

/* img.reviewImage { border: 0px } */
div.reviewPrescriptum, div.reviewPostscriptum { font-style: normal } 
div.reviewSubtitle { font-weight: bold } 
div.reviewText { font-variant: normal }
a.reviewAuthor { font-variant: normal }
h2 {font: bold 115% verdana, arial, helvetica, sans-serif; }

/* q   {quotes: "\201e" "\201c" "\201a" "\2019"; font-style: italic}  */

/* q:before, blockquote:before {content: "\201e"} */
/* q:after,  blockquote:after  {content: "\201c"} */
q, blockquote { quotes: none;}



.imageComment {line-height: 12pt}

.review, .reviewIndex, .text {
	font: 75% verdana, arial, helvetica, sans-serif;
	line-height: 15pt;
	font-size: 11px;
}

