
/**
 * SR 2009
*/

/* ******* Moved here from base.css ********* */
	table
	{
		width:auto;
		font-size: 93%;

	}
	th, td
	{
		/* Borders and padding to make the table readable. */
		border-bottom: 1px solid #ccc;
		padding: .7em;
		line-height: 1.6em;
		vertical-align: top;

	}

	th
	{
		/* Distinguishing table headers from data cells. */
		font-weight: bold;
		text-align: left;
		vertical-align: bottom;
	}

	caption
	{
		/* Coordinated margin to match cell's padding. */
		margin-bottom: .5em;
		*padding-bottom: .5em;
		/* Centered so it doesn't blend in to other content. */
		text-align: center;
	}
/****************/


table
{
	margin: 15px 0 0;
}

table caption {
    color: #5e2650;
    font-size: 116%; /* 16px via YUI Fonts CSS foundation. */
	font-weight: bold;
	text-align: left;
}
table tr td
{	
	text-align:right;
}

table .head,
table.generic tr th.head{
	background-color: #5E2650;
	color:#fff;
	text-align: left;
}
table .year,
table.generic tr th.year {
	text-align: right;
}
table  .sub_head {
	background-color: #666;
	color:#fff;
}
table  .section_head {
	background-color: #b0b0b0;
	color:#fff;

}






/* -------------- GRI TABLE STYLES -------------------*/
table.gri {
	border:none;
}
table.gri tr td,
table.gri tr th{
	text-align: left;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px dotted #424242;
	padding:8px 15px;
	
}
table.gri .section {
	background: #f0f0f0;
}

table.gri table.generic tr td,
table.gri table.generic tr th,
.lightbox_template table.generic tr td,
.lightbox_template table.generic tr th,
#lightbox table.generic tr td,
#lightbox table.generic tr th{

    border-right: 1px solid #999;
    border-bottom: 1px solid #999;

}
table.gri table.generic tr td:first-child,
table.gri table.generic tr th:first-child,
.lightbox_template table.generic tr td:first-child,
.lightbox_template table.generic tr th:first-child,
#lightbox table.generic tr td:first-child,
#lightbox table.generic tr th:first-child{

	border-left: 1px solid #999;
}

table.gri table.generic tr:first-child td,
table.gri table.generic tr:first-child th{
	border-top:1px solid #999;
}




table.generic tr td,
table.generic tr th {
	text-align:right;
	padding: 4px;
	border:none;
}
table.generic tr td:first-child,
table.generic tr th:first-child{
	text-align: left;
}

table.generic tfoot tr td,
table.generic tfoot tr td:first-child,
table.gri table.generic tfoot tr td,
table.gri table.generic tfoot tr td:first-child,
.lightbox_template table.generic tfoot tr td,
.lightbox_template table.generic tfoot tr td:first-child,
#lightbox table.generic tfoot tr td,
#lightbox table.generic tfoot tr td:first-child{
	border:none;
	padding-left: 0;
	text-align: left;
}
table.generic tr th.blank, table.generic tr td.blank {
	border-bottom:0;
}
table.generic tr td.indent {
	padding-left: 18px;
}
table.generic tr td.left {
	text-align: left;
}

table.footnotes {
	margin: 0;
	padding: 0;
}
table.footnotes tr td {
	border: none;
	padding: 0 0.7em 0.7em 0;
	text-align: left;
	
}




td.right, th.right { text-align: right; }
td.center { text-align: center; }
td.left { text-align: left; }
td.bottom { vertical-align: bottom; }
td.top { vertical-align: top; }

.table_spacer { margin-top: 15px }




