/********************************************** =DATAPAGE ALL */

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: small Verdana;
	min-height: 100%;
	position: relative;
}

/**structure */

#header {
display: none;
}

#rightcol {
display: none;
}

#footer {
display: none;
}

#leftnarrow {
	display: none;
}

#googholderdata468 {
	display: none;
}

#content {
	margin: 0 auto 0px auto; /*** Centers the design ***/
	background: none;
	width: 2009px;
	padding: 0 0 40px 0;
	font-size: 80%;
	*font-size: 75%;
	position: relative;
min-height: 100%;
height: auto !important;
height: 100%;	
}

#fundoprintbox {
background-color: red;
display: none;
}

/**text */
.fundname {
margin: 5px 0 5px 10px;
font-size: 180%;
font-weight:normal;
*font-weight:bold;
display:block;
}
/**tables */

#dpmaincolumn th, #leftnarrow th {
	background: #F9F9F9;
	height: 20px;
	text-align: left;
	color: #998F86;
	padding-left: 5px;
	border-bottom: solid #F1F1F1 1px;
}

/********************************************** =DATAPAGE MAIN AREA */

/**structure */

#dpmaincolumn {
	float: left;
	width: 500px;
	min-height: 200px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0 1px 10px;
}

/**tables */

#dpmaincolumn table {
	border-collapse: collapse;
	font-weight: bold;
	width: 520px;
}

#dpmaincolumn table.holdertable {
    border-color: #f1f1f1;
    border-style: solid;
	border-width: 1px 1px 1px 1px;
	margin: 0 0px 10px 0;
}

#dpmaincolumn table.printright {
    float: right;
}

#dpmaincolumn table.printleft {
    float: left;
}
#dpmaincolumn table.marginleft5 {
margin-left: 5px;
}

#dpmaincolumn table.marginleft10 {
margin-left: 0px;
margin-top: 5px;
}

#dpmaincolumn table.dialtable {
margin: -1px 0 0 -15px;
} 

td.rightborder, td.manrightborder, td.totexpense {
	padding: 0 5px 0 10px;
	margin: 10px 5px 0 10px;
	background: url(../../images/tdsubratingsbg.gif) no-repeat center right;
}

td.totexpense {
	margin: 10px 5px 0 10px;
	padding: 12px 5px 0 10px;

	}

td.basicleft {
	padding: 10px 15px 10px 10px;
	background: url(../../images/tdsubratingsbg.gif) no-repeat center right;
}

td.basicright {
	padding: 0 15px 0 10px;
}

td.rating {
	padding: 10px 0px 0px 10px;
	border: none;
	width: 80px;
}

td.maxoutlook {
	margin: 10px 0 0 0;
	padding: 10px 0px 0px 5px;
	border: none;
	width: 150px;
}

td.subratings {
	padding: 11px 20px 0 5px;
	background: url(../../images/tdsubratingsbg.gif) no-repeat center right;
}

td.worstcase {
	padding: 10px 0 0 0;
	*padding: 10px 0 0 0;
	width: 150px;

}


td.manrightborder {
	padding: 0 0 0 0;
}

td.rightside {
	padding: 0 0 0 10px;
}

td.loadsandfees {
	padding: 5px 0 0 10px;
}

td.spacer {
	width: 200px;
	background-color: red;
}

td.spacer2 {
	width: 500px;
	background-color: blue;
}

tr.perftablesubhead {
border-top: solid #F1F1F1 1px;
}

#OUTdpmaincolumn table table, #OUTdpmaincolumn table td td {
	margin: 0 0 5px 0px;
}

#dpmaincolumn table table {
	width: auto;
}

/*advanced data table */

#dpmaincolumn td.advtdgrey, td.advtdgreyright {
	background-color: #f9f9f9;
}

#dpmaincolumn td.advtdgreyright, #dpmaincolumn td.advtdwhiteright {
	text-align: right;
	padding-right: 5px;
}

#dpmaincolumn td.advtdgrey, td.advtdwhite {
padding-left: 5px;
}

#dpmaincolumn table.advdatatable {
	width: 500px;
	margin-left: 10px;
	margin-bottom: -20px;
}

