/* $Id:$
 *
 * huisstijl.css -- Huisstijl (c) 2002 OpenFortress / Rick van Rein
 * 
 * Graphical design: Ivo Terhorst <ivo@mraww.org>
 * StyleSheet implementation: Rick van Rein <rick@openfortress.nl>
 */


/* The document as a whole */
BODY {
	margin: 1ex 1ex 1em 1ex;	/* top right bottom left */
	text-align: justify;
	background-color: #ffffff;
	min-width: 400px;
	max-width: 1000px;
}



/* Regular text layout */

P {
	font-style: normal;
	text-align: justify;
}

P.ABSTRACT {
	font-style: italic;
	text-align: left;
}

DIV.ISSUES {
	text-indent: -25px;
	padding-left: 25px;
}

P.SUBMENU {
	font-style: normal;
	text-align: right;
}

CODE {
	font-family: Monaco, Courier, CourierNew, monospace;
}

PRE.STD {
	font-family: Monaco, Courier, CourierNew, monospace;
	text-align: left;
	border-width: 0px 0px 0px 0px;	/* top right bottom left */
	padding: 0px 0px 0px 0em;	/* top right bottom left */
	margin-left: 0em
}

PRE {
	font-family: Monaco, Courier, CourierNew, monospace;
	text-align: left;
	border-width: 0px 0px 0px 2px;	/* top right bottom left */
	border-style: solid;
	border-color: #dddddd;
	padding: 0px 0px 0px 1em;	/* top right bottom left */
	margin-left: 1em
}

DIV.GRAYLINED {
	text-align: left;
	border-width: 0px 0px 0px 2px;	/* top right bottom left */
	border-style: solid;
	border-color: #dddddd;
	padding: 0px 0px 0px 1em;	/* top right bottom left */
	margin-left: 1em
}

BLOCKQUOTE {
	text-align: left;
	border-width: 0px 0px 0px 2px;	/* top right bottom left */
	border-style: solid;
	border-color: #dddddd;
	padding: 0px 2em 0px 1em;	/* top right bottom left */
	margin-left: 1em;
}

B {
	font-weight: normal;
	color: #990404;
}

/* Headers, attention-getters */

#LEGEND {
	font-family: sans-serif, Helvetica, Geneva, Arial;
	font-size: 9pt;
	margin: 3em 0em 1em 0em;	/* top right bottom left */
	padding: 0em 0em 0em 4em;	/* top right bottom left */
	background-image: url(/pix/accent_HREF.png);
	background-position: left center;
	background-repeat: no-repeat;
}

H1 {
	font-family: sans-serif, Helvetica, Geneva, Arial;
	font-weight: bold;
	font-size: 12pt;
	margin: 2em 0em 1em 0em;	/* top right bottom left */
	padding: 0em 0em 0em 3em;	/* top right bottom left */
	background-image: url(/pix/accent_H1.png);
	background-position: left center;
	background-repeat: no-repeat;
}

H2 {
	font-family: sans-serif, Helvetica, Geneva, Arial;
	font-weight: normal;
	font-size: 12pt;
	margin: 1em 0em 1em 0em;	/* top right bottom left */
	padding: 0em 0em 0em 3em;	/* top right bottom left */
	background-image: url(/pix/accent_H2.png);
	background-position: left center;
	background-repeat: no-repeat;
}

H3 {
	font-family: sans-serif, Helvetica, Geneva, Arial;
	font-weight: normal;
	font-size: 12pt;
	margin: 1em 0em 1em 0em;	/* top right bottom left */
	padding: 0em 0em 0em 3em;	/* top right bottom left */
	background-image: url(/pix/accent_H3.png);
	background-position: left center;
	background-repeat: no-repeat;
}

TH {
	font-family: sans-serif, Helvetica, Geneva, Arial;
	font-weight: normal;
	text-align: left;
}



/* Links in the body text */

A:LINK {
	color: #990404;
}

A:HOVER {
	color: #dd0000;
}

A:ACTIVE {
	color: #dddddd;
}

A:VISITED {
	color: #555555;
}

TR.MENU A:VISITED {
	color: #990404;
}


/* Lists */

UL {
	list-style-type: square;
	list-style-position: outside;
}

OL {
	list-style-type: decimal;
	list-style-position: outside;
}

UL UL {
	list-style-position: inside;
}

UL OL {
	list-style-position: inside;
}

OL OL {
	list-style-position: inside;
}

OL UL {
	list-style-position: inside;
}

