﻿.RideReviewVoteDebug {
	display:none;
}

.RideReview_Overlay1 {
	background-color:#e5f7fc;
	width:415px;
	padding: 0 7px 0 7px;
}

.RideReview_Overlay2,
.RideReviewVote_Overlay3 {
	background-color:#fff; 
	width:395px; 
	padding:10px;
}

.RideReviewVoteHeader {
	padding-bottom:20px;
}

.RideReviewVote_Overlay1 {
	padding-top:10px;
	background: url(../images/bg_middle_rides_overlay.jpg) repeat-y; 
	min-height:15px;
	padding: 0 29px 0 27px;
}

.RideReviewVote_Overlay2 {
	background-color:#ccedf4; 
	width:415px; 
	padding:0 7px 0 7px;
}

.RideReviewVoteFooter {
	padding-top:10px;
	padding-bottom:6px;
}

.RideReviewVoteTable,
.RideReviewTable {
	border-collapse:collapse;
	width:100%;
}

.RideReviewBar {
	vertical-align:top;
	background: url(../images/rating_bar_gray.gif) no-repeat;
	width:204px;
	height:12px;
	margin-left:auto;
	margin-right:auto;
}

.RideReviewBarLeft {
	float:left;
	background: url(../images/bg_ratingbar_blue.gif) repeat-x;
	height:12px;
	vertical-align:top;
}

.RideReviewBarMiddle {
	float:left;
}

.RideReviewVoteSeparator,
.RideReviewSeparator {
	padding:6px 0px;
}

.RideReviewVotePanel {
	z-index:100;
	width:485px;
}

.RideLineBreak {
	padding-top:3px;
}

.RideReviewVoteCancelButton {
	float:right;
}

.RideReviewVoteSubmitButton {
	margin:0px auto;
}

.RideReviewHeader {
	vertical-align:top;
	color:#17c563;
	font-weight:bold;
	font-size:10pt;
	width:160px;
}

.RideReviewSliderRail {
	position:relative;
	background: url(../images/bg_slider_rail.gif) no-repeat;
	height:24px;
	width:204px;
	margin-left:auto;
	margin-right:auto;
}

.RideReviewSliderHandle {
	position:absolute;
	width:10px;
	height:22px;
}

.RideReviewValue {
	float:left;
	width:220px;
}

.RideReviewRatingLabel {
	font-family:Verdana, Arial, Sans-Serif;
	font-size:8pt;
	color:#666666;	
}

.RideReviewSeparator div {
	background:url(../images/icon_point_green.gif) repeat-x; 
	height:4px;
}

.btnRideSubmit {
	padding:10px 10px 0 0; 
	text-align:right;
}