#main #peopleLeft {
}

#main #peopleLeft .filterLeft {
	width: 200px;
	float: left;
}

#main #peopleLeft .filterRight {
	width: 200px;
	float: left;
}

#main #peopleLeft #discoverForm {
	border-top: 1px solid #d1d1d1;
	padding-top: 10px;
}

#main #peopleLeft h1 {
	margin: 0;
	color: #80a70c;
	font-size: 20px;
	font-weight: 100;
	padding: 0 0 10px;
}


#main #peopleLeft label {
	display: block;
	padding: 5px;
	width: 180px;
}

#main #peopleLeft label.quiz {
	display: block;
	padding: 1px;
	width: 180px;
}

#main #peopleLeft label.photosOnly {
	font-size: 11px;
}

#main #peopleLeft label select {
	width: 180px;
}

#main #peopleLeft .ageHolder {
	padding: 5px;
}

#main #peopleLeft .ageHolder select {
	width: 88px;
}

#main #peopleLeft .greenButton {
	width: 180px;
	font-weight: bold;
}

#main #peopleRight {
	width: 420px;
	padding-top: 10px;
}

#main #peopleRight h1 {
	display: none;
}

#main #peopleRight .counter {
	display: none;
}

#main #peopleRight #displayType {
	display: none;
}

#main #peopleRight #displayType a {
	width: 34px;
	height: 22px;
	float: left;
}

#main #peopleRight #displayType a#compact {
	width: 29px;
	background: transparent 0 0 url('../../images/discover/simple_off.gif') no-repeat;
}

#main #peopleRight #displayType a#compact.on {
	background: transparent 0 0 url('../../images/discover/simple_on.gif') no-repeat;
}

#main #peopleRight #displayType a#full {
	background: transparent 0 0 url('../../images/discover/full_off.gif') no-repeat;
}

#main #peopleRight #displayType a#full.on {
	background: transparent 0 0 url('../../images/discover/full_on.gif') no-repeat;
}

#main #peopleRight #people {
	clear: both;
	border-top: 1px solid #d1d1d1;
	padding-top: 10px;
}

#main #peopleRight #people.compact .user {
	float: left;
	padding: 4px;
}

#main #peopleRight #people.compact .user .moreDetails { 
	display: none;
}

#main #peopleRight #people.compact .user.over {
	background-color: #eee;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
}

#main #peopleRight #people.compact .user.over a.imageFrame.small .frame {
	background: transparent url('../../../../images/frames/gray/small.png') no-repeat;
}

#main #peopleRight #people.full .user {
	display: block;
	clear: both;
	padding: 4px;
	height: 64px;
}

#main #peopleRight #people.full .user .userMain { 
	width: 70px;
	float: left;
}

#main #peopleRight #people.full .user .moreDetails { 
	width: 670px;
	float: left;
}

#main #peopleRight #people.full .user.over {
	background-color: #eee;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
}

#main #peopleRight #people.full .user.over a.imageFrame.small .frame {
	background: transparent url('../../../../images/frames/gray/small.png') no-repeat;
}


#main #peopleRight #people.full .user .moreDetails a strong, 
#main #peopleRight #people.full .user .moreDetails h4 {
	color: #1F4CA5;
}

#main #peopleRight #people.full .user .moreDetails h4 {
	margin: 0;
	padding: 0;
	width: 530px;
	overflow: show;
	float: left;
	font-size: 12px;
}

#main #peopleRight #people.full .user .moreDetails .main.progressBar {
	float: left;
}

#main #peopleRight #people.full .user .moreDetails .mainPercent {
	padding: 1px 0 0 5px;
	float: left;
	width: 30px;
	color: #1F4CA5;
	font-size: 12px;
	font-weight: bold;
}

#main #peopleRight #people.full .user .moreDetails .userInfo {
	padding: 2px 0 8px 0;
	color: #776;
	clear: both;
}

#main #peopleRight #people.full .user .moreDetails .quizContent {
	width: 14px;
	float: left;
}

#main #peopleRight #people.full .user .moreDetails .quizContent .quizImage {
	float: left;
	width: 11px;
	height: 11px;
}

#main #peopleRight #people.full .user .moreDetails .quizContent .quizPercent {
	display: none;
}

#main #peopleRight #people.full .user .moreDetails .quizContent .progressBar {
	display: none;
}

