/** Category breadcrumb **/
#ndtrcCategories {
	overflow: hidden;
	margin-bottom: 10px;
}

#ndtrcCategories a {
	color: #a70069;
	font-weight: normal;
	padding: 2px 0 2px 2px;
}

#ndtrcCategories a.active {
	text-decoration: none;
	background-color: #a70069;
	color: #fff;
    padding-right: 2px;
}

#ndtrcCategories ul {
	list-style: none;
}

#ndtrcCategories li {
	float: left;
}

#ndtrcCategories .separator {
	margin: 0 1px;
}

#ndtrcOverview .overviewRootCategory>ul {
	margin: 0px;
	padding: 0px;
}

.overviewRootCategory {
	width: 700px;
	margin-bottom: 20px;
	float: left;
	list-style: none;
}

/** NDTRC Loading items container **/
div.ndtrcNoResults {
	margin-top: 5px;
	padding: 15px 10px 15px 40px;
	height: 35px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
	text-align: center;
	vertical-align: middle;
	background: url(/images/icons/filterInfo.png) no-repeat 2% 50% #F0EFD3;
	border: 1px dotted #ccc;
}

div.ndtrcLoading>.loadingText {
	background: #fff url(/site_files/ndtrc/images/ajax-loader.gif) 10px 8px
		no-repeat;
	height: 33px;
	padding-left: 22px;
	padding-top: 17px;
	color: #B6B6B6;
	width: 330px;
	display: inline-block;
}

div.ndtrcLoading {
	width: 480px;
	text-align: center;
}

div.loaderMaps {
	position: absolute;
	top: 160px;
	left: 100px;
	z-index: 100;
}
div.loaderFilters {
	width: 187px;
	text-align: left;
}
div.loaderFilters>.loadingText {
	background: transparent url(/site_files/ndtrc/images/ajax-loader.gif) 0px 8px no-repeat;
    height: 41px;
    padding-left: 40px;
    padding-top: 8px;
    color: none;
	background-color: transparent;
    width: 136px;
    display: inline-block;
}

#ndtrcSearchCriteria {
	background-color: #F0EFD3;
	border: 1px dotted #ccc;
	display: block;
	padding: 10px;
	margin-bottom: 10px;
}

.ndtrcFilterInfo h4 {
	margin-bottom: 5px;
}

.overviewLinkList {
	width: 225px;
	float: left;
	list-style: none;
}

select.ndtrcSelectCategory {
	border: 1px solid #7e9eb7;
	padding: 2px 3px;
	float: right;
	display: none;
	max-width: 195px;
	margin-top: 6px;
}

/** Category filter block sidebar **/
.ndtrcSideCategory {
	padding-left: 12px;
}

#ndtrcSideCategory {
	width: 230px;
	overflow: hidden;
}

#ndtrcSideCategory>ul {
	padding-left: 0px;
}

#ndtrcSideCategory li strong {
	font-size: 120%;
}

#ndtrcSideCategory li {
	display: block;
	margin: 0;
	list-style-type: none;
	float: left;
	width: 100%;
	color: #000;
}

#ndtrcSideCategory li li {
	padding-left: 0px;
	font-size: 11px;
	font-weight: normal;
}

#ndtrcSideCategory li.folded>ul {
	display: none;
}

#ndtrcSideCategory>ul>li {
	font-size: 13px;
	font-weight: bold;
}

#ndtrcSideCategory ul,#ndtrcSideCategory li,#ndtrcSideCategory span {
	vertical-align: -1px;
}

#ndtrcSideCategory>ul>li>.categoryHolder {
	vertical-align: 1px;
}

#ndtrcSideCategory li .fold {
	position: relative;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: center center;
	width: 16px;
	height: 20px;
	float: left;
	cursor: pointer;
}

#ndtrcSideCategory li span.categoryHolder,#ndtrcSideCategory .checkCategory
	{
	cursor: pointer;
	cursor: hand;
}

#ndtrcSideCategory .checkCategory {
	margin-left: 2px;
}

.checkCategory label {
	float: none;
	font-weight: normal;
}

#ndtrcSideCategory li.folded>div.fold,#ndtrcSideCategory li.unfolded>div.fold
	{
	margin-left: 3px;
	padding-left: 3px;
}

#ndtrcSideCategory li.folded>div.fold {
	background: url(/images/icons/ndtrc_arrow_right.png) 0px 2px no-repeat;
}

