/* This file skins sliders */
.ui-slider {
	width: 200px;
	height: 23px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
}

.ui-slider-handle {
	position: absolute;
	z-index: 1;
	height: 23px;
	width: 12px;
	top: 0px;
	left: 0px;
	background-image: url(http://www.macfound.org/atf/cf/%7BB0386CE3-8B29-4162-8098-E466FB856794%7D/SLIDER-HANDLE.GIF);
}

.ui-slider-handle-active {
	border: 1px dotted black;
}

.ui-slider-disabled .ui-slider-handle {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.ui-slider-range {
	position: absolute;
	background: #50A029;
	opacity: 0.3;
	filter: alpha(opacity = 30);
	width: 100%;
	height: 100%;
}

/* Default slider backgrounds */
.ui-slider,.ui-slider-1 {
	background-image: url(http://www.macfound.org/atf/cf/%7BB0386CE3-8B29-4162-8098-E466FB856794%7D/SLIDER-BG-1.PNG);
}

.ui-slider-2 {
	background-image: url(http://www.macfound.org/atf/cf/%7BB0386CE3-8B29-4162-8098-E466FB856794%7D/SLIDER-BG-2.PNG);
}

#contentSearchForm {
	display: none;
}

iframe {
	display: none;
}

.page_links_wrapper a {
	padding: 2px;
}

.page_links_wrapper a.selected {
	font-weight: bold;
}

.pager {
	display: none; 
	float: left; 
	width: 100%;
}

#search_results .pager {
	border-bottom: 1px solid;
	padding: 0 0 3px 0;
	margin: 0 0 7px 0;	
}

.pager_text {
	float: left;
}

.page_links_wrapper {
	visibility: hidden; 
	float: right;
}

#search_links {
	list-style: none;
}

#search_links, #search_links li {
	margin: 0;
	padding: 0;
}

#search_links li {
	clear: both;	
	margin-bottom: 2em;
	border-bottom: 1px solid #ccc;
}

div.blockMsg {
	padding: 0;
	margin: 0;
	width: 30%;
	top: 40%;
	left: 35%;
	text-align: center;
	color: #000;
	border: 0;
}

div.midRight div {
	background-color: #ebeae5;
	padding: 4px;
}

#search_links img.videoImgLeft {
	float: left;
	margin-right: 1em;	
}

table.contentTable hr {
	display: none;	
}

#sidebar {
	width: 201px;
}

