/*
  ===========================================================
  Last edited by: $Author: mistf $
              on: $Date: 2009/07/02 13:20:32 $
        Filename: $RCSfile: table_style_sheet.css,v $
        Revision: $Revision: 1.2 $
  
  Stylesheet for Table Styles on Stellent International sites
  ===========================================================
*/
/* 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: 12px;
	color: #333333;
}
table td {
	vertical-align: top;
	text-align: left;
	padding: 6px;
	border-bottom: 1px solid #B6B6B6;
	border-top: 1px solid #B6B6B6;
}
table th {
	text-align: left;
	background: #616161;
	padding: 10px 6px 6px 6px;
	color: #FFFFFF;
	vertical-align: bottom;
}
table a {
	color: #36809D;
	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;
}
/* 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 - horizontal and vertical gridlines END */

		/* Table - NO gridlines START */
		table.noGridLines td {
			border: none;
		}
		/* Table - NO gridlines 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 */

