/*
#1A5083";	// border/background dark
#75A3FF";	// border/text medium-light
#ECF1F9";	// background light
#1B4D81";	// border/background/link dark
#222";		// text dark
#FFF";		// background/text light
#999";		// greyed out text
#CE1010";	// highlighted text, usually red
#A7C7E7";	// fieldset border
#CCC";		// left navigation box border
#B7CFFF";	// survey box border
#F4F4F4";	// survey question bottom border
#F03F35";	// AFI Aggressive
#00529B";	// AFI Balanced
#019549";	// AFI Cautious
*/

/* general style starts */

body, p, table, tr, td, th, caption, div, button, select, input, textarea, h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	text-decoration: none;
	margin: 0;
	color: #222;
	background-color: #FFF
}
body {
	text-align: center
}
p, table, tr, caption, div, button, select, h1, h2, h3, h4, h5 {
	text-align: left
}
h1 {
	font-size: 1.6em
}
h1 a {
	font-size: 1em
}
h1, h2, h3, h4, h5 {
	font-weight: bold;
	margin-bottom: 6px
}
h4, h4 a, h5, h5 a {
	font-size: 13px
}
caption {
	font-weight: bold;
	border-bottom: solid 1px #A7C7E7;
	padding: 0 0 2px 5px;
	background-color: #ECF1F9;
	color: #1A5083
}
li, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight: inherit;
	padding: 0;
	text-decoration: none;
	margin: 0;
	color: #222
}
img {
	border: 0
}
input, select, input [type=checkbox] {
	vertical-align: middle
}
input [type=checkbox] {
	border: 0
}
a:hover, button:hover {
	text-decoration: underline;
	cursor: pointer
}
.buttonLeft, .buttonRight {
	cursor: pointer
}
p {
	margin-bottom: 5px
}
br {
	clear: left
}
table {
	border: 0;
	width: 100%
}
tr {
	vertical-align: top
}

#page {
	width: 980px;
	margin: 0 auto;
	text-align: center
}

/* general style ends */

/* header starts */

.header {
	top: 0;
	height: 24px;
	background-image: url("/images/redesign/line_header.png");
	background-repeat: no-repeat;
	background-position: bottom
}
#headerText {
	float: left;
	padding-top: 5px
}
.header ul {
	float: left;
	margin: 0;
	padding-top: 5px
}
.header ul li {
	text-indent: 0;
	list-style-type: none;
	background-image: url("/images/redesign/pixel_squareblue.png");
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 9px;
	float: left;
	margin-left: 8px
}
#headerDate {
	float: right;
	text-align: right;
	padding-top: 5px
}
#headerLogo {
	margin: 32px 0 0 0;
	font-weight: bold;
	font-size: 1.1em;
	padding: 2px 0;
	float: left;
	display: block
}
#adTop {
	float: right;
	margin: 15px 0 0 0;
	width: 728px;
	height: 90px
}

/* header ends */

/* footer starts */

#footer {
	clear: left;
	width: 980px;
	margin: 50px 0 10px 0;
	padding: 10px 5px;
	background-image: url("/images/redesign/line_header.png");
	background-repeat: no-repeat;
	background-position: top
}

/* footer ends */

/* top nav starts */
#navGlobal {
	font-weight: bold;
	float: right;
	padding: 0;
	margin: 20px 0 0 -1px;
	color: #A7C7E7;
	background-color: inherit
}
#navGlobal a {
	color: #1A5083;
	background-color: inherit
}
#navTop, #navTop ul {
	vertical-align: middle
}
#navTop {
	clear: both;
	padding: 0;
	margin: 2px 0 0 -1px;
	list-style: none;
	background-color: #ECF1F9;
	background-image: url("/images/redesign/tabNavOff.png");
	background-repeat: repeat-x;
	width: 981px;
	height: 25px
}
#navTop li.on, #navTop li.off {
	float: left;
	line-height: 25px;
	border-right: 1px solid #75A3FF;
	border-left: 1px solid #ECF1F9
}
#navTop a {
	display: list-item;
	padding: 0 20px
}
li.off a {
	font-weight: bold;
	color: #1B4D81;
	background-color: #ECF1F9;
	background-image: url("/images/redesign/tabNavOff.png");
	background-repeat: repeat-x
}
li.on a, li.off a:hover, li.off:hover  {
	font-weight: bold;
	background-color: #1B4D81;
	color: #FFF;
	background-image: url("/images/redesign/tabNavOn.png");
	background-repeat: repeat-x
}