#ndtrcSideCategory li.unfolded>div.fold {
	background: url(/images/icons/ndtrc_arrow_down.png) 0px 0px no-repeat;
}

#ndtrcSideCategory>h2 {
	margin-bottom: 5px;
}

#ndtrcSideCategory input[type=checkbox],#ndtrcSideCategory input.radio {
	margin: 3px 3px 3px 6px;
	top: 0px;
}

*+html #ndtrcSideCategory input[type=checkbox],*+html #ndtrcSideCategory input.radio
	{
	margin: 0 1px 0 1px;
}

#ndtrcSideCategory input[type=checkbox],#ndtrcSideCategory input.radio {
	margin: 0 1px 0 3px\0/;
}

#ndtrcSideCategory .checkCategory {
	vertical-align: 2px;
}

#ndtrcSideCategory button {
	float: right;
	margin-right: 7px;
	font-weight: normal;
	background-color: #000;
	margin-bottom: 5px;
	display: block;
	padding: 3px 10px;
	line-height: 18px;
}

span.ndtrcInfoNotice {
	position: absolute;
	padding-left: 7px;
	z-index: 200;
	width: 200px;
}

span.ndtrcInfoNotice .ndtrcInfoText {
	display: block;
	background-color: #F0EFD3;
	border: 1px dotted #CCCCCC;
	padding: 5px;
	z-index: 1;
	float: right;
	width: 181px;
	margin-left: -1px;
}

span.ndtrcInfoNotice .ndtrcPointer {
	display: block;
	width: 8px;
	height: 17px;
	margin-top: 6px;
	background: url(/images/icons/ndtrc_info_bullet.png) no-repeat 0px 0px;
	z-index: 2;
	float: left;
}

/** Search block sidebar **/
#ndtrcSideSearch {
	display: inline-block;
	padding: 5px;
	border: 1px solid #a70069;
	background-color: #a70069;
	margin-bottom: 13px;
	color: #fff;
}

#ndtrcSideSearch h2 {
	color: #fff;
}

#ndtrcSideSearch input.text {
	height: 14px;
	width: 168px;
	padding: 2px;
}

#ndtrcSideSearch input {
	vertical-align: top;
	clear: both;
}

#ndtrcSideSearch label {
	padding-top: 5px;
	float: left;
	font-weight: bold;
	clear: both;
	min-width: 100px;
	cursor: default;
}

#ndtrcSideSearch select {
	clear: both;
	height: 22px;
	width: 175px;
	padding: 2px;
}

#ndtrcSideSearch .imageButton {
	float: right;
}

.ndtrcSearchButton {
	background: #000;
	padding: 3px 10px; !
	padding: 3px 3px;
	border: 0px;
	float: right;
	display: inline-block;
	cursor: pointer;
	margin-top: 11px;
}

#leftContainer #ndtrcSideSearch {
	width: 201px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#leftContainer #ndtrcSideSearch input.text {
	width: 195px;
}

#leftContainer #ndtrcSideSearch select {
	width: 202px;
}

/** Filter block sidebar **/
#ndtrcSideFilter {
	margin-bottom: 13px;
}

#ndtrcSideFilter ul {
	padding-left: 0;
}

#ndtrcSideFilter li {
	list-style: none;
	margin: 2px 0px;
}

#ndtrcSideFilter a {
	color: #6D6D6D;
}

#ndtrcSideFilter a:hover {
	color: #000;
}

#ndtrcSideFilter a.selected {
	color: #000;
	background: url(/images/icons/deleteFilter.png) no-repeat 100% 42%;
	padding: 1px 20px 0 0;
	z-index: 1;
}

#ndtrcSideFilter a.selected:hover {
	background: url(/images/icons/deleteFilterHover.png) no-repeat 100% 42%;
	text-decoration: line-through;
}

#ndtrcSideFilter .filterContainer {
	margin-bottom: 13px;
}

#ndtrcSideFilter .explanation {
	background-color: #d27973;
	margin-top: 10px;
	padding: 5px 5px 0px 5px;
}

#ndtrcSideFilter .ndtrcNoFilter,#ndtrcSideFilter .ndtrcFilterInfo,#ndtrcSideFilter .ndtrcLoadingFilters
	{
	margin: 5px 0 10px 0;
}

#ndtrcSideFilter .ndtrcLoadingFilters {
	background: url(/images/icons/loading.gif) no-repeat top right;
	display: none;
}

