#treelink-popup {
	position: absolute;
	border: 1px black solid;
	background: white;
	padding: 0 0 8px 8px;
	box-shadow: 2px 2px 0.5em rgba( 0, 0, 0, 0.5 );
	font-size: 0.7em;
	overflow: hidden;
}

.registreeContainer
{
	width: 950px;
	font-size: 10pt;
	padding: 10px;
}

#left-cont {
	margin: 0 !important;
	width: 940px !important;
}

.registreeContainer .edit .Panel td input,
.registreeContainer .edit .Panel select,
.registreeContainer .edit .Panel textarea {
	padding: 2px 4px;
	margin: 2px;
	border: 1px solid #A09D9E;
	font-size: small;
	min-height: 18px;
}

#navigation-container {
	background:#336666;
	height: 33px;
	width: 952px;
	margin: auto;
	border-color:#4E6176;
	border-style:solid none;
	border-width:1px 0;
} 

.registree #hdr {
	height: 160px;
}

.registree #nav {
	width: inherit;
	border: none;
	background-color:#336666 !important;
}
#ftr-nav {
  background: none no-repeat scroll left top #336666 !important;
}
.registree #rightnav li.off a,
#nav li.off a {
  color: #EBBC58 !important;
}
.registree #rightnav {
	float:left;
	font-size:105%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 0 6px;
	padding:2px 0 2px 10px;
	width:inherit;
	}
.registree #rightnav li {
	float: left;
	margin: 0;
	padding: 0;
	}
.registree #rightnav li.off a{
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #A7C6DD;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	}
.registree #rightnav li.off a:hover{
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color:#D96708;
	font-weight: bold;
	text-decoration:none;
	}
.registree #rightnav li.on a{
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #D96708;
	font-weight: bold;
	text-decoration:none;	
	border-bottom: none;
	}


.noscript
{
	border-top: 2px #ffcc00 solid;
	border-bottom: 2px #ffcc00 solid;
	background-color: #ffff80;
	padding: 20px;
	font-size: 120%;
}

#homepage-stats
{
	float: right;
	width: 400px;
	border: 2px black solid;
}

li.icon-menu-item
{
	list-style: none;
	font-size: 13pt;
	height: 40px;
}
.icon-menu-item a
{
	padding-left: 45px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 40px;
}

.icon-tree-add a, h2.icon-tree-add
{
	background-repeat: no-repeat;
	background-image: url(ab/images/icons/tree_add.png);
}

.icon-images a, h2.icon-images
{
	background-repeat: no-repeat;
	background-image: url(ab/images/icons/images.png);
}

.icon-tree-goto a, h2.icon-tree-goto
{
	background-repeat: no-repeat;
	background-image: url(ab/images/icons/tree_goto.png);
}

.icon-reports a, h2.icon-reports
{
	background-repeat: no-repeat;
	background-image: url(ab/images/icons/reports.png);
}

.icon-observation a, h2.icon-observation
{
	background-repeat: no-repeat;
	background-image: url(ab/images/icons/observation.png);
}

.icon-stats a, h2.icon-stats
{
	background-repeat: no-repeat;
	background-image: url(ab/images/icons/stats.png);
}

.icon-question a, h2.icon-question
{
	background-repeat: no-repeat;
	background-image: url(ab/images/icons/question.png);
}

.icon-exclamation a, h2.icon-exclamation
{
	background-repeat: no-repeat;
	background-image: url(ab/images/icons/exclamation.png);
}

.icon-map a, h2.icon-map
{
	background-repeat: no-repeat;
	background-image: url(ab/images/icons/map.png);
}

.icon-directions a, h2.icon-directions
{
	background-repeat: no-repeat;
	background-image: url(ab/images/icons/directions.png);
}

.icon-wrench a, h2.icon-wrench
{
	background-repeat: no-repeat;
	background-image: url(ab/images/icons/wrench.png);
}

.icon-tree a, h2.icon-tree
{
	background-repeat: no-repeat;
	background-image: url(ab/images/icons/tree.png);
}

.icon-tree-search a, h2.icon-tree-search
{
	background-repeat: no-repeat;
	background-image: url(ab/images/icons/tree_search.png);
}

h2.icon {
	padding-left: 45px;
	border-top: none;
}

.icon-user a, h2.icon-user
{
	background-repeat: no-repeat;
	background-image: url(ab/images/icons/user.png);
}

.icon-user a, h2.icon-roles
{
	background-repeat: no-repeat;
	background-image: url(ab/images/icons/roles.png);
}

.icon-user-add a, h2.icon-user-add
{
	background-repeat: no-repeat;
	background-image: url(ab/images/icons/user-add.png);
}