/* list all nav ids here */
#nav01, #nav02, #nav03, #nav04, #nav05, #nav06, #nav07 {
	position: absolute;
	display: none
}

/* all lists */
.navOn {
	display: inline !important;
	z-index: 1000
}
.navOn, .navOn ul
	, .navOff, .navOff ul {
	width: 980px;
	color: #FFF;
	background-color: #1A5083;
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	line-height: 25px
}
.navOn a, .navOff a {
	width: auto;
	display: list-item;
	text-decoration: none
}
.navOn a:hover
	, .navOff a:hover {
	text-decoration: underline
}
.navOn li, .navOff li {
	float: left;
	color: #FFF;
	background-color: #1A5083;
	margin-left: 2px;
	margin-right: 15px
}
/* second-level lists */
.navOn li ul
	, .navOff li ul {
	position: absolute;
	width: 90px;
	left: -999em;
	border-top: 1px solid #1A5083;
	margin-left: 0px;
	margin-right: 0px
}
.navOn li ul li, .navOff li ul li {
	background-color: #1A5083;
	border-top: solid 1px #FFF;
	width: 150px;
	line-height: 21px;
	padding-left: 0;
	margin-left: 0px;
	margin-right: 0px
}
.navOn li:hover ul, .navOn li.sfhover ul, .navOff li:hover ul, .navOff li.sfhover ul {
	left: auto;
	width: 150px;
	border: solid #FFF;
	border-width: 0 1px 1px 1px;
	white-space: nowrap
}
.navOn li a, .navOff li a {
	color: #FFF
}
.navOn li ul li a, .navOff li ul li a {
	color: #FFF;
	width: 145px;
	padding-left: 5px
}

/* top nav ends */

/* left nav starts */

.navLeft {
	width: 155px;
	float: left;
	margin-top: 10px
}
.navLeft ul {
	margin: 0 0 5px 4px;
	padding: 0;
	list-style-type: none;
	list-style-position: outside
}
.navLeft li {
	margin: 0;
	padding: 2px 0 2px 18px;
	list-style-type: none;
	background-image: url("/images/redesign/arrow_right_blue.png");
	background-repeat: no-repeat;
	background-position: left;
	vertical-align: middle;
	text-indent: -8px
}
.navLeft li a {
	display: block;
	color: #1A5083
}
.navLeft li:hover, .navLeft li:hover a {
	background-color: #ECF1F9
}
fieldset {
	margin: 8px 0 0 0;
	padding: 0 0 5px 0;
	border: 1px solid #A7C7E7
}
legend {
	margin: 0 0 0 3px;
	padding: 0 2px 0 2px;
	font-weight: bold;
	color: #1A5083
}
.navLeftBoxBottom {
	width: 155px;
	height: 6px;
	background-image: url("/images/redesign/pixel_boxbottom.png");
	background-repeat: repeat-x
}
.navLeftBox {
	margin: 5px 0 0 0;
	font-weight: bold;
	color: #222;
	padding: 4px;
	border-style: solid;
	border-color: #CCC;
	border-width: 1px 1px 0 1px;
	background-image: url("/images/redesign/pixel_gradientbluelong.png");
	background-repeat: repeat-x;
	background-position: top
}
.navLeftBox a {
	font-weight: bold;
	color: #1A5083;
	background: transparent
}
.navLeftBox #txtSearch {
	margin: 10px 5px 0 0;
	border: solid #1A5083 1px;
	padding-left: 4px;
	width: 80px;
	height: 17px;
	vertical-align: middle
}
.navLeftBox button {
	margin: 10px 0 0 0;
	height: 19px;
	width: 46px
}
.navLeftUser {
	font-weight: bold;
	color: #CE1010;
	background: transparent
}
/* left nav ends */

/* column layout starts */

div.content {
	float: left;
	width: 810px;
	margin-left: 10px
}
.col2 {
	width: 317px;
	float: left
}
.col3 {
	width: 317px;
	float: left;
	margin-left: 10px
}
.col4 {
	width: 155px;
	float: right;
	text-align: left;
	vertical-align: top
}
.cola, .colb {
	width: 156px;
	float: left
}
.colb {
	margin-left: 5px
}
.rowWise {
    width: 647px;
	margin-left: 0;
	float: left
}

/* column layout ends */

/* main content starts */

