#itsthetable	{
		background: white;								
		}

table		{
		margin: 0;
		padding: 0;
		font: normal 11px arial;
		line-height: 1.4em;
		border-collapse: collapse;
		border: 4px solid #ADBBCA;
		color: #4F6480;
		background: #F0F0F0;
		width: 850px;
		border-spacing: 0px;
		}
		
table caption	{		
		margin: 0;
		height: 32px;
		padding: 0;
		color: #4F6480;
		line-height: 2em;
		text-align: left;
		font: bold 150% georgia, serif;
	/*	text-transform: uppercase;*/
		letter-spacing: 0.14em;
		}

/*********************************************************************************   HEAD   **********/
thead {
	background: #5E7796;
	color: #fff;
	border: 4px solid #ADBBCA;		
	}
thead th {
	border: 4px solid #ADBBCA;
	padding: 4px 8px 4px 8px;
	}		

/*********************************************************************************   FOOT   **********/
tfoot tr th {
	background: #fff;
	border-top: 4px solid #ADBBCA;
	padding: 4px 8px 4px 8px;
	}
tfoot td {
	background: #fff;
	border-top: 4px solid #ADBBCA;
	padding: 4px 8px 4px 8px;
	}

/*********************************************************************************   BODY   **********/
tbody th, tbody td {
	padding: 4px 8px 4px 8px;
}	
	
/*********************************************************************************   PDB   **********/
tbody th.cadPdb {
	border-top: 4px solid #ADBBCA;
	background: #d3d9de;
	font-size: 1.3em;
	}
tbody th.pdbHidden{
	background: #d3d9de;
	}
tbody td.descrPdb {
	border-top: 4px solid #ADBBCA;
	background: #d3d9de;
	}

/*********************************************************************************   DOM SCOP   **********/
tbody th.domScop {	
	border: 2px solid #ADBBCA;	
	}
	
/*********************************************************************************   GO   **********/
tbody td.go {	
	border-top: 2px solid #ADBBCA;
	border-bottom: 2px solid #ADBBCA;
	white-space: nowrap;
	/*background: #E9ECEE;*/
	}
td.pvalue {	
	border: 2px solid #ADBBCA;
	text-align: right;
	/*white-space: nowrap;*/
	/*background: #E9ECEE;*/
	}
td.pvalueBlank{
	background: #d3d9de;
	border-top: 4px solid #ADBBCA;
	}

/*********************************************************************************   TH COMUN   **********/
tbody th a:link {
	font: bold 0.9em tahoma, arial, sans-serif;
	color: #5E7796;
	text-decoration: underline;		
	}		
tbody th a:visited		{
	font: bold 0.9em tahoma, arial, sans-serif;
	color: #5E7796;
	text-decoration: none;		
	}		
tbody th a:hover		{
	font: bold 0.9em tahoma, arial, sans-serif;
	color: #5E7796;
	text-decoration: none;		
	}		
tbody th a:active		{
	font: bold 0.9em tahoma, arial, sans-serif;
	color: #5E7796;
	text-decoration: none;		
	}		
/*tbody th a:visited:after {
	content: "\00A0\221A";
	}*/

/*********************************************************************************   TD COMUN   **********/
tbody td a:link		{
	font: normal 0.9em tahoma, arial, sans-serif;
	color: #808000;
	text-decoration: underline;
	}		
tbody td a:visited		{
	font: normal 0.9em tahoma, arial, sans-serif;
	color: #808000;
	text-decoration: none;
	}		
tbody td a:hover		{
	font: normal 0.9em tahoma, arial, sans-serif;
	color: #808000;
	text-decoration: none;
	}		
tbody td a:active		{
	font: normal 0.9em tahoma, arial, sans-serif;
	color: #808000;
	text-decoration: none;
	}			
tbody td a:visited:after {
	/*content: "\00A0\221A";*/
	color: #808000;
	text-decoration: none;
	}
