html body
{
  margin:0;
  padding:0;
  width:100%;
  font-family:'SansSerif';
	font-size:16px;
  /* body is centered, but moved definition to ideo_layout.php to avoid breaking tinyMCE layout */
}
html {
  position:absolute;
  top:0px;
  right:0px;
  bottom:0px;
  left:0px;
}
body {
	position:relative;
	z-index:1;
}
html body small, .small {
  font-size: 9px;
}

html body .dark {
  color: #292a29;
}
html body span.strong {
	font-weight: bold;
}
a {
  color:#799143;
  text-decoration: none;
	cursor:pointer;
}

a:hover {
	text-decoration: underline;
}
a:focus {
	-moz-outline-style: none;
}

/* - - - - - +atoms - - - - - */
.descriptor {
	font-weight:600;
}

#browse_page {
  min-width:950px;
  min-height:100%;
  background-color: #4d5b28;
  background-size: auto;
  background-repeat: repeat;
  /* background-image: url("/images/green-tex-4.jpg"); */
  background-attachment:fixed;
}

#browse_page .base_header_grad {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  height: 300px;
  background-image: url("/images/base-grads_v2.png");
  background-repeat:repeat-x;
  background-position:0px 0px;
  z-index:-1;
}

#browse_page .base_footer_grad {
  position: fixed;
  right: 0px;
  bottom:0px;
  left: 0px;
  height: 300px;
  background-image: url("/images/base-grads_v2.png");
  background-repeat:repeat-x;
  background-position:0px -300px;
  z-index:-1;
}



html .browse_div {
	position:relative;
  margin-right: auto;
  margin-left: auto;
  width:950px;
  max-width:950px;
  text-align: left;
}

.wrap
{
  width:918px;
  min-height:900px;
  margin:auto;
}

.header
{
  position:relative;
  width:100%;
  height:75px;
  margin:0 0 80px;
  border-bottom:1px solid rgb(170,170,170);
  border-bottom:1px solid rgba(255,255,255,0.4);
  z-index: 3;
}

.earth_award {
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
}

.logo {
  position:absolute;
  top: 23px;
  left: -10px;
}
.logo a {
  display:block;
  width:100%;
  height:100%;
}
.logo img {
  border:0;
}
.project_of_tbi {
  width: 140px;
  height: 38px;
  margin:0 0 0 9px;
}

#waypost {
  position: absolute;
  right: 14px;
  top: 52px;
}
#waypost img {
  width: 15px;
  height: 15px;
}

.top_nav_zone
{
  position:absolute;
  width:100%;
  height:45px;
  bottom:0px;
}

#top_nav
{
  position:relative;
  height:45px;
  line-height:40px;
  padding:0 140px 0 0;
  margin:0;
  text-align:center;
  list-style-type:none;
  
  -webkit-font-smoothing:subpixel-antialiased;
}
#top_nav li
{
  display:inline-block;
  height:35px;
  padding:10px 20px 0px;
  text-align:center;
  cursor:pointer;
  overflow:hidden;
  background-image:url("/images/top-nav-list-border.png");
  background-position:left;
  background-repeat:no-repeat;
  background-size:1px 100%;
}

#top_nav li a
{
  line-height:35px;
  font-size:16px;
  color:#e6e6e6;
  text-decoration:none;
  text-shadow:0px 1px 2px rgb(10,10,0);
  text-shadow:0px 1px 2px rgba(10,10,0,0.4);
}

#top_nav li:hover
{
  /*overflow:visible;*/
}

button, .button {
	font-family: Gothic;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0px;
	color: white !important;
	background-color:#95af60;
	background-image:         linear-gradient(top, rgba(149,175,96,1) 0%,rgba(116,140,63,1) 100%);
	background-image: -webkit-linear-gradient(top, rgba(149,175,96,1) 0%,rgba(116,140,63,1) 100%);
	background-image:    -moz-linear-gradient(top, rgba(149,175,96,1) 0%,rgba(116,140,63,1) 100%);
	background-image:     -ms-linear-gradient(top, rgba(149,175,96,1) 0%,rgba(116,140,63,1) 100%);
	background-image:      -o-linear-gradient(top, rgba(149,175,96,1) 0%,rgba(116,140,63,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95af60', endColorstr='#748c3f', GradientType=0 );
	
   -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.4);
      -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.4);
           box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.4);
   border: solid 1px rgb(84,107,41);
   -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
           border-radius: 4px;
   padding: 5px 12px;
   display: inline-block;
   text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
   cursor:pointer;
}
button:hover, .button:hover {
	text-decoration: none;
	background-color:#748c3f;
   background-image: -webkit-linear-gradient(top, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%);
   background-image:    -moz-linear-gradient(top, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%);
   background-image:     -ms-linear-gradient(top, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%);
   background-image:      -o-linear-gradient(top, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%);
   background-image:         linear-gradient(top, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%);
}
button:active, .button:active {
   background-image:         linear-gradient(top, rgba(149,175,96,1) 0%,rgba(149,175,96,1) 100%);
   background-image: -webkit-linear-gradient(top, rgba(149,175,96,1) 0%,rgba(149,175,96,1) 100%);
   background-image:    -moz-linear-gradient(top, rgba(149,175,96,1) 0%,rgba(149,175,96,1) 100%);
   background-image:     -ms-linear-gradient(top, rgba(149,175,96,1) 0%,rgba(149,175,96,1) 100%);
   background-image:      -o-linear-gradient(top, rgba(149,175,96,1) 0%,rgba(149,175,96,1) 100%);
   -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4)inset;
      -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4)inset;
           box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4)inset;
}
.outbound-button {
	font-family: Gothic;
	text-transform: uppercase;
	text-decoration: none !important;
	letter-spacing: 0px;
	color: white !important;
	background-color:#999;
   -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
           border-radius: 4px;
   padding: 7px 12px;
   margin: 0.5em 0;
   display: inline-block;
   cursor:pointer;
}
.outbound-button:hover {
	text-decoration: none;
	background-color:#394651;
}
.outbound-button:active {
}
.outbound-button img {
	display:inline-block;
	height:24px;
	margin-left:6px;
	vertical-align:top;
}

