/* ======================================================================                                               */
/* Product      :                                                                                                       */
/* Notes        :                                                                                                       */
/*                                                                                                                      */
/* ======================================================================                                               */
/*                                                                                                                      */
/*  (c) 2006 Justsystems Canada Inc. All Rights Reserved                                                                            */
/*                                                                                                                      */
/* ======================================================================                                               */
/* Revision History: (last five changes)                                                                                */
/* Name             Date       Description                                                                              */
/* =========================                                                                                            */
/* |syeo					30-May-07 Changed before-text for <topichead> and <topicgroup> */
/* | nhu             3-Dec-07  PROD00000000 ulysses_trunk to main merge (3930 items: 425 dirs, 3505 files)              */
/* | syeo           30-May-07  PROD00027826                                                                             */
/* | syeo				22-May-07 Changed margins and lightened background grey */
/* | asmith          7-Feb-07  PROD00027303: Fix CSS as per IDD                                                         */
/* | asmith          6-Feb-07  PROD0000000: Missed topicgroup:before CSS                                                */
/* ======================================================================                                               */

/* topicgroup */
[class~="mapgroup-d/topicgroup"] {
	display: block;
	margin-left: 12pt;
	padding-left: 12pt;
	margin-top: 5pt;
	padding-top: 5pt;
	margin-bottom: 5pt;
	padding-bottom: 5pt;
}

[class~="mapgroup-d/topicgroup"] * {
	display: block;
	margin-left: 12pt;
	padding-left: 12pt;
	margin-top: 5pt;
	padding-top: 5pt;
	margin-bottom: 5pt;
	padding-bottom: 5pt;
}

[class~="mapgroup-d/topicgroup"]:before{
	content: "Topicgroup ";
	background-color: #F2F2F2;
	display: inline;
}


/* topichead */
[class~="mapgroup-d/topichead"] {
	display: block;
	margin-left: 12pt;
	padding-left: 12pt;
	margin-top: 5pt;
	padding-top: 5pt;
	margin-bottom: 5pt;
	padding-bottom: 5pt;
}

*[class~="mapgroup-d/topichead"] *[class~="mapgroup-d/topichead"] {
	display: block;
}



[class~="mapgroup-d/topichead"]:before{
	content: " Untitled topichead ";
	background-color: #F2F2F2;
	display: inline;
}