#main #peopleDetails {
	position: absolute;
	left: 0;
	width: 340px;
	height: 160px;
	background-color: #eee;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
	border: 2px solid #ccc;
	border-top: 0;
	padding: 5px;
}

#main #peopleDetails.full {
	height: 100px;
}

#main #peopleDetails .moreDetails {
	z-index: 999 !important;
	display: block;
}

#main #peopleDetails a strong, 
#main #peopleDetails h4 {
	color: #1F4CA5;
}

#main #peopleDetails h4 {
	margin: 0;
	padding: 3px;
	width: 190px;
	overflow: show;
	float: left;
	font-size: 12px;
}

#main #peopleDetails.full h4 {
	display: none;
}

#main #peopleDetails .main.progressBar {
	float: left;
}

#main #peopleDetails .mainPercent {
	padding: 3px 0 0 5px;
	float: left;
	width: 30px;
	color: #1F4CA5;
	font-size: 12px;
	font-weight: bold;
}

#main #peopleDetails.compact .userInfo {
	padding: 5px;
	color: #776;
	clear: both;
}

#main #peopleDetails.full .userInfo {
	display: none;
}

#main #peopleDetails.full .main.progressBar {
	display: none;
}

#main #peopleDetails.full .mainPercent {
	display: none;
}

#main #peopleDetails .quizImage {
	float: left;
	width: 11px;
	height: 11px;
	margin: 3px 2px 2px 2px;
}

#main #peopleDetails .quizContent {
	float: left;
	width: 160px;
	padding: 2px 5px 5px 2px;
}

#main #peopleDetails .quizContent .quizPercent {
	float: left;
	width: 30px;
	padding: 3px;
}

#main .pagination {
	padding: 10px 30px 10px 0;
	text-align: right;
	float:right;
}

#main .pagination a {
	font-weight: 100;
	color: #989898;
	display:block;
	float:left;
	margin-right:3px;
	height:23px;
	background:url(../../images/discover/right_pagination_rnd.gif) no-repeat right 0;
}

#main .pagination a.nextPage {
	font-weight: 100;
	color: #989898;
	display:block;
	float:left;
	margin-right:3px;
	margin-left: 10px;
	height:23px;
	padding-right:6px;
	background:url(../../images/discover/right_pagination_rnd_next.gif) no-repeat right 0;
}


#main .pagination span {
	font-size: 12px;
	color: #989898;
	height:17px;
	padding: 6px 7px 0 8px;
	display:block;
	line-height:12px;
	cursor:pointer;
	float:left;
	background:url(../../images/discover/left_pagination_rnd.gif) no-repeat 0 0;
}

#main .pagination a.prevPage {
	margin-right: 10px;
}

#main .pagination a.prevPage span {
	font-size: 12px;
	color: #989898;
	height:17px;
	padding: 6px 7px 0 13px;
	display:block;
	float:left;
	background:url(../../images/discover/left_pagination_rnd_prev.gif) no-repeat 0 0;
}

#main .pagination a.disabledPrev span {
	font-size: 12px;
	color: #ccc;
	height:17px;
	padding: 6px 7px 0 13px;
	display:block;
	float:left;
	background:url(../../images/discover/left_pagination_rnd_prev_d.gif) no-repeat 0 0;
}

#main .pagination a.disabledPrev {
	font-weight: 100;
	color: #989898;
	display:block;
	float:left;
	margin-right: 10px;
	height:23px;
	background:url(../../images/discover/right_pagination_rnd_d.gif) no-repeat right 0;
}


#main .pagination a.disabledNext span {
	font-size: 12px;
	color: #ccc;
	height:17px;
	padding: 6px 7px 0 10px;
	display:block;
	float:left;
	background:url(../../images/discover/left_pagination_rnd_next_d.gif) no-repeat 0 0;
	}

#main .pagination a.disabledNext {
	font-weight: 100;
	color: #989898;
	display:block;
	float:left;
	margin-right:3px;
	margin-left: 10px;
	height:23px;
	background:url(../../images/discover/right_pagination_rnd_next_d.gif) no-repeat right 0;
}

#main .pagination a:hover span {color:#000;}
#main .pagination a.disabledPrev:hover span {color:#ccc;}
#main .pagination a.disabledNext:hover span {color:#ccc;}
#main .pagination span.separator {background:none !important; color:#ccc;}
#main .pagination a span.inactive {color:#1e1e1e;}
#main .pagination a.inactive {color:#1e1e1e;}