/*glance*/
table.glance tr td{
	width:145px;
	
}

table.glance tr td{
	border-bottom:1px solid #DDD7DD;
	
}



table.pie{
	margin-top:5px;
	background-image:url(../images/charts/grpCircleDots.gif);
	background-repeat:repeat-x;
	background-position:top left;
	
}
table.pie tr td{
	
	background-image:url(../images/charts/grpCircleDots.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:2px 0px 2px 0px;
	
}

table.pie tr td{
	
	
}


/* FINANCIAL TABLES */
table.barCharts
 {
	width: 488px;
	color: #000000;
	margin:0px 0px 14px 0px;
	padding:0px;
	clear:both;
	font-size:90%;
}
table.barCharts tr td
 {
	padding:0px 0px 3px 0px;
}
table.barCharts tr td.barLine
 {
	background-image:url(../images/charts/barLine.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}

	





table.smalltable tr td{
	padding:0px 0 8px 0;
	line-height:130%;
}
table.financial {
	width: 480px;
	color: #000000;
	margin:10px 0px 14px 0px;
	padding:0px;
	clear:both;
	font-size:90%;
	border-top:1px solid #000000;
}
table.financial tr th, table.financialWide tr th {
	padding: 4px 0px 4px 0px;
	text-align:right;
	font-weight:normal;
}
table.financial tr td {
	padding: 2px 0px 2px 0px;
	text-align:right;
}
table.financial tr.lightgreybg td, table.financial tr.lightgreybg th, table.financial tr td.lightgreybg {
	background: #F3F3F3;
	border-bottom:1px solid #FFFFFF;
}



table.financialSum {
	width: 480px;
	color: #000000;
	margin:10px 0px 14px 0px;
	padding:0px;
	clear:both;
	font-size:90%;
	border-top:1px solid #000000;
}
table.financialSum tr th {
	padding: 4px 0px 4px 0px;
	text-align:right;
	font-weight:normal;
}
table.financialSum tr td {
	padding: 2px 0px 2px 0px;
	text-align:right;
	border-bottom:1px solid #DDD7DD!important;
}
table.financialSum tr.lightgreybg td, table.financialSum tr.lightgreybg th, table.financialSum tr td.lightgreybg {
	background: #F3F3F3;
	border-bottom:1px solid #FFFFFF;
}







/*lines*/
table.financial tr.greyline td, table.financial tr.greyline th, table.financial tr td.greyline, table.financial tr th.greyline {
	border-bottom:1px solid #DDD7DD!important;
}
table.financial tr.greyline1 td, table.financial tr.greyline1 th, table.financial tr td.greyline1, table.financial tr th.greyline1 {
	border-bottom:1px solid #DDD7DD!important;
}

table.financial tr.blackline td, table.financial tr.blackline th, table.financial tr td.blackline, table.financial tr th.blackline {
	border-bottom:1px solid #000000;
}
table.financial tr.blackline1 td, table.financial tr.blackline1 th, table.financial tr td.blackline1, table.financial tr th.blackline1 {
	border-bottom:1px solid #000000;
}

table.financial tr.thickline td, table.financial tr.thickline th, table.financial tr td.thickline, table.financial tr th.thickline {
	border-bottom:2px solid #000000;
}





/*summary lines*/
table.financialSum tr.greyline td, table.financialSum tr.greyline th, table.financialSum tr td.greyline, table.financialSum tr th.greyline {
	border-bottom:1px solid #DDD7DD!important;
}
table.financialSum tr.greyline1 td, table.financialSum tr.greyline1 th, table.financialSum tr td.greyline1, table.financialSum tr th.greyline1 {
	border-bottom:1px solid #DDD7DD!important;
}

table.financialSum tr.blackline td, table.financialSum tr.blackline th, table.financialSum tr td.blackline, table.financialSum tr th.blackline {
	border-bottom:1px solid #000000!important;
}
table.financialSum tr.blackline1 td, table.financialSum tr.blackline1 th, table.financialSum tr td.blackline1, table.financialSum tr th.blackline1 {
	border-bottom:1px solid #000000!important;
}

table.financialSum tr.thickline td, table.financialSum tr.thickline th, table.financialSum tr td.thickline, table.financialSum tr th.thickline {
	border-bottom:2px solid #000000;
}
table.financialSum tr.none th{
	border:none;
}
/*wide*/


table.financialWide thead tr th.greylineBorder {
	border-bottom:1px solid #DDD7DD!important;
	border-left:5px solid #ffffff!important;
}
table.financial thead tr th.greylineBorder {
	border-bottom:1px solid #DDD7DD!important;
	border-left:5px solid #ffffff!important;
}
table.financialSum thead tr th.greylineBorder {
	border-bottom:1px solid #DDD7DD!important;
	border-left:5px solid #ffffff!important;
}
/*-------*/

/*total*/
table.financial tr.total td, table.financial tr.total th, table.financial tr td.total, table.financial tr th.total {
	padding-top:12px;
}
/*2 line gaps*/
table.financial tr.twolinegap td, table.financial tr.twolinegap th, table.financial tr td.twolinegap, table.financial tr th.twolinegap {
	padding-top:22px;
}

table.financial thead tr th.gapPad, table.financial tbody tr th.gapPad, table.financial tr td.gapPad{
	padding-right:10px;
}

/*indent*/
table.financial tr td.indent {
	padding-left:20px;
	text-align:left;
}
table.financial tr td.doubleindent {
	padding-left:36px;
	text-align:left;
}

/*highlighted*/
table.financial tr td.highlight {
	background:#f3f3f3;
	color:inherit;
	border-bottom:#ffffff 1px solid;
}

/*narrow*/
table.financial tr.narrow th, table.financial tr.narrow td {
	padding: 3px 0px 3px 4px;
}

/*left*/
table.financial tr th.left, table.financial tr td.left{
	text-align:left;
	padding-right:0px;
	padding-left:10px;
}
table.financialSum tr th.left, table.financialSum tr td.left{
	text-align:left;
	padding-right:0px;
	padding-left:0px;
}


table.financial tr th.leftnoPad, table.financial tr td.leftnoPad{
	text-align:left;
	padding-right:0px;
	padding-left:0px;
}

table.financialWide tr th.leftnoPad, table.financialWide tr td.leftnoPad{
	text-align:left;
	padding-right:0px;
	padding-left:0px;
}
table.financialWide tbody tr th.leftnoPad, table.financialWide tbody tr td.leftnoPad{
	text-align:left;
	padding-right:0px;
	padding-left:0px;
}
table.financial tr th.left1, table.financial tr td.left1{
	text-align:left;
	padding-right:0px;
	padding-left:0px;
}
table.financial tr td.leftLine{
	text-align:left;
	padding-right:0px;
	padding-left:10px;
	border-bottom:1px solid #DDD7DD!important;
}
table.financial tr td.leftLine1{
	text-align:left;
	padding-right:0px;
	padding-left:0px;
	border-bottom:1px solid #DDD7DD!important;
}
table.financial tr td.leftLineIndent{
	text-align:left;
	padding-right:0px;
	padding-left:20px;
	text-align:left;
	border-bottom:1px solid #DDD7DD!important;
}
table.financial tr td.leftLineBlack{
	text-align:left;
	padding-right:0px;
	padding-left:10px;
	border-bottom:1px solid #000000!important;
}
table.financial tr td.leftLineBlack1{
	text-align:left;
	padding-right:0px;
	padding-left:0px;
	border-bottom:1px solid #000000!important;
}
table.financial tr td.leftLineGrey{
	text-align:left;
	padding-right:0px;
	padding-left:10px;
	border-bottom:1px solid #DDD7DD!important;
}
table.financial tr td.leftLineGrey1{
	text-align:left;
	padding-right:0px;
	padding-left:0px;
	border-bottom:1px solid #DDD7DD!important;
}


/*padding right 10 px*/
table.financial tr th.end, table.financial tr td.end{
	padding-right:10px;
}
table.financial tr th.center, table.financial tr td.center{
	text-align:center;
	padding-right:0px;
}
table.financial tr th.padright, table.financial tr td.padright{
	padding-right:17px;
}
table.financial tr th.noPadLeft, table.financial tr td.noPadLeft {
	padding-left:0px;
	text-align:left;
}


/*borders*/
table.financial tr th.borderright, table.financial tr td.borderright /*used when line under row has break in it. */{
	border-right: 17px solid #FFFFFF;
}
table.financial tr th.borderleft, table.financial tr td.borderleft /*used when line under row has break in it. */{
	border-left: 14px solid #FFFFFF;
}


/*footer -------------------------------------------------*/
table.financial tfoot tr td{
	border:0px;
	text-align:left;
	padding-top:6px;
	
}
/*no padding*/
table.financial tfoot tr td.nopad{
	padding:0 0 0 0px;
}
/*paragraph in a table*/
table.financial tfoot tr td p{
	margin:0 0 4px 0px;
}


table.footer tr td{
	border:none;
	text-align:left;
	font-size:90%;
}





table.contact tr td{
	border:none;
	text-align:left;
	font-size:90%;
	padding-bottom:5px;
}

/*end financial table*/


/*financialWide Wide------------------------------------------------*/
table.financialWide { /* only use inside div.leftMarginFix else table is too wide */
	
	color: #000000;
	margin:10px 0px 14px 0px;
	clear:both;
	font-size:90%;
	border-top:1px solid #000000;
	/*background-image:url(../images/site_objects/bg_main.gif);
	background-repeat:repeat-y;
	background-position:top left;*/
}

table.financialWide tr th {
	padding: 4px 0px 4px 10px;
	text-align:right;
	font-weight:normal;
}
table.financialWide tr td {
	padding: 2px 0px 2px 10px;
	text-align:right;
}
table.financialWide tr.lightgreybg td, table.financialWide tr.lightgreybg th, table.financialWide tr td.lightgreybg {
	background: #F3F3F3;
	border-bottom:1px solid #FFFFFF;
}
table.financialWide tr.greyline td, table.financialWide tr.greyline th, table.financialWide tr td.greyline, table.financialWide tr th.greyline {
	border-bottom:1px solid #CCCCCC!important;
}
table.financialWide tr.greyline1 td, table.financialWide tr.greyline1 th, table.financialWide tr td.greyline1, table.financialWide tr th.greyline1 {
	border-bottom:1px solid #CCCCCC!important;
}

table.financialWide tr.blackline td, table.financialWide tr.blackline th, table.financialWide tr td.blackline, table.financialWide tr th.blackline {
	border-bottom:1px solid #000000;
}
table.financialWide tr.blackline1 td, table.financialWide tr.blackline1 th, table.financialWide tr td.blackline1, table.financialWide tr th.blackline1 {
	border-bottom:1px solid #000000;
}
table.financialWide tr.thickline td, table.financialWide tr.thickline th, table.financialWide tr td.thickline, table.financialWide tr th.thickline {
	border-bottom:2px solid #000000;
}
table.financialWide tr.total td, table.financialWide tr.total th, table.financialWide tr td.total, table.financialWide tr th.total {
	padding-top:12px;
}
table.financialWide tr.twolinegap td, table.financialWide tr.twolinegap th, table.financialWide tr td.twolinegap, table.financialWide tr th.twolinegap {
	padding-top:22px;
}
table.financialWide tr td.indent {
	padding-left:20px;
	text-align:left;
}
table.financialWide tr td.indentNotes {
	padding-left:10px;
	text-align:left;
}


table.financialWide tr td.doubleindent {
	padding-left:36px;
	text-align:left;
}
table.financialWide tr.narrow th, table.financialWide tr.narrow td {
	padding: 3px 0px 3px 4px;
}
table.financialWide tr th.left, table.financialWide tr td.left{
	text-align:left;
	padding-right:0px;
	padding-left:10px;
}
table.financialWide tr th.end, table.financialWide tr td.end{
	padding-right:10px;
	font-weight:normal;
}
table.financialWide tr th.center, table.financialWide tr td.center{
	text-align:center;
	padding-right:0px;
}
table.financialWide tr th.padright, table.financialWide tr td.padright{
	padding-right:17px;
}
table.financialWide tr th.noPadLeft, table.financialWide tr td.noPadLeft {
	padding-left:0px;
	text-align:left;
}
table.financialWide tr th.borderright, table.financialWide tr td.borderright /*used when line under row has break in it. */{
	border-right: 17px solid #FFFFFF;
}
table.financialWide tr th.borderleft, table.financialWide tr td.borderleft /*used when line under row has break in it. */{
	border-left: 14px solid #FFFFFF;
}
table.financialWide tfoot tr td{
	border:0px;
	text-align:left;
	padding-top:6px;
}
table.financialWide tfoot tr td.nopad{
	padding:0 0 0 10px;
}
table.financialWide tfoot tr td p{
	margin:0 0 4px 0px;
}
table.financialWide thead tr th.gapPad, table.financialWide tbody tr th.gapPad, table.financialWide tr td.gapPad{
	padding-right:10px;
}

/*end financial table*/



.companies{
	padding:0px 0px 0px 10px;
	margin-top:0px;
}
.companiesHeading{
	margin-bottom:0px;
	padding:0px;
}

.busLong{
	font-size:90%;
	margin-bottom:10px;
}
