﻿
/*body{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; 
	margin:0px;
	
}*/

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:0.9em;
	/*background-color:#317082;*/
	/*width:430px;*/
	
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	/*background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;*/
	
	height:100px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #317082;
	background-color:#E2EBED;
	width:0px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:100%;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
	width:560px;
	
}
    
.DragContainer, .OverDragContainer {
 /* float: left;*/
 
  /*margin: 3px;
  width: 320px;
  border: #669999 2px solid;
  padding: 5px;*/
}

.DragBox, .OverDragBox, .DragDragBox, .miniDragBox {
  /*border: #000 1px solid;
  padding: 2px;
  font-size: 10px;
  margin-bottom: 5px;*/
  
  width: 100%;
  
  cursor: pointer;
  font-family: verdana, tahoma, arial;
  /*background-color: #eee;*/
}

.OverDragContainer {
	/*background-color: #eee;*/
}

.OverDragBox, .DragDragBox {
  /*background-color: #ffff99;*/
}

.DragDragBox {
  /*filter: alpha(opacity=50);
  background-color: #ff99cc;*/
}

legend {
  font-weight: bold;
  font-size: 12px;
  color: #666699;
  font-family: verdana, tahoma, arial;
}

fieldset {
  /*padding: 3px;*/
}

.History {
  font-size: 10px;
  overflow: auto;
  width: 100%;
  font-family: verdana, tahoma, arial;
  height: 82px;
}

#DragContainer8 {
  border: #669999 1px solid;
  padding: 5px 0 0 5px
  width: 110px;
  height: 110px;
}

.miniDragBox {
  /*float: left;*/
  margin: 0 5px 5px 0;
  width: 20px;
  height: 20px;
}

