@charset "TIS-620";
/* CSS Document */
/*Mater style sheet for Global*/
/*Imported style sheets*/
@import url("default.css");
@import url("txt.css");
@import url("form.css");
@import url("decorate.css");

.getQuote{
	display:block;
	margin: 0px;
	width:154px;
}
.getQuoteSymbol, .getQuoteSearch, .getQuoteButton{
	float:left;
}
.getQuoteSymbol{
	margin:3px 3px 0px 3px;
	display:block;
	width:39px;
}
.getQuoteSearch{
	margin:0px 0px 0px 0px;
	display:block;
	width:54px;
}
.getQuoteButton{
	margin:2px 0px 0px 3px;
	display:block;
	width:22px;
}
.RightCCLine{
	border-right-color:#D6D6D6;
	border-right-style:solid;
	border-right-width:1px;
}
.LeftCCLine{
	border-left-color:#D6D6D6;
	border-left-style:solid;
	border-left-width:1px;
}
.InvCornRightLine{
	border-right-color:#AED8E2;
	border-right-style:solid;
	border-right-width:1px;
	background-color:#E9FCFF;
}
.InvCornLeftLine{
	border-left-color:#AED8E2;
	border-left-style:solid;
	border-left-width:1px;
}
#tabs, #tabs2{
}

#tabs a, #tabs2 a{
display: block;
width:122px; /*width of tab image */
height:20px; /*height of tab image */
text-align:center;
float: left;
display: inline;
background-image:url(../../images/home/tab_inactive.gif); /*URL to tab image */
background-repeat: no-repeat;
color:#545454;
cursor:pointer;
}

#tabs a.current, #tabs2 a.current{
background-image:url(../../images/home/tab_active.gif) /*URL to tab image onmouseover */
}

#tabcontentcontainer, #tabcontentcontainer2{
width:378px; /*width of 2nd level content*/
/*height:40px; height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent, .tabcontent2{
display:none; /*Remove on Develop*/
}
.marginAdvisorTable{
	margin:10px 0px 10px 0px;
}
.paddingAdvisorList{
	padding:4px; 
}
.paddingAdvisor{
	padding:3px 0px 5px 8px; 
}
.bottomBlueLine{
	border-bottom:1px solid #6AB4CF;
}
.paddingSET{
	padding:3px; 
}
.lineInvestorType{
	border-right:2px solid #FFFFFF;
}
.mainSitemap{
	display:block;
	margin: 0px;
	width:515px;
}
.SitemapContent, .SitemapContent1, .SitemapContent2{
	float:left;
}
.SitemapContent1{
	margin:2px 0px 2px 0px;
	padding:2px 0px 2px 0px;
	display:block;
	width:130px;
}
.SitemapContent{
	margin:2px 0px 2px 0px;
	padding:2px 0px 2px 0px;
	display:block;
	width:150px;
}
.SitemapContent2{
	margin:2px 0px 2px 0px;
	padding:2px 0px 2px 0px;
	display:block;
	width:190px;
}
.paddingSitemap{
	padding:0px 3px 0px 3px;
}
.bgColor{
	background-color:#F4F4F4;
}

