/* $Id: stylesheet.css,v 1.6 2002/12/03 12:07:01 avank Exp $ */

body
{
	margin: 61px 0px 0px 0px;
	background-image: url(/solis/images/top.gif);
	background-color: white;
	background-repeat: no-repeat;
	font-family: Verdana, sans-serif; /* inheritance in nn 4.x?? */
	font-size: small; /* inheritance in nn 4.x?? */
	color: black;
}

h1
{
	color: #036;
	background-color: transparent;
}

.indent
{
    text-indent: .2cm;
}

table
{
    width: 725;
}


a:link
{
	color: #036;
	text-decoration: none;
	background-color: transparent;
}

a:visited
{
	color: #903;
	text-decoration: none;
	background-color: transparent;
}

a:hover
{
	color: #666;
	text-decoration: underline;
	background-color: transparent;
}

a:active
{
	color: #666; /* #c90 is yellow */
	text-decoration: underline;
	background-color: transparent;
}

ul
{
    list-style-type: square;
    font-size: 9pt;
    padding-left: -4;
}

div.HeaderPath
{
	margin: 0;
	padding: 10px 30px 0px 30px;
	background-color: white;
	color: #c90;
	font-size: 11px; /* x-small is too small for nn 4.x */
}

div.HeaderTopics
{
	margin: 0;
	padding: 0px 30px 10px 30px;
	background-color: white;
	color: #c90;
	font-size: 11px; /* x-small is too small for nn 4.x */
}

.HeaderPath a:link, .HeaderTopics a:link
{
	color: #036;
	text-decoration: none;
	background-color: transparent;
}

.IndexLink
{
	font-weight: bold;
}

.HeaderPath a:visited, .HeaderTopics a:visited {
	color: #666;
	text-decoration: none;
	background-color: transparent;
}

.HeaderPath a:hover, .HeaderTopics a:hover
{
	color: #c90;
	text-decoration: underline;
	background-color: transparent;
}

.HeaderPath a:active, .HeaderTopics a:active
{
	color: #c90; /* #c90 is yellow */
	text-decoration: underline;
	background-color: transparent;
}

div.Content
{
	margin: 0px 0px 10px 0px;
	padding: 1px 30px 1px 30px; /* XXX: several browsers need at least 1 px padding, nn needs more */
	color: black;
	background-color: #eee; /* XXX: background should be omitted in nn 4.x */
	border: none; /* needed for background in nn 4.x */
	font-family: Verdana, sans-serif;  /* fix inheritance in nn 4.x?? */
}

div.Footer
{
	margin: 0;
	/* padding-top: 10px; used margin-bottom in div.Content so div.Footer can be forgotten */
	/* line-height: 15px; specified in span.FooterLinks so div.Footer can be missed*/
}

span.FooterIcons
{
	float: left;
	padding: 11px 0px 10px 30px; /* asume 15px (16?) image */
}

span.FooterIcons a img
{
	border-style: none; /* needed for mozilla */
	color: white;
	background-color: white; /* hide borders in nn 4.x */
}

span.FooterLinks
{
	margin-left: 30px;
	float: right;
	text-align: left;
	padding: 11px 30px 10px 100px;
	line-height: 15px; /* line-height + padding = 36 < 37 for ie */
	background-image: url(images/bottom.gif);
	background-color: #036;
	background-repeat: no-repeat;
	white-space: nowrap; /* XXX: does not work in nn 4.x, so a bigger bg-image is needed... */
	color: white;
}

span.FooterLinks a
{
	color: white;
	background-color: transparent;
	text-decoration: none;
	font-size: 10px; /* x-small is too small for nn 4.x */
	font-family: Verdana, sans-serif;
	font-style: italic;
	font-weight: bold;
}

code, samp, kbd, pre, tt
{
	font-family: Monaco, monospace; /* nn 4.x faulty inheritace of main font-family */
}

address
{
	font-size: 11px; /* x-small is too small for nn 4.x */
	color: #666;
	background-color: transparent;
	padding-top: 5px;
	padding-bottom: 5px;
}


