/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
body {
}

/* default styles START */
table {
	border-collapse: collapse;
	border-bottom: 3px solid #848484;
	font-size: 0.9em;
	color: #333333;
	/*width: 100%;*/
	margin-bottom: 20px;
	vertical-align: top;
	
}
table td {
	vertical-align: top;
	text-align: left;
	padding: 3px 6px;
	border-bottom: 1px solid #B6B6B6;
	border-top: 1px solid #B6B6B6;
}
table th {
	text-align: left;
	background: #848484;
	padding: 10px 6px 6px 6px;
	color: #FFFFFF;
	vertical-align: bottom;
	border-left: 1px solid #B6B6B6;
}

table a, table a:visited {
	color: #36809D;
	font-weight: bold;
	text-decoration: underline;
}
table a:hover {
	color: #18576C;
	text-decoration: none;
}


tr.even {
	background: #EAEAEA;
}
tr.odd {
	background: #FFFFFF;
}
tr.rollover {
	background: #F8F7E5;
}

td.right, th.right {
	text-align: right;
}

td.center, th.center {
	text-align: center;
}


/* default styles END  */

/*SIMPLE TABLES START */
		/* Table - horizontal and vertical gridlines START */
		table.gridLines td {
			border: 1px solid #B6B6B6;
			border-right: 1px solid #D8D8D8;
		}
		
		table.gridLines ul {
			list-style:none; 
			margin:0; 
			padding:0
		}
		
		table.gridLines ul li{
			display: block;
			margin: 0 0 0 13px;
			padding: 0 0 0 13px;
			background: url(../images/tb_bullet.gif) no-repeat 0 8px;
			}
		
		table.gridLines td.nopadding {
			padding:0;
			
		}
		
		table.gridLines span {
			display:block;
			margin-left:4.1em;
		}
		
		
		table.gridLines td.heading {
			background-color:#848484;
			color:#FFFFFF;
			font-weight:bold;
		}
		table.gridLines td.sub_heading {
			font-weight:bold;
		}
		table.gridLines td table.innerTable {
			border:none;
			padding:0;
			font-size:12px;
		}
		table.gridLines td table.innerTable td {
			border-right: 1px solid #D8D8D8;
			border-bottom: 1px solid #D8D8D8;
			padding:3px;
		}
		
		table.gridLines td.column_head {
			background-color:#848484;
			color:#FFFFFF;
			font-weight:bold;
			width:40px;
		}
		table.gridLines td.column_head_1 {
			background-color:#848484;
			color:#FFFFFF;
			font-weight:bold;
			width:20px;
		}
		table.gridLines td.column_head_2 {
			background-color:#848484;
			color:#FFFFFF;
			font-weight:bold;
			width:90px;
		}
		table.gridLines td.column_head_3 {
			background-color:#848484;
			color:#FFFFFF;
			font-weight:bold;
			width:30px;
		}
		
		/* Table - horizontal and vertical gridlines END */
		
		/* Table - horizontal and vertical gridlines START */
		table.gridLines_down {
		  margin-bottom: 0;
		}
		
		table.gridLines_down td {
			border-left: 1px solid #B6B6B6;
			border-right: 1px solid #D8D8D8;
			border-bottom: none;
			border-top:none;
			padding-bottom: 8px;
			font-size: 11px;
		}
		
			table.gridLines_down td a {
			font-size: 11px;
			font-weight: normal;
			
		}
		
		table.gridLines_down ul {
			list-style:none; 
			margin:0; 
			padding:0
		}
		
		table.gridLines_down ul li{
			display: block;
			margin: 0 0 0 13px;
			padding: 0 0 0 13px;
			background: url(../images/tb_bullet.gif) no-repeat 0 8px;
			}
		
		table.gridLines_down td.nopadding {
			padding:0;
			
		}
		
		table.gridLines_down span {
			display:block;
			margin-left:4.1em;
		}
		
		
		table.gridLines_down td.heading {
			background-color:#848484;
			color:#FFFFFF;
			font-weight:bold;
		}
		table.gridLines_down td.sub_heading {
			font-weight:bold;
		}
		table.gridLines_down td table.innerTable {
			border:none;
			padding:0;
			font-size:12px;
		}
		table.gridLines_down td table.innerTable1 td {
			border-right: 1px solid #D8D8D8;
			border-bottom: 1px solid #D8D8D8;
			padding:3px;
		}
		
		table.gridLines_down td.column_head {
			background-color:#848484;
			color:#FFFFFF;
			font-weight:bold;
			width:40px;
		}
		table.gridLines_down td.column_head_1 {
			background-color:#848484;
			color:#FFFFFF;
			font-weight:bold;
			width:20px;
		}
		table.gridLines_down td.column_head_2 {
			background-color:#848484;
			color:#FFFFFF;
			font-weight:bold;
			width:90px;
		}
		table.gridLines_down td.column_head_3 {
			background-color:#848484;
			color:#FFFFFF;
			font-weight:bold;
			width:30px;
		}
		
		/* Table - horizontal and vertical gridlines END */
		

		/* Table - NO gridlines START */
		table.noGridLines td {
			border: none;
			vertical-align:top;
			
		}
		
		table.noGridLines td.cont_td {
			vertical-align:top;
			width: 500px;
			
		}
		
		/* Table - NO gridlines END */
		
		/* Table - border-left,border-top,border-right START */
		table.borderlfttopright {
			border-right: 1px solid #D8D8D8;
			border-top: 1px solid #D8D8D8;
			border-left: 1px solid #D8D8D8;
		}
		
		table.borderlfttopright td {
			border:none;
			padding:5px;
		}
		
		table.borderlfttopright select {
			width:358px;
		}
		/* Table - border-left,border-top,border-right END */
		
		
		/*  Table - Alternating rows NO grid lines START */
		table.altRows td {
			border: none;
		}
		/* Table - Alternating rows NO grid lines END */
		
		/*  Table - Alternating rows horizontal grid lines START */
		table.altRowsHgrid td {
			border-right: none;
		}
		/* Table - Alternating rows horizontal grid lines END */
		
		
		/*  Table - Alternating rows horizontal and vertical grid lines START */
		table.altRowsGrid td {
			border: 1px solid #B6B6B6;
			border-right: 1px solid #D8D8D8;
		}
		/* Table - Alternating rows horizontal and vertical grid lines END */

