.horizontalDraggableUnattempted, .verticalDraggableUnattempted{
	cursor: move;
	border: 1px dashed #666;
	margin: 4px;
	padding: 4px;
	color: #666;
}

.horizontalDraggableUnattempted{
	float: left;
}

.horizontalDraggable, .verticalDraggable{
	cursor: move;
	border: 1px dashed #000;
	margin: 4px;
	padding: 4px;
}

.horizontalDraggable{
	float: left;
}

.hottext{
	font-weight: bold;
}

.gap{
	font-weight: bold;
	border: 1px dashed #000;
}

/* submit nupp */
#submit_answer {
    position: relative;
    top:10px;
}

/* tabeli th tag */
th {

}

/* tabeli td tag */
td {
   
}

/* hotSpot Interaction style */
*.hotSpot {
    z-index: 1;
    position: absolute;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px; 
}

/* associate Interaction styles */

.pair {
    height: 20px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    background-color: #66FFCC;
    cursor: default;
    font-family: Tahoma;
    font-size: 10pt;
}

.associateConteiner{
   
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    cursor: default;
}

/* slider styles */

*.horizontal_track {
	background-color: #bbb;
	line-height: 0px;
	font-size: 0px;
	text-align: left;
	padding: 4px;
	border: 1px solid;
	border-color: #ddd #999 #999 #ddd;
}
*.horizontal_slider {
	background-color: #666;
	width: 16px;
	height: 8px;
	position: relative;
	z-index: 2;
	line-height: 0;
	margin: 0;
	border: 2px solid;
	border-color: #999 #333 #333 #999;
}
*.horizontal_slit {
	background-color: #333;
	height: 2px;
	margin: 4px 4px 2px 4px;
	line-height: 0;
	position: absolute;
	z-index: 1;
	border: 1px solid;
	border-color: #999 #ddd #ddd #999;
}
*.vertical_track {
	background-color: #bbb;
    width: 24px;
	padding: 3px 5px 15px 5px;
	border: 1px solid;
	border-color: #ddd #999 #999 #ddd;
}
*.vertical_slider {
	background-color: #666;
	width: 18px;
	height: 8px;
	font: 0px;
	text-align: left;
	line-height: 0px;
	position: relative;
	z-index: 1;
	border: 2px solid;
	border-color: #999 #333 #333 #999;
}
*.vertical_slit {
	background-color: #000;
	width: 2px;
	position: absolute;
	margin: 4px 10px 4px 10px;
	padding: 4px 0 1px 0;
	line-height: 0;
	font-size: 0;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
}
*.display_holder {
	background-color: #bbb;
	color: #fff;
	width: 34px;
	height: 20px;
	text-align: right;
	padding: 0;
	border: 1px solid;
	border-color: #ddd #999 #999 #ddd;
}
.value_display {
	background-color: #bbb;
	color: #333;
	width: 30px;
	margin: 0 2px;
	text-align: right;
	font-size: 8pt;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	line-height: 12px;
	border: 0;
	cursor: default;
}
