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

/*
A:hover {
	color: #CCCC99;
	text-decoration: underline;
}
*/

.boxheader {

	font-size : 9pt;
	font-weight : bold;
	color : black;
	background : #CCCC99;
	text-decoration : none;
}

.boxframe {
	background-color: #CCCC99;
}

TH {

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

TR.head	{
	background:  #CCCC99;
	color:white;
	font-weight:bold;
	font-size: 9pt;
}

A.sortedby {
	color:black;
	font-weight:bold;
	font-size: 9pt;
}

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

A.notsortedby {
	color:black;
	font-size: 9pt;
}

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

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

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

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

