/*
 * 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.
 */

/**
   CSS for project management pages
 */
.projectModule {
}

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

/*
 Workingset pages has different icons
 */
.workingsetModule .actionMenuBarIcon {
	background-image: url("../images/workingset_headline.gif");
}

table.CBwikiTable th, .projectModule th {
	color: white;
	background:  #d602bb;
}