
/* - ploneCustom.css - */
@media all {
/*  (do not remove this :) */
/*  (not this either :) */


html { height: 100%; }

body {
  background: #000 url(https://www.forestproductslocator.org/bkground-rough.jpg) repeat fixed;
  height: 100%; 
  margin: 0;
  padding: 0;
}
.template-index_html #contentview-edit,
.template-index_html #contentview-view {
    display: none;
}

#poweredByWrapper {
    margin-top: -29px;
    margin-right: 10px;
    float: right;
}

#visual-portal-wrapper {
  background: transparent;
  margin: 1.5em auto 2em;
  width: 800px;
}

#portal-top, #portal-columns { background: #e5e3df; }

#portal-top {
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  -webkit-border-top-left-radius: 1em;
  -webkit-border-top-right-radius: 1em;
  -o-border-radius-topleft: 1em;
  -o-border-radius-topright: 1em;
}

#portal-columns {
  -moz-border-radius-bottomleft: 1em;
  -moz-border-radius-bottomright: 1em;
  -webkit-border-bottom-left-radius: 1em;
  -webkit-border-bottom-right-radius: 1em;
  -o-border-radius-bottomleft: 1em;
  -o-border-radius-bottomright: 1em;
}

.editLink a{
    font-size: 80% !important;
    color: #22320D !important;
}

h1, h2, h3, h4, h5, h6, p {
  color: #654f3C;
}

h1, h2, h3, h4, h5, h6 {
  border: 0;
}

h1 {
  margin-top: 0;
  padding-top: 0;
}

#map-area {
  margin: auto;
}

#map-area-small {
  float: right;
}

#map-toolbar,
#list-toolbar {
  margin: 6px auto 0;
  width: 700px;
}

#map-toolbar #map-heading,
#list-toolbar #list-heading {
  background-color: #A1B7D1;
  padding: 6px 12px;
  margin:0;
  position:relative;
  border-bottom: solid 1px #a5bfdd;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  -webkit-border-top-left-radius: 1em;
  -webkit-border-top-right-radius: 1em;
}

#map-toolbar #map-heading #map-toggle,
#map-toolbar #list-heading #list-toggle {
  width: 22px;
  height: 10px;
  background-image: url(https://www.forestproductslocator.org/search-arrow.png);
  background-repeat: no-repeat; 
  background-position: bottom;
  margin: 5px 6px 0 0;
  float: left; 
  cursor: pointer;
}

#map-toolbar.closed #map-heading #map-toggle,
#list-toolbar.closed #list-heading #list-toogle {
  background-position:top;
}

#map-toolbar #map-heading h2,
#list-toolbar #list-heading h2 {
  display: inline;
}

#map-toolbar #map-heading #map-options, 
#map-toolbar #map-heading #map-options-small,
#list-toolbar #list-heading #List-options,
#list-toolbar #list-heading #list-options-small {
  float: right;
  text-align: right;
}


#millListWrapper {
    clear: both;
    margin: 6px auto 0;
    xwidth: 700px;
    padding-left: 20px;
}

#searchWrapper {
    clear: both;
    margin: 6px auto 0;
    width: 700px;
    background-color: #A1B7D1;
}
#searchWrapper p {
    color: white;
    font-size: 16px;
    font-weight: normal;
    line-height: 2em;
    margin-left: 10px;
}


#map-toolbar #map-heading #map-options-small,
#list-toolbar #List-heading #list-options-small {
  width: 300px;
}

#map-toolbar #map-heading #map-options li,
#map-toolbar #map-heading #map-options-small li,
#list-toolbar #list-heading #list-options li,
#list-toolbar #list-heading #list-options-small li {
  display: inline;
  list-style: none;
  margin-bottom: 0;
  float: left;
}

#map-toolbar #map-heading #map-options a, 
#map-toolbar #map-heading #map-options-small a,
#list-toolbar #list-heading #list-options a, 
#list-toolbar #list-heading #list-options-small a {
  border: 0;
  color: #000;
  padding:0 1em;
  text-decoration: none;
  -moz-border-radius-topleft: .5em;
  -moz-border-radius-topright: .5em;
  -webkit-border-top-left-radius: .5em;
  -webkit-border-top-right-radius: .5em;
  -o-border-radius-topleft: .5em;
  -o-border-radius-topright: .5em;
}

