﻿body {
}


ul.memberCInfo
{
	padding:0px;
	margin:0px;
	list-style:none;
	width:540px;
}
ul.memberCInfo li
{
	border-bottom: dashed 1px #ccc;
	margin: 0 75px 0 75px;
	text-align:justify;
	padding-bottom:10px;
}

div.memberDirectoryContent
{
	
	padding:25px;
	
}
blockquote{padding:15px;margin:0px;}
.feedback h3
{
	color:#eeeeee;
	margin-top:-50px;
}
.feedback a
{
	color:#eeeeee;
	
}
.feedback a:hover
{
	color:#999999;
	
}
.feedback
{
	margin:auto;
	padding:75px;
	color:#EEEEEE;
	background: #1A1A1A;

}
.feedback input, .feedback textarea, .feedback blockquote
{
	font-family:Tahoma;
	border:solid 1px #888888;
	background:#222222;
	color:#999999;
}
div.login
{
	padding: 5px;
	background:#fff url(images/bg1.jpg) no-repeat;
	height: 149px; 
	margin: 0px;
}
div.login div
{
	margin-left:50px;
}
div.login span
{
	font-family: Arial;
	color:#F27321;
}
img
{
	border: none;
}
ul.leftnavMem li
{
	font-size:18px;
}
hr
{
	border-top: 1px dashed #000000;
	margin-top: 5px;
	border-bottom:none;

}
h2{font-weight:bold;}

/* CSS FOR STAR RATING */
	/*             styles for the star rater                */	
	.star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 100px;
		height: 25px;
		position: relative;
		overflow:hidden;
		background:#1A1A1A url(images/star.gif) top left repeat-x;		
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		width:20px;
		height:25px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:20px;
		height: 25px;
		line-height:25px;		
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
		overflow:hidden;
	}
	.star-rating li a:hover{
		background: url(images/star.gif) left bottom;
		z-index: 2;
		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/star.gif) left center;
		position: absolute;
		height: 25px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
		width:40px;
	}
	
	/* remove halo effect in firefox   */
	a{
		outline: none;
	}		
	
	
	
	/* CSS FOR STAR RATING White BACKGROUND*/
	/*             styles for the star rater                */	
	.star-rating2{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 100px;
		height: 25px;
		position: relative;
		overflow:hidden;
		background:#fff url(images/star2.gif) top left repeat-x;		
	}
	.star-rating2 li{
		padding:0px;
		margin:0px;
		width:20px;
		height:25px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating2 li a{
		display:block;
		width:20px;
		height: 25px;
		line-height:25px;		
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
		overflow:hidden;
	}
	.star-rating2 li a:hover{
		background: url(images/star2.gif) left bottom;
		z-index: 2;
		left: 0px;
		border:none;
	}
	.star-rating2 a.one-star{
		left: 0px;
	}
	.star-rating2 a.one-star:hover{
		width:20px;
	}
	.star-rating2 a.two-stars{
		left:20px;
	}
	.star-rating2 a.two-stars:hover{
		width: 40px;
	}
	.star-rating2 a.three-stars{
		left: 40px;
	}
	.star-rating2 a.three-stars:hover{
		width: 60px;
	}
	.star-rating2 a.four-stars{
		left: 60px;
	}	
	.star-rating2 a.four-stars:hover{
		width: 80px;
	}
	.star-rating2 a.five-stars{
		left: 80px;
	}
	.star-rating2 a.five-stars:hover{
		width: 100px;
	}
	.star-rating2 li.current-rating{
		background: url(images/star2.gif) left center;
		position: absolute;
		height: 25px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
		width:40px;
	}
	
	/* remove halo effect in firefox   */
	a{
		outline: none;
	}		