/*
 * 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, TH	{
	background:  #016f86;
	color: white;
}

.STATUS_SUCCESSFUL, A:hover.STATUS_SUCCESSFUL {
	color: white;
	background-color: green;
}

.STATUS_FAILED, A:hover.STATUS_FAILED {
	color:white;
	background-color: red;
}

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

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

