body {
	margin: 0px;
	background-color: #ffffff;
	color: #000000;
}

A {
	color: #008000;
}

A:active {
	color: #000080;
}

A:visited {
	color: #800000;
}

.highlight { background-color: #FFFF00; color: #000000 }
.highlight2 { background-color: #FFFF00 }
input { font-family: Arial, Helvetica, sans-serif; font-size: 8pt }
select { font-family: Arial, Helvetica, sans-serif; font-size: 8pt }
textarea { font-family: Arial, Helvetica, sans-serif; font-size: 8pt }
.boxlink { color: #FFCC00; }
.bigboxlink { color: #FFCC00; font-size: 10pt}

table.reviewtable {
	border-collapse: collapse;
}

table.reviewtable td, table.reviewtable th {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:10px;
	padding: 2px 3px 3px 3px;
}

table.reviewtable td .big, table.reviewtable th .big {
	font-size:14px;
}

table.reviewtable td .bigger, table.reviewtable th .bigger {
	font-size:18px;
}

table.reviewpage {
	background-image: url('/images/gradient.jpg');
	font-family: verdana, arial, helvetica, sans-serif;
	width: 100%;
}

td.reviewcell {
	background-color: #ffffff;
}

table.reviewtable th.titlecell {
	background-color: #B9C6E3;
	font-size:36px;
}

td.festcell {
	background-color: #B9C6E3;
	text-align: center;
}

table.pagefooter {
	width: 100%;
	border: none;
}

table.commentrate {
	background-color: #B9C6E3;
	text-align: center;
	border-top: 1px solid black;
}

table.emptycommentrate {
	background-color: #B9C6E3;
	text-align: center;
}

table.usercomments td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
}

td.commentname {
	font-weight: bold;
}

.quotename {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.admin {
	background-color: #FF0000;
}

.commentbox {
	max-height: 200px;
	height: expression(this.scrollHeight > 200 ? "200px" : "auto"); /* stupid IE */
	overflow: auto;
	min-width: 475px;
}

table.ratetable {
	border-collapse: collapse;
}

table.ratetable td, table.ratetable th {
	border: 1px solid black;
	padding: 5px;
}
