/* Homepage */

div.red{
	color:red;
}

tr.bold{
	font-weight:bold;
}

legend{
	font-weight:bold;
}

fieldset{
	background-color:#E0E0E0;
	padding: 15px;
}/* IE Bugfix http://www.mattheerema.com/articles/web-design/2006/04/getting-fieldset-backgrounds-and-legends-to-behave-in-ie/
* html legend{
    position:absolute;
    top: -.5em;
    left: .5em;
}

* html fieldset{
    position: relative;
    margin-top:1em;
    padding-top:.75em;
} IE Bugfix */

/* Report Block */

.hpRepTitle {
	font-weight:bold;
	color: #DD6900;
	padding: 10px;
}

.hpRepText {
	padding-left: 20px;
}

.hpRepFazit {
    border-bottom: 1px solid  #0056a7;
	padding-left: 15px;
}

.hpRepMore {
    border-bottom: 1px solid  #0056a7;
	padding-left: 15px;
}

/* Homepage */

.hpTable{
	width: 700px;
	text-align: left;
    margin: 10px;
	padding: 10px;
    border: 1px solid  #0056a7;
	border-collapse:collapse;
}

.hpBlock{
	width: 800px;
	text-align: left;
    margin: 10px;
    border: 1px solid  #0056a7;
	border-collapse:collapse;
}

.hpHead{
    background-color: #729fcf;
    color: white;
	font-weight:bold;
	margin: 10px;
	padding: 10px;
}

.hpBody{
    background: #F7FBFF;
	padding: 10px;
}
.space{
    border: 1px solid  #0056a7;
}
.spaceh{
    border: 1px solid  #0056a7;
    background: #E2E9F1;
}