.text01, tr.tabletitle td, div.subtitle {
	border-top: solid 1px #A7C7E7;
	padding: 0 0 2px 5px;
	background-color: #ECF1F9;
	margin: 2px 0 5px 0
}
.text01 a, tr.tabletitle td, tr.tabletitle td a, div.subtitle, h5 {
	color: #1A5083;
	font-weight: bold;
	font-size: 1.15em
}
.text02 {
	margin: 8px 0
}
.text02 a, h2, h2 a, h3, h3 a {
	font-size: 1.5em;
	font-weight: bold
}
.text03 {
	margin-top: 10px;
	clear: both
}
.text03 a {
	color: #CE1010;
	padding: 2px 5px 2px 5px;
	font-size: 0.9em;
	border-right: 1px solid #A7C7E7;
	background-color: #ECF1F9
}
.text04 {
	padding: 5px
}
.text04a {
	font-weight: bold;
	color: #1A5083
}
.text04b {
	color: #999;
	font-size: 10px
}
.text04c {
	padding-right: 12px;
	background: right url("/images/redesign/arrow_right_red.png") no-repeat
}
a span:hover {
	text-decoration: underline
}

/* Classes for tables, generally ALL tables are text07 */
.fsSectionHead, div.text07, table.text07 {
	clear: both;
	border-bottom: solid 1px #A7C7E7
}
.fsSectionHead, div.text07, table.text07 tr th, tr.columnheadings td, td.columnheadings {
	background-color: #ECF1F9;
	color: #1A5083;
	font-weight: bold;
	border-bottom: solid 1px #A7C7E7;
	padding: 2px
}
table.text07 tr th {
	color: #222
}
.fsSectionHead, div.text07, table.text07 tr th a, tr.columnheadings td a, td.columnheadings a {
	background-color: #ECF1F9;
	color: #1A5083;
	font-weight: bold
}
table.text07 tr td {
	padding: 2px
}
table.text07 tr td {
	background-color: inherit;
	color: #222
}
table.text07 tr td a {
	background-color: inherit;
	color: #1A5083
}
table.text07 tr.altrow td {
	background-color: #ECF1F9;
	color: #222
}
table.text07 tr.altrow td a {
	background-color: #ECF1F9;
	color: #1B4D81
}
/* ends */

table.text07 tr.highlight td, tr.highlight td a, tr.highlight td a {
	background-color: #1B4D81;
	color: #FFF !important;
	font-weight: bold
}

ul.text09 {
	margin: 0 0 0 5px;
	padding: 5px 0 0 0;
	list-style-type: none
}
.text09 li {
	margin: 0 0 2 0px;
	padding: 0 0 1px 8px;
	list-style-type: none;
	background-image: url("/images/redesign/arrow_right_blue.png");
	background-repeat: no-repeat;
	background-position: left 4px;
	text-indent: none
}
.text09 li a {
	color: #222
}
.text10, .text10 a, .text10b, .text10b a, .text10More, .text10More a {
	color: #1A5083;
	font-weight: bold;
	padding: 2px 2px 2px 0
}
.text10, .text10b, .text10More {
	padding-right: 12px;
	background: right url("/images/redesign/arrow_right_red.png") no-repeat
}
.text10 {
	float: left
}
.text10b {
	float: right;
	text-align: right
}
.text11 {
	text-align: right
}
.text12 {
	list-style-image: url("/images/redesign/icon_forum_msg.png");
	list-style-position: outside;
	margin-top: 0;
	margin-bottom: 0
}
#text12video {
	list-style-image: url("/images/redesign/icon_video.png")
}
#text12pdf {
	list-style-image: url("/images/redesign/icon_pdf.png")
}
.text12 li {
	color: #CE1010;
	font-size: 10px;
	vertical-align: middle;
	margin: 0 0 2px -16px;
	text-indent: -5px
}
.text12 a {
	margin-right: 5px
}

.imgEditor {
	width: 75px;
	height: 92px;
	float: left;
	margin-right: 5px
}
.newsBox {
	height: 100px;
	overflow: auto
}
.fundlookup {
	margin: 15px 0 5px 0;
	padding: 14px 0;
	width: 810px;
	height: 32px;
	border-width: 1px 0;
	border-style: dotted;
	border-color: #A7C7E7;
	text-align: right
}
.fundlookuptop {
	margin: 30px 0 0 0;
	padding: 0;
	width: 808px;
	height: 1px;
	border-width: 1px 0 0 0;
	border-color: #A7C7E7;
	border-style: dotted
}

