/* $Id: gtksql.css,v 1.1 2002/07/27 03:44:03 darryll Exp $	*/
/* CSS file for GtkSQL site	*/

BODY {
	color: black;
	background-color: white;	/* IE3 ignores this	*/
}

/* Headers	*/
H1	{
	/* background-color: #c0c0ff;	*/
	color: gold;
	background-color: gray;
	border: medium outset #c0c0ff;
	font-variant: small-caps;
	padding: 1px 5px 0px 5px;
}

H2, H3, H4, H5, H6 {
	color: #000040;
	text-decoration: underline;
}

/* Tags	*/
A:link { color: #0000F0 }
A:visited { color: #000080 }

/* Text	*/
P {
	color:	#000080;
	text-align: justify;
}

TD {
	color:	#000080;
}

/* Table formatting	*/
CAPTION {
	color: #000080;
	font-size: large;
	font-weight: bold;
}

TD {
	vertical-align: top;	/* Ignored by IE3	*/
	padding: 10px;
}

TH {
	color: black;
	background-color: #C0C0ff;
	text-align: left;	/* Ignored by IE3	*/
}

/* Classes	*/
.sideheader {
	color: gray;
	background-color: gold;
	font-size: 90%;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
}

.sidelist {
	font-size: 80%;
}

.instruct { background-color: #FFCC00 }

.code	{
	background-color: black;	/* IE3 ignores this	*/
	border: medium ridge #ff0000;
	color: #00A000;
	font-family: "Courier", "Courier New", "courier new", "courier", monospace;
	font-size: 90%;
	padding: 5px 5px 5px 5px;
}

.codeeditor	{	/* display like 'notepad'	*/
	background-color: white;	/* IE3 ignores this	*/
	color: black;
	border-top: solid thin blue;
	border-right: solid thick blue;
	border-bottom: solid thick blue;
	border-left: solid thin blue;
	font-family: "Courier", "Courier New", "courier new", "courier", monospace;
	font-size: 90%;
	padding: 5px 5px 5px 5px;
}

.quote	{
	font-style: italic;
}

.sidebar	{
	background-color: yellow;
	color: black;
	border-top: solid thin black;
	border-right: solid thick black;
	border-bottom: solid thick black;
	border-left: solid thin black;
	float: right;
	font-family: "Courier", "Courier New", "courier new", "courier", monospace;
	font-size: 90%;
	margin: 0px 0px 5px 5px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	width: 25%;
}

P.question {
	font-weight: bold;
}

