/* 
    Document   : drag.css
    Created on : Oct 10, 2008, 11:02:37 AM
    Author     : lance
    Description:
        Purpose of the stylesheet follows.
*/
.src{
  background-color:#ffa500;
  font-size:medium;
  font-weight:bold;
  margin:1px;
  z-index:10;
  list-style: none;
  position:relative;
  left:-2px;
  cursor:pointer;

}

.src-na{
  background-color:#AAA;
  font-size:x-small;
  border: 1px solid #FFF;
  margin:1px;
  z-index:10;
  width:240px;
  list-style: none;
  position:relative;
  left:-2px;
}
.src-parent{

}
.src-child{
  font-size:small;
  font-weight:normal;
}
.src-association{
  padding: .15cm .2cm;
  background-color:#ADD8E6;
}

.target{
	min-height:250px;
}