.green_gradient {
background: #95af60; /* Old browsers */
background: -moz-linear-gradient(top, #95af60 0%, #738c3f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95af60), color-stop(100%,#738c3f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #95af60 0%,#738c3f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #95af60 0%,#738c3f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #95af60 0%,#738c3f 100%); /* IE10+ */
background: linear-gradient(to bottom, #95af60 0%,#738c3f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95af60', endColorstr='#738c3f',GradientType=0 ); /* IE6-9 */
}


input[type=submit],
input[type=reset],
input[type=button] {
	font-family: Gothic;
	font-size:16px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0px;
	color: white !important;
	background-color:#95af60;
	background-image:         linear-gradient(top, rgba(149,175,96,1) 0%,rgba(116,140,63,1) 100%);
	background-image: -webkit-linear-gradient(top, rgba(149,175,96,1) 0%,rgba(116,140,63,1) 100%);
	background-image:    -moz-linear-gradient(top, rgba(149,175,96,1) 0%,rgba(116,140,63,1) 100%);
	background-image:     -ms-linear-gradient(top, rgba(149,175,96,1) 0%,rgba(116,140,63,1) 100%);
	background-image:      -o-linear-gradient(top, rgba(149,175,96,1) 0%,rgba(116,140,63,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95af60', endColorstr='#748c3f', GradientType=0 );
	
   -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.4);
      -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.4);
           box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.4);
   border: solid 1px rgb(84,107,41);
   -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
           border-radius: 4px;
   padding: 5px 12px;
   display: inline-block;
   text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
   cursor:pointer;
}
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
	text-decoration: none;
	background-color:#748c3f;
   background-image: -webkit-linear-gradient(top, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%);
   background-image:    -moz-linear-gradient(top, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%);
   background-image:     -ms-linear-gradient(top, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%);
   background-image:      -o-linear-gradient(top, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%);
   background-image:         linear-gradient(top, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%);
}
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active {
   background-image:         linear-gradient(top, rgba(149,175,96,1) 0%,rgba(149,175,96,1) 100%);
   background-image: -webkit-linear-gradient(top, rgba(149,175,96,1) 0%,rgba(149,175,96,1) 100%);
   background-image:    -moz-linear-gradient(top, rgba(149,175,96,1) 0%,rgba(149,175,96,1) 100%);
   background-image:     -ms-linear-gradient(top, rgba(149,175,96,1) 0%,rgba(149,175,96,1) 100%);
   background-image:      -o-linear-gradient(top, rgba(149,175,96,1) 0%,rgba(149,175,96,1) 100%);
   -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4)inset;
      -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4)inset;
           box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4)inset;
}


#taxAndSearch
{
  position:absolute;
  bottom:10px;
  right:0px;
  width:350px;
  height:31px;
  z-index:999;
  border-radius: 4px;
}

#taxLink
{
  position:absolute;
  top:0px;
  left:0px;
  height:28px;
	width:130px;
  padding:1px 6px;
  border-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  line-height:28px;
  font-size:14px;
  text-decoration:none;
  color:#fff;
  
  text-shadow:0px 1px 2px rgb(10,10,0);
  text-shadow:0px 1px 2px rgba(10,10,0,0.4);
  
  -webkit-font-smoothing:subpixel-antialiased;
}

#taxLink:hover {
background-image: -webkit-linear-gradient(top, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%);
   background-image:    -moz-linear-gradient(top, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%);
   background-image:     -ms-linear-gradient(top, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%);
   background-image:      -o-linear-gradient(top, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%);
   background-image:         linear-gradient(top, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%);
}

#taxLink:active{
background-image: -webkit-linear-gradient(top, rgba(149,175,96,1) 0%,rgba(149,175,96,1) 100%);
   background-image:    -moz-linear-gradient(top, rgba(149,175,96,1) 0%,rgba(149,175,96,1) 100%);
   background-image:     -ms-linear-gradient(top, rgba(149,175,96,1) 0%,rgba(149,175,96,1) 100%);
   background-image:      -o-linear-gradient(top, rgba(149,175,96,1) 0%,rgba(149,175,96,1) 100%);
   background-image:         linear-gradient(top, rgba(149,175,96,1) 0%,rgba(149,175,96,1) 100%);
}

#taxLink span
{
   font-family: Gothic;
   padding-left: 2px;
}

.search_bar
{
  position:absolute;
  top:0px;
  right:0px;
  height:30px;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background: rgb(241,242,233);
  background: rgba(255,255,255,.9);
}

.search_bar input
{
  float:right;
  border:0;
}

#searchSubmit {
  width: 19px;
  height: 19px;
  margin:5px 6px 0px 4px;
  padding:0;
  cursor: pointer;
  /*
  background: transparent no-repeat url('/images/searchbar-combined-imgs.png');
  background-position:0px 0px;
  background-size:19px 76px;
	*/
	background-color:transparent;
  background-image:url('/images/search-button-retina.png');
	background-size:100% 100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/search-button-retina.png',sizingMethod='scale');
	box-shadow:none;
}
  
#searchTypeButton {
  display:inline-block;
  float:right;
  width: 19px;
  height: 19px;
  margin-top: 5px;
  border-top:1px solid #546B29;
  border-right:1px solid #546B29;
  border-bottom:1px solid #546B29;
  border-left:none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  /*
  background: transparent no-repeat url('/images/searchbar-combined-imgs.png');
  background-position:0px -19px;
  background-size:19px 76px;
	*/
  background-image:url('/images/searchbar-type-arrow-retina.png');
	background-size:100% 100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/searchbar-type-arrow-retina.png',sizingMethod='scale');
}

#searchBox
{
  height: 24px;
  padding:3px 0px 3px 8px;
  width:170px;
  font-size:14px;
  font-family: 'SansSerif';
  font-weight: bold;
  color: #666;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background: transparent;
}

#search-form
{
  margin:0;
  padding:0;
}

.relations-wizard-search-submit {
  width: 19px;
  height: 19px;
  margin:5px 6px 0px 4px;
  padding:0;
  cursor: pointer;
  /*
  background: transparent no-repeat url('/images/searchbar-combined-imgs.png');
  background-position:0px 0px;
  background-size:19px 76px;
	*/
	background-color:transparent;
  background-image:url('/images/search-button-retina.png');
  background-image:none\9;
	background-size:100% 100%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/search-button-retina.png',sizingMethod='scale');
}

