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

TR.head	{
	color : white;
	background:  #0429af;
}

TH {
	color: white;
	background:  #0429af;
}

A.dirBarLink {
	font-weight: bold;
}

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

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

/* marker class for documentsModule, this should be put around these page parts of Documents */
.documentsModule {
}

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

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