/*****text */

#dpmaincolumn p {
	line-height: 190%;
	font-size: 120%;
}



/**bargraphs */

#dpmaincolumn table.graphtable td {
padding: 0 0 10px 10px;
margin-left: 5px;
}

.graphdata {
	font-size: 100%;
	font-weight: normal;
	color: #333333;
}

.graph { 
	position: relative; /* IE is dumb */
	width: 200px; 
	border: 1px solid #e9e8e6; 
	padding: 2px; 
	*text-align: left; 
}
	
.graphna { 
	position: relative; /* IE is dumb */
	width: 200px; 
	border: 1px solid #e9e8e6; 
	padding: 2px; 
}
	
.graph .bar { 
	display: block;
	position: relative;
	background: #C5DDDB; 
	text-align: center; 
	color: #333300; 
	height: 1.5em; 
	line-height: 1.5em;            
}


/**ratingbargraph */

#dpmaincolumn table.rategraphtable td {
padding: 0 0 9px 10px;
margin-left: 5px;
}

.graphdata {
	font-size: 100%;
	font-weight: normal;
	color: #333333;
}

.rategraph { 
	position: relative; /* IE is dumb */
	width: 75px;
	background-color: #f1f1f1;
	*text-align: left; 
}
	
.graphna { 
	position: relative; /* IE is dumb */
	width: 200px; 
	border: 1px solid #e9e8e6; 
	padding: 2px; 
}
	
.rategraph .bar { 
	display: block;
	position: relative;
	background: #FC9700; 
	text-align: center; 
	color: #333300; 
	height: 8px; 
	*line-height: 1.5em;            
}

.rategraph .redbar { 
	display: block;
	position: relative;
	background: #CD0000; 
	text-align: center; 
	color: #333300; 
	height: 8px; 
	*line-height: 1.5em;            
}


		
.stylebox               {
	background-image: url(../../images/stylebox.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 6px;
	width:123px;
	height: 121px;
}

.bondstylebox               {
	background-image: url(../../images/bondstylebox.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	padding-bottom: 0;
	width:123px;
	height: 121px;
}
.styleboxdna              {
	background-image: url(../../images/styleboxdna.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	padding-bottom: 0;
	width:123px;
	height: 121px;
}

.pin { 
 	display: block;
    background:  #9a3366;
    color: #0000FF; 
    height: 1em; 
	width: 1em; 
	float: left;      
}	

/********************************************** =END DATAPAGE MAIN AREA*/


/********************************************** =LEFT COLUMN */

/**structure */



#leftnarrowlinks {
	float: left;
	width: 120px;
	padding: 30px 0 0 0;
	margin: 30px 0px 0px 0px;
	border-top: dashed #C1DAD7 1px;
	text-transform: uppercase;
}

/**tables */

#leftnarrow table {
	border: 1px #f1f1f1 solid;
	font-size: 110%;
}

#leftnarrow td {
	width: 150px;
}

/**leftcolumntext */

.ratingsmall, .ratingsmallred, .ratingsmallna {
	font-weight: bold;
	color: #FC9D11;
	font-size: 110%;
}

.ratingsmallred {
	color: #CD0000;
}

.ratingsmallna {
	color: #999999;
	font-size: 90%;
}

#leftnarrow h5, h6, .h8  {
	font-size: 120%;
	color: #333;
	font-weight: bold;
	margin: 0;
}
		
#leftnarrow h4 {
	color: #CD0000;
}
	
#leftnarrow h5 {
	color: #CD0000;
}
	
#leftnarrow .h7, .h8 {
	color: #DAD9D6;
}

.TESTmaxrating {
	font-weight: bold;
	margin: -2px 0px -4px 0px;
	*margin: -15px 0px -4px 0px;
	color: #333;
}

.outlookspan {
	font-size: 350%;
	margin: 5px 0 10px 0;
	*margin: 5px 0 10px 0;
	font-weight: bold;
	color: #333333;
	text-align: center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}

.worstcasespan {
	font-size: 250%;
	margin: 5px 0 0 0;
	*margin: 5px 0 0 0;
	font-weight: bold;
	color: #333333;
	text-align: center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}
	