/*SIMPLE TABLES END */


/*COMPLEX TABLE START */

/* data Table START (aggregate performace)  */
.dataTable {
	width: 930px;
}

	/* styles to create GRID START */
	.dataTable table td {
		border: 1px solid #B6B6B6;
	}
	.dataTable table th {
		border: 1px solid #848484;
		color: #494949;
	}
	/* styles to create GRID END */


	/* header styles START */
	tr.colHeadSupp th {
		background: #2E2E2E;
		color: #FFFFFF;
	}
	tr.colHead th {
		color: #FFFFFF;
	}
	th.nestedRowLabel {
		width: 110px;
		font-weight: bold;
		text-align: right;
		padding: 6px;
	}
	.even th.nestedRowLabel{
		background: #DCDCDC;
	}
	.odd th.nestedRowLabel {
		background: #F0F0F0;
	}
	.rowBenchMark th.nestedRowLabel {
		background: #E4E1C0;
	}

	/* header styles END */


	/* fund Row START */
	
		table .rowFund {
			background: #C7DBE2;
			height: 24px;
			
		}
		table .rowFund td {
			vertical-align: middle;
			border: #868686;
		}
		table .rowFund h3 {
			float: left;
			font-size: 13px;
		}

	/* fund Row START */

	/* share class Row START */
		/*table .shareClass a {
			font-weight: bold;
			float: left;
		}
		table .shareClass .myPicks {
			float: right;
			height: 18px;
			width: 18px;
			background: url(css/images/my_picks_sm2.gif) no-repeat;
		}
		table .shareClass .myPicks:hover {
			background: url(css/images/my_picks_sm_over2.gif) no-repeat;
		}
		table .shareClass .mStar {
			font-size: 9px;
		}
		table .shareClass .mStar {
			display: block;
			width: 100%;
			float: left;
		}*/
	/* share class Row END */



	/* benchmark Row START */
		table .rowBenchMark {
			font-weight: bold;
			background: #F2EFCC;
			vertical-align: middle;
		}
		table .rowBenchMark h4 {
			float: left;
			font-size: 13px;
		}
	/* benchmark Row START */


	/* cell specific styles START */
		table .asOfDate {
			float: right;
			color: #494949;
		}
		
		table .sortBy{
			background: #848484;
		}

		/*td {
			width: auto;
		}*/
		td.cb {
			width: 10px;
			padding: 6px 3px;
		}
		table .symbol {
			font-size: 10px;
			text-transform: uppercase;
			width: 40px;
			text-align: center;
		}
		
		table td.numberCell {
			width: 40px;
			text-align: right;
		}
		table td.dateCell {
			width: 50px;
			text-align: center;
		}
		table td.valPos {
			color: #006600;
			font-weight: bold;
		}
		table td.valNeg {
			color: #990000;
			font-weight: bold;
		}
		
		table tr.last td, table tr.last th {
			border-bottom: 3px solid #848484;
		}
		table td.end, table th.end {
			border-right: 2px solid #848484;
		}
	/* cell specific styles END */

/*COMPLEX TABLE END */


/*common content styles*/

.glossary table {
	border-bottom: none!important;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
}
.glossary table td {
	border-bottom: none!important;
	border-top: none!important;
}

.tbl_autowidth {
	width:auto!important;
}

.locate_us table {
	border-bottom: none!important;
	font-size:0.95em;
}
.locate_us table td {
	border-bottom: none!important;
	border-top: none!important;
	vertical-align:top;
}
