@charset "UTF-8";
/* CSS Document */

/*-------------------+
| GENERAL MAP STYLES |
+-------------------*/

html
{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body
{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

#mapContainer
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

#map_canvas
{
	width: 100%;
	height: 100%;
	z-index: 0;
}

a img
{
	border: 0px;
}

/*-------------------+
|  MAP BUBBLE STYLES |
+-------------------*/

#map_canvas .contentTab
{
	width: 73px;
	height: 12px;
	margin-right: 2px;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#map_canvas .aboutImage
{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow:hidden;
}

#map_canvas .aboutDescription
{
	padding: 0px;
	margin: 3px;
	font: 12px Arial, Helvetica, sans-serif;
}

#map_canvas .officeItem
{
	margin: 0px;
	padding: 10px;
	font: 12px Arial, Helvetica, sans-serif;
}

#map_canvas .officeItem h4
{
	padding: 0px;
	margin: 0px;
}

#map_canvas .officeItem ul
{
	margin: 0px;
	margin-top: 5px;
	padding-left: 10px;
	list-style: none;
}

/*-----------------------+
| GENERAL SIDENAV STYLES |
+-----------------------*/

#sideMenu
{
	position: absolute;
	left: 0px;
	top: 62px;
	width: 250px;
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.9);
	-moz-box-shadow: 7px 7px 4px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 7px 7px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 7px 7px 4px 0px rgba(0,0,0,0.2);
}

#sideMenu a
{
	color: inherit;
	text-decoration: none;
}

#sideMenu a:active
{
	border: 0px none;
}

/*----------------------+
| SIDENAV HEADER STYLES |
+----------------------*/

#sideMenuHeader
{
	height: 75px;
	width: 100%;
	cursor: move;
}

#sideMenuHeader .logo
{
	width: 208px;
	height: 100%;
	float: left;
	background: url("../jpg/headarrow.jpg") no-repeat right;
	background-color: #e8e8e7;
}

#ramapoLogo
{
	margin-top: 13px;
	margin-left: 14px;
}

#sideMenuHeader .title
{
	background-color: #c16666;
	float: left;
	width: auto;
	height: 100%;
	width: 42px;
}

#sideMenuHeader .title h1
{
    color: #FFFFFF;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 22px;
    font-weight: bold;
    height: 100%;
    line-height: 22px;
    margin: 3px 0 0 15px;
}

/*-----------------------------+
| SIDENAV FILTER SELECT STYLES |
+-----------------------------*/

@import url("http://fonts.googleapis.com/css?family=PT+Sans");

#sideMenu h2
{
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 6px;
    margin-top: 9px;
}

#sideMenu hr
{
	margin: 0px 3px;
	height: 1px;
	border: 0px none;
	background-color: #000000;
}

#sideMenu .filterCategory
{
	margin: 5px 3px;
	overflow: hidden;
}

#sideMenu .filterCategory h3
{
	height: 30px;
	margin: 0px 1px;
	font: bold 12px Tahoma, Geneva, sans-serif;
	z-index: 500;
}

#sideMenu .filterCategory h3 a
{
	padding-left: 11px;
	padding-top: 6px;
	display: inline-block;
	height: 30px;
	width: 231px;
	background: url("../jpg/filterbgrepeat.jpg") repeat-x;
}

#sideMenu .filterCategory h3 a:hover
{
	background: url("../jpg/filterbgrepeatover.jpg") repeat-x;
}

#sideMenu .filterCategory .sectionContent
{
	display: none;
}

#sideMenu .filterCategory .sectionContent .scrollableContainer
{
	height: 100%;
	overflow-y: scroll;
}

#sideMenu .filterCategory .sectionContent .scrollableContainer .scrollableContent .notFound
{
	color: #cc0000;
	width: 210px;
	margin: auto;
	margin-top: 5px;
}

#sideMenu .filterCategory .sectionContent .scrollableContainer .scrollableContent .sortGroup .sortGroupHeader
{
	background-color: #d0d0cd;
	font: bold 12px Tahoma, Geneva, sans-serif;
	width: 207px;
	height: 18px;
	padding-left: 20px;
}

#sideMenu .filterCategory .sectionContent .scrollableContainer .scrollableContent .sortGroup .sortElement
{
	font: 12px Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-left: 10px;
}

#sideMenu .filterCategory .sectionContent .topBar .sortSelectButton
{
	display: block;
	float: left;
	text-align: center;
	font: bold 12px Tahoma, Geneva, sans-serif;
	background-color: #d0d0cd;
	margin: 3px 2px;
	padding-top: 6px;
	width: 118px;
	height: 24px;
}

#sideMenu .filterCategory .sectionContent .topBar .sortSelectButton:hover, #sideMenu .filterCategory .sectionContent .topBar .activeSortButton
{
	color: #FFF;
	background-color: #c16666;
}

#sideMenu .filterCategory .sectionContent .topBar .search
{
	width:190px;
	padding: 0px 5px;
	height: 21px;
	margin-left: 10px;
	background-color: #fff;
	border: 1px solid #000;
	clear: both;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#sideMenu .filterCategory .sectionContent .topBar .search .searchButton
{
	float: right;
	margin-right: -31px;
}

#sideMenu .filterCategory .sectionContent .topBar .search .fieldContainer .searchField
{
	background: none;
    border: 0px none;
	width: 100%;
	margin: 3px 0px;
}

/*------------------------------+
| SIDENAV FILTER SELECT STYLES  |
+-|-----------------------------+
| +-> BUILDING SELECTION STYLES |
+------------------------------*/

#buildings
{
	padding-top: 62px;
	margin-top: -62px;
}

#buildings .topBar
{
	height: 62px;
	margin-top: -62px;
}

/*--------------------------------+
| SIDENAV FILTER SELECT STYLES    |
+-|-------------------------------+
| +-> DEPARTMENT SELECTION STYLES |
+--------------------------------*/

#departments
{
	padding-top: 29px;
	margin-top: -29px;
}

#departments .topBar
{
	height: 26px;
	margin-top: -26px;
}

/*---------------------------+
| SIDENAV CUSTOM LIST STYLES |
+---------------------------*/

#sideMenu .mapNavList
{
	list-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 0px;
}

#sideMenu .mapNavList li
{
	font: bold 12px Tahoma, Geneva, sans-serif;
	color: #999999;
	background-color: #d0d0cd;
	margin: 2px 0px;
	height: 18px;
	padding-left: 25px;
}

#sideMenu .mapNavList li a
{
	color: #000000;
	width: 100%;
	display: block;
	padding-left: 25px;
	margin-left: -25px;
	height: 100%;
}

#sideMenu .mapNavList li a:hover, #sideMenu .mapNavList li a.active
{
	color: #ffffff;
	background-color: #c16666;
}

/*----------------------------+
| SIDENAV ICON TOGGLES STYLES |
+----------------------------*/

#iconToggles a
{
	background-color: #D0D0CD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	height: 18px;
	padding: 1px 11px;
	margin-left: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	font: bold 12px Tahoma, Geneva, sans-serif;
	width: 220px;
}

#iconToggles a:hover, #iconToggles a.active
{
	color: #ffffff;
	background-color: #c16666;
}