/*NEW SLIDER STYLES FOR SCALE, ETC*/
/* slider widget */
.ui-slider  {
	text-decoration: none !important;
}
.ui-slider .ui-slider-handle  {
	overflow: visible !important;
}
.ui-slider .ui-slider-tooltip {
	display: none;
}
.ui-slider .screenReaderContext {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	left: -999999999px;
}
.ui-slider .ui-state-active .ui-slider-tooltip, .ui-slider .ui-state-focus .ui-slider-tooltip, .ui-slider .ui-state-hover .ui-slider-tooltip {
	display: block;
	position: absolute;
	bottom: 2.5em;
	text-align: center;
	padding: .3em .2em .4em;
	font-size: .9em;
	width: 8em;
	margin-left: -3.7em;
}
.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down, .ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down-inner {
	position: absolute; 
	display: block;
	width:0; 
	height:0; 
	border-bottom-width: 0;
	background: none;
}
.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down {	
	border-left: 7px dashed transparent; 
	border-right: 7px dashed transparent;
	border-top-width: 8px;
	bottom:	-8px;
	right: auto;
	left: 50%;
	margin-left: -7px;
}
.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down-inner {
	border-left: 6px dashed transparent; 
	border-right: 6px dashed transparent;
	border-top: 7px solid #fff;
	bottom:	auto;
	top: -9px;
	left: -6px;
}
.ui-slider a {
	text-decoration: none;
}
.ui-slider ol, .ui-slider li, .ui-slider dl, .ui-slider dd, .ui-slider dt {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ui-slider ol, .ui-slider dl {
	position: relative;
	top: 1.3em;
	width: 100%;
}
.ui-slider dt {
	top: 1.5em;
	position: absolute;
	padding-top: .2em;
	text-align: center;
	border-bottom: 1px dotted #ddd;
	height: .7em;
	color: #999;
}
.ui-slider dt span {
	background: #fff;
	padding: 0 .5em;
}
.ui-slider li, .ui-slider dd {
	position: absolute;
	overflow: visible;
	color: #666;
}
.ui-slider span.ui-slider-label {
	position: absolute;
	font-size: .9em;
}
.ui-slider li span.ui-slider-label, .ui-slider dd span.ui-slider-label {
	display: none;
}
.ui-slider li span.ui-slider-label-show, .ui-slider dd span.ui-slider-label-show {
	display: block;
}
.ui-slider span.ui-slider-tic {
	position: absolute;
	left: 0;
	height: .8em;
	top: -1.3em;
}
.ui-slider li span.ui-widget-content, .ui-slider dd span.ui-widget-content {
	border-right: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-top: 0;
	border-bottom: 0;
}
.ui-slider .first .ui-slider-tic, .ui-slider .last .ui-slider-tic {
	display: none;
}

/* Updates for profiles */
#profiles_page {
	margin-top: 8px;
}
#profiles_page .body {
	width: 940px;
	float: left;
	background: #f6f7f6;
	padding-bottom: 20px;
}
.top_controller {
background: #F6F7F6;
padding: 15px 15px 0px 15px;
}
#profiles_page .header {
	width: 940px;
	height: 84px;
	background: url(../img/bg_profile_header.jpg) no-repeat;
}
#profiles_page .header h1 { padding: 0; font-size: 34px; padding: 0px 0 0 15px; color: #5a5a5a; }
#profiles_page .header p  {
	padding: 15px 0 0 15px;
}
#profiles {
	width: 445px; 
	overflow: none;
	float: left;
	overflow: hidden;
}
#profiles_page #content {
	position: relative;
	margin-top: 45px;
	width: 475px; 
	float: left;
}

#profiles_page #content .contentinner {
	padding: 10px;
	margin-left: 30px;
	background: #fff;

	min-height: 580px; height:auto !important; height:580px;

}

#filters {
	display: none;
	clear: both;
	border: 1px solid #ccc;
	margin-top: 50px;
	margin-bottom: 10px;
}
#filters li {
	display: inline;
	padding-right: 8px;
}
.wrapper {
	padding: 50px 15px 15px 10px;
}

.filterThis li {
	display: block;
	float: left;
	width: 105px;
	height: 125px;
	overflow: hidden;
	text-align: center;
}
.filterThis li a {
	color: #aaa;
	cursor: pointer;
}
.filterThis li a:hover {
	color: #666666;
}
.filterThis li a span {
	display: block;
	width: 95px;
}

.scroller {
	padding: 45px 40px 0px 45px;
}
.ui-slider span.ui-slider-label {
	width: 65px;
}

.loading {
	position: absolute;
	left: 45%;
	top: 30%;
}
.alignmiddle {
	vertical-align: middle;
}
h1.profilesheader {
	padding: 40px 30px;
	line-height: 140%;
	text-align: right;
	color: #ccc;
	font-size: 24px;
}
