
/* -------- Main layout containers -------- */

@media (min-width: 700px)
{
  body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #DEE0DE;
    font: 12px sans-serif;
    color: #333333;
    overflow: hidden;
  }

  #controls {
    display: block;
    z-index: 9;
    position: absolute;
    right: 0px;
    top: 169px;
    width: 40%;
    height: 56px;
  }
  
  .controlpane {
    display: block;
    height: 26px;
    margin-left: 8px;
    border-top: 1px solid #EDF2E6;
    border-left: 1px solid #EDF2E6;
    border-bottom: 1px solid #ABB3A1;
    background-color: #D3DDC6;
    overflow: hidden;
  }
    
  #mappane {
    display: block;
    z-index: 8;
    position: absolute;
    left: 0px;
    top: 169px;
    bottom: 0px;
    width: 60%;
    background-color: #B8CFE5;
  }
  
  #resizer {
    display: block;
    z-index: 11;
    position: absolute;
    left: 60%;
    top: 169px;
    bottom: 0px;
    width: 6px;
    border-left: 1px solid #4D6633;
    border-right: 1px solid #4D6633;
    background-color: #DEE0DE;
    opacity: 0.70;
    filter: alpha(opacity=50);
    cursor: w-resize;
  }
  
  #datapane {
    display: block;
    z-index: 8;
    position: absolute;
    right: 0px;
    top: 225px;
    bottom: 0px;
    width: 40%;
    background-color: #DEE0DE;
  }
  
  #datalist {
    display: block;
    z-index: 9;
    position: absolute;
    left: 7px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-top: 1px solid #4D6633;
    border-left: 1px solid #999999;
    background-color: #FFFFFF;
    overflow-y: scroll;
  }
  
  #scrolltop {
    display: none;
  }
}

@media (max-width: 699px)
{
  body {
    margin: 0px;
    padding: 0px;
    background-color: #DEE0DE;
    font: 12px sans-serif;
    color: #333333;
    overflow-x: hidden;
  }
  
  #controls {
    display: block;
    z-index: 9;
    position: -webkit-sticky;
    position: sticky;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 56px;
  }
  
  .controlpane {
    display: block;
    height: 26px;
    margin-left: 0px;
    border-top: 1px solid #EDF2E6;
    border-bottom: 1px solid #ABB3A1;
    background-color: #D3DDC6;
    overflow: hidden;
  }
  
  #mappane {
    display: none;
    position: relative;
    z-index: 8;
    width: 100%;
    height: 400px;
    background-color: #B8CFE5;
  }
  
  #resizer {
    display: none;
  }
  
  #datapane {
    z-index: 8;
    width: 100%;
    background-color: #DEE0DE;
  }
  
  #datalist {
    display: block;
    z-index: 9;
    width: 100%;
    border-top: 1px solid #4D6633;
    background-color: #FFFFFF;
  }
  
  #scrolltop {
    float: left;
    width: 16px;
    height: 16px;
    margin: 5px 10px 0px 6px;
    background: url(../graphics/toggle-up.png) no-repeat 50% 50%;
    cursor: pointer;
  }
}

/* -------- General formatting -------- */

a {
	color: #284D00;
}

.link {
	color: #284D00;
  text-decoration: none;
  cursor: pointer;
}

/* -------- Page header -------- */

#header {
  display: block;
  width: 100%;
  height: 78px;
  background: #9FAF8A url(../graphics/header-background.jpg) repeat-x 0px 0px;
}

#headertitle {
  width: 100%;
  height: 78px;
  background: url(../graphics/header-title.png) no-repeat;
}

/* -------- Page menu -------- */

#hmenubar {
  z-index: 600;
  display: block;
  width: 100%;
  height: 23px;
  border-top: 3px solid #4D6633;
  border-bottom: 3px solid #4D6633;
  background-color: #C7D1B8;
  overflow: hidden;
  box-shadow: 0px 0px 9px #333333;
  -webkit-box-shadow: 0px 0px 9px #333333;
  -moz-box-shadow: 0px 0px 9px #333333;
}

