
/* -------- Page body -------- */

body {
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
}

@media (min-width: 621px)
{

  /* -------- Page content wrapper -------- */

  .frame_Wrap {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font: 11pt Arial,sans;
    color: #000000;
  }

  .frame_WrapHidden {
    display: none;
  }

  /* -------- Page header: -------- */
  
  .frame_HeaderWrap {
    display: block;
    width: 100%;
    font-family: Verdena,Arial,sans;
  }
  
  .frame_Header {
    display: block;
    position: relative;
    width: 100%;
    height: 90px;
  }

  .frame_MenuToggle {
    display: none;
  }
  
  .frame_Banner {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 202px;
    height: 90px;
    background-image: url('../graphics/logo.png');
    background-position: 6px 50%;
    background-size: 100px 67px;
    background-repeat: no-repeat;
  }

  .frame_HeaderTitle {
    display: block;
    margin: 8px 12px 0px 120px;
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .frame_HeaderSubtitle {
    display: block;
    margin: 0px 12px 12px 120px;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  /* -------- Search bar: -------- */

  .frame_SearchBar {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 200px;
    height: 90px;
  }

  .frame_SearchBarFieldWrap {
  }

  .frame_SearchBarField {
    position: absolute;
    top: 11px;
    left: 9px;
    width: 156px;
    height: 22px;
    border: 1px solid #666666;
    background-color: #FFFFFF;
  }

  .frame_SearchBarButton {
    position: absolute;
    top: 14px;
    right: 7px;
    width: 20px;
    height: 20px;
  }

  .frame_SearchBarNames {
    position: absolute;
    top: 41px;
    left: 5px;
    width: 74px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    font-size: 10pt;
    white-space: nowrap;
    overflow: hidden;
  }

  .frame_SearchBarLiterature {
    position: absolute;
    top: 41px;
    left: 79px;
    width: 80px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    font-size: 10pt;
    white-space: nowrap;
    overflow: hidden;
  }

  .frame_SearchBarLink {
    position: absolute;
    top: 62px;
    left: 10px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    font-size: 10pt;
    white-space: nowrap;
    overflow: hidden;
  }
  
  /* -------- Main navigation menu: -------- */

  .frame_Menu {
    display: block;
    width: 100%;
    height: 27px;
    overflow: hidden;
  }

  .frame_MenuItem {
    display: block;
    float: left;
    height: 27px;
    padding: 0px 8px 0px 10px;
    line-height: 27px;
    text-decoration: none;
    font-weight: bold;
  }

  .frame_MenuItemSeparator {
    background: url(../graphics/menu-separator.png) no-repeat 100% 50%;
  }

  .frame_LoginToggle {
    display: block;
    float: right;
    width: 60px;
    height: 27px;
    padding-left: 24px;
    line-height: 27px;
    font-weight: bold;
    cursor: pointer;
    background: url(../graphics/lock.png) no-repeat 2px 5px;
    background-size: 16px 16px;
    cursor: pointer;
  }
  
  /* -------- Edit menu: -------- */
  
  .frame_EditMenu {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    background-color: #fcf6ca;
    overflow: hidden;
  }

  .frame_EditMenu a {
    float: left;
    padding: 8px 6px 8px 6px;
    color: #EEEEEE;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }

  .frame_EditMenufirst {
    padding-left: 0px;
  }

  .frame_EditMenulast {
    padding-right: 0px;
  }

  .frame_EditMenudropdown {
    float: left;
    overflow: hidden;
  }

  .frame_EditMenudropdown .frame_EditMenudropdownheader {
    padding: 8px 6px 8px 6px;
    background-color: inherit;
    font-family: inherit; /* Important for vertical align on mobile phones */
    margin: 0; /* Important for vertical align on mobile phones */
  }

  .frame_EditMenudropdownheader {
    text-transform: uppercase;
  }

  .frame_EditMenu a:hover {
    background-color: #fcf6ca;
    text-decoration: underline;
  }

  .frame_EditMenudropdown:hover {
    background-color: #fcf6ca;
  }

  .frame_EditMenudropdowncontent {
    display: none;
    position: absolute;
    background-color: #fcf6ca;
    min-width: 160px;
    z-index: 1;
  }

  .frame_EditMenudropdowncontent a {
    float: none;
    color: #EEEEEE;
    padding: 10px 16px 10px 8px;
    border-bottom: 1px solid #718c70;
    font-size: 18px;
    text-decoration: none;
    text-transform: none;
    display: block;
    text-align: left;
  }

  .frame_EditMenudropdowncontent a:hover {
    background-color: #fcf6ca;
    color: #8acae5;
  }

  .frame_EditMenudropdown:hover .frame_EditMenudropdowncontent {
    display: block;
  }
  
  
  /* --- */
  .frame_EditMenuBtns {
    display: table-cell;
    vertical-align: top;
    padding-right: 24px;
  }
  
  .frame_EditMenuBtn {
    float: left;
    margin: 6px;
  }
  
  .frame_Account {
    display: table-cell;
    vertical-align: top;
  }
  
  .frame_LogoutLink {
    padding: 6px 6px 0px 0px;
  }
  
  .frame_AccountLink {
    margin: 6px;
    font-size: 14px;
    white-space: nowrap;
    text-align: right;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
  }
  .frame_AccountLink:hover {
    text-decoration: underline;
    color: #4C77FF;
  }
  
  /* -------- Page footer: -------- */

  .frame_FooterPadding {
    display: block;
    height: 64px;
  }

  .frame_Footer {
    display: table;
    width: 100%;
    margin-top: 48px;
    margin-bottom: 48px;
    font-size: 10pt;
  }

  .frame_FooterBox1 {
    display: table-cell;
    padding-top: 0px;
    vertical-align: top;
  }

  .frame_FooterLogo {
    float: left;
    width: 200px;
    height: 80px;
    padding: 12px 0px 0px 24px;
  }

  .frame_FooterCopyright {
    margin: 6px 0px 0px 280px;
  }

  .frame_FooterBox2 {
    display: table-cell;
    max-width: 320px;
    padding: 6px 24px 0px 36px;
    vertical-align: top;
  }
}

@media (max-width: 620px)
{

  /* -------- Page content wrapper -------- */

  .frame_Wrap {
    width: 100%;
    background-color: #FFFFFF;
    font: 12pt Verdena,Arial,sans; 
    color: #000000;
  }

  .frame_WrapHidden {
    display: none;
  }

  /* -------- Page header: -------- */

  .frame_HeaderWrap {
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #EEEEEE;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    font-family: Verdena,Arial,sans;
  }
  
  .frame_Header {
    display: block;
    width: 100%;
  }

  .frame_MenuToggle {
    display: block;
    float: right;
    width: 90px;
    height: 90px;
    cursor: pointer;
    background: url('../graphics/hamburger.png') no-repeat 50% 50%;
    background-size: 50px 43px;
  }
  
  .frame_Banner {
    display: block;
    height: 90px;
    margin-right: 92px;
  }

  .frame_HeaderTitle {
    display: block;
    padding: 8px 0px 0px 12px;
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .frame_HeaderSubtitle {
    display: block;
    padding: 0px 0px 0px 12px;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  /* -------- Search bar: -------- */

  .frame_SearchBar {
    display: none;
    position: relative;
    width: 100%;
    height: 96px;
    border-top-width: 3px;
    border-top-style: solid;
    background-color: #B8CFE5;
  }

  .frame_SearchBarFieldWrap {
    position: absolute;
    top: 16px;
    left: 16px;
    right: 72px;
    height: 38px;
  }

  .frame_SearchBarField {
    width: 99%;
    height: 36px;
    border: 1px solid #666666;
    background-color: #FFFFFF;
    font-size: 16pt;
  }

  .frame_SearchBarButton {
    position: absolute;
    top: 17px;
    right: 16px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }


  .frame_SearchBarNames {
    position: absolute;
    top: 64px;
    left: 16px;
    width: 100px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    font-size: 14pt;
  }

  .frame_SearchBarLiterature {
    position: absolute;
    top: 64px;
    left: 106px;
    width: 120px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    font-size: 14pt;
  }

  .frame_SearchBarLink {
    position: absolute;
    top: 64px;
    left: 240px;
    height: 26px;
    line-height: 26px;
    text-align: left;
    font-size: 14pt;
    white-space: nowrap;
    overflow: hidden;
  }

  /* -------- Main navigation menu: -------- */

  .frame_Menu {
    display: none;
  }

  .frame_MenuItem {
    display: block;
    height: 42px;
    padding: 0px 0px 0px 35px;
    border-top: 1px solid #CCCCCC;
    font-size: 16pt;
    line-height: 42px;
    text-decoration: none;
    background: url(../graphics/double-arrow-gray.png) no-repeat 11px 14px;
    background-size: 15px 15px;
  }
  
  .frame_MenuItemSeparator {}

  .frame_LoginToggle {
    display: block;
    height: 42px;
    padding: 0px 0px 0px 35px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    font-size: 16pt;
    line-height: 42px;
    text-decoration: none;
    background: url(../graphics/lock.png) no-repeat 6px 8px;
    background-size: 24px 24px;
    cursor: pointer;
  }
  
  .frame_LogoutLink {
    display: inline-block;
    float: right;
    padding: 0px 12px 0px 0px;
  }
  
  /* -------- Edit menu: -------- */
  
  .frame_EditMenu {
    display: block;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    background-color: #F2E091;
  }
  
  .frame_EditMenuBtns {
    display: block;
    vertical-align: top;
    padding-right: 24px;
  }
  
  .frame_EditMenuBtn {
    float: left;
    margin: 6px;
  }
  
  .frame_Account {
    display: block;
    height: 42px;
    padding: 0px 0px 0px 35px;
    border-bottom: 1px solid #CCCCCC;
    font-size: 16pt;
    line-height: 42px;
    white-space: nowrap;
  }
  
  .frame_LogoutLink {
    display: inline-block;
    float: right;
    padding: 0px 12px 0px 0px;
  }
  
  .frame_AccountLink {
    display: inline-block;
    float: right;
    font-size: 16px;
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
  }
  .frame_AccountLink:hover {
    text-decoration: underline;
    color: #4C77FF;
  }
  
  /* -------- Page footer: -------- */

  .frame_FooterPadding {
    display: block;
    height: 64px;
  }

  .frame_Footer {
    display: block;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 10pt;
  }

  .frame_FooterBox1 {
    max-width: 400px;
    margin: 0px auto 0px auto;
  }

  .frame_FooterLogo {
    float: left;
    width: 100px;
    height: 40px;
    margin-left: auto;
    padding: 0px 0px 0px 12px;
  }

  .frame_FooterCopyright {
    margin: 6px 0px 0px 140px;
  }

  .frame_FooterBox2 {
    clear: both;
    max-width: 330px;
    margin: 32px auto 0px auto;
    text-align: center;
  }
}


/* autocomplete stuff: */
.ac_taxon_list {
	font:10pt Arial,sans-serif;
	background:rgba(255,255,255,0.9);
	overflow-y:auto; overflow-x:auto;
	white-space:nowrap;
}
.ac_taxon {
	box-sizing:border-box;
	cursor:pointer;
	padding:1px 0px 0px 2px;
}
.ac_taxon:hover {
	background:#eeeeff;
}
@media (max-width: 620px) {
	.ac_taxon_list {
		font-size:13pt;
	}
}