#upArrowShow
{
  margin-left:97px;
  margin-top:5px;
}

#upArrowHide
{
  margin-left:87px;
  margin-top: 0px;
  margin-bottom: -11px;
}

#searchHelpBox
{
  color:white;
  font-size:0.7em;
  background:#628025;
  margin-top:34px;
  *margin-top:34px;
  padding-left:10px;
  padding-bottom: 6px;
}

#searchHelpBox div
{
  margin-top:9px
}

.mini_explore
{
  display: none;
}

#keyWordsBox
{
  font-size:10px;
  height:80px;
  width:224px;
  margin-top:30px;
}

#keyWords
{
  position:absolute;
  top:100%;
  width:224px;
  margin:1px 0 0;
  text-align:right;
  font-size:10px;
  background-color:#799143;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  box-shadow:0px 4px 10px -1px rgba(10,10,0,0.4);
}

#keyWords ul
{
  list-style-type:none;
  padding:0;
  margin:0;
  text-align:left;
}

#keyWords ul li
{
  padding:0;
}

#keyWords ul li a
{
  display:block;
  padding:0 0 0 10px;
  line-height:22px;
  font-size:12px;
  font-weight:600;
  color:#fff;
  background-color:#799143;
  text-decoration:none;
}
#keyWords ul li a:hover
{
  color:#fff;
  background-color:#4c601d;
}

#search_result_more
{
  text-align:right;
  color:white;
  line-height:20px;
  font-size:13px;
  font-weight:900;
  text-decoration:none;
  margin:0 10px 0 0;
}
#search_result_more:hover { text-decoration:underline; }

#upArrowHideKeyWords
{
  height:16px;
  padding:0;
  text-align: center;
  background-color:#5c7923;
  border:4px solid #799143;
  border-radius:9px;
  cursor:pointer;
}
#upArrowHideKeyWords:hover { background-color:#4c601d; }

#upArrowHideKeyWords span
{
  color:#fff;
  font-weight:900;
  font-size: 12px;
  line-height:16px;
}

.content_wrap
{
  width:100%;
}

.history
{
  margin:0 0 10px;
  padding:0;
  text-align: right;
  color:#b7df7f;
  font-size:80%;
  color:#fff;
  position: relative;
  top: 6px;
  height: 24px;
}

.history_desc
{
  font-weight:900;
}

.history a
{
  display: inline-block;
  margin: 0 2px;
  padding: 2px 3px 1px;
  text-align:left;
  font-weight:300;
  text-decoration: none;
  color:#fff;
  background-color: #4F612C;
  border-radius: 2px;
}

.history a:hover
{
  color:#546b29;
  background-color:#f4f9f0;
}

#content_tab
{
  height:30px;
  list-style-type:none;
  margin:0;
  padding:0;
  background-repeat:repeat-x;
  background-position:bottom;
  text-align:center;
}

#content_tab img
{
  border:0;
  padding-top:8px;
}

#content_tab li {
  margin:0 5px 0 0;
  /*box-shadow:0px -7px 15px -5px rgba(0,0,0,0.2) inset;*/
}
#content_tab a
{
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  padding-top:8px;
  display:block;
  height:20px;
  width:100%;
}

.content_tab_singular
{
  float:left;
  color: #fff;
  display: block;
  font-size: 20px;
  font-family: 'Gothic';
  text-transform: uppercase;
}

.content_tab_selected
{
  float:left;
  display:block;
  width:85px;
  height:33px;
  cursor:pointer;
  text-align:center;
  background-color:rgb(241,242,233);
  box-shadow:none;
}

.content_tab_selected a
{
  color:#4c4c4c;
}

.content_tab_noselect
{
  float:left;
  display:block;
  width:85px;
  height:33px;
  cursor:pointer;
  text-align:center;
  background:#9AAB74;/*
  background:#9ea881;*/
  box-shadow:0px -7px 15px -5px rgba(0,0,0,0.2) inset;
}

.content_tab_noselect a
{
  color:white;
  font-weight:normal;
}

.main_content_zone
{
  position:relative;
  width:100%;
  margin:0 0 0 0;
  padding:1px 0 20px;
}


#searchTypeBox
{
  background-color:#F4F7EE;
  float:right;
  width:150px;
  margin:0px 50px 0px 0px;
  padding:0px;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  box-shadow:0px 3px 10px -1px rgba(10,10,0,0.4);
}

#searchTypeBox ul
{
  list-style-type:none;
  margin:0;
  padding:0px;
}

#searchTypeBox li
{
  display:block;
  height:22px;
  padding-left:15px;
  line-height:22px;
  font-size:12px;
  color:#333;
}
#searchTypeBox li:last-of-type {
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}

#searchTypeBox li:hover
{
  background:#87A355;
  color:#fff;
}

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

.discover_input
{
  width:161px;
  border:1px solid #6a8848;
  font-size:11px;
  height:15px;
  font-size:9px;
  margin-left:15px;
  *margin-right:30px;
  float:left;
  color: #292a29
}

.article {
  color: #292a29;
  font-size:11px;
}

#taxonomy
{
  padding-top:13px;
  padding-bottom:15px;
}

