﻿#nav_main li#boxoffice_tab{
	background-color: #990000;
	margin: -3px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-top: 10px;
}
/* Comment form styling */
#comments {
	background-color: #EEE;
	padding: 10px;
	margin-bottom: 10px;
	border: none;
}

form#commentForm{
	width: 505px;
	font: normal 12px/1.3 Helvetica;
	color: #666;
}
form#commentForm ol{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
form#commentForm input[type=text],
form#commentForm textarea,
form#commentForm select{
	margin-bottom: 1.3em;
}
form#commentForm label{
	display: block;
}
form#commentForm legend{
	font-weight: bold;
	color: #333;
}

div.comment{
	border-bottom: 1px solid #ccc;
	font: normal 12px/16px Helvetica;
	margin-top: 1em;
}
div.comment h3{
	font: normal 12px/16px Helvetica;
	margin: 0px;
	padding: 0px;
	float: left;
}
div.comment h3 cite{
	font-weight: bold;
	font-style: normal;
}
div.comment div.commentRating{
	text-align: right;
}
div.comment p{
	clear: left;
}

div#starRating,
div.commentRating img{
	width: 80px;
	height: 16px;
	background: url(../../images/comments/stars_sprite_160x16.png) no-repeat -80px 0px;
	margin: 0px 0px 1em 0px;
}

/* This rule so as to not screw up layouts in the comments. */
div.commentRating img{
	margin: 0px;
}

div#starRating img{
	border: none;
	cursor: pointer; 
	cursor: hand;
}

/* Hover and Selected Background Positions */
div#starRating.one,
div#starRating.oneSelected,
div.commentRating img.one{
	background-position: -64px 0px;
}
div#starRating.two,
div#starRating.twoSelected,
div.commentRating img.two{
	background-position: -48px 0px;
}
div#starRating.three,
div#starRating.threeSelected,
div.commentRating img.three{
	background-position: -32px 0px;
}
div#starRating.four,
div#starRating.fourSelected,
div.commentRating img.four{
	background-position: -16px 0px;
}
div#starRating.five,
div#starRating.fiveSelected,
div.commentRating img.five{
	background-position: 0px 0px;
}
.status_update{
    background-color:#FFF68F;
    border:1px solid #777;
    padding:5px;
}
.status_error{
    background-color:#FFDDDD;
    border:1px solid #777;
    padding:5px;
}
