/* Styles for star rating survey*/
	.star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 100px;
		height: 20px;
		position: relative;
		background: url('../images/newHomeImages/star_rating.png') top left repeat-x;		
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		height:20px;
		width: 20px;		
		display:inline;
		/*float: left;
		 */
	}
	.star-rating li a{
		display:block;
		width:20px;
		height: 20px;
		line-height:20px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 0;
		position: absolute;
		padding: 0px;
		overflow:hidden;
	}
	.star-rating li a:hover{
		background: url('../images/newHomeImages/star_rating.png' ) left center;
		z-index: 0;
		left: 0px;
		border:none;
	}

	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:20px;
	}	
	
	
	.star-rating a.two-stars{
		left:20px;
	}
	.star-rating a.two-stars:hover{
		width: 40px;
	}
	
	
	.star-rating a.three-stars{
		left: 40px;
	}
	.star-rating a.three-stars:hover{
		width: 60px;
	}
	
	.star-rating a.four-stars{
		left: 60px;
	}	
	.star-rating a.four-stars:hover{
		width: 80px;
	}
	
	.star-rating a.five-stars{
		left: 80px;
	}
	.star-rating a.five-stars:hover{
		width: 100px;
	}
	.star-rating li.current-rating{
		background: url('../images/newHomeImages/star_rating.png') left bottom;
		position: absolute;
		height: 20px;
		width: 0px;
		display: block;
		text-indent: -9000px;
		z-index: 0;
	}

	#CityHeader{background-image:url(../images/newHomeImages/CityHeader_bg.gif); background-repeat:repeat-x; height:24px;}
	#CurrentCity{float:left; color:#FFFFFF; font-weight:bold; font-size:80%; line-height:24px; padding-left:15px;}
	#CitiesList{float:right; color:#FFFFFF; font-size:75%; line-height:24px; padding-right:10px;}
	#CitiesList a{ color:#FFFFFF}

	.Txt_black, .Txt_blackB, .Txt_blackS{color:#333333; font-size:100%;}
	.Txt_blackB{font-weight:bold;}
	.Txt_blackS{ font-size:90%;}
	.BluButton{ border:1px solid #204566; background-color:#3f6c93; color:#FFFFFF; font-weight:bold; height:25px;}
	.GrnButton{ border:1px solid #1a5765; background-color:#347a8a; color:#FFFFFF; font-weight:bold; height:25px;}