LI {
	padding: 3px 2em 3px 0ex;		/* top right bottom left */
	text-align: left;
}



/* Some special layout marks */

HR {
	width: 100%;
	margin: 0em 0em 1em 0em;	/* top right bottom left */
	height: 1px;
	border-width: 0pt 0pt 0pt 0pt;	/* top right bottom left */
	border-style: solid;
	border-color: #990404;
	color: #990404;
}

TABLE.PAGE {
	width: 100%;
	border-width: 0pt 0pt 0pt 0pt;	/* top right bottom left */
	margin: 0em 0em 0em 0em;	/* top right bottom left */
	padding: 0em 0em 0em 0em;	/* top right bottom left */
	text-align: left;
}

TR.CONTENT TABLE {
	margin: 0em 0% 0em 0%;		/* top right bottom left */
}

TR.LOGO {
	background-color: #990404;
}

TABLE.FLOATLEFT {
	/* margin: 1em -13% 1em 1em; */	/* top right bottom left */
	margin: 1em 0em 1em 1em;	/* top right bottom left */
	padding: 0px 0px 4px 0px;	/* top right bottom left */
	border-width: 0px 0px 1px 0px;	/* top right bottom left */
	border-style: solid;
	border-color: #dddddd;
	caption-side: bottom;
	float: right;
}

IMG.FLOATLEFT {
	/* margin: 1em -13% 1em 1em; */	/* top right bottom left */
	margin: 1em 0em 1em 1em;	/* top right bottom left */
	padding: 0px 0px 0px 0px;	/* top right bottom left */
	border-width: 0px 0px 0px 0px;	/* top right bottom left */
	float: right;
}

IMG.TOPLESS {
	/* margin: 1em -13% 1em 1em; */	/* top right bottom left */
	margin: 0em 0em 1em 1em;	/* top right bottom left */
	padding: 0px 0px 0px 0px;	/* top right bottom left */
	border-width: 0px 0px 0px 0px;	/* top right bottom left */
	float: right;
}

TABLE.FLOATRIGHT {
	/* margin: 1em 1em 1em -20%; */	/* top right bottom left */
	margin: 1em 1em 1em 0em;	/* top right bottom left */
	padding: 0px 0px 4px 0px;	/* top right bottom left */
	border-width: 0px 0px 1px 0px;	/* top right bottom left */
	caption-side: bottom;
	border-style: solid;
	border-color: #dddddd;
	float: left;
}

IMG.FLOATRIGHT {
	/* margin: 1em 1em 1em -20%; */	/* top right bottom left */
	margin: 1em 1em 1em 0em;	/* top right bottom left */
	padding: 0px 0px 0px 0px;	/* top right bottom left */
	border-width: 0px 0px 0px 0px;	/* top right bottom left */
	float: left;
}

TR.LOGO TD {
	height: 27px;
	text-align: right;
	padding: 0px 0px 0px 0px;	/* top right bottom left */
}

TR.WHITELINE {
	height: 4px;
	background-color: #ffffff;
}

TR.GRAYLINE {
	background-color: #888888;
}

TR.GRAYLINE TD {
	padding: 0px 0px 0px 0px;	/* top right bottom left */
	height: 10px;
}

TR.WHITELINE.TD {
	padding: 0px 10% 0px 15%;	/* top right bottom left */
}

TR.MENU {
	whitespace: nowrap;
	word-spacing: 0.3em;
	text-align: left;
}

TR.MENU TD FORM {
	display: inline;
	whitespace: nowrap;
	word-spacing: 0.3em;
}

TR.CONTENT {
	border-width: 0px 10% 0px 15%;	/* top right bottom left */
}

TR.RULER {
	width: 100%;
	background-image: url(/pix/ruler_rood.png);
	background-repeat: repeat-x;
}

/* From the default stylesheet for rawdog. Customise this as you like.
   Adam Sampson <azz@us-lot.org> */
A.XMLBUTTON {
	/* From Dylan Greene's suggestion:
	   http://www.dylangreene.com/blog.asp?blogID=91 */
	border: 1px solid;
	border-color: #FC9 #630 #330 #F96;
	padding: 0 3px;
	font: bold 10px sans-serif;
	color: #FFF;
	background: #F60;
	text-decoration: none;
	margin: 0;
}

/* An order pane intended for the shopping cart */
TABLE.ORDER {
	border: 2px solid;
	border-color: #990404;
	background: #ffffdd;
	padding: 10px;
}

TABLE.ORDER TR TD P {
	text-align: center;
}


/*
 * $Log:$
 */
