/*  general  */
/*****************************************************************************/
a[target="_blank"]:after {
	content: url(../images/linkext.gif);
}

.toolTip {
	display: none;
	position: absolute;
	z-index: 100;
	padding: 1ex 1em;
	background-color: #ffffee;
	border: solid 1px #eee;
	color: #444;
}

/*  download buttons  */
/*****************************************************************************/

.button {
	border: outset 2px;
	font-weight: bold;
	padding: 0px 5px;
}

a.button {
	text-decoration: none !important;
}

a.button:hover {
	cursor: pointer;
}

a.button:active {
	border-style: inset;
}

.biopax.button {
	background-color: #caf;
	color: #fff !important;
}

.rxn.button {
	background-color: #8da;
	color: #fff !important;
}

.rd.button {
	background-color: #8da;
	color: #fff !important;
}

/*  text search  */
/*****************************************************************************/

.match {
	background-color: #ffa;
}

/*  reaction view   */
/*****************************************************************************/

.statusOK {
}
.statusOB h1 {
	color: #666;
	background-color: #ddd;
	border: 1px dashed #666;
}
.statusPM h1 {
	color: #456;
	background-color: #add;
	border: 1px dashed #456;
}
.statusOB h1:after, .statusPM h1:after {
	margin-left: 2em;
	font-style: italic;
}
.statusOB h1:after {
	content: "(OBSOLETE)";
}
.statusPM h1:after {
	content: "(PRELIMINARY)";
}

/* non-public reactions */
.statusNO h1, .statusRE h1, .statusPE h1 {
	color: #600;
	background-color: #f88;
	border: 1px dashed #600;
}

.rheaId:before {
	content: 'RHEA:';
}

.hidden.coefficient, .hidden.direction, .hidden.plus {
	color: white;
}

tr.hidden, div.hidden {
	display: none;
}

.coefficient {
	font-weight: bold;
}

.direction {
	font-weight: bold;
}

img.compound_structure {
	border-width: 0px;
}

.compound_name, span.compound_name, a *.compound_name, a:link *.compound_name, a:visited *.compound_name {
	text-decoration: none !important;
	color: black;
}

.plus {
	font-weight: bold;
}

.location {
    font-size: small;
    font-style: italic;
    vertical-align: -0.5ex;
    text-transform: lowercase;
}

.smaller, .smaller * {
	font-size: smaller;
}

/*  xrefs   */
/*****************************************************************************/

.xrefsDiv {
	background-color: #edf6f5;
	border: solid thin #999999;
	margin-top: 1 ex;
	padding: 0.5ex 0.5em;
}

.numberOfXrefs {
	color: black;
	background-color: white;
	border-width: 1px;
	padding: 0ex 2em;
	text-align: center;
	float: right;
}

.MACIE.xrefs:after, .RCTM.xrefs:after { /* automatic xrefs */
	content: 'AUTO';
    font-size: XX-small;
	font-weight: normal;
    text-align: center;
    vertical-align: super;
    padding: 0px;
	margin-left: 0.3em;
	color: #888;
	border: #aaa dotted thin;
	background-color: #ffd;
}

.xrefDir {
    background-color: #ccf;
    color: #558;
    border: solid thin #aab;
    margin-left: 0.25em;
}

/* Stupid IE does not understand this, must hardcode it: 
.INTENZ.xref:before {
	content: 'EC ';
}
*/

/*  citations   */
/*****************************************************************************/

.abstract {
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	padding: 1ex 1em;
}

.MED:before { content: "PMID:"; }
.AGR:before { content: "Agricola:"; }
.CIT:before { content: "CiteSeer:"; }
.CBA:before { content: "Chinese abstracts:"; }
.PAT:before { content: "Patent number "; }

