/*******************************************************************************
 * Copyright 2012 University of Southern California
 * 
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 *  http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * 
 * This code was developed by the Information Integration Group as part 
 * of the Karma project at the Information Sciences Institute of the 
 * University of Southern California.  For more information, publications, 
 * and related projects, please see: http://www.isi.edu/integration
 ******************************************************************************/

text {
	font-size:12px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

text.FakeRootLink {
	font-style: italic;
}

.link {
  fill: none;
  stroke: #ccc;
  stroke-dasharray: 9, 5;
  stroke-width: 1.5px;
}

.link.ForcedByUser {
	stroke-dasharray: none;	
	stroke-width: 1px;
}

/*
.link.DataPropertyOfColumnLink, .link.ColumnSubClassLink, .link.ClassInstanceLink, .link.horizontalDataPropertyLink, .link.ObjectPropertySpecializationLink {
	stroke: #009900;
    stroke-dasharray: 9, 5;
    stroke-width: 1.5;
}
*/

.link.TemporaryLink {
	stroke: rgb(133, 188, 216);
}

.link.provenanceLink {
	stroke: #3c763d;
}

g.ColumnNode rect{
	fill:black;
}

g.InternalNode rect, g.LiteralNode rect {
	fill: #D3D3D3;
	z-index: 1;
}

g.ColumnNode:hover {
/*	cursor: pointer; */
}
g.InternalNode:hover, g.LiteralNode:hover {
	cursor: pointer;
}

g.Unassigned:hover {
/*	cursor: pointer; */
}

g.Unassigned rect {
	fill: red;
	stroke: red;
}

text.LinkLabel:hover {
	cursor: pointer;
}

g.InternalNode.highlightOverlay rect, g.LiteralNode.highlightOverlay rect{
	fill: #9C9C9C;
	stroke: black;
	z-index:10;
	stroke-width : 2px;
}

div#modelingClassDropDownMenu {
    width: 155px;
    padding: 2px;
    background-color: #A3A3A3;
}

div#modelingClassDropDownMenu button {
    width: 100%;
}