/*
 * 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: #EE0302;
	text-decoration: underline;
}
*/

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

.boxframe {
	background-color: #EE0302;
}

.messageHeader {
	background: #CCCCCC;
}

.messageBody {
	background: #F6F6F6;
	vertical-align: top;
}

TR.head	{
	background:  #EE0302;
	color: white;
}

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


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/forum_headline.gif");
}

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