.hmenuitem {
  display: block;
  float: left;
  height: 23px;
  padding: 0px 5px 0px 7px;
  background: #C7D1B8 url(../graphics/menu-separator.png) no-repeat 0px 50%;
  line-height: 23px;
	color: #284D00;
	text-decoration: none;
	font-weight: bold;
}

.hmenuitemfirst {
  display: block;
  float: left;
  height: 23px;
  padding: 0px 5px 0px 7px;
  background-color: #C7D1B8;
  line-height: 23px;
	color: #284D00;
	text-decoration: none;
	font-weight: bold;
}

.hmenuitem:hover {
  color: #FFFFFF;
}

.hmenuitemfirst:hover {
  color: #FFFFFF;
}

.debug {
  display: block;
  float: left;
  height: 23px;
  padding: 0px 5px 0px 7px;
  line-height: 23px;
	color: #C7D1B8;
	text-decoration: none;
	font-weight: bold;
}

/* -------- Search bar (search/browse links, summary text) -------- */

#searchbar {
  display: block;
  width: 100%;
  height: 62px;
  overflow: hidden;
  border-bottom: 1px solid #4D6633;
  background: #EBECEB; /*  url(../graphics/summary-background.png); */
}

#searchbar_sections {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#browsetab {
  display: table-cell;
  vertical-align: top;
  width: 155px;
  height: 62px;
  border-right: 1px solid #FFFFFF;
  background: #DAE3CF url(../graphics/searchheader-unhlt.png);
}

#browsetab:hover {
  background: url(../graphics/searchheader-hlt.png);
};

#browsetext {
  width: 154px;
  height: 62px;
  border-right: 1px solid #98A685;
  border-bottom: 1px solid #FDFFFA;
  background: url(../graphics/browse-text.png) no-repeat 50% 50%;
}

#browselink {
  width: 154px;
  height: 62px;
  border-right: 1px solid #98A685;
  border-bottom: 1px solid #FDFFFA;
  background: url(../graphics/browse-back-text.png) no-repeat 50% 50%;
  cursor: pointer;
}

#searchtab {
  display: table-cell;
  vertical-align: top;
  width: 145px;
  height: 62px;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FDFFFA;
  background: #DAE3CF url(../graphics/searchheader-unhlt.png);
}

#searchtab:hover {
  background: url(../graphics/searchheader-hlt.png);
}

#searchtext {
  width: 144px;
  height: 62px;
  border-right: 1px solid #98A685;
  border-bottom: 1px solid #FDFFFA;
  background: url(../graphics/search-text.png) no-repeat 50% 50%;
}

#searchlink {
  width: 144px;
  height: 62px;
  border-right: 1px solid #98A685;
  border-bottom: 1px solid #FDFFFA;
  background: url(../graphics/search-back-text.png) no-repeat 50% 50%;
  cursor: pointer;
}

#summarytext {
  display: table-cell;
  vertical-align: top;
  padding: 7px 0px 0px 12px;
  font-size: 12px;
  color: #555555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

/* -------- Map pane -------- */

#map {
	z-index: 9;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

#mapshadowtop {
  z-index: 10;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 9px;
  background: url(../graphics/shadow-9-down.png) repeat-x 0px 0px;
}

#mapshadowright {
  z-index: 10;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 9px;
  background: url(../graphics/shadow-9-left.png) repeat-y 0px 0px;
}

#maplayertoggle {
  z-index: 13;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 60px;
  height: 15px;
  overflow: hidden;
  padding: 4px 4px 4px 22px;
  border: 1px solid #BFBFBF;
  color: #607348;
  font-weight: bold;
  cursor: pointer;
  background: #F5F5F5 url(../graphics/dropdown-down.png) no-repeat 0px 3px;
  -moz-box-shadow: 0px 0px 9px #666666;
  -webkit-box-shadow: 0px 0px 9px #666666;
  box-shadow: 0px 0px 9px #666666;
}

#maplayerdropdown {
  z-index: 12;
  visibility: hidden;
  position: absolute;
  top: 36px;
  right: 12px;
  width: 86px;
  height: 100px;
  overflow: hidden;
  border-left: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
  background-color: #FFFFFF;
  -moz-box-shadow: 0px 0px 9px #666666;
  -webkit-box-shadow: 0px 0px 9px #666666;
  box-shadow: 0px 0px 9px #666666;
}

