﻿/* graphical.css */
/* base graphical style for leaf website */

body {
  margin: 0;
  background-color: #263e21;
  background-repeat: repeat;
  background-position: center center;
  background-attachment: fixed;
}

/*body {
  background-position: center bottom;
  background-attachment: fixed;
  background-repeat: repeat-x;
  background-image: url(../images/bg_page_myleaf.gif);
  background-attachment: scroll;
}*/

#corset {
  margin: 11px 60px 8px 60px;
  
}

#holder {
  width: auto;
  display: flex;
}

#main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
  
#footer {
  flex: 0 0 auto;
  padding-top: 24px;
  color: White; }

/* content area styles */

body, td {
  font: 90%/125% "Open Sans",verdana,arial,helvetica,sans-serif;
}

#content {
  flex: 1 0 auto;
  overflow: hidden;
  padding: 24px 32px 24px 32px;
 }
 
.content-columns {
  margin: 0 -16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.content-leftcolumn, .content-rightcolumn
{
  flex-basis: 100%;
  margin: 0 16px;
}

.boxout {
  margin: 4px 0px 4px 0px;
  background-color: #FFFFBA;
  border: 1px solid #C0C0C0;
  padding: 4px 4px 4px 4px; 
}

.greenboxout {
  width:97%;
  margin: 10px 0px 4px 0px;
  background-color: #e3f7df;
  border: 1px solid #C0C0C0;
  padding: 12px;
  border-radius: 9px;
}

DIV.scrolling {
overflow : auto;
}
    
/* sticker styles */

.sticker_leaf {
  position: absolute;
  left: -2px;
  top: 3px; }
  
.sticker_myleaf {
  position: absolute;
  left: -45px;
  top: 103px; }
  
#sticker_leaf_ie6 {
 display: none;
}

#sticker_myleaf_ie6 {
 display: none;
}

/* tab navigation styles */

#navigation {
  min-height: 68px;
  height: 68px;
}

  #navigation .ebLogout {
    float: right;
    padding-top: 9px;
    font: 8pt tahoma,arial,helvetica,sans-serif;
  }
    #navigation .ebLogout, #navigation .ebLogout a {
      color: white;
    }

    .authenticatedentity {
      padding: 0px 0.2pc 0px 14px;
      background-position: left 2px;
      background-repeat: no-repeat;
      background-image: url("/glue/images/icn_item_user.gif");
    }


#navigation UL {
  margin:0;
  padding:0;
  list-style:none;
  
  background: url(../images/bg_tab_bar.gif) repeat-x left 64px;
  min-height: 68px;
  height: 68px;
  }
#navigation LI {
  float:left;
  margin:0;
  padding:0;
  }
  
#navigation .tabinner {
  font: 12px/21px tahoma,arial;
}
#navigation .activetab .tabinner {
  font-size: 13px;
  font-weight: bold; }
  
#navigation .tabinner A {
  color: #289300; }
  
#navigation .activetab {
  padding-left: 16px; }
#navigation .activetab .tabright {
  padding-right: 16px; }
#navigation .activetab .tabinner {
  height: 34px;
  padding: 30px 8px 0px 8px; }
  
#navigation .inactivetab {
  padding-left: 16px; }
#navigation .inactivetab .tabright {
  padding-right: 16px; }
#navigation .inactivetab .tabinner {
  height: 30px;
  padding: 34px 8px 0px 0px; }

#navigation .nexttab .tabinner {
  padding-right: 0px;
   }
#navigation .lasttab .tabright {
  padding-right: 32px;
  margin-right: -16px; }

/* breadcrumbs bar styles */

#breadcrumbs {
  clear: both;
  margin: 0px;
  padding: 6px 6px 7px 18px;
  background-color: #3E8C21;
  background: url(../images/bg_breadcrumbs.gif) repeat-x left top;
  font: 8pt tahoma,arial,helvetica,sans-serif;
  color: White; }
  
#breadcrumbs A {
  color: White; }
  
/* sidebar styles */

