﻿/*
*	Common Quisine Style Sheet
*	Created:	12May00, nick r
*
*	Changes
*	26Sep02:	changed a:hover to a:link:hover to stop moz highlighting 'a name'
			made h2 non-italic, looks bad without AA
*	25Feb02:	changed span.faded to a.faded
*	10Jul01:	changed H3
*	01May01:	added table.thumbnails
*	21Mar01:	added div.formula
*	04Jan01:	added span.faded
*
*	Notes:	class names must be lower case
*		double-slash comments don't work
*/

a:link
{
    color: #0000FF;
    font-weight: normal;
    text-decoration: none;
}

a:visited {
	color:		#000080;
	font-weight:	bold;
	text-decoration:none;
}

a:active {
	color:		#800080;
	font-weight:	bold;
	text-decoration:none;
}

a:link:hover {
	color:		#800080;
	font-weight:	bold;
	text-decoration:none;

}

a.faded:link {
	color:		#CCCCFF;
}

a.faded:visited {
	color:		#7777FF;
}


body {
	font-family:	Segoe UI;
	font-size:	12pt;
	background-color:#FFFFFF;
}

body.faq {
	background-attachment:fixed;
	background-image:url("faq-img/quisine_logo.png");
}

br.clear {
	clear:		both;
}

div.center {
	/* used because 'div align=' is not html4 */
	text-align:	center;
}

div.footer {
	font-style:	italic;
	font-size:	8pt;
	text-align:	right;
}

div.formula {		/* highlighted formula code */
	font-style:	italic;
	font-weight:	bold;
	background-color:#FFFFFF;
	color:		#000000;
	margin-left:	3em;
	margin-top:	1em;
	margin-bottom:	1em;
}

div.indent {
	margin-left:	3em;
}

div.guide {		/* text in a bordered box, eg a hint or tip */
	font-size:	11pt;
	margin:		2em;
	background-color:#E0E0FF;
	border:		2px solid black;
	padding:	1em;
}

div.vbcode {		/* Visual Basic default font */
	font-family:	"Courier New", monospace;
	white-space:	pre;	/* doesn't work in IE (in 5.5) */
	color:		#000077;
	margin-left:	3em;
}

h1
{
    font-size: 22pt;
    margin-top: 2em;
}

h2 {
	font-size:	18pt;
	margin-top:	2em;
}

h3
{
    font-size: 14pt;
    font-weight: bold;
    margin-top: 2em;
	margin-left: 1.5em;
}

h4
{
    font-size: 12pt;
    font-style: italic;
    font-weight: bold;
    margin-top: 2em;
}

img {			/* removes border of hyperlinked image */
	border:		0;
}

img.left {
	float:		left;
}

img.right {
	float:		right;
}

img.submenu {		/* a pop-up menu */
	position:	absolute;
	z-index:	2;
	visibility:	hidden;
}

ol.spaced li {
	margin-bottom:	1em;
}

span.title {		/* usually a product name, eg 'Quisine' */
	font-weight:	bold;
	font-style:	italic;
}

span.formula {		/* highlighted formula code */
	font-style:	italic;
	font-weight:	bold;
	background-color:#FFFFFF;
	color:		#000000;

}

table {
	font-size:	11pt;
}

table.thinborder td {	/* thin line around each cell */
	border:		1px solid black;
	padding:	5px;
}

table.thumbnails td {
	text-align:	center;
	padding:	20px 5px;
}

table.padcols td {
	padding:	0px 15px;
}

table.funclist {	/* for function indexes */
	text-align:	left;
	margin-left:	auto;
	margin-right:	auto;
	width:		60%;
	border:		1px solid silver;
}

td {
	vertical-align:	top;
}

th.func {		/* title cell for function reference tables */
	text-align:	left;
	background-color:#C0C0FF;
	padding:	3px;
	text-indent:	20px;
}

td.func {		/* heading cell for function reference tables */ 
	background-color:#F0F0FF;
	border-style:	none ! important;
	width:		15%;
}

ul.spaced li {
	margin-bottom:	1em;
}
