/* ======================================================================                                               */
/* Product      :                                                                                                       */
/* Notes        :                                                                                                       */
/*                                                                                                                      */
/* ======================================================================                                               */
/*                                                                                                                      */
/*  (c) 2006 Justsystems Canada Inc. All Rights Reserved                                                                            */
/*                                                                                                                      */
/* ======================================================================                                               */
/* Revision History: (last five changes)                                                                                */
/* Name             Date       Description                                                                              */
/* =========================                                                                                            */
/* | asmith          6-Jan-12  PROD00034152: DITA 1.2 and 1.1 support                                                   */
/* | addam.smith    31-Aug-06  PROD00000000: Map specialization capable                                                 */
/* ======================================================================                                               */

[class~="subjectScheme/subjectRelTable"] {
	display: table;
}

[class~="subjectScheme/subjectRel"] {
	display: table-row;
}

[class~="subjectScheme/subjectRelHeader"] {
    font-weight: bold;
    background-color: #E5E5E5;
}

[class~="subjectScheme/subjectScheme"] :before {
	content: "Subject Scheme Map";
}

[class~="subjectScheme/subjectScheme"] [class~="topic/title"] :before {
	content: " Title: ";
}

[class~="subjectScheme/subjectdef"] :before {
	content: "Keys: " attr(keys);
}

/*
[class~="subjectScheme/subjectdef"] {
	prefix-format: "%attribute-list;";
}
*/

[class~="subjectScheme/enumerationdef"] :before {
	content: "Enumeration ";
}

[class~="subjectScheme/enumerationdef"] [class~="subjectScheme/attributedef"] :before {
	content: "Attribute: " attr(name);
}

[class~="subjectScheme/enumerationdef"] [class~="subjectScheme/subjectdef"] :before {
	content: "Keyref: " attr(keyref);
}

/*
subjectRelTable {
	display: table;
}

subjectRelHeader {
    font-weight: bold;
    background-color: #E5E5E5
}
*/