button {
	border: 0;
	padding: 0;
	font-weight: bold;
	color: #FFF;
	vertical-align: middle
}
.buttonLeft, .buttonRight {
	display: block;
	height: 19px;
	line-height: 17px
}
.buttonLeft {
	background: url("/images/redesign/button_blue.png") left 0 no-repeat;
	float: left;
	padding-left: 4px
}
.buttonRight {
	background: url("/images/redesign/button_blue.png") right 0 no-repeat;
	text-align: center;
	padding-right: 4px
}
.printonly {
	display: none
}
.printnever {
	display: inline
}
hr {
	border-color: #A7C7E7;
	border-style: dotted;
	background-color: #FFF;
	color: #A7C7E7;
	height: 1px;
	padding: 0;
	margin: 0
}
hr.printonly {
	display: none
}

/* ad starts */

div.ad {
	margin-top: 20px;
	text-align: center
}
.adText {
	text-align: center;
	font-size: 0.8em;
	color: #A7C7E7;
	letter-spacing: 0.6em
}
div.adImage {
	margin: 10px 0;
	text-align: center
}

/* ad ends */

/* toolset starts */

ul.toolset {
	margin: 5px 0 10px;
	padding: 0;
	list-style-type: none;
	vertical-align: middle
}
ul.toolset li {
	list-style-type: none;
	font-size: 0.95em;
	height: 18px;
	padding: 2px 5px 0 5px;
	background-image: url("/images/redesign/tabNavOff.png");
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 1px;
	border: 1px solid #A7C7E7
}
ul.toolset li a {
	padding-left: 19px;
	display: block;
	height: 17px;
	color: #222;
	font-weight: bold
}
#btn01 {
	background-image: url("/images/redesign/icon_portfolio.png")
}
#btn02 {
	background-image: url("/images/redesign/icon_scanner.png")
}
#btn03 {
	background-image: url("/images/redesign/icon_filter.png")
}
#btn04 {
	background-image: url("/images/redesign/icon_multiplot.png")
}
#btn05 {
	background-image: url("/images/redesign/icon_ratings.png")
}
#btn06 {
	background-image: url("/images/redesign/icon_afi.png")
}
#btn07 {
	background-image: url("/images/redesign/icon_discrete.png")
}
#btn08 {
	background-image: url("/images/redesign/icon_quartiles.png")
}
#btn09 {
	background-image: url("/images/redesign/icon_adviser.png")
}
#btn10 {
	background-image: url("/images/redesign/icon_ifa.png")
}
#btn11 {
	background-image: url("/images/redesign/icon_filter.png")
}
#btn01, #btn02, #btn03, #btn04, #btn05, #btn06, #btn07, #btn08, #btn09, #btn10, #btn11 {
	background-repeat: no-repeat;
	background-position: top left
}

/* CSS tabs start */

ul.tabs {
	clear: both;
	width: 100%;
	text-indent: 0;
	margin: 0 0 0 -1px;
	padding: 0
}
ul.tabs li {
	margin: 5px 0 0 0;
	display: block;
	height: 23px;
	line-height: 23px;
	float: left;
	text-indent: 0;
	vertical-align: middle;
	border-right: 1px solid #75A3FF;
	border-left: 1px solid #ECF1F9;
	list-style: none
}
ul.tabs li a, ul.tabs li.tabOn a {
	background: inherit;
	padding: 0 10px
}
ul.tabs li a {
	display: list-item;
	color: #1B4D81;
	background-image: url("/images/redesign/tabNavOff.png");
	background-color: #ECF1F9;
	background-repeat: repeat-x
}
ul.tabs li.tabOn a, ul.tabs li a:hover {
	color: #FFF;
	background-image: url("/images/redesign/tabNavOn.png");
	background-color: #1B4D81;
	background-repeat: repeat-x
}

ul.tabsPiped {
	clear: both;
	width: 100%;
	text-indent: 0;
	height: 23px;
	padding: 0;
	margin: 0;
	background-color: #1B4D81
}
ul.tabsPiped li {
	margin: 0;
	display: block;
	height: 23px;
	line-height: 23px;
	float: left;
	text-indent: 0;
	vertical-align: middle;
	background-color: #1B4D81
}
ul.tabsPiped li a {
	color: #A7C7E7;
	border-right: 1px solid #A7C7E7;
	padding: 0 6px
}
ul.tabsPiped li.tabOn a {
	font-weight: bold;
	color: #FFF;
	border-right: 1px solid #A7C7E7
}

/* CSS tabs end */

/* Other styles start */

h2, h2 a {
	background-color: #FFF;
	color: #CE1010;
	margin: 5px 2px;
	font-weight: bold
}