#map-toolbar #map-heading #map-options a:hover,
#map-toolbar #map-heading #map-options-small a:hover,
#list-toolbar #list-heading #list-options a:hover,
#list-toolbar #list-heading #list-options-small a:hover {
  text-decoration: underline;
}

#map-toolbar #map-heading #map-options li,
#map-toolbar #map-heading #map-options-small li,
#list-toolbar #list-heading #list-options li,
#list-toolbar #list-heading #list-options-small li  {
  display: inline;
}

#list-toolbar #list-heading form#ExportForm strong { color:#654f3C; }

#map-toolbar #map-heading form#ExportForm { top:13px; right:110px; }
#map-toolbar #map-heading form#ExportForm strong { font-weight:normal; }

#map-toolbar #map-search,
#list-toolbar #list-search {
  width: 100%;
  background: #D3DEF3;
  border-top: solid 1px #e5e3df;
  border-bottom: solid 1px #a5bfdd;
  float: left;
}

#map-toolbar #map-search form,
#list-toolbar #list-search form {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
}

#list-toolbar #list-search form {
    float: left;
    margin: 10px 12px 0;
    padding: 0;
    width: 100%;
}
#map-toolbar #map-search fieldset,
#list-toolbar #list-search fieldset {
  border-width: 1px 0 0;
  border-color: #B6BFD8;
  margin: 0 12px 0 0;
  padding: 0 0 8px 0;
}

#map-toolbar #map-search fieldset.small,
#list-toolbar #list-search fieldset.small {
  width: 340px;
  margin-right: 8px;
  float: left;
}

#map-toolbar #map-search fieldset legend,
#list-toolbar #list-search fieldset legent {
  background: transparent;
}

#map-toolbar #map-search .dd,
#list-toolbar #list-search .dd {
  width: 162px !important;
  float: left;
  margin: 0 0 4px 8px;
}


#map-toolbar #map-search .ddTitle a,
#list-toolbar #listsearch .ddTitle a {
  text-decoration: none !important;
  color: #000 !important;
}

#map-toolbar #map-search .ddChild,
#list-toolbar #list-search .ddChild {
  width: 160px !important;
}

#map-canvas {
  height: 600px;
  margin: auto;
  width: 700px;
}

#map-canvas-small {
  height: 257px;
  margin: auto;
  width: 300px;
}

#map-area.fullscreen {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

#map-area.fullscreen #map-toolbar {
  width: 100%;
  margin: 0;
  display:;
}

#map-area.fullscreen #map-canvas {
  width: 100%;
  height: 100%;
}

div.info {
  min-height: 130px;
  overflow: visible;
  padding-right: 15px;
}

div.info h3 {
  margin-top: 0;
}

#map-toolbar, #map-options #full-exit, #map-options-small #full-exit, #mill-loading {
  display: none;
}

#mill-loading {
  margin-left: 12px;
}

#mill-name {
  width: 322px;
  float: left;
  font-size: 12px;
  height: 18px;
  margin: 1px 2px 0 8px;
  padding: 2px 4px 1px;
}

#mill-type {
  vertical-align: baseline;
}

.toolbar-top {
  left: 0;
  max-height: 30px;
  min-height: 30px;
  position: absolute !important;
  top: 0;
  width: 100% !important;
  z-index: 501 !important;
}

#portal-logo {
  position:relative;
}

#portal-logo img {
  margin: 0;
  padding: 5px 9px ;
}

#portal-logo #flip-link a { background:#e5e3df; font-weight:bold; text-decoration:none; position:absolute; top:0; right:0; padding:12px; font-size:12px; line-height:12px; font-style:italic; color:#222;
  border-radius:0 12px 0 12px; -webkit-border-radius:0 12px 0 12px; -moz-border-radius:0 12px 0 12px; -ms-border-radius:0 12px 0 12px; -o-border-radius:0 12px 0 12px;   
}
#portal-logo #flip-link:hover a { background:#fff; color:#000; }

#portal-globalnav {
  background: url(https://www.forestproductslocator.org/menu_bkground-rough.jpg) repeat fixed;
  margin: 0 20px;
  padding: 0 2em;
  text-align: center;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  -o-border-radius: 1em;
}

#portal-globalnav li a {
  border: 0;
  color: #fff;
  font-size: 1.3em;
  line-height: 2.3em;
  padding: 0.46em 1.25em;
}

#portal-globalnav li a:hover {
  background: #729050;
  color: #fff;
}

