#grid h2{
	text-align: center;
}
#grid {
	border-style: solid;
	border-width: 2px;
}
#parentorganization{
	float:left;
	width:15%;
}
#relationship{
	float:left;
	width:69%;
	border-left: solid;
    border-right: solid;
    border-width: 1px;
}
#centerorganization{
	float:left;
	width:15%;
}
.slot {
    border: 2px solid #808080;
    background-color: #CDCDCD;
    color: #666666;
    float: left;
    margin: 4px;
    width: 100px;
    height: 55px;
    z-index: 0;
    text-align:center;
}
.parent {
    border: 2px solid #808080;
    color: #ffffff;
    float: left;
    margin: 4px;
    width: 100px;
    height: 55px;
    top: 150px;
    z-index: 1;
    cursor: move;
    background-color: #71241A;
    text-align:center;
}
.center {
    border: 2px solid #808080;
    color: #ffffff;
    float: left;
    margin: 4px;
    width: 100px;
    height: 55px;
    top: 150px;
    z-index: 1;
    cursor: move;
    background-color: #004C6D;
	text-align:center;
}
.both {
	 clear:both;
	 margin-top:10px;
}
#relationship .yui3-dd-drop-active-valid {
    border: 2px solid green;
}
#relationship .yui3-dd-drop-over {
    background-color: green;
}
#relationship .yui3-dd-drop-active-invalid {
    border: 2px solid red;
}
#relation {
	border-bottom: dashed;
	border-width: 1px;
}