/* QuoteNav */
.invc .quotenav1 .fcadunit {
 padding:10px 0 0 0;
 }
/* Arrow Styles */
 .invc .quotenav1 .arrow {
  background-image: url(http://images.financialcontent.com/studio-5.0/arrows/4/dash.gif);
  background-repeat: no-repeat;
  background-position: 0px 15px;
 } 
 .invc .quotenav1 .arrow_up {
  background-image: url(http://images.financialcontent.com/studio-5.0/arrows/4/up.gif);
  background-position: 0 45%;
  background-repeat: no-repeat;
 } 
 .invc .quotenav1 .arrow_down {
  background-image: url(http://images.financialcontent.com/studio-5.0/arrows/4/down.gif);
  background-position: 0 45%;
  background-repeat: no-repeat;
 } 
 .invc .quotenav1{
  margin-top: 0;
  text-align: left;
 }

.invc .quotenav1 A {
 display: inline;
 font-weight: bold;
 color: #0466B6;
}

/* icons flag */
 .invc .quotenav1_flag {
  padding: 0px 0px 0px 5px;
 } 

 /* -Symbol Info */
 .invc .quotenav1_companytitle {
  padding: 7px 10px 0px 10px;
 }

 .invc .quotenav1_companytitle TD {
  font-weight: bold;
 }
 .invc .quotenav1_companyname {
  font-size: 225%;
 }
 .invc .quotenav1_companysymbol {
  padding: 0px 0px 5px 5px;
  white-space: nowrap;
  vertical-align: bottom;
 }
 
 .invc .quotenav1 .symbolinfo {
  padding: 6px 10px;
 }
 .invc .quotenav1 .price {
  padding: 5px 10px 2px 0px;
  white-space: nowrap;
  font-size: 180%;
  font-weight: bold;
 }
 .invc .quotenav1 .delay {
  font-weight: bold;
 }
 .invc .quotenav1 .change {
  padding: 10px 10px 10px 28px;
  white-space: nowrap;
  font-size: 100%;
 }
 .invc .quotenav1 .change_unchanged {
  font-style: italic;
 }
 .invc .quotenav1 .date {
  padding: 5px 0px 0px 0px;
  font-size:12px;
 }
 
 .invc .quotenav1 .addbutton {
  white-space: nowrap;
 }

 .invc .quotenav1 .watchlistbutton {
  background:transparent url(http://images.financialcontent.com/studio-6.0/icons/16x16/document_add.png) no-repeat scroll 0 0;
 }
 
 .invc .quotenav1 .menu {
  margin: 5px 0px 0px 0px;
 }
 .invc .quotenav1 .menu .view {
  width: 10%;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  vertical-align: bottom;
  font-size: 110%;
  font-weight: bold;
  line-height: 20px;
  color: #0466B6;
  text-align: center;
  padding: 5px 15px 5px 15px;
  margin: 0px 0px 0px 0px;

 }
 .invc .quotenav1 .menu .item {
  width: 19%;
  border-right: 1px solid #DDD;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  vertical-align: bottom;
  font-size: 110%;
  font-weight: bold;
  line-height: 20px;
  color: #0466B6;
  padding: 5px 5px 5px 35px;
  margin: 0px 0px 0px 0px;
  white-space: nowrap;

  background-image: url(http://images.financialcontent.com/studio-6.0/navigation/investingnav_down_small.png);
  background-repeat: no-repeat;
  background-position: 10px 12px;
  cursor: pointer;
  cursor: hand;
 }

 .invc .quotenav1 .menu .item.hover {
  background-color: #DDD;
  text-decoration: underline;
 }

 .invc .quotenav1 .menu .submenu {
  margin: 0px 0px 0px -25px;
  position:absolute;
  z-index: 9999;
  padding: 10px; 
border-top: 1px solid #AAA;
  border-right: 2px outset #AAA;
  border-bottom: 3px outset #AAA;
  border-left: 1px solid #AAA;
  background: #F0F0F0;
 }
 .invc .quotenav1 .menu .submenu A {
  font-size: 100%;
  line-height: 175%;
  font-weight: bold;
 }

 
