@media print, screen{

body
	{
	font-family: sans-serif;
	font-size: 10pt;
	}
	
hr
{
	border: solid 1px #990000; 
}

h1
{
	color: #990000;
}
	
h2
{
	display: block;
	clear: both;
	background: #990000;
	color: #ffffff;
	padding: 5px;
	margin-bottom: 0px;
}


h3
{
	display: inline;
	color: #cc0000;
}

#author /*use: <span id="author"> */
{
	display: block;
	position: relative;
	text-align: right;
	right: 10px;
	font-size: 12pt;
	font-style: italic;
	color: #cc0000;
}

#date /*use: <span id="date"> */
{
	display: block;
	position: absolute;
	text-align: right;
	right: 10px;
	top: 20px;
	font-size: 8pt;
	color: #cccccc;
}

#abstract
{
	display: block;
	position: relative;
	color: #bbcccc;
	padding: 10px;
	border: solid 1px #cc0000;
}

.switchbutton
{
	position: relative;
	display: inline;
	top: 0px;
	left: 0px;
	/*width: 60px;*/
	color: white;
	background: #990000;
	border: 1px outset #990000;
}

input,select
{
	border: solid black 1px;
}

.button
{
	background: red;
}

input[readonly]
{
	background: #eeeeee;
}

.largebutton
{
	background: #990000;
	color: white;
	font-weight: bold;
	font-size: 12pt;
	padding: 5px;
	border: 2px outset #990000;
}

.largebutton:hover
{
	background: #bb0000
}


.list
{
	display:block;
	margin-top: 5px;
	padding: 0px;
	border: 1px;
		
}


.hidelist
{
	margin-top: 5px;
	padding: 0px;
	border: 1px;
	background: #fedb71;
	display: none;
	z-index:1000;
}

.name, .value, .unit
{
	float: left;
}

.name
{
	text-align: right;
	width: 250px;
	padding-right: 20px;
}

.value
{
	width: 75px;
	border-top: 0px;
	border-left: 0px;
	text-align: right;
	padding-right: 2px;
}

.unit
{
	width: 100px;
}

.info
{
	width: 400px;
	display: block;
}

#totalenergy1
{
	display: block;
}

#totalenergy2
{
	display: none;
}

#messagebox
/* Used for debugging with stdout() function*/
{
	display: none; /*Change to block to activate*/
	
	position: fixed;
	top: 0px;
	right: 0px;
	background: none;
	color: red;
	font-size: small;
	border: 1px solid #cccccc;
}

.block
{
	margin: 20px;
	padding: 20px;
	margin-top: 0px;
	padding-top: 20px;
	border: 2px #990000 solid;
	border-top: 0px;
	background: #fedb71;
}

#step1
{
	
}

#step2
{
	
	display: none;
}

#step3
{
	
	display: none;
}

#step3 td
{
	font-size: 8pt;
	text-align: right;
}

#confirm1
{
	font-size: 8pt;
	margin-left: 20px;
	margin-right: 40px;
}

#confirm2
{
	font-size: 8pt;
}

#confirm1 tr, #confirm2 tr
{
	text-align: right;
	
}



#details
{
	font-size: 8pt;
	display: none;
}

#details td
{
	border-left: 1px dotted #cccccc;
	min-width: 65px;
	max-width: 100px;
}

#details tr
{
	text-align: right;
}

.helpbox
{
	position: fixed;
	right: 0px;
	top: 0px;
	width: 400px;
	padding: 20px;
	padding-left: 60px;
	background: white;
	background-image: url(info.gif);
	background-repeat: no-repeat;
	border: 0px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	display: none;
	font-size: 8pt;
}

.helplink
{
	border-bottom: 2px #ff9999 dotted;
}

.help_image
{
	position: absolute;
	left: 20px;
}


#whitespace
{
	min-height: 1400px;
}

} /*Einde van de media*/