#portal-globalnav li.selected a {
  background-color: #50682E;
  border: 0;
  color: #fff;
}

#portal-globalnav li#portaltab-manufacturer-map {
  display:none;
}

#portal-globalnav li#portaltab-manufacturers {
  display:none;
}

#portal-siteactions {
  float: left;
  margin: 1em 0;
  padding: .2em 2em 0;
}

#portal-siteactions li a, #portal-siteactions li a:hover {
  border: 0;
}

#portal-personaltools {
  background: transparent;
  border: 0;
  margin: 1em 123px 1em 0;
  padding: 0 2em;
}

#portal-personaltools li, #portal-personaltools li a, #portal-siteactions li a {
  color: #fff;
}
 
a.managePortletsFallback, #portal-footer, #portal-colophon {
  display:none;
}

span.label {
  font-weight: bold;
}

.grayText {
  color: #444;
  font-style: italic;
}

/*
#mill-type_msdd, #mill-type_child {
  width: 175px !important;
}
*/

#sponsors {
  width: 700px;
  height: 130px;
  background: #f1f3f6;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  -o-border-radius: 1em;
  margin: 20px 0 0 28px;
}

#sponsors a {
  width: 164px;
  height: 89px;
  border-bottom: none;
  border-left: solid 1px #fff;
  border-right: solid 1px #d2d5dd;
  float: left;
  text-align: center;
  vertical-align: center;
  padding: 8px 34px;
  margin: 12px 0;
}

#sponsors a.left {
  border-left: none; 
}

#sponsors a.right {
  border-right: none;
}

.millTitle {
    size: 12px;
}

.millTitle a {
    text-decoration: none !important;
    font-size: 15px;
    border-bottom: none !important;
}

.showAll {
    float: right;
    margin-right: 22px;
    clear:both;
    margin-top: -28px;
    font-size: 10px;
    font-weight: bold;
}

.searchButton2-wrapper {
    float: right;
    margin-right: 195px;
}
.searchButton2 {
}

#photo-content-search-body input {
    background-color: white;
    background-image: none;
    font-size: 11px;
    border-radius: 8px;
}

input.searchButton2 {
    background: url("search_icon.gif") no-repeat scroll 0 1px white !important;
    border: 1px outset;
    border-radius: 8px 8px 8px 8px;
    color: Black;
    cursor: pointer;
    font-size: 90%;
    height: 18px;
    padding: 0 0 3px 10px;
    text-transform: none;
    width: 63px;
    font-size: 10px !important;
}

.template-mill_list #portal-column-content {
    width: 540px;
    max-width: 540px;
}

.template-mill_list #list-toolbar {
    width: auto;
}

.template-mill_list #searchWrapper {
    width: auto;
}

.template-mill_list .portletHeader {
    font-size: 13px;
}

.portletHeader {
    background-color: #A1B7D1;
}

#portlet-admin dd {
    padding-left: 12px;
}

.template-mill_list .portletHeader {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #A1B7D1 !important;
}

.template-mill_list .portlet {
    background-color: transparent;
}

#portlet-admin .portletFooter {
    margin-left: 0px;
}

#portlet-admin { 
    background-color: transparent !important;
}

#portlet-admin .portletItem {
    background-color: white;
    border-left: 1px solid #8CACBB;
    border-right: 1px solid #8CACBB;
}
.template-mill_list .odd {
    background-color: white;
}
.template-mill_list .portletItem a {
    font-size: 11px;
    font-weight: bold;
}

#home-para {
    font-size: 14px;
}

.template-createBatch fieldset { margin-top:36px; }
.template-createBatch #region-content { position:relative; }

form#ExportForm { position:absolute; top:8px; right:8px; }
form#ExportForm input[type="submit"] { width:16px; height:16px; border:none; padding:0 !important; margin:0 4px 2px; cursor:pointer; }
form#ExportForm input[type="submit"].xls { background:transparent url(https://www.forestproductslocator.org/icon-excel.png) no-repeat top left !important; }
form#ExportForm input[type="submit"]:hover { background-position:bottom !important; }

.section-mill-list iframe { margin-bottom:12px; }

form#update_info_form { width:350px; float:right; }
form#update_info_form h2 { margin:24px 0 8px; }
form#update_info_form fieldset { border:none; margin:0; padding:0; }
form#update_info_form input[type="text"] { width:100%; }
form#update_info_form textarea { width:100%; }

/*  */
}

