table.example tfoot span {
	font-weight: bold;
}

table.example thead span {
	font-weight: bold;
}

table.example tfoot td, table.example thead td {
	font-size: smaller;
	color: black;	
	background-color: #ccccff;
}


table.example th, table.example td {
	white-space:nowrap;
	font-size: small;
	border:1px solid #aaaaaa;
	padding: 2px 4px 2px 15px;
}
/* Workaround for wrong border handling with colspan in Consensus strings*/
table.example th.toggle {
	border-bottom-width: 2px; /* Safari is OK, FF not: 2px needed */
}

table.latex { 
    border-collapse: collapse;
	border-style: none;
	border-spacing: 3px;
} 

table.latex th, table.latex td {
        padding: 2px 10px 2px 10px;
}


tr.latex-tr-border-double th, tr.latex-tr-border-double td  {
	border-top-style: double;
	border-top-color: black;
}


tr.latex-tr-border-solid th, tr.latex-tr-border-solid td {
	border-top: 1px solid black;
}


.cons { 
	display: none;
}

.toggle{
   cursor: pointer;
   padding-left: 14px;
   color: #3333ff;
   font-weight:bold;
   background-image: url(rightcol.gif);
   background-repeat: no-repeat;   
   background-position: center left;
   text-decoration: none;
   text-align: left;
}

.hidden { display: none; }
.error	{ 
	background-color: red;
}
.thresOK	{ 
	background-color: #FFB4B1;
}
.thresLeg {
	background-color: #FFB4B1;
	border:1px solid #aaaaaa;
}
th.BWtable-filtered {
	background-image: url(filter.gif);
	background-position: center left;
	background-repeat: no-repeat;
}


/* 
http://74.125.77.132/search?q=cache:CzhUWEYQutwJ:phoenity.com/newtedge/element_hover/+css+hover+title&cd=1&hl=nl&ct=clnk&gl=nl
*/
/*
th.BWtable-filtered:hover.before {
	content: "HALLO"
}
*/
/*
a:after {
	content: "";
}
a:hover:before {
	content: "\00BB";
}
a:hover:after {
	content: "\00AB";
}
*/

/*
a:hover {
	visibility:  hidden;
}
a:hover:before {
	content: "xxxxx";
	visibility:  visible;
}
a:hover:after {
	content: "xxxxx";
	visibility:  visible;
}
*/


blockquote h1 {
	font-family:arial,sans-serif;
	font-size:15pt;
	font-weight:bold;
	/*text-decoration: underline;*/
}

blockquote h2 {
	margin-top: 25pt;
	font-family:arial,sans-serif;
	font-size:13pt;
	font-weight:bold;
	/*text-decoration: underline;*/
}

blockquote h3 
{
	margin-top: 20pt;
	margin-bottom: 0pt;
	font-family: arial,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 1.0pt;
	/*border-bottom: solid 1px black;*/
	text-decoration: underline;
}

blockquote h4 
{
	margin-top: 10pt;
	font-family: arial,sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
}

blockquote p 
{
	margin-top: 0pt;
	margin-bottom: 5pt;
	max-width: 900px;
}

img.info 
{	cursor: help;
	text-decoration: none;
	vertical-align: middle;
	border: 0px;
}

p 
{
	margin-top: 5pt;
	margin-bottom: 0pt;
}
