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

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

.boxframe {
	background-color: #A00007;
}

TR.head	{
	background:  #A00007;
}

TH {

	font-weight: bold;
	font-size: 9pt;
	color: white;
	vertical-align: middle;
	line-height: 120%;
	background-color: #A00007;
}

TD.head {
	font-weight: normal;
	font-size: 9pt;
	color: white;
	vertical-align: middle;
	line-height: 120%;
	background-color: #A00007;
}

A.sortedby, A:hover.sortedby {
	color:white;
	font-weight:bold;
	font-size: 9pt;
}

A.notsortedby, A:hover.notsortedby {
	color:white;
	font-size: 9pt;
}

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

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

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

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

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