.taxonomy_icon {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

div.button_group_right {
  float: right;
  padding: 2px 5px 0 0;
}

div.button_group
{
  float: left;
  padding: 5px auto;
}

.content_div input[type=text],
.content_div textarea {
  width: 455px;
}

.content_div .twoColumn input[type="text"],
.content_div .twoColumn input[type="password"],
.content_div .twoColumn textarea {
  width: 160px;
}
.content_div .twoColumn select {
  width: 166px;
}

.content_div textarea,
.content_div input,
.content_div select {
	margin: 0 0 5px 0;
	vertical-align: middle;
	}

.content_div textarea,
.content_div input[type=text],
.content_div input[type=password],
.content_div select {
	color: #666;
	padding: 2px;
	font-size:14px;
	font-family: 'SansSerif';
	border: 1px solid #BDC7D8;
	background-color: #fff;
}
.content_div input.small {
}

.additional_fields { display: none; }
html body .content_div form .short,
html body .content_div .short {
  width: 160px;
}

.content_div table td.label {
  vertical-align: top;
}

/* Button Classes */
input.cancel {
       color: #4e4e4e;
       background-color: #f3f3f3;
       border: solid 1px #848484;
       }

input.cancel:hover {
       background-color: #e9e9e9;
       }

input.help {
       color: #747428;
       background-color: #fafaed;
       border: solid 1px #a3a370;
       }

input.help:hover {
       background-color: #ffffda;
       }

.anForm, .habitats {
  margin: 12px;
}

.anForm {
  font-size: 14px;
}

.anForm sup,
sup.required { /* Form Required Asterisk */
       vertical-align: middle;
       color: red;
       font-size: 17px;
       line-height: 16px;
       font-weight: bold;
       padding: 0 0 0 3px;
       }
  sup.recommended {
    background: url(/images/recommended.png) no-repeat 0 0;
    display: inline-block;
    height: 14px;
    overflow: hidden;
    text-indent: -9999px;
    width: 14px;
    zoom: 1; /* ie */
  }

.anForm div {
  max-width: 662px;
}

.anForm .form_tip,
.anForm .form_example
{
  color: #666;
  font-size: .7em;
  padding-left: 8px;
}

.anForm .form_example {
  font-weight: bold;
}

.anForm .form_field {
  padding-bottom: 8px;
}

#editor_controls {
  position: absolute;
  top: 150px;
  left: 405px;
  width: 312px;
  height: 62px;
  padding: 4px;
  font-size: .8em;
  color: white;
  border: 1px solid white;
}

.status {
  padding-left: 20px;
  padding-top: 8px;
  color: red;
  font-size: .8em;
  font-weight: bold;
  position: absolute;
  left: 0px;
}

.footer {
  position:relative;
  width:100%;
  min-height:110px;
  margin:20px 0 0;
  padding:15px 0;
  font-size:12px;
  background: rgba(255,255,255,.8)
}

.footer a {
  color: #000;
  font-weight:bold;
}
.footer a:hover {
  color:#7E964F;
}

.footer .footer-h {
	font-size: 16px;
	display: block;
}

.footer .footer-middle,
.footer .footer-right {
  position:absolute;
}
.footer .footer-left {
	position: relative;
  	width:40%;
  	margin-left:20px;
  	line-height:1.3;
	text-align:left;
}
.footer .footer-left a {
  margin:0 10px 0 0;
}
.footer .footer-right {
  width:400px;
	height:110px;
  right:20px;
  top: 15px;
  font-size:14px;
  text-align:right;
}
.footer .donate-note {
	position:absolute;
	top:0px;
	right:150px;
	left:0px;
	padding-top:35px;
}
.footer .footer-right .lev1-sponsor {
	position:absolute;
	top:0px;
	right:0px;
	width:130px;
	height:110px;
}
.footer .footer-right .lev1-sponsor img {
	height:110px;
}
.footer .footer-right .lev2-sponsor-1 {
	position:absolute;
	top:0px;
	right:140px;
	width:50px;
	height:50px;
}
.footer .footer-right .lev2-sponsor-2 {
	position:absolute;
	bottom:0px;
	right:140px;
	width:50px;
	height:50px;
}




.form_error {
  padding: 5px;
  margin:10px 0 0 0;
  font-size: 100%;
  background-color: #fcc; /* pink */
  border: 1px solid #f00;
}

.form_error.yellow {
  background-color: #FFFF99;
  border: 1px solid #959a7e;
}

/* Content Tables */
table.content_table {
  width: 100%;
}

table.content_table td {
  padding: 1px;
}

/*
table.content_table tr.content_row_alt {
  background-color: #b0b59a;
  color: white;
}
*/

/* Entities (List Items) */

.ent_item {
	clear: both;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
	}

table.standard .ent_item {
	padding: 0;
	margin: 0;
	}

.ent_body {
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 3px 0;
	}

.ent_item_name {
	font-size: 14px;
	line-height: 17px;
	word-wrap: break-word; /* Has no effect in Firefox */
	}

.ent_item_name a {
	font-weight: bold;
	word-wrap: break-word; /* Has no effect in Firefox */
	}

table.standard .ent_item_name, table.standard .ent_item_name a {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	word-wrap: break-word; /* Has no effect in Firefox */
	}

table.standard .ent_details {
	word-wrap: break-word; /* Has no effect in Firefox */
	}

#ent_name_alt {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	}

.ent_details, .ent_details_label, .ent_details_misc {
	line-height: 1.3;
	font-weight: normal;
	color: #333;
	}

.ent_details:first-of-type {
  padding:0 15px 0 0;
  text-align:right;
}

.ent_details_label {
	color: #333;
	}

#view_stuff table table td.ent_details, .vs td.ent_details {
	font-size: 11px;
	padding-left: 10px;
	}

.ent_details_misc { /* Entity side box with details like posted date in it */
	float:right;
	margin: 0 0 2px 10px;
	padding: 3px 5px;
	width: 180px;
	line-height: 14px;
	border: 1px solid #ccc;
	background: #f9f9f9;
	}

.ent_details_area { /* Areas of Focus. May change this to just ent_details at some point */
	font-size: 11px;
	line-height: 13px;
	}

.user-header-meta .ent_details {
  text-align:left;
}

/*  Tooltips */
.tip_icon {
	cursor: help;
	margin: 0;
	padding: 0 0 4px 0;
	vertical-align: middle;
	width: 20px;
	height: 20px;
  border: none;
	}

.hovertip {
  position: relative;
    display: none; /* in case javascript is disabled */
  width: 240px;
  background-color: #628025;
  font-size: 12px;
  z-index: 100;
  margin-left: 5px;
  margin-top: 10px;
}
.hovertip_wrap0 .hovertip {
         margin: 0;
}
.hovertip_wrap0 {
  margin-left: 5px;
  margin-top: 10px;
  z-index: 100;
}

.clicktip {
  position: relative;
    display: none; /* in case javascript is disabled */
  background-color: #628025;
  border: 1px solid black;
  padding: 3px;
  font-size: 12px;
  margin: 1em;
  z-index: 10;
}

.clicktip h1, .hovertip h1 {
  height: auto;
  margin-top: 0px;
  margin-left: 0px;
  background-color: #336699;
  color: white !important;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  z-index: 10;
  padding: 2px !important;
  text-align: center;
}