h2.Left {
	background-color: #FFF;
	color: #222;
	margin: 5px 0;
	font-size: 25px;
	font-weight: bold;
	text-align: left
}

.darkBlueBar {
	background-color: #1B4D81;
	height: 3px
}

.fsActiveTab, .fsInactiveTab {
	clear: both;
	width: 100%;
	text-indent: 0;
	margin: 0 0 0 -1px;
	padding: 0;
	margin: 5px 0 0 0;
	display: block;
	height: 23px;
	line-height: 23px;
	float: left;
	text-indent: 0;
	vertical-align: middle;
	border-right: 1px solid #75A3FF;
	border-left: 1px solid #ECF1F9;
	list-style: none;
	background: inherit;
	padding: 0 10px
}	
.fsFundNameHead {
	font-size: 11px;
	font-weight: bolder;
	color: #75A3FF
}
.fsHeaderTab {
	color: #75A3FF;
	font-weight: normal;
	background-color: #1A5083;
	border-top: 0px;
	height: 23px;
	vertical-align:middle; 
	margin-bottom: 2px
}
.fsPrintText {
	font-weight: normal;
	color: #75A3FF
}
.fsSectionData {
	font-weight: normal;
	color: #1A5083;
	padding: 3px
}
.fsSectionBorder {
	height: 10px;
	border-bottom: 1px solid #75A3FF
}
.fsFundNameHead {
	font-weight: bolder;
	color: #1A5083
}
.fsFundGroupNameHead {
	font-weight: bolder;
	color: #222
}
.fsPerfSecHead {
	font-weight: bolder;
	color: #1A5083;
	padding: 3px;
	border-bottom: 1px solid #75A3FF
}

hr.border{
	background-color: #FFF;
	color: #222;
	height: 1px;
	padding: 0;
	margin: 0
}

td.line {
	border-top: solid 2px #222
}

div.surveyBox{    
    width: 250px;
    padding-top: 8px;
    padding-bottom: 8px
}

.serviceQuestion{
    font-size: 11px;
	color: #75A3FF;
	padding-bottom: 3px;
	border-bottom: solid 1px #F4F4F4
}

.surveyBoxBorder{
    border: 2px solid #B7CFFF
}

div.paging {
	text-align: right
}
div.paging table {
	width: auto
}
div.paging table tr td {
	margin: 0;
	padding: 0;
	border: solid 1px #A7C7E7;
	text-align: center;
	width: 25px
}
div.paging table tr td a {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #1A5083
}
td.pagingCurrent {
	font-weight: bold;
	background-color: #A7C7E7
}

ul.afiList {
	margin-top: 10px;
	list-style-type: square;
	list-style-position: inside
}
ul.afiList li {
	font-weight: bold;
	margin: 0 0 3px 0
}
li.afia {
	color: #F03F35
}
li.afib {
	color: #00529B
}
li.afic {
	color: #019549
}
li.afiSecond {
	color: #999
}
li.afiThird {
	color: #222
}

div.divider {
	background-color: #1A5083;
	height: 3px
}
div.landing {
	z-index: 130000;
	position: absolute;
	top: 250px;
	left: 250px;
	width: 420px;
	height: 360px;
	background: #E7F3FF url('/images/redesign/bg_landing.png') no-repeat
}
div.landing a {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 29px;
	color: #FFF;
	margin: 0 5px 0 15px
}
div.navSearch {
	margin: 15px 0 0 0;
	border: 1px solid #A7C7E7;
	background-image: url("/images/redesign/pixel_gradientbluelong.png");
	background-repeat: repeat-x;
	height: 60px;
	vertical-align: middle
}
div.navSearch div, div.navSearch div button {
	background: transparent
}
div.navSearchAd {
	float: left;
	width: 272px;
	margin: 6px 0 0 5px
}
div.navSearchBox {
	float: right;
	text-align: right;
	margin-top: 15px
}

div.abstract {
	font-weight: bold;
	margin-bottom: 5px
}

.clsQFirst  {text-align: center; color: #000 !important; background: #a7c7e7 !important}
.clsQSecond {text-align: center; color: #000 !important; background: #96bf0d !important}
.clsQThird  {text-align: center; color: #000 !important; background: #ffff66 !important}
.clsQFourth {text-align: center; color: #000 !important; background: #d3233c !important}
span.clsQFirst, span.clsQSecond, span.clsQThird, span.clsQFourth {
	width: 16px;
	height: 16px;
	margin-right: 2px
}

/* Other styles end */
