/* ONLY CONTAINS THE HIDING OF DEFAULT ELEMENTS */

div.footer, div#folders_splitter{
	display: none;
}

/* div#header-search.searchNode, div#header-status, div.container.navcontainer.esriFloatLeading */

/* CUSTOM (OVERWRITED) LAYOUT - NOT LOGGED IN */

.esri div#body{
	margin: 0 !important ;
}

/* TITLE*/
div#page_title_div{
	background-color: white;
    left: 25px;
    position: relative;
    top: 105px;
    width: 649px;
}

span#galleryTitle{
    font-family: LeagueGothic-Regular !important;
    font-size: 23px;
}
/* END TITLE */
/* TOOLBAR */

span#gallerySelectorLinks{
	left: 25px;
    position: relative;
    width: 663px;
	top: 75px ;
}

a#mapFilterSelector, a#appFilterSelector, a#mobileFilterSelector{
	font-family: OpenSans-Regular ;
	font-size: 12px ;
}

/* END TOOLBAR */

/* GALLERY */
div#gallery{
	background-color: white ;
	width: 680px ;
	left: 40px ;
	top: 168px ;
	height: 315px;
	position: absolute !important ;
	overflow-x: hidden ;
	overflow-y: auto ;
}

div.galleryDescriptionContainer{
	display: none ;
}

/* IMG */
#gallery .galleryNode img.galleryThumbnail{
	height: 115px;
    left: 20px;
    max-height: 115px;
    max-width: 150px;
    position: relative;
    width: 150px;
}

.galleryNode div.galleryLabelContainer{
	width: auto ;
	position: relative;
    top: 3px;
}

#gallery #gallery_Gallery .galleryBackground div.galleryNode{
	height: 128px ;
	width: 185px ;
}

/* END GALLERY */

/* SIDE BAR */
div#organizationSideNote{
	background-color: white;
    padding: 10px;
    position: relative;
    right: 30px;
    top: 41.5px;
}

span#findSpan{
	border: 0 none;
    color: #3c3c3c;
    font-family: "LeagueGothic-Regular";
    font-size: 16px;
    font-weight: normal;
    margin-top: 0;
    padding: 0;
	text-transform: uppercase ;
}

p.esriItemLinks{
	margin-top: 20px ;
}

p.esriItemLinks a{
	font-family: OpenSans-Regular;
	font-size: 11px ;
}

.esriItemLinks a, .esriItemLinks a:link, .esriItemLinks a:hover, .esriItemLinks a:active, .esriItemLinks a:visited{
	color: #3c3c3c;
}
/* END SIDE BAR */

/* POPUP */

.dijitContentPane.galleryPopup .itemDetail img.itemThumbnail{
	height: 115px;
	width: 150px ;
}

.dijitContentPane.galleryPopup .itemDetail.medium.left div.itemThumbnailContainer{
	width: 0px !important ;
}

div#gallery_Gallery_popup.galleryPopup.dijitContentPane{
	width: 415px ;
}

div#gallery_Gallery_popup div.itemTextContainer{
	left: 170px;
    margin-left: 0;
    margin-right: 10px;
    position: absolute;
    top: 9px;
}