.clicktip p, .hovertip p {
  padding: 2px;
  margin-top: 0.5em;
  line-height: 1.2em;
  z-index: 10;
}
.clicktip p {
      margin-right: 1em;
}

.hovertip_target, .clicktip_target {
         font-style: italic;
}
.clicktip_target {
        text-decoration: underline;
}
.clicktip_target:hover, .hovertip_target:hover {
            text-decoration: underline;
            cursor:help;
}
a.clicktip_close {
         display: block;
         position: absolute;
         bottom: 0px;
         right: 3px;
         cursor: pointer;
         /*text-decoration: underline;*/
}
a.clicktip_close span {
}

/* drop shadow based on http://jquery.com/test/zomg.html
   and also http://www.positioniseverything.net/articles/sidepages/dropshadow/dropshadow.html
*/

html>body .hovertip_wrap0 {
      display: none;
  background:url(http://img.asknature.org/images/corner_tr.png) right top no-repeat;
}
html>body .hovertip_wrap1 {
      display: block;
  background:url(http://img.asknature.org/images/corner_bl.png) left bottom no-repeat;
  padding-top: 8px;
  padding-left: 8px;
}
html>body .hovertip_wrap2 {
      display: block;
  background:url(http://img.asknature.org/images/shadow.png) bottom right no-repeat;
}
html>body .hovertip_wrap3 {
        display:block;
    position: relative;
    left: -8px;
    top: -8px;
  background-color: #efefef;
}
.hovertip_wrap3 {
        border:1px solid #ccc;
    /*border-color:#efefef #ccc #ccc #efefef;*/
    padding: 5px;
}
/*
span {
   display: inline;
}
*/

/* Floating */
.right {
  float: right;
}

.left {
  float: left;
}

.clear {
  clear: both;
}

img {
  border: none;
}

.timestamp {
  float: right;
  font-size: 11px;
  color: #777;
  margin:0;
  text-align:right;
  line-height:15px;
  padding:3px 5px;
  border:1px solid #ccc;
  background:#f9f9f9;
}

.main_section_header h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* popups */
#popups {
  text-align: left;
  z-index: 10000;
}

.indicator { /* Ajax Loading Gif */
  z-index: 10000;
  position: absolute;
  top: 0px;
  right: 0;
  padding: 10px;
  background: #fff;
  border: 3px solid #7189b6;
}

#viewPane {
  z-index: 10000;
  line-height: 16px;
  border: 1px solid #ccc;
  background-color: #fcfcfc;
  margin: 5px 0px 5px 0px;
  padding: 5px;
}

div.msgList {
  border: 1px solid #ccc;
  margin: 15px 0px 5px 0px;
  padding: 5px;
	font-size: 14px;
}

table.standard {
  width: 100%;
}

table.standard th {
  padding: 3px;
  background-color: #ddd;
}

table.standard td {
  padding: 3px;
}

table.standard tr:hover {
  background-color: #b7df7f;
}

html table.padded {
}

html table.padded tr td {
  padding-bottom: 20px;
  padding-top: 8px;
  border-bottom: 1px solid #4d5b28;
}

#msgPane {
	display:none;
	background-color:#fff;
	border-radius:5px;
	z-index:100;
	color:#000;
	box-shadow:0px 5px 15px 3px rgba(0,0,0,0.3);
}

#msgPaneHandle {
	padding:7px;
	border:1px solid #bbb;
	border-bottom:1px solid #ddd;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
#msgPane .delete {
	position:absolute;
	top:6px;
	right:6px;
}

#msgForm {
	padding:5px;
	border:1px solid #bbb;
	border-top:none;
	border-top:none;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
#msgForm .status {
	padding:10px 20px 20px;
	color:#000;
	font-size:14px;
	font-weight:normal;
	position:static;
}
#msgForm span {
	text-align:right;
}
#msgPane #subject {
	margin-left:0px;
}
#msgPane #subject, #msgPane #msg {
	border:1px solid #ddd !important;
	font-family:'SansSerif';
	font-size:14px;
	color:#444;
}
#msgPane .meta-label {
	width:100px;
	text-align:right;
	color:#666;
}

/* menu popup */
#menu {
}

#toplevel_menus {
  position:absolute;
  width:600px;
  top:76px;
  left:50%;
  margin: 0 0 0 -370px;
  overflow:visible;
  -webkit-font-smoothing:subpixel-antialiased;
}

.menuPopup {
  display:none;
  margin-left:0px;
  padding:6px 0px;
  text-align:left;
  position:absolute;
  color:rgb(10,10,0);
  background-color:rgb(244, 247, 238);
  box-shadow:0px 3px 10px -1px rgb(10,10,0);
  box-shadow:0px 3px 10px -1px rgba(10,10,0,0.4);
  z-index:8999;
}

.menuPopup a {
  display: block;
  height:27px;
  font-size: 12px;
  line-height: 27px;
  padding:1px 15px 0px;
  color: #333;
  text-decoration: none;
}
.menuPopup a:hover {
  color:#fff;
  background:#5c7923;
}


#menuAbout { right:305px; }
#menuPress { left: 240px; }
#menuContribute { left: 338px; }

/*
#menuAbout { right:493px; }
#menuPress { left:308px; }
#menuContribute { left:431px; }
*/


/* CSS Tabs */

/* line-height cannot be set anywhere that the tabs will be displayed
 or cross-browser functionality is lost. */

ul.tabnav {
  text-align: left;
  font-size: 12px;
  margin: 0 15px 10px 0;
  border-bottom: 1px solid #cbcbcb;
  list-style-type: none;
  padding: 3px 10px 3px 10px;
  text-indent: 0;
  line-height: 20px;
}

ul.tabnav li {
  display: inline;
  margin-right: 3px;
}

ul.tabnav li.tabselected {
}

ul.tabnav li.tabselected a {
  padding-bottom:7px;
  background-color: #f4f9f0;
  color: #333;
}

ul.tabnav li a {
  position: relative;
  top: 1px;
  padding: 6px 10px;
  border: 1px solid #cbcbcb;
  text-decoration: underline;
  background-color: #fff;
  border-bottom: none;
}

