.sbTable
{
	border: 0px solid #000;
	background-color: #e1e5d5;
	color: #000;
}

table.sbTable thead th, table.sbTable tbody th
{
	color: #3300ff;
	border-right: 1px solid #aaa;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #aaa;
	font-weight: bold;
	font: 11px Verdana;
	/*
	background-image: url(Images/grid_header.gif);
	background: #CAE8EA url(images/grid_header.gif) no-repeat;
	*/
}

table.sbTable table.sbTable tfoot th, table.sbTable tfoot td , table.sbTable tbody th, table.sbTable tbody td {
	color: #000; 
	border-right: 1px solid #aaa; 
	border-top: 1px solid #eee; 
	border-left:1px solid #eee; 
	border-bottom: 1px solid #aaa; 
	font: 10px Verdana; 	
}

table.sbTable td, table.sbTable th {padding: 1px;}

table.sbTable tbody th
{
	white-space: nowrap;
	font-weight: bold;
}

/*
table.sbTable tbody th, table.sbTable tbody td, table.sbTable tfoot td{text-align:right;}

table.sbSideBarTable tbody td {text-align: right;}
table.sbTable thead th, table.sbTable tfoot th, tfoot td { background-color: #ccc; font-weight: bold; text-align:center; }
*/
table.sbTable Caption
{
	text-transform: capitalize; 
	text-align:  left;
	font: bold 8pt Verdana;
	color: #4F4F4F;
	margin: 2px  0;
}

/* =Main table links
----------------------------------------------- */
table.sbTable a { color:#0000ff; text-decoration: none;}
table.sbTable a:link
{
	color: #0000ff;
}
table.sbTable a:visited { color: maroon;}


.sbSideBarTable
{
	border: 0px solid #000;
	background-color: #e1e5d5;
	color: #000;
}
 
table.sbSideBarTable td,  table.sbSideBarTable th { padding:3px;}

table.sbSideBarTable Caption
{
	text-transform:  capitalize; 
	text-align: center;
	font: bold 7pt Verdana;
	color: #4F4F4F;
	margin: 2px  0;
/* background-color: silver; */	
}

/* =links
----------------------------------------------- */
table.sbSideBarTable a { color: #0000ff; text-decoration: none;}
table.sbSideBarTable a:link
{
	color: #0000ff;
}
table.sbSideBarTable a:visited { color: maroon;}

/* thead tbody tfoot
----------------------------------------------- */

table.sbSideBarTable thead th, table.sbSideBarTable tfoot th, table.sbSideBarTable tfoot td , table.sbSideBarTable tbody th, table.sbSideBarTable tbody td {
	color: #000; 
	border-right: 1px solid #aaa; 
	border-top: 1px solid #eee; 
	border-left:1px solid #eee; 
	border-bottom: 1px solid #aaa; 
	font: 10px Verdana; 	
}

table.sbSideBarTable thead th, table.sbSideBarTable tfoot th, tfoot td { background-color: #ccc; font-weight: bold; text-align: right; }
table.sbSideBarTable tfoot td { text-align:right }
table.sbSideBarTable tbody th
{
	white-space: nowrap;
	font-weight: bold;
	text-align: left;
	font-size: 6pt;
}

.sbSectorTable
{
	background-color: #e1e5d5;
	color: #000;
	margin: 5px 0px 5px 7px;
}

table.sbSectorTable td,  table.sbSectorTable th { padding:3px;}

table.sbSectorTable Caption
{
	text-transform:   capitalize ; 
	text-align:  justify ;
	font: bold 7pt Verdana;
	color: #4F4F4F;
	margin: 2px  0;
}

table.sbSectorTable a { color: #0000ff; text-decoration: none;}
table.sbSectorTable a:link
{
	color: #0000ff;
}

table.sbSectorTable thead th, table.sbSectorTable tfoot th, table.sbSectorTable tfoot td , table.sbSectorTable tbody th, table.sbSectorTable tbody td {
	color: #000; 
	border-right: 1px solid #aaa; 
	border-top: 1px solid #eee; 
	border-left:1px solid #eee; 
	border-bottom: 1px solid #aaa; 
	font: 10px Verdana; 	
}

/* Visual and hover effects */
.odd td { }
/*
table.sbTable tbody tr:hover td{
	background-color: silver;
	border-right: 1px solid #eee; 
	border-top: 1px solid #999; 
	border-left: 1px solid #999; 
	border-bottom: 1px solid #eee; 
	background-color: #e4e0d8;
}
*/