/*
 * Copyright by Intland Software
 *
 * All rights reserved.
 *
 * This software is the confidential and proprietary information
 * of Intland Software ("Confidential Information"). You
 * shall not disclose such Confidential Information and shall use
 * it only in accordance with the terms of the license agreement
 * you entered into with Intland.
 *
 * $Revision: 20285 $ $Date: 2007-09-12 17:31:32 +0200 (Wed, 12 Sep 2007) $
 */

.boxheader {
	font-family : 'Verdana', 'Arial', 'Helvetica';
	font-size : 9pt;
	font-weight : bold;
	color : White;
	background : #D60375;
	text-decoration : none;
}

.boxframe {
	background-color: #D60375;
}

TR.head	{
	background-color: #D60375;
}

TH,
table.CBwikiTable th {
	background-color: #D60375;
}

/* override default headline bullet style. */
img.bullet {
	background-image: url("../images/labels_headline.gif");
}

/* ----- style for action menu and action links and others ---- */

/* marker class for module*/
.labelsModule {
}

/**
  Add the usual image to the left of ActionMenuBar
 */
.labelsModule .actionMenuBarIcon {
	background-image: url("../images/labels_headline.gif");
}

/* ----- END OF style for action menu and action links and others ---- */
