/*
 * 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.
 *
 * $Revision$ $Date$
 */

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

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

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

.boxframe {
	background-color: #1F9A1A;
}

TR.head	{
	background: #1F9A1A;
}

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

TD.head {
	color: white;
	font-size: 9pt;
}

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

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

PRE.logmessage {
	color:black;
	background-color: #CCCC99;
	font-size: 8pt;
}

.editor {
	font-family:Courier New,Courier;
	font-size: 8pt;
}

.editor_bold {
	font-family: Courier New,Courier;
	font-weight: bold;
}

.editor_focus_symbol {
	font-family: Courier New,Courier;
	font-size: 8pt;
	font-weight: bold;
	background: #FFD633;
	color: red;
}

A.trackerlink {
	font-family: Courier,Courier New;
	background: red;
	color: white; font-size: 8pt;
	text-decoration:underline;
}

/* Editor highlighting. */
SPAN.selection {
	font-family: Courier New,Courier;
	font-size: 8pt;
	background: #FFD633;
	/* display selected as a block to paint the complete line */
	display: block;
}

SPAN.rem {
	color: #009900;
	font-weight: normal;
}

SPAN.string {
	color: purple;
	font-weight: normal;
}

SPAN.cursor {
	color: black;
	background: #FFD633;
	font-weight: normal;
}

SPAN.key {
	color: #0000FF;
	font-weight: bold;
}

PRE.diff {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 8pt;
}

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