#sidebar {
  position: relative;
  top: 0;
  width: 154px;
  flex: 0 0 auto;
}

  #sidebar UL {
    margin: 245px 0 20px 0;
    padding: 0;
    list-style: none;
  }
#sidebar LI A {
  display: block;
  margin: 0pc 0pc 6px 0pc;
  padding: 6px 9px 6px 9px;
  width: 136px;
  background-color: #ffffba;
  background-image: url(../images/bg_placemark.gif);
  background-position: right top;
  background-repeat: repeat-y;
  border-bottom: solid 1px #f0f0b0;
  font: 9pt tahoma,arial,helvetica,sans-serif;
  color: #555500;
  }
#sidebar LI.selected A {
  margin-right: 18px;
  padding-right: 24px;
  font-weight: bold;
  color: #333300;
}
  
#sidebar LI UL {
  margin: -3px 0px 6px 0px; }

#sidebar LI.selected LI A {
  margin-left: 24px;
  margin-bottom: 3px;
  padding: 3px 9px 3px 9px;
  width: 112px; 
  background-image: url(../images/bg_placemark.gif);
  background-position: right top;
  background-repeat: repeat-y;
  font-size: 8pt;  
  font-weight: normal;
}

#sidebar LI.selected LI.selected A {
  margin-right: 18px;
  padding-right: 24px;
  font-weight: bold;  
}

#sidebar LI.selected A, #sidebar LI.selected LI.selected A {
  background-image: url(../images/bg_placemark_selected.gif)!important;
  background-position: right center;
  background-repeat: no-repeat;
}

/* paging styles */

.ebPaging {
  padding: 8px 0px;
}

.ebPaging A, .ebPaging SPAN, .ebPaging STRONG {
  display: inline-block;
  padding: 0px 4px 2px 4px; 
  height: 16px;
  font-size: 90%;
  line-height: 110%; }

.ebPaging A, .ebPaging STRONG {
  text-align: center;
  border: solid 1px #e0e0e0; }

.ebPaging SPAN {
  padding-left: 0px;
  padding-right: 0px; }
  
.ebPaging A:hover {
  border-color: #c0e0c0; }
  
.ebPaging STRONG {
  border-color: #c0c0c0;
  background-color: #e0e0e0;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: bold; }

/* casi control styles */

.warranty h2.warrantyTitle {
  font-size: 120%;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: solid 1px #c0c0c0;
  margin: 1pc 0pc 0.5pc 0pc;
}

.warranty TABLE.List  TH {
  color: #909090;
  /* border-bottom: solid 1px #e0e0e0; */
  font-size: 90%;
  line-height: 110%;
}

.warranty TABLE.List  TD {
  border-top: solid 1px #e0e0e0;
  font-size: 90%;
  line-height: 110%;
}

#cScroll TABLE.List TD, #pScroll TABLE.List TD, #bScroll TABLE.List TD {
  font-weight: bold;
  border-top: 1Px solid silver;
}
#pScroll TABLE.List TD .obItem, #cScroll TABLE.List TD .obItem, #bScroll TABLE.List TD .obItem {
  padding-left: 12px; }
#bScroll TABLE.List TD .obItem, #bScroll TABLE.List TD .obItem B,
#cScroll TABLE.List TD .obItem, #cScroll TABLE.List TD .obItem B,
#pScroll TABLE.List TD .obItem, #pScroll TABLE.List TD .obItem B {
  font-weight: normal;
}

/* leaf tab styles */

     
 .leafTabset {
  margin: 4px 0px 0px 0px;
  height: 34px;
  border-bottom: solid 1px #386636;
  }
  
.leafTabset .tab {
  margin-right: -1px;
  margin-top: 3px;
  height: 24px;
  padding: 3px 4px 3px 10px;
  float: left;
  width: 30%;
  border: solid 1px #386636;
  background-color: #E2E2E2;
  }
  
.leafTabset .selected {
  height: 18px;
  margin-top: 1px;
  padding: 5px 4px 9px 10px;
  border-bottom: none;
  background-color: #F7F7F7;
  }

.leafTabset .tab A {
  color: #386636;
  line-height: 17pt; }
  
.leafTabset .selected A {
  color: black; } 
          