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

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

.workspaceModule {
}

/*
 Login-module is same as workspaceModule, except the icon
 */
.loginModule {
}

.loginModule .actionMenuBarIcon{
	background-image: url("../images/login_headline.gif");
}

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

table.CBwikiTable th, .workspaceModule th {
	color: white;
	background:  #d602bb;
}




