body,p,form,table {
	padding: 0px;
	margin: 0px;
	font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans,
		sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 25px;
}

h2 {
	color: #999;
	font-size: 21px;
}

h3 {
	font-size: 18px;
	color: #999;
}

h4 {
	font-size: 13px;
	display: inline;
}

h5 {
	display: inline;
	font-size: 12px;
	color: #999;
}

h6 {
	display: inline;
	color: #999;
	font-size: 11px;
	color: #999;
}

ul {
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0px;
}

a,a:active,a:visited {
	color: #3078CA;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

table.wide-table {
	width: 100%;
}

.header {
	border-bottom: 1px solid #EAEAEA;
	padding: 10px 10px 10px 10px;
}

.header .sitename {
	float: left;
	padding: 3px 10px 0 0;
	margin: 3px 0 0 0;
	color: #000;
}

.header .sitename a,.header .sitename a:active,.header .sitename a:visited,.header .sitename a:hover
	{
	color: #000;
	text-decoration: none;
}

.footer {
	text-align: center;
}

.searchbox {
	position: relative;
}

.searchbox .landing {
	padding: 30px 0px 30px 0px;
}

.searchbox .general {
	float: right;
	margin: 4px 0;
	padding: 0;
}

.searchbox .landing .text,.searchbox .general .text {
	border: 1px solid #999;
	background: #fbfbfb;
	height: 30px;
	padding: 2px 4px;
	width: 500px;
}

.searchbox .landing .submit,.searchbox .general .submit {
	background: transparent;
	border: 0 none;
	top: 4px;
	vertical-align: top;
}

.search-didyoumean {
	font-style: italic;
	font-weight: 300;
	color: #7A7A7A;
	font-size: 15px;
}

.search-breadcrumbs {
	font-size: 13px;
	font-weight: 300;
	color: #000;
}

.search-didyoumean a,.search-didyoumean a:active,.search-didyoumean a:visited
	{
	color: #0ec400;
	font-weight: bold;
	text-decoration: none;
}

.search-didyoumean a:hover {
	color: #000;
	text-decoration: underline;
}

.content {
	width: 100%;
}

.results {
	padding: 10px;
	vertical-align: top;
}

.results .results-header {
	width: 100%;
	border-bottom: 1px solid #EAEAEA;
	padding-bottom: 5px;
}

.results .results-footer {
	width: 100%;
	border-top: 1px solid #EAEAEA;
	padding-top: 5px;
}

/*
*	Use this for doing alternate row colors.
*/
.alt-row-color {
	background: #e6f1f7;
}

/*
*	Use this for highlighting a row.
*/
.highlight-row-color {
	background: #6CF;
}

.num-links {
	text-align: middle;
}

.sort-links {
	text-align: middle;
}

.showing-items {
	text-align: left;
}

.page-links {
	text-align: right;
}

/*
*	Facets
*/
.facets {
	vertical-align: top;
	padding-left: 10px;
	border-right: 1px solid #EAEAEA;
	width: 230px;
}

.hits {
	color: #666666;
	font-size: 9px;
}

/*
*	Taxonomy facet
*/
.list-facet ul {
	margin-left: 5px;
	padding-left: 0 5px 0 5px;
	font-size: 13px;
	font-weight: bold;
	list-style-type: none;
	text-indent: -5px;
}

.list-facet ul li {
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
}

.arrow {
	display: inline-block;
	width: 11px;
	height: 11px;
	padding-left: 5px;
	background: url("images/plus.png") no-repeat 0 0;
}

.arrow.open {
	background: url("images/minus.png") no-repeat 0 0;
}

.arrow.blank {
	background: url("images/blank.gif") no-repeat 0 0;
}

.spinner {
	background: url('images/spinner.gif') no-repeat center center
		transparent;
	width: 100%;
	height: 100%;
	border: none;
}

/*
*	Overrides jQuery UI AutoComplete CSS properties
*/
.ui-autocomplete {
	font-size: 12px;
	padding-left: 5px;
	width: 490px;
}

.ui-autocomplete .ui-menu {
	padding: 0px;
}

.ui-autocomplete .ui-menu-item {
	background: #f9f9f9;
	border: 0px;
}

.ui-autocomplete .ui-menu-item a {
	color: #666;
}

.ui-autocomplete .ui-menu-item .ui-state-hover {
	color: #000;
	background-color: #f9f9f9;
	background-image: none;
	border: 0px;
}

.ui-autocomplete .ui-menuitem-category {
	color: #7A7A7A;
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

/*
*	Overrides jQuery Dialog CSS properties
*/
.ui-dialog .ui-dialog-buttonpane {
	border: 1px solid #EAEAEA;
}

.ui-dialog .ui-button-text {
	font-weight: bold;
}

.ui-dialog .ui-dialog-titlebar {
	color: #999999;
	background: #f9f9f9;
	border: 0px;
}

.ui-dialog .ui-dialog-buttonpane {
	border: 0px;
}

.ui-dialog .ui-button,.ui-dialog .ui-dialog-titlebar-close {
	background: #f9f9f9;
}

/*
*	CSS properties to display checkbox facet or any other facet type within a popup box. 
*/
.dynamic-facet {
	padding: 4px;
	font-size: 12px;
}

.dynamic-facet tr td {
	font-size: 13px;
	font-weight: bold;
	padding: 6px;
}

.dynamic-facet tr td.checkbox {
	width: 25px;
}

.dynamic-facet tr td.checkbox-label {
	width: 45%;
}