@charset "iso-8859-1";
/* synprint.css

09/08/04	JKW	Created ex- synprint 27/08/03
09/02/05	JKW	Update per synprint 28/12/04
2008-01-13	Tmpl
2008-01-23	Rem .footmenu
2008-06-17	text shadow on heademph

Generic template 01/09/06
*/

/* <???> Colors, backgrounds, borders, link and emphasis indication, cursor --- */

a:link, a:visited {color: #0000CC; background: transparent; text-decoration: underline;}P

html, body, div#maincontent {
color: #000;
background-color: #FFF;
background-image: none;
}

.help {
border-bottom: none;
}


/* <???> Text and font properties (excl. link indication, alignment and text-indent) --- */

/* In h3 */
span.heademph {
text-shadow: none;
}


/* <???> Box properties (excl. borders), positioning, alignment, list types, text-indent, display --- */

/* Body */
body {
margin: 0;
padding: 0;
max-width: none;
}

/* Paging */
h1, h2, h3, h4 {
page-break-after: avoid;
page-break-inside: avoid;
}

ul, ol {
padding-left: 3em;
page-break-before: avoid;
}

blockquote, div.postit, div.sidepanel, #footer {
page-break-inside: avoid;
}

/*
div.sidepanel {
float: none;
clear: both;
display: block;
margin: 1em 0 1em 1em;
margin-left: auto;
margin-right: auto;
width: 90%;
}
*/

/* Display, visibility and dependent widths */
div#search, div#menucol, div.returnpanel, .offline {
display: none;
}

div#bodycol {
left: 0;
width: auto;
}

/* Source footer */
div#footer {
display: block;
margin-top: 1em;
text-align: center;
}

div#footer p {
border-top: 1px solid #99B;
padding-top: 0.6em;
font-weight: bold;
font-size: 0.75em;
}


