/*===========================
		QUICK SCAN			
===========================*/

/*-------default--------*/

body, textarea, input, select{
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12px;
	color: #666666;
}

a img {
	border:none;
}

a {
	color: #00a9cd;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}


/*-----------box 1----------*/

#hp_qs_box1{
	width:483px;
	float:left;
}

#hp_qs_box1_top{
	width:483px;
	height:16px;
	background-image: url(graphics/box_detail_top.gif);
	background-repeat: none;
}

#hp_qs_box1_center{
	padding:2px 18px 12px 18px;
	width:447px;
	height:323px;
	background-image: url(graphics/box_detail_center.gif);
	background-repeat: repeat-y;
}

#hp_qs_box1_bottom{
	padding:16px 18px 0 18px;
	width:447px;
	height:41px;
	background-image: url(graphics/box_detail_bottom.gif);
	background-repeat: none;
}

.hp_qs_box1_title{
	
}

.hp_qs_box1_title_inner{
	
}

.hp_qs_box1_text{
	
}

.hp_qs_question{
	float:left;
	width:218px;
	height:auto;
}

.hp_qs_form{
	float:left;
	width:218px;
	height:auto;
}

/*-----------box 2----------*/

#hp_qs_box2{
	width:483px;
	margin-left:7px;
	float:left;
}

#hp_qs_box2_top{
	width:483px;
	height:16px;
	background-image: url(graphics/box_detail_top.gif);
	background-repeat: none;
}

#hp_qs_box2_center{
	padding:2px 18px 12px 18px;
	width:447px;
	height:323px;
	background-image: url(graphics/box_detail_center.gif);
	background-repeat: repeat-y;
}

#hp_qs_box2_bottom{
	padding:16px 18px 0 18px;
	width:447px;
	height:41px;
	background-image: url(graphics/box_detail_bottom.gif);
	background-repeat: none;
}

#quickscanError{
	position:absolute;
}

.quickscan_radar_triggerinfo{
	position:absolute;
	width:426px;
	height:288px;
	z-index:2;
	top:10px;
	padding:10px;
	display:none;
	background-image:none;
}

.quickscan_radar{
	position:relative;
	height:288px;
	padding:10px;
	margin-top:20px;
	background-image:none;
}

#radar_stats_multi{
	padding-top:0px;
	text-align:center;
}

/*-------line-----------*/

.hp_qs_horline{
	/*float:left;
	width:100%;
	height:1px;
	margin-bottom:5px;
	margin-top:5px;*/
	display:none;
}

.hp_qs_vertline{
	float:left;
	width:1px;
	height:1px;
	margin-left:5px;
	margin-right:5px;
}

/*--------overig-------*/

html, body{
	background-color:transparent;
	margin:0;
}

.hp_qs_box1_title_inner > h1{
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
	color:#698da4;
}

.hp_qs_inputfields{
	background-color:#FFFFFF;
	border:1px solid #000000;
}

.inputdiversen6{
	width:110px;
}

.btn, .button{
	font-size:10px;
	font-weight:bold;
	background-color:#00a9cd;
	color:#FFFFFF;
	text-align:center;
	cursor:pointer;
	border-right:1px solid #939294;
	border-bottom:1px solid #939294;
	border-left:1px solid #c0f4ff;
	border-top:1px solid #c0f4ff;
}

.hp_qs_liststyle{
	list-style-type:none;
	margin:0;
	padding:0;
}

.hp_qs_liststyle li{
	float:left;
}

/*--------cluetip overrule-------*/

.cluetip-jtip #cluetip-outer {
	border: 1px solid #00a9cd;
}

.cluetip-jtip h3#cluetip-title {
	background-color: #00a9cd;
}

.clue-right-jtip .cluetip-arrows {
	background-image: url(graphics/cluetip/arrowleft2.gif);
}

.clue-left-jtip .cluetip-arrows {
	background-image: url(graphics/cluetip/arrowright2.gif);
}

.clue-top-jtip .cluetip-arrows {
	background-image: url(graphics/cluetip/arrowdown2.gif);
}

.clue-bottom-jtip .cluetip-arrows {
	background-image: url(graphics/cluetip/arrowup2.gif);
}