.inputForm
{
	font-size: 110%;
}


h2
{
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	border-top: 1px #c0c0c0 solid;
}

.bigButton
{
	font-size: 125%;
	padding: 5px;
}

div.form_error
{
	color: red;
	font-size: 105%;
	border-top: 1px red solid;
	border-bottom: 1px red solid;
	padding: 10px;
	margin: 10px;
	background: #faa;
}
div.form_error li
{
	list-style: none;
}

div.form_action
{
	padding: 10px;
	margin: 10px;
	background: #e0e0e0;
	border-top: 1px #c0c0c0 solid;
	border-bottom: 1px #c0c0c0 solid;
}
div.form_action input {
	margin: 2px;
}

.smallbutton {
	padding: 4px 8px;
}


div.form_message
{
	color: green;
	font-size: 105%;
	border-top: 1px green solid;
	border-bottom: 1px green solid;
	padding: 10px;
	margin: 10px;
	background: #afa;
}

#search-results td, #search-results th  {
	padding: 5px;
	margin: 5px;
}

#search-results {
	border-collapse: collapse;
}

.search-table-types {
	padding-bottom: 5px;
}

.datatable td, .datatable th
{
	padding: 5px;
	margin: 5px;
}

.datatable
{
	border-collapse: collapse;
}

.leftPanel h2, .rightPanel h2  {
	padding-top: 10px;
	padding-bottom: 12px;
	border-bottom: 1px #aaaabb solid;
	border-top: 1px #aaaabb solid;
}

.btnDelete
{
	border: 1px #f04040 solid;
}

.Panel th, .Panel td
{
	vertical-align: top;
}
.Panel th
{
	white-space:nowrap;
	padding-right: 10px;
}

/* Make sure any Panel div's inside the leftPanel and rightPanel are 100% wide */
div.leftPanel > div.Panel { width: 100%; }
div.rightPanel > div.Panel { width: 100%; }

#map
{
	border: 2px black solid;
}

.Panel
{
	margin-bottom: 10px;
	width: 460px;
}

.leftPanel {
	float: left;
}

.rightPanel {
	float: right;
	clear: right;
}

#panelLocation {
	float: right;
}

#panelDetails {
}

#panelObservations {
}

#panelObservations .datatable {
	margin-bottom: 10px;
}

#panelImages {
}

.number
{
	width: 50px;
}

select { width: 200px; }

input.input-changed, textarea.input-changed
{
	background-color: #ff8;
}
select.input-changed
{
	border: 2px #ff8 solid;
}

.whatsthis {
	padding-left: 10px;
	font-size: 90%;
}
.main-map {
  background-image: url("ab/images/abmap.png");
  background-position: right 120px;
  background-repeat: no-repeat;
	background-size: 200px;
  height: 550px;
  width: 100%;
}
.main-map p, .main-map label  {
	margin-top: 30px;
	width: 50%;
}

.advert {
    padding-left: 5px;
}

.search .advert {
	padding-left: 0px;
	margin-left: -10px;
	padding-bottom: 5px;
}

.notification {
    border: 1px #aab solid;
    padding: 10px;
    margin: 10px 5px;
    padding-left: 70px;
    min-height: 45px;
    width: 300px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    background-color: #fafbfb;

    /* Shadow */
    -moz-box-shadow: 2px 2px 2px #ccc;
    -webkit-box-shadow: 2px 2px 2px #ccc;
    box-shadow: 2px 2px 2px #ccc;

    /* Not visible by default */
    display: none;

    z-index: 999;
}

.notification:hover {
    background-color: rgba( 255, 255, 255, 1 );
}

.notification.alert {
    background-image: url( 'ab/images/icons/alert.png' );
}

.notification.information {
    background-image: url( 'ab/images/icons/notice.png' );
}
.notification.warning {
    background-image: url( 'ab/images/icons/warning.png' );
}
.notification.tenyear {
    background-image: url( 'ab/images/icons/10.png' );
}

.mini-notification a,
.mini-notification a:hover {
    height: 32px;
    width: 32px;
    display: block;
    color: transparent !important;
    background: none;
}
.mini-notification {
    top: -6px;
    position: relative;
    min-height: 32px;
    background-repeat: no-repeat;
    display: inline-block;
    color: transparent;
}
.mini-notification.information {
    background-image: url( 'ab/images/icons/32x32/notice.png' );
}
.mini-notification.warning {
    background-image: url( 'ab/images/icons/32x32/warning.png' );
}
.mini-notification.alert {
    background-image: url( 'ab/images/icons/32x32/alert.png' );
}
.mini-notification.tenyear {
    background-image: url( 'ab/images/icons/32x32/10.png' );
}

#index-intro {
	display: none;
}