.maplayeritem {
  width: 76px;
  height: 15px;
  padding: 4px 0px 4px 10px;
  border-bottom: 1px solid #BFBFBF;
  color: #607348;
  cursor: pointer;
}

.maplayeritem:hover {
  background-color: #EBF1E0;
}

#infowindowcontent {
  width: 250px;
  height: 150px;
  margin-top: 12px;
  border: 1px solid #CCCCCC;
  background-color: #F5F5F5;
  overflow-y: auto;
}

#infowindowheader {
  height: 20px;
  line-height: 20px;
  padding-left: 3px;
  border-bottom: 1px solid #CCCCCC;
  background-color: #DEE0DE;
	overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
}

#infowindowlist {
  padding: 3px;
}

/* -------- Controls -------- */

.controllabel {
  float: left;
  margin: 6px 0px 2px 5px;
	font: 11px sans-serif;
	font-weight: bold;
  color: #4B593B;
}

.controldropdown {
  float: left;
	font: 11px sans-serif;
  margin: 4px 0px 2px 4px;
  border: 1px solid #6F805C;
  border-radius: 2px;
  -moz-border-radius: 2px;
}

.controlradio {
  float: left;
  margin: 6px 0px 2px 10px;
}

.controlradiolabel {
  float: left;
  margin: 6px 0px 2px 3px;
	font: 11px sans-serif;
  color: #4B593B;
}

.controlradiolabeldropdown {
  float: left;
  margin: 6px 0px 2px 4px;
  padding-right: 22px;
	font: 11px sans-serif;
  color: #4B593B;
  background: url(../graphics/dropdown-down.png);
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
}

#groupandsortrefresh {
  float: left;
  width: 16px;
  height: 16px;
  margin: 4px 0px 0px 4px;
  background: url(../graphics/refresh.png) no-repeat 50% 50%;
  cursor: pointer;
}

#downloadtoggle {
  float: right;
  height: 26px;
  padding: 0px 8px 0px 22px;
  margin-right: 27px;
  line-height: 26px;
  color: #607348;
  font-weight: bold;
  cursor: pointer;
  background: url(../graphics/dropdown-down.png) no-repeat 0px 3px;
}

/* -------- Data List -------- */

.groupheader {
  clear: both;
  width: 100%;
  height: 24px;
  border-bottom: 1px solid #999999;
  background: #EBECEB;
	overflow: hidden;
  white-space: nowrap;
}

.groupmapicon {
  float: right;
  width: 12px;
  height: 12px;
  margin: 7px 8px 5px 8px;
  cursor: pointer;
}

.grouptoggleicon {
  float: left;
  width: 20px;
  height: 19px;
  margin: 2px 2px 0px 2px;
  cursor: pointer;
}

.grouplabel {
  height: 19px;
  padding-top: 5px;
	font: 12px sans-serif;
  color: #4B593B;
}

.grouppageheader {
  clear: both;
  width: 100%;
  height: 24px;
  border-bottom: 1px solid #999999;
  background: #F5F5F5;
	overflow: hidden;
  white-space: nowrap;
}

.grouppagetoggleicon {
  float: left;
  width: 20px;
  height: 19px;
  margin: 2px 6px 0px 6px;
  cursor: pointer;
}

.grouppagelabel {
  height: 19px;
  padding-top: 5px;
	font: 12px sans-serif;
  color: #4B593B;
}

.detailsheader {
  clear: both;
  width: 100%;
  height: 24px;
  border-bottom: 1px solid #999999;
  background: #DEE0DE;
	overflow: hidden;
  white-space: nowrap;
}

.detailslabel {
  height: 19px;
  padding: 5px 0px 0px 6px;
	font: 12px sans-serif;
  color: #4B593B;
}

.listentry {
  clear: both;
  width: 100%;
  border-bottom: 1px solid #999999;
  background-color: #FDFDFD;
}

.listentrycontrols {
  width: 22px;
  background-color: #EBECEB;
  border-right: 1px solid #BBBBBB;
}

.listentrycontrol {
  margin: 0px 1px 0px 1px;
  cursor: pointer;
}