#ndtrcSideFilter .ndtrcLoadingFilters strong {
	margin-right: 40px;
	display: block;
}

h3#contentTopPageTitle.ndtrcTitle {
	margin-bottom: 0px !important;
	height: 33px;
}

.ndtrcSortItems span.ndtrcSeparator {
	padding: 0 4px;
}

.ndtrcSortItems .asc,.ndtrcSortItems .desc {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding: 0 12px 0 0;
}

.ndtrcSortItems .asc {
	background: url(/images/icons/sortDown.jpg) no-repeat 100% 3px;
}

.ndtrcSortItems .desc {
	background: url(/images/icons/sortUp.jpg) no-repeat 100% 4px;
}

/** Item list content **/
.ndtrcLoading {
	display: none;
}

.ndtrcItemList {
	margin-bottom: 13px;
}

.ndtrcItemList li {
	padding: 10px 0 5px 10px;
	border-bottom: 1px solid #D9D9D9;
	min-height: 110px;
}

.itemCount {
	color: #AFAFAF;
	float: left;
	padding: 8px 0px 0px 5px;
}

.ndtrcItemList .imageHolder {
	float: left;
}

.ndtrcItemList .imageHolder .favorite {
	position: absolute;
	vertical-align: top;
	margin: -8px 0 0 -8px;
	z-index: 100;
}

.ndtrcItemList .imageHolder img {
	margin-left: -10px;
	z-index: 90;
}

.ndtrcItemList .textHolder {
	padding-left: 118px;
}

.ndtrcItemList .textHolder .ItemHead {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.cleaner {
	clear: both;
}

.ndtrcItemList .textHolder .text {
	float: left;
	width: 315px;
}

.ndtrcItemList .textHolder .subheader {
	float: left;
	width: 315px;
	color: #B6B6B6;
}

.ndtrcItemList .textHolder .googleMapsMarker {
	float: right;
	margin-right: 7px;
}

.ndtrcItemList .textHolder .googleMapsMarker img {
	cursor: pointer;
}

.FilterInfoKnop {
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	text-decoration: underline;
	color: #000;
	padding-left: 40px;
	background: url(/images/icons/filterInfo.png) no-repeat 2% 50% #F0EFD3;
	border: 1px dotted #ccc;
}

#ndtrcDetails {
	margin-bottom: 20px;
}

#ndtrcDetails #photoContainer {
	margin-top: 10px;
}

#ndtrcDetails #photoContainer .large {
	float: left;
	margin-right: 7px;
}

#ndtrcDetails #photoContainer .small {
	float: left;
}

#ndtrcDetails #photoContainer .small img {
	clear: both;
	float: left;
	margin-bottom: 6px;
}

#ndtrcDetails h3 span.titleLocation {
	margin-left: 10px;
	line-height: 20px;
	color: #afafaf;
	font-weight: normal;
	font-size: 110%;
	vertical-align: top;
}

#ndtrcDetails ul {
	padding-left: 0px;
	margin-bottom: 10px;
}

#ndtrcDetails ul li {
	list-style: none;
}

#ndtrcDetails .tabMenu {
	float: left;
	clear: both;
	font-size: 110%;
}

#ndtrcDetails .tabMenu li {
	float: left;
}

#ndtrcDetails .tabMenu li a {
	padding: 2px 4px;
}

#ndtrcDetails .tabMenu li a:hover,#ndtrcDetails .tabMenu li a.active {
	background: #b21f16;
	color: #fff;
	text-decoration: none;
}

#ndtrcDetails .separator {
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 10px;
	clear: both;
}

#ndtrcDetails .tabContainer {
	display: none;
}

.textHolder .dateHolder {
	line-height: 20px;
}

#ndtrcSideSearch .dateSpecifier {
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}

#ndtrcSideSearch .dateSpecifier {
	color: #dc99b7;
}

#ndtrcSideSearch .dateSelect > a#datePicker {
	margin-left: 4px;
	line-height: 22px;
}

#ndtrcSideSearch .dateSpecifierActive {
	text-decoration: underline;
	font-weight: bold;
	padding-left: 13px;
	background: url("/images/icons/arrow_small_white.png") no-repeat scroll 2px 5px transparent;
	cursor: default;
	color: #fff;
}
#ndtrcSideSearch .ui-datepicker-trigger {
	
	float:left;
}
#ndtrcEventNodes {
	display: none;
}