ul.tabnav li a.tabhighlighted {
  background: #E3ECF7;
}

#overlay {
  height: 1000px;
  width: 100%;
  background-image:url(http://img.asknature.org/images/overlay.png);
  background-repeat:repeat;
	position: absolute;
  top:0px;
  left: 0px;
  z-index: 9000;
}

.popup_window .main_section_header
{
  padding-top:10px;
  margin-bottom:20px;
  margin-left: 19px;
}

.popup_window {
  position:absolute;
  width:866px;
  height:476px;
  background-image:url("http://img.asknature.org/images/popup_bg.png");
  top:240px;
  left:190px;
  overflow: auto;
  z-index:9997;
  color: #292a29;
  text-align: left;
}

.popup_close
{
  position:absolute;
  left:825px;
  top:10px;
  background-image:url("http://img.asknature.org/images/popup_close.png");
}

.popup_window a {
  font-weight:bold;
  color:#5c7923;
}

.right_display_zone h3
{
  height:25px;
  margin:0;
  padding:0;
  color:#394713;
  line-height:25px;
  font-size:110%;
  text-transform:capitalize;
	-webkit-font-smoothing:subpixel-antialiased;
}

.right_display_zone ul
{
  list-style-type:none;
  margin:0;
  padding:0;
}

.right_display_zone li
{
  margin:0;
  padding:0;
  display:block;
  color:white;
  padding-top: 10px;
}

.right_display_zone a
{
  text-decoration:underline;
  margin:0;
  padding:0;
}

.right_display_zone img
{
  border:0;
}

.right_display_zone span
{
  color:#999;
  font-size: .8em;
  display: block;
}

.right_display_zone p
{
	margin:0 0 10px;
  color:#666;
}

.sb_left {
  padding-left: 15px;
}

.sb_top {
  padding-top: 13px;
}

.sb_bottom {
  padding-bottom: 13px;
}

.sb_right {
  padding-right: 15px;
}

.sb_line {
  background-image:url("http://img.asknature.org/images/right_display_line_bg.png");
  background-repeat:no-repeat;
  background-position:top;
}

.sidebar_tools {
  padding-top:13px;
  background-image:url("http://img.asknature.org/images/right_display_line_bg.png");
  background-repeat:no-repeat;
  background-position:top;
}

.red {
  color: red;
}

.bold {
  font-weight: bold;
}

div.table-border {
  border: 1px solid #dedede;
  border-bottom: 1px solid #cdcdcd;
  padding: 1px;
}

.wait,.wait *{
  cursor: wait;
}

.invisible {
  display: none;
}

.home .block-image,
.home .block-image:hover,
.block-image {
  display: block;
  padding: 0;
  margin: 10px 0;
  background: none;
}

.col3 {
  display:inline-block;
  vertical-align:top;
  width:33%;
}

.no-float {
  float:none !important;
}
.center {
	text-align:center;
}
.sidemargin {
	margin-right:20px;
	margin-left:20px;
}

.delete {
	width:19px;
	height:19px;
	line-height:19px;
	border-radius:3px;
	border:1px solid #a64242;
	text-align:center;
	font-size:11px;
	font-weight:900;
	color:#fff;
	background-color:#df7f7f;
	text-decoration:none;
}
.delete:hover {
	border:1px solid #a64242;
	color:#a64242;
	background-color:#fff;
}





/* - - - - - - +sponsors- - - - - */
#sponsor-page-wrapper {
	width:838px;
	padding:40px 20px 20px;
}
#partner-page-wrapper {
	width:838px;
	padding:20px 20px 0px;
}
#sponsor-container .banner {
	position:relative;
	width:100%;
}
#sponsor-container .banner img {
	width:100%;
}
#sponsor-container .banner .button {
	position:absolute;
	bottom:15px;
	right:15px;
}
#sponsor-container #sponsor-container {
	margin:20px 0px 0px;
}

#sponsor-container .sponsor-level {
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
#sponsor-container .sponsor-level.past {
	text-align:center;
}

#sponsor-container .sponsor-tiles-container {
	margin:10px 0 30px;
	padding:25px 0px 35px;
	border: 1px solid #ccc;
	background-color: #fff;
}
#sponsor-container .sponsor-tiles-container:after {
	content:"";
	display:table;
	clear:both;
}

#sponsor-container .sponsor-tile {
	float:left;
	padding:5px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	text-align:center;
}
#sponsor-container .sponsor-tile.one {
	width:100%;
}
#sponsor-container .sponsor-tile.two {
	width:50%;
}
#sponsor-container .sponsor-tile.three {
	width:33.3%;
	padding:10px 5px;
}
#sponsor-container .sponsor-tile.four {
	width:25%;
	padding:10px 5px;
}
#sponsor-container ul.sponsor-list {
}
#sponsor-container ul.sponsor-list li {
}
#sponsor-container .sponsor-tile.past {
	float:none;
	display:inline-block;
	padding:15px;
}

#sponsor-container .sponsor-tile .sponsor-logo {
	display:table-cell;
	vertical-align:middle;
	font-family:'Gothic';
}
#sponsor-container .sponsor-tile.one .sponsor-logo {
	width:160px;
	height:160px;
}
#sponsor-container .sponsor-tile.two .sponsor-logo {
	width:120px;
	height:120px;
}
#sponsor-container .sponsor-tile.three .sponsor-logo {
	min-width:10px;
	max-width:100px;
	height:100px;
	margin:10px auto;
}
#sponsor-container .sponsor-tile.four .sponsor-logo {
	min-width:10px;
	max-width:80px;
	height:80px;
	margin:10px auto;
}
#sponsor-container .sponsor-tile.past .sponsor-logo {
	width:150px;
	height:100px;
	font-size:20px;
}

#sponsor-container .sponsor-tile .sponsor-logo a {
	max-height:100%;
	max-width:100%;
	text-decoration:underline;
}
#sponsor-container .sponsor-tile .sponsor-logo img {
	max-height:100%;
	max-width:200px;
}


