/* CSS Document */

#dataTable {
	margin: 20px 20px 0px 25px;
	}

#dataTable table {
	position: relative;
	top: -25px;
	left: -1px;
	width: 510px;
	border: 1px solid #000;
	background: #fff;
	}
	
#dataTable caption {
	margin-top: 20px;
	padding: 2px 0px 2px 10px;
	text-align: center;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em; 
	font-weight: bold;
	}

#dataTable table th, table td	{
	margin: 0;
	padding: 8px 20px;
	text-align: center;
	font-size: .7em;
	border-bottom: 1px solid #b5b5b5;
	}
	
#dataTable table th {
	color: #999;
	}
	
#dataTable table .name	{
	text-align: center;
	}
	
#dataTable table .nameRight {
	text-align: right;
	font-weight: bold;
	}
	
#dataTable table tr {
	background: #e6e6e6;
	}
	
#dataTable table tr.alt {
	background: #f1f1f1;
	}
	
#seismic	{
	margin: 10px 10px 150px 10px;
	}

#seismic table {
	position: relative;
	top: 65px;
	left: -10px;
	width: 200px;
	}
	
#seismic table td	{
	margin: 0;
	padding: 1px 1px;
	text-align: center;
	font-size: .7em;
	font-weight: bold;
	border-bottom: none;
	}

#seismic table td.left	{
	text-align: left;
	}	
	
#seismic table td.right	{
	text-align: right;
	}	
	
/*--------------------------- Table of Content List ------------------------*/
#TClist {
	width: 300px;
	padding: 10px 20px;
	}
	
#TClist	dl	{
	margin: 10px 20px;
	padding: 0;
	}
	
#TClist dt	{
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #333;
	margin: 10px 0 5px 0;
	padding: 0;
	letter-spacing: 1px;
	}
	
#TClist dd	{
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	}
	

/*--------------------------- end table of content list --------------------*/