.listentrylabeltext {
	font: 12px sans-serif;
	padding: 8px;
  border-left: 1px solid #FFFFFF;
}

.listentrydetailstext {
	font: 12px sans-serif;
	padding: 0px;
  border-right: 1px solid #BBBBBB;
}

.listentrylabelimages {
  width: 75px;
  padding: 8px 8px 8px 0px;
}

.listentrydetailsimages {
  width: 75px;
  padding: 8px;
}

.boldright {
  float: right;
  font-weight: bold;
  margin-left: 16px;
}

.loadingicon {
  float: left;
  margin: 4px 6px 4px 24px;
}

.linespacer {
  margin: 5px 0px 5px 0px;
}

.textspacer {
  margin-left: 10px;
}

.detailsgrid {
	padding: 0px;
}

.detailsimages {
  width: 91px;
  padding: 8px;
  border-left: 1px solid #BBBBBB;
  background-color: #FFFFFF;
}

.detailsfield {
  width: 110px;
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  padding-right: 4px;
  background-color: #EBECEB;
	font: 12px sans-serif;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}
.detailsfield a {
  text-decoration:none;
}
.detailsfieldfill {
  background-color: #EBECEB;
}

.detailsvalue {
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  padding-left: 4px;
  background-color: #FFFFFF;
	font: 12px sans-serif;
  text-align: left;
}

.detailsvaluefill {
  background-color: #FAFAFA;
}

.tableviewtable {
  table-layout: fixed;
}

.tableviewheader {
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  background-color: #EFF5E9;
	font: 12px sans-serif;
  font-weight: bold;
  white-space: nowrap;
}

.tableviewvalue {
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
	background-color: #FDFDFD;
	font: 12px sans-serif;
}

.imageviewbox {
  float: left;
  width: 152px;
  height: 250px;
  margin: 24px 0px 0px 24px;
}

.imageviewthumb {
  display: block;
  margin: 0px;
  padding: 0px;
}

.imageviewlabel {
  border-left: 1px solid #5D7243;
  border-right: 1px solid #5D7243;
  border-bottom: 1px solid #5D7243;
  margin: 0px;
  padding: 1px 0px 5px 3px;
}

.imagelink {
	font: 11px sans-serif;
  cursor: pointer;
}

.imagemorelink {
  width: 75px;
	font: 11px sans-serif;
	text-decoration: underline;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
}

.imageviewpad {
  clear: both;
  width: 100%;
  height: 24px;
  border-bottom: 1px solid #999999;
}


/* -------- Checklist -------- */

#checklistpane {
	z-index: 8;
  position: absolute;
  left: 0px;
  top: 171px;
  right: 0px;
  bottom: 0px;
	overflow-y: scroll;
}

.checklistfamily {
  margin-top: 12px;
  margin-left: 12px;
  font-weight: bold;
}

.checklistgenus {
  margin-left: 24px;
  font-weight: bold;
}

.checklisttaxon {
  margin-left: 36px;
}

.checklistnotes {
  color: #888888;
}


/* -------- Data Toggle -------- */

#datatogglebox {
  z-index: 10;
  position: absolute;
  top: 169px;
  right: 0px;
  width: 26px;
  height: 28px;
  display: block;
  overflow: hidden;
  border-left: 1px solid #ABB3A1;
  background-color: #D3DDC6;
  cursor: pointer;
}

#datatogglebtn {
  width: 25px;
  height: 26px;
  border-left: 1px solid #EDF2E6;
  border-top: 1px solid #EDF2E6;
  border-bottom: 1px solid #ABB3A1;
  background: url(../graphics/toggle-right.png) no-repeat 50% 50%;
}

#datatogglelabel {
  width: 26px;
  height: 86px;
  border-top: 1px solid #EDF2E6;
  border-bottom: 1px solid #ABB3A1;
  background: #DEE0DE url(../graphics/label-data.png) no-repeat 50% 50%;
}

/* -------- Download Dropdown -------- */

