﻿/* graphical.css */
/* base graphical style for leaf website */

body {
  margin: 0;
  background-color: #9C9471;
  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: 0% 15% 0% 15%;
  width: auto;
}

#holder {
  /* was margin: 54px 72px 0px 216px; */
  margin: 4px -89px 0px 62px;
  /* max-width: 762px; */
  position: relative;
  left: 0px; top: 0px;
}

#header {
  height: 39px;
  padding-top: 3px;
  font: 8pt tahoma,arial,helvetica,sans-serif;
  color: White; }
#header A {
  color: White; }
  
#header .logout {
  float: right; }
  
.authenticatedentity {
  padding: 0px 0.2pc 0px 14px;
  background-position: left 2px;
  background-repeat: no-repeat; 
  background-image: url("/glue/images/icn_item_user.gif"); }
  
#footer {
  height: 36px;
  font: 8pt tahoma,arial,helvetica,sans-serif;
  color: White; }

/* content area styles */

#content {
  clear:both;
  margin-bottom: 24px;
  }

#contentupper {
  min-height: 300px;
  padding: 24px 24px 1px 24px;
  font: 75%/135% verdana,arial,helvetica,sans-serif; }
 
.leftcolumn, .rightcolumn
{
  width: 45%;
}

.leftcolumn {
  float: left;
}

.rightcolumn {
  margin-left: 45%; }
  
#contentend {
  position: relative;
  top: 0px;
  height: 16px;
}
  
#contentendlh {
  position: absolute;
  left: 0px; }
#contentendrh {
  position: absolute;
  right: 0px; }  
  
#contentendinner {
  overflow: hidden;
  height: 16px;
  margin: 0px 16px;
}

.boxout {
  margin: 4px 0px 4px 0px;
  background-color: #FFFFBA;
  border: 1px solid #C0C0C0;
  padding: 4px 4px 4px 4px; 
}

DIV.scrolling {
overflow : auto;
}
    
/* sticker styles */

.sticker_leaf {
  position: absolute;
  left: -156px;
  top: 42px; }
  
.sticker_myleaf {
  position: absolute;
  left: -199px;
  top: 142px; }
  
#sticker_leaf_ie6 {
 display: none;
}

#sticker_myleaf_ie6 {
 display: none;
}

/* tab navigation styles */

#navigation {
  min-height: 68px;
  height: 68px;
}

#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 24px;
  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: absolute;
  left: -154px;
  top: 284px;
}

#sidebar UL {
  margin: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; } 
          