#hvPage
{
	/* height:600px; */ /* wordt berekend en overschreven in combine.php */
    font-family:  arial, sans-serif;
    font-size: 9pt;
	float: none;
	margin: 0px;	
	padding: 0px;	
	overflow: hidden;	
}

.btnSpace
{
/*     overflow-y: scroll;
	overflow-x: hidden; */
	text-align: center;
	min-height: 380px;
}

#hvLeftCol
{
	float: none;
	padding: 0 5px 5px;
	overflow: hidden;
	/* height: 550px; */
}

.hvGroupHeader
 {
	border: 1px solid #80ceff;
   /*	background-image: url(/img/background.png);*/
    background-color: #4a809c;
	padding: 0 3px;
	text-align: center;
	float: none;
	font-weight: bold;
	font-size: 17px;
	line-height: 25px;
	height: 25px;
	color: white;
}

.hvTotalHeader
{
	height: 125px;
	line-height: 30px;
	font-size: 14px;
}

.hvGroupHeader a
{
	font-size: 12px;
	color: white;
	text-decoration: none;
}

* html .hvGroup  /* ie6 only hack*/
{
	float: left;
}

.hvGroup 
{
	text-align: center;
	/* height: 100%; */
}


.nextBtn
{
	display: inline-block;
	margin-top: 2px;
	vertical-align: bottom;
	line-height: 21px;
}


.nextBtn .center
{
	background-image: url(/img/btnCenter.png);
	width: 90px;
	display: inline-block;
	text-align: center;
	color: white;
}

.nextBtn:hover .center
{
	background-image: url(/img/btnCenter-hover.png);
}

.nextBtn .left
{
	background-image: url(/img/btnLeft.png);
	width: 15px;
	display: inline-block;
}

.nextBtn:hover .left
{
	background-image: url(/img/btnLeft-hover.png);
}

.nextBtn .right
{
	background-image: url(/img/btnRight.png);
	width: 15px;
	display: inline-block;
}

.nextBtn:hover .right
{
	background-image: url(/img/btnRight-hover.png);
}
.hvButton
{
	margin: 10px;
	padding: 10px;
	border: 1px solid black;
	background-color: #9ebbcb;
	text-align: center;
	vertical-align: middle;
	width:160px;
	height: 120px;	
	display: inline-block;
    *display: inline;
	zoom: 1;
}

.hvButton h1
{
	font: 11px/12px Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 1px;
	color: red;
}

.hvButton h2
{
	font-size: 11px;
	margin: 1px;
	padding: 1px;
	color: #000;
	font-weight: bold;
}

.hvButton img
{
	max-height:90px;
	max-width: 150px;
	height: expression(this.height > 90 ? 90: true);
	padding:5px;
	margin: 0px;
}

.hvButton:hover, .hvButtonSelected:hover
{
	cursor: pointer;
    
    font-weight: bold;
	background-color: #4b809c;
}

input[type=button]
{
	cursor: pointer;
}

.hvButtonSelected
{
	background-color: lightblue;
	color: black;
}

#hvDivTotals
{
	width: 250px;
	margin: 0px;
	padding: 5px;
	border: 1px solid #366c8b;
	float: left;
	overflow: hidden;
    background-color: #4a809c;
   /*	background-image: url(/img/background.png); */
}
 
#hvTotalsArea
{

	min-height: 300px; /* wordt berekend en overschreven in combine.php */
	overflow-x: hidden;
	display: block;
	margin: 3px;
	text-align: center;
	width: 242px;
	scroll: auto;
}

#hvDivTotals input[type="button"]
{
	width: 50px;
	float: left;
	cursor: pointer;
	font: 12px/12px Arial, Helvetica, sans-serif;
	height: 20%;
}


.hvTotalsRow
{
	width: 100%;
}

.hvTotalsItem
{
	text-align: left;
	clear: both;
	padding: 2px 0px 5px 10px;
}

.hvLeftCol
{
	overflow: hidden;
	width: 70px;
	float: left;
	clear: left;
	text-align: left;
	vertical-align: middle;
}

.delImg
{
	margin-top: 4px;
	margin-right: 5px;
	float: left;
	border: none;
}

.delImg:hover
{
	background-color: white;
}

.hvRightCol
{
	width: 120px;
	float: right;
	text-align: right;
	padding-right: 10px;
	vertical-align: bottom;
}

.tdTotal h1
{
	font-size: 11px;
	margin: 1px;
	padding: 3px;
	color: white;
	display: inline;
	float: right;
	text-align: right;
}

.tdTotal h2
{
	font: 11px/20px Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 1px;
	color: black;
	display: inline;
	float: left;
	
}

#tableTotals
{
    border-spacing : 0px;
    border-collapse:collapse;
	width:100%;
}

#tableTotals td
{
	border-bottom: 1px solid #80ceff;
}

.trHeading
{
	width: 25px;
	cursor: pointer;
    color: white;
	background-color: silver;
}

.tdTotal
{
	width: 100%;
	height:16px;
    color: #fff;
    cursor: pointer;
}

.hvFiller
{
	width:100%;
	height:1px;
	clear: both;
	text-align: left;
}

.activeBtn
{
	background-color: #aed5c1;
	background-image: url(/img/btnCenter.png);
	
}

#tableTotals tr:hover
{
	background-image: url(/img/btnCenter-hover.png);
}

.hvNotAvailable
{
	background-color: lightgrey;	
}

.hvNotAvailable h2, .hvNotAvailable h1
{
		color: silver;
}
.hvNotAvailable:hover, .hvNotAvailable:hover
{
	background-color: lightgrey;	
	cursor: arrow;
}
.helpsamenstellen {
    float: left;
    margin-top: 20px;
}
.helpsamenstellen2 {
    float: left;
    margin-top: 10px;
    width: 220px;
    height: 200px;
    background-image: url(/images/helpbg.jpg);
}
.samenstellentekst {
  padding: 20px 10px;
  line-height: 25px;
}
.blauw {
  color: #5d8faa;
  font-weight: bold;
}


.freeForm
{
    float: left;
    width: 440px;
	font-size: 12px;
	text-align: left;
	margin: 20px;
	color: #000000;
	font-weight: normal;
}

#inputCheck
{
	padding-top: 10px;
	width: 100%;
	clear: left;
	text-align: center;
}
.toolTipTxt
{
	max-width: 400px;
}

.wtError
{
	font-size: 13px;
	color: #000;
	font-weight: bold;
	padding-top: 20px;
	display: block;
}

label
{
	display: block;
	width: 150px;
}

.labelCasco
{
	display: inline;
	width: 1px;
}

#casco
{
	background-color: #80ceff;
	width:170px;
}

.totLeft
{
	float: left;
	padding-left: 10px;
	line-height:13px;
	text-align: left;
	color: black;
}
.totRight
{
	float: right;
	padding-right: 10px;
	line-height:13px;
	text-align: right;
}

.loupe, h2 img
{ 
	vertical-align: middle;
}

.includes
{
	text-align: left;
    padding-right: 25px;
}