.ndtrcSideSearchTab {
	float: left;
	width: 101px;
	padding-left: 10px;
	padding-top: 8px;
	margin-top: -13px;
	height: 24px;
	cursor: pointer;
	background: url('/images/backgrounds/tab_inactive.png');
}

.ndtrcSideSearchTab a {
	text-decoration: none;
}

.ndtrcSideSearchTabActive {
	background: #a70069;
	cursor: default;
}

.ndtrcSideSearchFirstTab {
	margin-right: 1px;
}

.dataViewContent .contactInfo {
	margin-top: 5px;
	margin-bottom: 10px;
}

.locationImage img {
	margin-bottom: 5px;
	margin-top: 5px;
}

.dataViewContent #map_canvas {
	border: 1px solid #d3d3d3;
	width: 186px;
	height: 186px;
	background-color: #fff;
	margin-bottom: 7px;
}

.contentIntro a {
	cursor: pointer;
}

.dataViewContent {
	margin-bottom: 15px;
}

.dataViewContent .titleContainer {
	padding-bottom: 7px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d9d9d9;
}

.dataViewContent .introTitle {
	float: left;
	margin-right: 10px;
}

.dataViewContent .itemLocation {
	color: #afafaf;
	font-size: 14px;
	float: left;
	margin-top: 7px;
}

.dataViewContent .catGroup {
	border-top: 1px solid #d9d9d9;
}

.dataViewContent .itemProperties {
	border-bottom: 1px solid #d9d9d9;
}

.dataViewContent .catGroup .catGroupName {
	padding-top: 6px;
	padding-bottom: 6px;
	cursor: pointer;
	background: #fff url('/images/icons/bullet_arrow_right_big.png') 467px
		12px no-repeat;
}

.dataViewContent .catGroup.folded .catGroupName {
	background: #fff url('/images/icons/bullet_arrow_right_big.png') 467px
		12px no-repeat;
}

.dataViewContent .catGroup.unfolded .catGroupName {
	background: #fff url('/images/icons/bullet_arrow_down_big.png') 464px
		12px no-repeat;
}

.dataViewContent .catGroup .catGroupName h3 {
	float: none;
}

.dataViewContent .catGroup.folded .catGroupCategories {
	display: none;
}

.dataViewContent .catGroup .catGroupCategories {
	padding-bottom: 10px;
}

.dataViewContent .catGroup .catGroupCategories .categoryTitle {
	font-weight: bold;
}


.catGroup{
    background-repeat: no-repeat;
    background-position: 5px 4px;
    padding-left: 40px;
}

.dataViewContent .catGroup h3, .dataViewContent .catGroup .alternateHeading {
	padding: 0;
}
.dataViewContent .catGroup .catGroupName{   
    padding-top: 6px;   
    padding-bottom: 6px;
    cursor: pointer;
    background: #fff url('/images/icons/bullet_arrow_right_big.png') 430px 8px no-repeat;
}

.dataViewContent .catGroup.folded .catGroupName{
    background: #fff url('/images/icons/bullet_arrow_right_big.png') 430px 8px no-repeat;
}
.dataViewContent .catGroup.unfolded .catGroupName{
    background: #fff url('/images/icons/bullet_arrow_down_big.png') 430px 10px no-repeat;
}
.dataViewContent .catGroup.folded .catGroupCategories{
    display: none;
}



/** Filter column **/
#filter-68 a {
	letter-spacing: 4px;
	font-family: "Tahoma", "Verdana";
}

.filterContainer {
	width: 100%;
	display: block;
	float: left;
}

.filterContainer>strong {
	font-size: 12px;
}

#setFiltersLink {
	width: 186px;
	height: 30px;
	background: url('/images/buttons/ndtrc_filter_results.png') 0 0
		no-repeat;
	display: block;
	overflow: hidden;
	margin: 3px 0;
	cursor: pointer;
}

.interactiveMapTrigger{
	position: relative;
}

.interactiveMapTrigger .enlarger{
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
}

.interactiveMapTrigger:hover .enlarger{
    display: block;
}

/** MAINTENANCE MODE */
.ndtrcMaintenance {
	background: #B21F16 url('/site_files/ndtrc/images/warning.png') 12px 12px no-repeat;
    color: #fff;    
    padding-bottom: 12px;
    padding-top: 9px;
    padding-left: 58px;
    padding-right: 30px;
    font-weight: bold;
}

.eventSearchOptions p{
    margin: 8px 0px;
	
}