#tabledropdown {
  visibility: hidden;
	z-index: 12;
  position: absolute;
  left: 58px;
  top: 28px;
  width: 160px;
  height: 420px;
  border-left: 1px solid #ABB3A1;
  border-right: 1px solid #ABB3A1;
  border-bottom: 1px solid #ABB3A1;
  background-color: #D3DDC6;
  -moz-box-shadow: 0px 6px 9px #666666;
  -webkit-box-shadow: 0px 6px 9px #666666;
  box-shadow: 0px 6px 9px #666666;
  overflow: hidden;
}

#tabledrowpdownheader {
	font: 12px sans-serif;
	padding: 3px 0px 3px 16px;
	font-weight: bold;
}

.tablefieldcheckbox {
  margin-left: 16px;
}

#downloaddropdown {
  visibility: hidden;
	z-index: 12;
  position: absolute;
  right: 0px;
  top: 28px;
  width: 230px;
  height: 290px;
  border-left: 1px solid #ABB3A1;
  border-bottom: 1px solid #ABB3A1;
  background-color: #D3DDC6;
  -moz-box-shadow: 0px 6px 9px #666666;
  -webkit-box-shadow: 0px 6px 9px #666666;
  box-shadow: 0px 6px 9px #666666;
  overflow: hidden;
}

.radiobutton {
  margin: 8px 3px 0px 16px;
}

.downloadcheckbox {
  margin: 8px 3px 0px 16px;
}

.downloadbutton {
  margin: 16px 3px 0px 16px;
}

/* -------- Popup window for image viewers -------- */

.popupwindow {
  z-index: 50;
  visibility: hidden;
  position: fixed;
  top: 12px;
  left: 12px;
  bottom: 12px;
  width: 500px;
  border-radius: 9px;
  -moz-border-radius: 9px;
  background-color: #EBECEB;
  -moz-box-shadow: 0px 0px 9px #666666;
  -webkit-box-shadow: 0px 0px 9px #666666;
  box-shadow: 0px 0px 9px #666666;
}

.popupheader {
  position: absolute;
  top: 5px;
  left: 0px;
  width: 100%;
  height: 26px;
}

.popupcontent {
  position: absolute;
  top: 31px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background-color: #000000;
}

.popup1resizer {
  position: absolute;
  top: 31px;
  right: 0px;
  width: 5px;
  bottom: 5px;
  background-color: #EBECEB;
  cursor: w-resize;
}

#popup2resizer {
  position: absolute;
  top: 31px;
  left: 0px;
  width: 5px;
  bottom: 5px;
  background-color: #EBECEB;
  cursor: w-resize;
}

.popupbutton {
  float: left;
  margin: 2px 0px 0px 6px;
  cursor: pointer;
}

.popuptitle {
  float: left;
  margin-left: 6px;
	font: 12px sans-serif;
	line-height: 22px;
	font-weight: bold;
}

.popupclose {
  float: right;
  padding: 0px 6px 0px 6px;
	font: 30px sans-serif;
	line-height: 22px;
	font-weight: bold;
	cursor: pointer;
}

/* -------- Feedback window -------- */

.feedbackwindow {
  z-index: 50;
  visibility: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 16px;
  width: 600px;
  background-color: #EBECEB;
}

.feedbackheader {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 54px;
  border-bottom: 1px solid #333333;
  background-color: #AABB98;
	font: 14px sans-serif;
}

.feedbackcontrols {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 200px;
  height: 54px;
}

