/*
Written by John McNeil
Copyright John McNeil & Co., Inc. 2006
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as published by
the Free Software Foundation.
This license is included in the file LICENSE.txt which should be included with this software.
*/

.console
{
	font-size: 12pt;
	background-color: white;
	border: 1px solid;
	border-color: ThreeDShadow ThreeDHighlight ThreeDHighlight ThreeDShadow;
	font-weight: bold;
	overflow: auto;
	width: 540px;
	height: 590px;
}

.rlConsoleLogEntry
{
	font-family: courier;
	font-size: 10pt;
	font-weight: normal;
}

.rlConsoleErrEntry
{
	font-family: courier;
	font-size: 10pt;
	font-weight: bold;
	color: red;
}

.rlConsoleWarnEntry
{
	font-family: courier;
	font-size: 10pt;
	font-weight: bold;
	color: #a0a000;
}

.consoleClear {
	float : right;
}

#consoleHeaderLabel {
	font-weight: bold;
	float: left;
}

.consoleMessagePanelVis
{
	z-index: 1;
	position: absolute;
	background-color: #00367b;
	border: 1px solid;
}

.consoleMessagePanelHidden
{
	display : none;
}

.consoleHistoryPanelVis
{
	z-index: 1;
	position: absolute;
	background-color: #00367b;
	border: 1px solid;
}

.consoleHistoryPanelHidden
{
	display : none;
}

.innerPanel
{
        background-color: white;
	padding: 2px;
        position: relative;
        border: 1px solid;
        margin: 5px;
        overflow: auto;
}

.panelCloseButton
{
	position: relative;
	float: right;
        cursor: pointer;
	cursor: hand;
}

.bottomButton
{
        cursor: pointer;
        cursor: hand;
}

.panelTitleBar
{
	background-color: #4f9548;
	background-image: url(icons/bgPanelTitleBar.png);
        background-repeat: repeat-x;
	overflow: hidden;
	border-bottom: solid black 1px;
	height: 15px;
	padding: 0px 5px 2px;
	font: bold 13px verdana;
}

.bottomBar
{
	width: 100%;
	height: 25px;
        padding: 0px 5px;
}

.consoleOuter{
	z-index:100;
	position:absolute;
	left: 50px;
	top: 50px;
}
