/*div.tabBoxSAA {
  width: 50%;
}
*/

div.tabAreaSAA {
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 15px;
  z-index: 15000;
  position:relative;
}
/*
a.SAATab {
  background: #F7C663 url("/images/plus/corner.gif") top right no-repeat;
  
  border-color:#999 #000 #000 #999;
  border-width: 0px 0px 2px 1px;
  border-style: solid ridge ridge solid;
  padding: 6px 4px 2px 2px;
  text-decoration: none;
  top: -1px;
  z-index: 45001;
  font-size: 10px !important;
  color: #900 !important;
  margin-right: 3px;
}*/
a.SAATab {
  background: #066 url("/streetools/images/menu_corner6.gif") top right no-repeat;
  border-color:#000 #000 #000 #000;
  border-width: 0px 0px 1px 1px;
  border-style: solid;
  padding: 2px 10px 2px 8px;
  text-decoration: none;
  top: -1px;
  z-index: 45001;
  font-size: 10px !important;
  color: #FFF !important;
}

a.SAATab, a.SAATab:visited {
  background-color: #066;
  color: #FFF !important;
}

a.SAATab:hover {
  background-color: #A20F2E;
  color: #FFF !important;
}

a.SAATab.activeTabGold, a.SAATab.activeTabGold:hover, a.SAATab.activeTabGold:visited {
  /*background-image: none;*/
  background: #FFF url("/images/plus/corner_active_gn.gif") top right no-repeat;
  border-color:#066 #066 #FFF #066;
  border-width: 0px 0px 1px 1px;
  border-style:solid;
  background-color: #FFF;
  font-size: 10px !important;
  color: #000 !important;
  padding-top: 6px;
  padding-bottom: 16px;
}

a.SAATab.activeTabGold {
  z-index: 1000;
  padding-top: 5px;
}

div.tabMainSAA {
  background-color: #FFF;
  border-color:#066;
  border-width: 1px 2px 2px 1px;
  border-style:solid;
  /*position: relative;*/
  padding: 10px;
  width: 100%
}

div.tabMain {
  background-color: #CFDDD3;
  border: 1px solid #000;
  position: relative;
  z-index: 15001;
}

a.mycolor:link {color: #000 !important;}

a.mycolor:visited {color: #000 !important;}

a.mycolor:hover {color: #C00 !important;}

a.mycolor:active{color: #C00 !important;}


#technical {
	width:460px;
	display: none;
}

#fundamental {
	width:100%;
	display: none;
}

#sentiment {
	width:100%;
	display: none;
}


div.tabSubArea {
  font-size: 80%;
  font-weight: bold;
}

a.SUBTab {
  background: url("/streetools/images/menu_corner6.gif") top right no-repeat;
  background-color: #CFDDD3;
  border-color:#000;
  border-width: 0px 0px 1px 1px;
  border-style:solid;
  border-bottom-width: 0px;
  padding: 3px 1em 1px 1em;
  text-decoration: none;
  top: -1px;
  z-index: 15005;
  font-size: 11px !important;
  color: #900 !important;
}

a.SUBTab, a.SUBTab:visited {
  background-color: #066;
  color: #FFF !important;
}

a.SUBTab:hover {
  background-color: #FFE;
  color: #000 !important;
}

a.SUBTab.SubActTab, a.SUBTab.SubActTab:hover, a.SUBTab.SubActTab:visited {
  background-color: #FFE;
  font-size: 12px !important;
  color: #900 !important;
}

a.SUBTab.SubActTab {
  z-index: 15002;
  padding-top: 2px;
}

div.tabSubMain {
  background-color: #FFE;
  border: 1px solid #000;
  font-size: 10px;
  padding: 5px;
  z-index: 15001;
}

#strSort {
	margin-left: 10px;
	font-size: 10px;
	float:left;
	color: #999;
	position:relative;
}

#strPrimer {
	margin-right: 10px;
	font-size: 10px;
	float:right;
	color: #999;
	position:relative;
}


/* Posts
----------------------------------------------- */
.date-header {
  color:#666;
  font-size:12px;
  font-weight:bold;
  font-style: italic;
  }
.post {
  font:14px Verdana, Arial;
  margin:.5em 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  }
.post-title {
  margin:0px;
  padding:2px;
  font-size:14px;
  font-weight:bold;
  line-height:1.5em ;
  color:#FFF;
  background-color: #066;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#c60;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#333;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
  
  .wrap4, .wrap5, .wrap6 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.wrap4 {
 	background:url("/images/htdocs/shadow.gif") bottom right repeat;
  }
.wrap5 {
  	background:url("/images/htdocs/corner_bl.gif") 0px 100% no-repeat;
  }
.wrap6 {
  padding:0 18px 12px 0;
  background:url("/images/htdocs/corner_tr.gif") 100% 0px no-repeat;
  }
 