.feedbackbutton {
  float: right;
  height: 32px;
  margin: 10px 14px 0px 0px;
  padding: 0px 8px 0px 8px;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  background: #CCCCCC; /* url(../graphics/tab-fade.png) repeat-x 0px 0px; */
  white-space: nowrap;
	font: 14px sans-serif;
	font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
.feedbackbutton:hover {
  background-color: #A4E573;
}

.feedbackinstructions {
  margin: 6px 200px 0px 6px;
	font: 12px sans-serif;
}

.feedbackform {
  position: absolute;
  top: 55px;
  left: 0px;
  width: 300px;
  height: 445px;
  border-right: 1px solid #333333;
  background-color: #FFFFFF;
}

.feedbacklabel {
  position: absolute;
  top: 55px;
  left: 300px;
  width: 299px;
  height: 445px;
  background-color: #FFFFFF;
  overflow-y: auto;
}

.feedbacklabelheader {
  height: 33px;
  padding: 3px;
  border-bottom: 1px solid #333333;
  background-color: C2CCB8;
  font-weight: bold;
}

.feedbackthumbnails {
  position: absolute;
  top: 55px;
  left: 300px;
  width: 299px;
  height: 85px;
  background-color: #666666;
  border-bottom: 1px solid #CCCCCC;
}

.feedbackthumbnail {
  border: 1px solid #333333;
  margin: 5px 0px 5px 10px;
  cursor: pointer;
}

.feedbackviewer {
  position: absolute;
  top: 140px;
  left: 300px;
  width: 299px;
  height: 445px;
  background-color: #000000;
  visibility: hidden;
}

.feedbackformtabs {
  position: absolute;
  top: 5px;
  left: 0px;
  height: 28px;
}

.feedbacktab{
  float: left;
  height: 22px;
  margin: 0px 0px 0px 3px;
  padding: 5px 8px 0px 8px;
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  background: #CCCCCC; /* url(../graphics/tab-fade.png) repeat-x 0px 0px; */
  white-space: nowrap;
	font: 12px sans-serif;
	font-weight: bold;
  cursor: pointer;
}
.feedbacktabselected {
  background-color: #AABB98;
  height: 23px;
}
.feedbacktab:hover {
  background-color: #AABB98;
}

.feedbacktabbar {
  position: absolute;
  top: 33px;
  left: 0px;
  width: 100%;
  height: 5px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  background-color: #AABB98;
}

/* -------- Record details popup -------- */

@media (min-width: 700px)
{
  .recorddetailsfade {
    z-index: 30;
    visibility: hidden;
    position: absolute;
    right: 0px;
    top: 171px;
    bottom: 0px;
    width: 40%;
    background-color: #FFFFFF;
    opacity: 0.85;
    filter: alpha(opacity=85);
  }

  .recorddetailswindow {
    z-index: 31;
    visibility: hidden;
    position: absolute;
    right: 12px;
    top: 189px;
    bottom: 12px;
    width: 38%;
    border: 1px solid #8D997A;
    background-color: #FFFFFF;
    -moz-box-shadow: 0px 0px 9px #666666;
    -webkit-box-shadow: 0px 0px 9px #666666;
    box-shadow: 0px 0px 9px #666666;
  }
}

@media (max-width: 699px)
{
  .recorddetailsfade {
    z-index: 30;
    visibility: hidden;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: #FFFFFF;
    opacity: 0.85;
    filter: alpha(opacity=85);
  }

  .recorddetailswindow {
    z-index: 31;
    visibility: hidden;
    position: fixed;
    left: 12px;
    right: 12px;
    top: 12px;
    bottom: 12px;
    border: 1px solid #8D997A;
    background-color: #FFFFFF;
    -moz-box-shadow: 0px 0px 9px #666666;
    -webkit-box-shadow: 0px 0px 9px #666666;
    box-shadow: 0px 0px 9px #666666;
  }
}

.recorddetailsheader {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 25px;
  background-color: #D3DDC6;
  border-bottom: 1px solid #8D997A;
}

.recorddetailscontent {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 26px;
  bottom: 0px;
  overflow-y: scroll;
}

.recorddetailsbutton {
  float: left;
  margin: 3px 0px 0px 6px;
  cursor: pointer;
}

.recorddetailsindex {
  float: left;
  margin: 5px 0px 0px 6px;
  font-weight: bold;
}

/* -------- Login dropdown box (defined here instead of in login.css so it can be styled separately) -------- */

#logindropdown {
  visibility: hidden;
	z-index: 100;
  position: absolute;
  right: 0px;
  top: 107px;
  width: 184px;
  height: 250px;
  border-left: 1px solid #4D6633;
  border-bottom: 1px solid #4D6633;
  background-color: #CED6C1;
  -moz-box-shadow: 0px 2px 9px #666666;
  -webkit-box-shadow: 0px 2px 9px #666666;
  box-shadow: 0px 2px 9px #666666;
  overflow: hidden;
}

table.otherNumbers {
	border-collapse:collapse;
	font-size:11px;
}
table.otherNumbers a {
	text-decoration:none;
}
