/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */

/* ------------------------- */
/* Geo Portal CSS */
@import url(geo_main.css);
@import url(geo_jquery_1-8-16.css);

/* these styles are liferay specific and control the look+feel when dragging and dropping portlets */
.drop-area {
	background-color: #D3DADD !important;
	border: 3px double #828F95
}

.active-area {
	background-color: #ffc !important;
	border: 3px double #828F95
}
/* END OF Geo Portal CSS */
/* ------------------------- */

/* ---------- Base styles ---------- */
/* all removed by ND */

/* ---------- Main content body ---------- */
#content-wrapper {
	margin: 0 auto;
	width: 90%;
	border: 1px solid #828F95;
	background-color: #fff;
	position: absolute;
	top: 10px;
	left: 10px
}

/* ---------- Banner ---------- */
/* all removed by ND */

/* ---------- Main navigation ---------- */
#navigation {
	background: #020509;
	border-top: 1px solid #304049;
	margin: 0 auto 20px;
	min-height: 2.2em;
	width: 100%;
}

#navigation ul {
	min-height: 2em;
	width: 90%;
}

#navigation li {
	border: 1px solid #304049;
	display: inline;
	margin: -1px 0 0 -1px;
	padding: 0;
}

#navigation a {
	color: #D3DADD;
	padding: 5px 20px;
}

#navigation li a {
	display: block;
	text-decoration: none;
}

#navigation li a span {
	text-decoration: none;
}

#navigation li.selected a,#navigation li a:hover {
	background-color: #1E2529;
	color: #fff;
}

#navigation li.selected a span {
	background: url(../images/navigation/bullet_selected.png) no-repeat 0
		50%;
	padding-left: 10px;
}

/* ---------- Add/remove page ---------- */
.js #navigation .enter-page {
	background-color: #1E2529;
	padding: 2px;
}

.js #navigation .enter-page a {
	background: none;
	display: inline;
	font-weight: bold;
	padding: 0;
}

.js #navigation .enter-page .save-page {
	background: url(../images/dock/my_place_current.png) no-repeat 0 50%;
	margin: 0 10px;
	padding-left: 20px;
}

.ie.js #navigation .enter-page .save-page {
	display: inline-block;
	padding-bottom: 5px;
	padding-top: 5px;
	vertical-align: top;
}

.js #navigation .enter-page .cancel-page {
	display: none;
}

.ie.js #navigation .enter-page {
	padding: 0;
}

.ie.js #navigation .enter-page input.text {
	margin: 2px;
	padding: 3px 1px;
}

.js #navigation {
	position: relative;
}

.js #add-page {
	background: #020509;
	border: 1px solid #304049;
	border-bottom: none;
	bottom: 100%;
	font-weight: bold;
	position: absolute;
	right: 5%;
}

.js #add-page a {
	display: block;
	text-decoration: none;
}

.js #add-page a span {
	background: url(../images/common/add.png) no-repeat 0 50%;
	display: block;
	margin-left: 15px;
	padding: 5px 20px 2px;
}

.js #add-page a:hover span {
	
}

/*------ Navigation portlet ------*/
.nav-menu-style-1 {
	
}

.nav-menu-style-2 {
	
}

/* ---------- Portlet wrapper and icons ---------- */
.portlet {
	background: #fff;
	border: 2px solid #828F95;
	margin: 0 0 10px;
	padding: 3px;
}

.portlet-topper {
	background: #D3DADD;
	border-bottom: 1px solid #AEB8BC;
	padding-right: 40px;
}

.portlet-title {
	padding: 5px;
}

.ie .portlet-title {
	padding-bottom: 5px;
}

body.lfr-has-sidebar {
	padding-left: 0;
}

.lfr-has-sidebar #content-wrapper {
	padding-left: 270px;
	width: auto;
}