/*
 * This stylesheet overrides certain features of the main stylesheet that
 * are not correctly supported by Microsoft Internet Explorer 6.0.
 *
 * vim:ft=css
 *
 * (C)Copyright Scott Wunsch, 2001-2002
 * You may use and redistribute the contents of this file only under the
 * terms of the GNU GPL, a copy of which may be found at:
 *   http://www.losurs.org/COPYING
 */

/* =================================================== The page in general == */

/* Internet Explorer doesn't support position: fixed */
Div.leftmargin {
	position: absolute;
}

/* Making the section links look right without fixed positioning is pretty
 * much impossible.  Instead, we'll just make them look like they do in
 * pre-CSS browsers. */
Div.sections {
	background-color: white;
	color: black;
	text-align: center;
	position: static;
	bottom: auto; left: auto; right: auto;
	margin-left: 65px; margin-right: 65px;
	border-top: none;
	border-bottom: thin solid black;
}
Div.sections Span.divider {
	display: inline;
	color: #666;
	font-weight: normal;
}
Div.sections A {
	padding-left: 0; padding-right: 0;
	color: black;
	text-decoration: none;
}
Div.sections A.active {
	color: white;
	background-color: black;
}

Div.portalboxes {
	top: 2.5em;
}
