/* CSS style sheet for the HCLS KB document
 * $Id: local.css,v 1.15 2008/06/04 20:55:49 eric Exp $
 */

#Arrow	{ fill: #cccccc }
.mesh	{ background-color: #ffc; fill: #cccc00; stroke: #aaaaaa; } .mesh text{ fill: #aaaa00 }
.goa	{ background-color: #fcf; fill: #ffaaff; stroke: #aaaaaa; } .goa text { fill: #dd88dd }
.senselab{background-color: #aff; fill: #66eeee; stroke: #aaaaaa; } .senselab text { fill: #22aaaa }
.glbl	{ background-color: #ccf; fill: #3333aa; stroke: #aaaaaa; }
.plbl	{ background-color: #cfc; fill: #00cc00; stroke: #aaaaaa; }
.abbrev	{ background-color: #fec; fill: #ccaa00; stroke: #aaaaaa; }
.arcPath{ fill: none; }
.abbrev path	{ fill: none }
.abbrev .area	{ fill: #fec; }
.var	{ font-weight: bold }
.db	{ font-weight: bold }
.gene	{ color: #00f; } .gene path { stroke: #0000ff; } .gene text { fill: #0000ff; }
.process{ color: #f00; } .process path { stroke: #ff0000; } .process text { fill: #ff0000; }
.identifier { font-weight: bold }
.comment{ color: orange; font-size: 1.3em; }
.node	{ fill: #000000; } .node text { fill: #444444; }
.node path {
    fill:none;
    fill-rule:evenodd;
    stroke-linecap:butt;
    stroke-linejoin:miter;
    stroke-opacity:1
}
.class path {
    fill:none;
    fill-rule:evenodd;
    stroke-linecap:butt;
    stroke-linejoin:miter;
    stroke-opacity:1
}
.dashedLine	{ stroke-dasharray:4, 4 }
.literal{ fill: #000000; stroke: #000000; }
.input text { /* how do we mark input constants? */ }
.invisible	{ fill:none; stroke:none;}
text.notYet	{
    font-size:12px;
    font-style:normal;
    font-weight:normal;
    fill:#000000;
    fill-opacity:1;
    stroke:none;
    stroke-width:1px;
    stroke-linecap:butt;
    stroke-linejoin:miter;
    stroke-opacity:1;
    font-family:Bitstream Vera Sans
}
text	{
    font-size:12px;
    font-style:normal;
    font-weight:normal;
    fill-opacity:1;
    stroke:none;
/*    fill: black; */
    stroke-width:1px;
    stroke-linecap:butt;
    stroke-linejoin:miter;
    stroke-opacity:1;
    font-family:Bitstream Vera Sans
}
.literal rect	{
    opacity:1;fill:none;fill-opacity:1;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1
}
.colorFromRegion	{
    font-size:12px;
    font-style:normal;
    font-weight:normal;
    fill-opacity:1;
    stroke:none;
    stroke-linecap:butt;
    stroke-linejoin:miter;
    stroke-opacity:1;
    font-family:Bitstream Vera Sans;
}
.classLabelLine	{
    fill:none;
    fill-rule:evenodd;
    stroke-width:4;
    stroke-linecap:butt;
    stroke-linejoin:miter;
    stroke-miterlimit:4;
    stroke-dasharray:none;
    stroke-opacity:1
}
g#protein_1	{
    opacity: 1;
    stroke:#dd88dd;
    stroke-width:4;
}
g#protein_1 path	{
    fill:none;
}
g#protein_1 text	{ fill:#cc66bb; }
#spot			{  }
path.spot		{
    opacity:1;
    fill:none;
    fill-opacity:1;
    stroke-width:1;
    stroke-miterlimit:4;
    stroke-dasharray:none;
    stroke-dashoffset:0;
    stroke-opacity:1;
}
.node2			{
    fill: #cccccc;
}
#legend			{
    stroke: black;
}
#legend rect		{
    fill: none;
}
.clss			{
    /* fill: none; */
    opacity: .5;
}
#bySeq_set		{
    fill: none;
}
.backbox		{
    stroke:#ffffff;
    opacity: .5;
    stroke-width: 8;
    stroke-linejoin:round;
}
