/*
 * ADOBE SYSTEMS INCORPORATED
 * Copyright 2001-2002 Adobe Systems Incorporated. All Rights Reserved.
 * 
 * NOTICE:  Notwithstanding the terms of the Adobe GoLive End User 
 * License Agreement, Adobe permits you to reproduce and distribute this 
 * file only as an integrated part of a web site created with Adobe 
 * GoLive software and only for the purpose of enabling your client to 
 * display their web site. All other terms of the Adobe license 
 * agreement remain in effect.
 */
/* common */
body {
	color: #000;
	background-color: #fff;
	margin: 4%;
}
td {
	vertical-align: top;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #ccf;
	vertical-align: top;
}
.error {
	color: #c00;
}

/* Troubleshooting */
.passed {
	Color: #00F;
	font-weight: bold
}
.failed {
	Color: #F00;
	font-weight: bold
}
.verify {
	Color: #080;
	font-weight: bold
}
.manual {
	border: black thin solid;
	width: 100%;
	height: auto;
	margin: 10px;
	padding: 10px;
}
.manualTitle {
	Color: orange;
}
.manualSymptom {
	Color: black;
}
.manualPrescription {
	Color: black;
}

/* testsql */
td.results {
	font-family: Courier, monospace;
}

/* Troubleshooting.jsp */
td.jdbc {
	font-family: Courier, monospace;
}
span.propname {
	color: #060;
	font-family: sans-serif;
}
.rien {
	color: #930;
	font-style: italic;
}

/* sqlprobe.jsp */
.N {
	font-style: italic;
}
.X {
	color: #c00;
}