/*- - - - - -  +donate - - - --- - */
#donate-page-wrapper {
	padding:50px 20px 0px;
}
#donate-page-wrapper #video {
	width:100%;
	height:400px;
	vertical-align:top;
}
#donate-page-wrapper p {
	text-align:left;
}
#donate-page-wrapper .col-wrapper {
	margin:30px 0px;
}
#donate-page-wrapper .col-3 {
	float:left;
	width:33.3%;
	padding:10px 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#donate-page-wrapper .col-3:first-of-type {
	padding-left:0px;
	padding-right:20px;
}
#donate-page-wrapper .col-3:last-of-type {
	padding-left:20px;
	padding-right:0px;
}
#donate-page-wrapper .col-3 .img-box {
	display:table-cell;
	width:259px;
	height:150px;
	vertical-align:middle;
}
#donate-page-wrapper .col-3 .img-box img {
	display:block;
	max-width:100%;
	max-height:100%;
	margin:auto;
	vertical-align:middle;
}
#donate-page-wrapper .quotes p {
	color:#999;
	font-style:italic;
}
#donate-page-wrapper .quotes span {
	font-size:13px;
}
#donate-page-wrapper .references p {
	text-align:center;
}
#donate-page-wrapper .notes {
	font-size:12px;
}



/* - - - - - -  +lightbox - - - - - */
.lightbox-content {
	width:100%;
	margin:0px;
}
.lightbox-content .wrapper {
	width:850px;
	margin:0 auto;
	padding:10px 20px;
}

.lightbox-content .header-area {
	position:relative;
	height:65px;
	padding:0px;
}
.lightbox-content .header-area .sponsor-logo {
	float:left;
	position:relative;
	width:55px;
	height:55px;
	
	background-color:#bca365;
}
.lightbox-content .header-area .sponsor-logo img {
	max-width:100%;
	max-height:100%;
}
.lightbox-content .header-area .sponsor-text-container {
	float:left;
	margin:0px 0px 0px 10px;
	padding:15px 0 0;
	font-family:'Gothic';
	color:#333;
	text-align:left;
}
.lightbox-content .header-area span {
	margin:10px 0px 0px;
	line-height:15px;
	font-size:16px;
}
.lightbox-content .header-area .sponsor-text {
	line-height:20px;
	font-size:22px;
}
.lightbox-content .header-area .bookmark-box {
	position:absolute;
	right:0px;
	height:100%;
	width:80px;
}

#video-frame {
	width:100%;
}

.lightbox-content .footer-area {
	position:relative;
	height:70px;
	margin:10px 0px 0px;
	padding:0 0 10px;
}
.lightbox-content .footer-area .footer-left {
	position:absolute;
	left:0px;
	height:100%;
	width:270px;
	text-align:right;
	color:#333;
}
.lightbox-content .footer-area .footer-left:hover {
	color:#799143;
}
.lightbox-content .footer-area .footer-middle {
	position:absolute;
	right:280px;
	left:280px;
	height:100%;
}
.lightbox-content .footer-area .all-link {
	font-size:16px;
	font-weight:900;
	line-height:70px;
}
.lightbox-content .footer-area .footer-right {
	position:absolute;
	right:0px;
	width:270px;
	height:100%;
	color:#333;
}
.lightbox-content .footer-area .footer-right:hover {
	color:#799143;
}
.lightbox-content .prev-nugget-thumb {
	float:left;
	width:95px;
	height:70px;
	text-align:left;
	
	background-color:#333;
}
.lightbox-content .next-nugget-thumb {
	float:right;
	position:relative;
	width:95px;
	height:70px;
	text-align:right;
	
	background-color:#333;
}
.lightbox-content .footer-area .prev-text {
	float:left;
	width:80px;
	padding:16px 0px 0px 15px;
	text-align:left;
	font-weight:600;
	color:inherit;
}
.lightbox-content .footer-area .next-text {
	float:right;
	width:80px;
	padding:16px 15px 0px 0px;
	text-align:right;
	font-weight:600;
	color:inherit;
}



/* - - - - - - +globals - - - - - - */
.clearfix:before,
.clearfix:after {
	display:table;
	content:" ";
}
.clearfix:after {
	clear:both;
}

html .sub-box-style {
	border:1px solid rgb(208, 217, 194);
	box-shadow:0px 2px 3px rgb(208,208,208);
	box-shadow:0px 2px 3px rgba(0,0,0,0.15);
}
html .sub-box-style:hover {
  box-shadow: 0px 4px 8px rgb(178,178,178);
	box-shadow:0px 3px 5px rgba(0,0,0,0.3);
}

.line-100w {
	display:block;
	width:100%;
	height:1px;
	border-bottom:2px solid #999;
}

.logo-standin {
	width:inherit;
	height:inherit;
	border:3px dotted #ccc;
	border-radius:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

sup, sub {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
	color:inherit;
}
sub {
	top: 0.4em;
}

.button-center-container {
	display:block;
	padding:20px 0px 20px;
	text-align:center;
}




.ctrl-line-center {
	height:35px;
  text-align:center;
	overflow:hidden;
}
.ctrl-line-center span {
  display:inline-block;
  position:relative;
	font-size:25px;
	line-height:35px;
}
.ctrl-line-center span:before,
.ctrl-line-center span:after {
  content:"";
  position:absolute;
  height:50%;
  border-bottom:1px solid white;
  top:0px;
  width:5000px;
}
.ctrl-line-center span:before {
  right:100%;
  margin-right:15px;
}
.ctrl-line-center span:after {
  left:100%;
  margin-left:15px;
}

.ctrl-line-left {
	height:35px;
  text-align:left;
	overflow:hidden;
}
.ctrl-line-left span {
  display:inline-block;
  position:relative;
	font-size:25px;
	line-height:35px;
}
.ctrl-line-left span:after {
  content:"";
  position:absolute;
  height:50%;
  border-bottom:2px solid rgba(0,0,0,0.3);
  top:0px;
  width:5000px;
}
.ctrl-line-left span:before {
  right:100%;
  margin-right:15px;
}
.ctrl-line-left span:after {
  left:100%;
  margin-left:15px;
}



/* - - - - - - institute header - - - - */

#institute-menu {
	position:relative;
	width:100%;
	height:23px;
	background-color:#dddddd;
	font-weight: 600;
	font-size: 12px;
	padding-top: 9px;
	-webkit-box-shadow: inset 0px -2px 7px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0px -2px 7px rgba(0,0,0,0.2);
box-shadow: inset 0px -2px 7px rgba(0,0,0,0.2);
z-index: 10;
}

