﻿/******************************************************************************
*	Body
******************************************************************************/
body 
{
	height: 100%;
	background-color: #ffffff;
	font-size: 12pt !important;
}


/******************************************************************************
*	Page Layout
******************************************************************************/
#dPage
{
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;

	visibility: hidden;
	
	overflow: hidden;
	z-index: 0;
}

#dHeader
{
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	height: 25px;

	overflow: hidden;
	z-index: 1;
}

#dContent
{
	position:absolute;
	top: 25px;
	right: 0px;
	bottom: 25px;
	left: 0px;

	overflow: auto;
	z-index: 2;
}

#dFooter
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: 25px;

	overflow: hidden;
	z-index: 1;
}


/******************************************************************************
*	Headers
******************************************************************************/
h1 { font-size:16pt }
h2 { font-size:14pt; }
h3 { font-size:12pt; }
h4 { font-size:10pt; }
h5 { font-size:8pt; }


.MoneyBox {
	position: relative; 
	border: 1px solid #666666; 
	padding: 5px; 
	margin: 5px 0px; 
	text-align: right !important;
}
.MoneyBoxRO {
	position: relative; 
	border: 1px solid #666666; 
	background-color: #dcdcdc;
	padding: 5px; 
	margin: 5px 0px; 
	text-align: right !important;
}


.calculator_icons {
	font-family: Lucida Grande, Verdana, Lucida Sans Unicode, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	padding: 0px 5px;
}
