/* version 5.100 */


/* setting the width of our container */
#SH_CODE {width: 95%;}

/* removing all clients positioning css from our pages */
#SH_CODE *{
  margin: 0px;
  padding: 0px;
  background-color: none;
  background-image: none;
  border: 0px solid #fff;
  text-align: left;
  }

/* redefining forms and image, background color needed to be removed */
#SH_CODE img, #SH_CODE input, #SH_CODE label{
  padding: 0px;
  margin: 0px; 
  border: 0px;
  background-color: transparent;
  display: inline;
}

#Footer a {color: #fff;}

/* adding margin back to forms and removing the background color */
#SH_CODE form {margin-bottom: 12px;margin-top: 12px;background-color: transparent;}
#SH_CODE .inputCheckbox{background-color: transparent;}
/* adding white background back to form fields */
#SH_CODE input,#SH_CODE select,#SH_CODE option{background-color: #fff;}
/* add margin back to tables and paragraphs */
#SH_CODE p,#SH_CODE table{margin-bottom: 12px;}
/* adding the margin back to headings */
#SH_CODE h1, #SH_CODE h2, #SH_CODE h3, #SH_CODE h4, #SH_CODE h5, #SH_CODE h6 {margin-top: 10px;margin-bottom: 10px;}

/* setting font sizes */
#SH_CODE td, #SH_CODE th, #SH_CODE p, #SH_CODE dd, #SH_CODE dt, #SH_CODE input, #SH_CODE select, #SH_CODE textarea { font-size: 12px; }



/* redefine active/inactive subnav styles */
#SideBar ul.sidemenu  .subnavli a, #SideBar ul.sidemenu .subnavliActive a {
    display: block;
    font-weight: normal;
    color: #333333;
    height: 2.2em;
    padding: 0px;
    line-height: 12px;
    border: 0px;
    text-decoration: none;
  }
  
/* remove everything from the subnav links */
#SideBar ul.sidemenu .subnavli a:hover,#SideBar ul.sidemenu .subnavliActive a:hover {
    padding: 0px;
    Border: 0px;
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
  }
  
/* make active links bold */
#SideBar ul.sidemenu .subnavliActive a {
    font-weight: bold;
  }

/*  removing the extra margin from subnav ul */
#SideBar ul.sidemenu ul.subnav{margin-left: 10px;margin-top: 15px;width: 100%;}


/* 
h1 { }
h2 { }
h3 { }
h4 { }
*/
#SH_CODE h5 { margin-bottom: 0px; font-size: 12px; font-weight: bold;  }

/* Lists */
#SH_CODE ul { margin-top:6px; }

/* Styles for tables of data */
#SH_CODE .dataTable { }

#SH_CODE .dataTable td, #SH_CODE .dataTable caption { border-bottom: 1px solid #E7D7B5; }

#SH_CODE .dataTable td, #SH_CODE .dataTable th { padding: 3px; }

#SH_CODE .dataTable th,#SH_CODE .dataTable th a { color: #fff; }

#SH_CODE .dataTableBottom td { border-bottom: 0px;}

/* to get rid of bottom line on tables, uncomment: */
/* td.dataTableBottom {border-bottom:0;} */

#SH_CODE .dataTable .total td {
  font-weight: bold;
}

#SH_CODE .dataTable .special td { color: #CC9900; }

#SH_CODE .menuselect { padding-bottom:7px; }

/* Apply to all tables */
#SH_CODE th, #SH_CODE caption { 
  height: 15px;
  background-color: #A92E0C;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding: 3px; 
  border: 0px;
}

/* removing the border from certain dataTables */
#SH_CODE .noBorder td{border: 0px solid #fff;}

#SH_CODE .primary, #SH_CODE .primary td, #SH_CODE .primarybold, #SH_CODE .primarybold td {
  vertical-align: top;
}
#SH_CODE .primarybold, #SH_CODE .primarybold td {
  font-weight: bold;
}
#SH_CODE .alternate, #SH_CODE .alternate td {
  background-color: #efefef;
  vertical-align: top;
}

/* Used on Dividends for the Calculator Block */
#SH_CODE .focus {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  border: 1px solid #000;
}

/* Generic styles */
#SH_CODE .highlighted { font-weight: bold; }

#SH_CODE .nostyle,#SH_CODE .nostyle td {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

/* Stock quote/chart on IR home page */
#SH_CODE #miniquote { width:175px; border: 1px solid #000; }
#SH_CODE #miniquote th { background-color: #000; }
#SH_CODE #miniquote .subhead { background-color: #ddd; }
#SH_CODE #miniquote .disc { font-size:10px; color:#999; }
#SH_CODE #miniquote td { padding: 4px; }

/* Email this Page */
#SH_CODE .emailText {
  font-family: Arial,Helvetica,sans-sarif;
  font-size: 12px;
}

/* How to display file sizes */
#SH_CODE .filesize {
  font-size: 11px;
  color: #666;
}

/* FAQ */
#SH_CODE dl {
  margin: 0px;
  border-top: 1px solid #E7D7B5;
}
#SH_CODE dt {
  padding: 3px;
  background-color: #FDEED1;
  border-collapse: collapse;
  border-bottom: 1px solid #E7D7B5;
  cursor: pointer; }
#SH_CODE dt a {
  text-decoration:none;
}
#SH_CODE dd {
  margin: 0px;
  padding: 5px;
  border-bottom: 1px solid #E7D7B5;
}

/* "Shareholder Tools" in footer */
#SH_CODE #toolbar {
  font-size: 12px;
  margin-left: 15px;
}
#SH_CODE #toolbar .ToolbarContent {
  padding: 0;
  text-align: left;
}
#SH_CODE #toolbar .ToolbarTitle {
  padding-top: 10px;
  text-align: left;
  font-weight: bold;
}
#SH_CODE #toolbar ul {
  margin: 0;
  padding: 0;
}
#SH_CODE #toolbar ul li {
  padding:2px;
  margin: 0;
  list-style-type: none;
}
#SH_CODE #toolbar a {
  vertical-align: middle;
  text-decoration: none;
}
#SH_CODE #toolbar img {
  padding-right: 5px;
  border: 0px;
  vertical-align: middle;
}

/* used for print/email links in header and "Shareholder Tools" in footer */
#SH_CODE .toolbar { text-decoration: none; }
#SH_CODE .toolbar:hover { text-decoration: underline; }

/* Disclaimer Text */
#SH_CODE .disclaimer {
  font-size: 11px;
  color: #999;
}
#SH_CODE .briefcaseLegend {
  padding: 4px;
  text-align: right;
}

/* Error Handling */
#SH_CODE .error, .required { color: #f00; }
#SH_CODE .warn { color: #f60; }

/* Valuation Changes up or down (Calculator, Stock quote, etc.) */
#SH_CODE .pricedown { color: #900; }
#SH_CODE .priceup{ color: #090; }

/* Form Buttons */
#SH_CODE .submit {
  font-family: Arial;
  color: #fff;
  background-color: #999;
  border-color: #666;
  border-width: 1px;
  text-align: center;
}

#SH_CODE #CompareSelector {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #eee;
  border: 1px solid #ccc;
}

/* Show "Loading" image as charts load */
#SH_CODE img.chart {
  background: transparent url('/common/images/ani-LoadingChart.gif') center center no-repeat;
}



