body {
	margin: 0px;
	
	background-color: #A7DFFE;
	font-family: Arial;
	font-size: 12px;
}
body a {
	color: #000000;
	text-decoration: none;
}
body a:hover {
	color: #0066FF;
}
.bar, .bar a {
	background-color: #0066FF;
	color: #FFFFFF;
	font-size: 11px;
}
.bar a:hover {
	color: #000000;
}
.download, .download a {
	color: #FFFFFF;
	font-size: 11px;
}
.download a {
	text-decoration: underline;
}
.download a:hover {
	color: #000000;
}
.xstooltip {
    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0; 
    z-index: 2; 

    font: normal 8pt sans-serif; 
    padding: 3px; 
    border: solid 1px;
	
	width: 350px;
	
	background-color: #A7DFFE;
}
.tooltip {
	visibility: hidden;
	width: 350px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0px 0px -100px;
	border: 1px solid #000;
	background: #A7DFFE;
}
table.diff td {
	text-align: right;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 8pt;
}
table.diff td.code {
	text-align: left;
	font-family: 'Courier New', Courier, monospace;
	font-weight: normal;
}
table.diff td.code pre {
	margin: 0;
	padding: 0;
}
table.diff tr.new {
	background: #DBFCE1;
}
table.diff tr.old {
	background: #FFDDDD;
}
table.diff tr.hidenew {
	display: none;
}
table.diff tr.hideold {
	display: none;
}