.content {
	vertical-align: top;
	width: 700px;
}
.left {
	margin-left: 0px;
	padding: 8px;
	vertical-align: top;
}
.banner {

}
.title {
	position:absolute;
	margin-top: 0px;
	margin-left: 300px;
	font-size:20pt;
	color:#0E2665;
	font-weight:bold;
}
.iframe {
	width: 700px;
	height: 700px;
	background-color: white;
}
.login_form {
	font-size:10pt;
}
.login_form_error {
	color:red;
}
/* feedback and error not yet used. 17/12/2005 */
.feedback {
	border-color:blue; 
	border-style:solid;
}
.error {
	border-color:red; 
	border-style:solid;
}
.percentage {
	text-align: right;
}
.currency {
	text-align: right;
}
.currency_negative {
	color:red;
	text-align: right;
}
.short_overview {
	border: 1px;
	border-style: solid;
	border-color: black;
	padding: 4px;
}
BODY {
	font-family:Arial;
	color:darkblue;
	margin: 0px;
}
.frame {
	border: 1px;
}
TH {
	text-align: left;
	vertical-align: top;
}
TD.amount, TH.amount {
	text-align: right;
}
table.table_class {
	border-collapse: collapse;
}
th.table_header {
	background-color: #EEEEEE;
	text-align: center;
	border-left-width: 1px;
	border-left-style: dotted;
}
tr.table_even {
	background-color: #EEEEEE;
}
tr.table_odd {
	background-color: #FFFFFF;
}
td.table_even {
	text-align: center;
	border-width: 1px;
	border-style: dotted;
	border-color: navy;
}
td.table_odd {
	text-align: center;
	border-width: 1px;
	border-style: dotted;
	border-color: navy;
	
}
/* menu buttons */
A.menubutton:link, A.menubutton:visited
{   background-color: #CCCCFF;
    border: solid 1px;
	border-color: #99f #039 #039 #99f;
    color: darkblue;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 3px;
	text-decoration: none;
	line-height: 1.5;
    width: 10em;
	display: block;
}

A.menubutton:hover {   
	background-color: #FFFFFF; color: darkblue;
}

/* depress effect on click */
A.menubutton:active, A.menubutton:focus {   
	border: solid 1px;
	border-color: #039 #99f #99f #039;
}
/* A tag buttons */
A.button:link, A.button:visited
{   background-color: #FFFFFF;
    border: solid 2px;
	border-color: #99f #039 #039 #99f;
    color: darkblue;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 3px;
	text-decoration: none;
	line-height: 1.5;
    width: 10em;
	display: block;
	text-align: center;
	float: left;
	margin-top: 2px;
	margin-right: 4px;
}

A.button:hover {   
	background-color: #CCCCFF; color: darkblue;
}

/* INPUT/submit button as button */
A.button:active, A.button:focus {   
	border: solid 1px;
	border-color: #039 #99f #99f #039;
}
INPUT.button 
{   background-color: #FFFFFF;
    border: solid 2px;
	border-color: #99f #039 #039 #99f;
    color: darkblue;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 3px;
	text-decoration: none;
	line-height: 1.5;
    width: 10em;
	display: block;
	text-align: center;
	float: left;
	margin-top: 2px;
	margin-right: 4px;
}
INPUT.button:hover {   
	background-color: #CCCCFF; 
	color: darkblue;
}
INPUT.loginbutton {   
	background-color: transparent;
	text-align: center;
	width: 9em;
}
INPUT.loginbutton:hover {   
	background-color: #CCCCFF; 
	color: darkblue;
}
A.bottomlinks, A.bottomlinks:active, A.bottomlinks:focus {   
	font-family:Arial;
	font-size:14px;
	text-decoration: none;
	color:darkblue;
	margin: 0px;
}
A.bottomlinks:hover {   
	text-decoration: underline;
}
A.incomeComment {   
	font-family:Arial;
	font-size:14px;
	text-decoration: none;
	color: red;
	margin: 0px;
	vertical-align: top;
}
.comment {
	position: relative;
	text-decoration: none;
	color: #000;
}
a.comment:hover {
	border-width: 0; /* IE */
}
.comment span {
	display: none;
}
.comment:hover span {
	display: block;
	position: absolute;
	width: 10em;
	background-color: #ff0;
	padding: 1px 3px 2px 3px;
	border: 1px #000 solid;
	font-size: 0.8em;
	left: 2em;
	top: 0.5em;
 }