.maxrating, .maxratingred, .maxratingna {
	font-size: 500%;
	color: #FC9D11;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0 ;
	*margin: 0px 0 0 0 ;
	padding: 0 0 0 0 ;
	display: block;
}

.maxratingred {
	color: #CD0000;
}

.maxratingna {
	color: #999999;
}

.outof, .expret {
	font-size: 90%;
	color: #666666;
	margin: -9px 0 0 0 ;
	padding: 0 0 0 0 ;
	display: block;
	font-weight: normal;
	line-height: 170%;
	white-space: nowrap;
}

.comingsoon {
	font-size: 90%;
	color: #666666;
	margin: 5px 0 0px 0 ;
	padding: 0 0 0 0 ;
	display: block;
	font-weight: normal;
	line-height: 170%;
}

.expret {
	line-height: 10%;
}

#leftnarrow .subratings {
	font-size: 90%;
	color: #666666;
	margin: 0 0 0 0 ;
	padding: 0 0 0 0 ;
	display: block;
	font-weight: normal;
	line-height: 170%;
}

.datalabel, .datalabelgreat {
	margin: 0 0 0 0;
	*margin: 0 0 0 0 ;
	display: block;
}

.datalabelgreat {
	margin: 0 0 14px 0 ;
	*margin: 0 0 24px 0 ;
}
/**end leftcolumntext */

/********************************************** =END LEFT COLUMN */


a.dom {
	cursor: default;
	background-color: #fff;
	color: #666666;
}

a:hover.dom {
	cursor: default;
	background-color: #fff;
	color: ##666666;
	text-decoration:none;
}

.catdata, .catdatana {
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	white-space: nowrap;
}

.data, .datana {
	font-size: 120%;
	font-weight: bold;
	color: #333333;
}

.datana {
	color: #999999;
	font-size: 100%;
	text-align:center;
}

.addressdata {
	color: #000;
	font-size: 110%;
	text-align:center;
	font-weight: normal;
	line-height: 220%;
}


.datalabel, .datalabelgreat {
	font-size: 100%;
	font-weight: bold;
	color: #666;
}

.showhide {
	text-align: right;
	margin: -12px 0px 0px 0px;
	color: #999;
}

#advdata {
	text-align: left;
	background-color:#FF0000;
	font-size: 100%;
}

a.jscriptlink {
	font-size: 90%;
	color: #0253B7;
	font-weight: bold;
	margin: 5px 0 5px 0;
	padding-top: 5px;
	display: block;
	background: url(../../images/ratingssidebarbg.gif) no-repeat center top;
	text-align: center;
}

#mmaxratings_details {
	text-align: left;
	padding: 10px 0 0 4px;
}

.na {
	color:#AAAAAA;	
}


/*style for MAX advisor favorite fund tooltip----------------------------------------------- */

div.maxdomTT {
	border: 1px solid #D07A11;
	background-color: #fff;
}
div.maxdomTT .caption {
	text-transform: uppercase;
	padding: 4px;
	color: #fff;
	font-size: 80%;
	background: #fff;
	float: left;
}
div.maxdomTT .contents {
	padding: 0px 10px 10px 10px;
	font-size: 12px;
	background-color: #fff;
	width: 320px;
	line-height: 150%;
}

div.maxdomTT .favcaption {
	border: 1px solid #0253B7;
	background-color: #333333;
}

div.maxdomTT .close {
	text-align: right;
	margin: -19px 10px 0px 0px;
	*margin: -21px 0px 0px 0px;
	color: #999999;
	text-transform: uppercase;
	float: right;
}

/* Default DOM Tooltip Style ---------------------------------------------------------------*/

div.domTT {
	border: 1px solid #f1f1f1;
	background-color: #333333;
}

div.domTT .caption {
	padding: 2px;
	color: #000;
	font-size: 80%;
	background: #f9f9f9;
	height: auto;
	color: #998f86;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f1f1f1;
	font-weight: bold;
}


div.domTT .contents {
	padding: 10px 10px 10px 10px;
	font-size: 100%;
	background-color: #fff;
	width: 320px;
	line-height: 150%;
}