#institute-menu ul {
	display: block;
	clear: none;
	list-style: none;
	width:918px;
	margin: 0 auto;
	text-align: right;
}

#institute-menu li {
	position: relative;
	display: inline-block;
	margin-right: 15px;
	text-align: right;
	padding-bottom: 11px;
}

#institute-menu li a {
	color: rgba(0,0,0,0.5);
}

#institute-menu li a:hover {
	text-decoration: none;
	color: rgba(0,0,0,0.8);
}

#institute-menu li:last-child a {
	font-weight: 800;
    padding: 10px 15px;
    background: #fff;
    color: #aebc22;
    -webkit-box-shadow: inset 0px -2px 6px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0px -2px 6px rgba(0,0,0,0.1);
box-shadow: inset 0px -2px 6px rgba(0,0,0,0.1);
    text-transform: uppercase;
    letter-spacing: .07em;
}

#institute-menu li:last-child a:hover {
	-webkit-box-shadow: inset 0px 1px 10px 0px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0px 1px 10px 0px rgba(0,0,0,.2);
    box-shadow: inset 0px 1px 10px 0px rgba(0,0,0,.2);
    background: #aebc22;
    color: #fff !important;
}

#institute-menu li#institute-logo {
	float: left;
	display: block;
	clear: none;
	padding: 2px 0;
	margin-top: -10px;
	opacity: 0.7;
}

#institute-menu li#institute-logo:hover {
	opacity: 0.9;
}

#institute-menu #institute-logo img {
	height: 28px;
	width: auto;
}



/* - - - - - - hacks - - - - - - */
.hacky-button {
	font-family: Gothic !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	letter-spacing: 0px !important;
	color: white !important !important;
	background-color:#95af60 !important;
	background-image:         linear-gradient(top, rgba(149,175,96,1) 0%,rgba(116,140,63,1) 100%) !important;
	background-image: -webkit-linear-gradient(top, rgba(149,175,96,1) 0%,rgba(116,140,63,1) 100%) !important;
	background-image:    -moz-linear-gradient(top, rgba(149,175,96,1) 0%,rgba(116,140,63,1) 100%) !important;
	background-image:     -ms-linear-gradient(top, rgba(149,175,96,1) 0%,rgba(116,140,63,1) 100%) !important;
	background-image:      -o-linear-gradient(top, rgba(149,175,96,1) 0%,rgba(116,140,63,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95af60', endColorstr='#748c3f', GradientType=0 );
	
   -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.4) !important;
      -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.4) !important;
           box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.4) !important;
   border: solid 1px rgb(84,107,41) !important;
   -webkit-border-radius: 4px !important;
      -moz-border-radius: 4px !important;
           border-radius: 4px !important;
   padding: 5px 12px !important;
   display: inline-block !important;
   text-shadow: 0px 1px 2px rgba(0,0,0,0.4) !important;
   cursor:pointer !important;
}
.hacky-button:hover {
	text-decoration: none !important;
	background-color:#748c3f !important;
   background-image: -webkit-linear-gradient(top, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%) !important;
   background-image:    -moz-linear-gradient(top, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%) !important;
   background-image:     -ms-linear-gradient(top, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%) !important;
   background-image:      -o-linear-gradient(top, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%) !important;
   background-image:         linear-gradient(top, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%, rgba(116,140,63,1) 0%,rgba(116,140,63,1) 100%) !important;
}
.hacky-button:active {
   background-image:         linear-gradient(top, rgba(149,175,96,1) 0%,rgba(149,175,96,1) 100%) !important;
   background-image: -webkit-linear-gradient(top, rgba(149,175,96,1) 0%,rgba(149,175,96,1) 100%) !important;
   background-image:    -moz-linear-gradient(top, rgba(149,175,96,1) 0%,rgba(149,175,96,1) 100%) !important;
   background-image:     -ms-linear-gradient(top, rgba(149,175,96,1) 0%,rgba(149,175,96,1) 100%) !important;
   background-image:      -o-linear-gradient(top, rgba(149,175,96,1) 0%,rgba(149,175,96,1) 100%) !important;
   -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4)inset !important;
      -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4)inset !important;
           box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4)inset !important;
}

#uvTab{background-color:#89A64B !important;}

#userToolTouchExpander {
	position:absolute;
	width:50px;
	height:50px;
	top:0px;
	right:0px;
	z-index:9999;
}

/* - - HOPSCOTCH STYLE OVERRIDE - - */

div.hopscotch-bubble h3, div.hopscotch-bubble .hopscotch-content {
  font-family: 'SansSerif' !important;
}

div.hopscotch-bubble h3 a {
	color: black !important;
}

div.hopscotch-bubble {
	border-radius:6px;
	box-shadow:0px 5px 20px rgb(10,10,0);
	box-shadow:0px 5px 20px rgba(10,10,0,0.4);
	border: none !important;
}

.hopscotch-bubble-arrow-border {
	border-color: transparent !important;
}

/* Bookmarks button */

#bookmark_align {
  position: absolute;
  top: 10px;
  right: 10px;
}

.bookmark_button a {
                 position:absolute;
                 width:70px;
                 height:70px;
                 top:-10px;
                 right:0px;
}

.bookmark_button .bookmark_disabled a,
.bookmark_button .bookmarks_disabled a {
  background-image:url('/images/bookmarks_disabled.png');
  background-size:100% 100%;
  background-repeat:no-repeat;
}
.bookmark_button .bookmark_disabled a:hover,
.bookmark_button .bookmarks_disabled a:hover {
  background-image:url('/images/bookmarks_disabled_hover.png');
  background-size:100% 100%;
  background-repeat:no-repeat;
}
.bookmark_button .bookmark_enabled a,
.bookmark_button .bookmarks_enabled a {
  background-image:url('/images/bookmarks_enabled.png');
  background-size:100% 100%;
  background-repeat:no-repeat;
}
.bookmark_button .bookmark_enabled a:hover,
.bookmark_button .bookmarks_enabled a:hover {
  background-image:url('/images/bookmarks_enabled_hover.png');
  background-size:100% 100%;
  background-repeat:no-repeat;
}
