﻿/* -------------- */
/* -            - */
/* - 1. CONSOLE - */
/* -            - */
/* -------------- */
DIV.consoleArea
{
	height: 32px;
	background-color: #330066;
	clear: both;
}

DIV.dropConsole
{
	position: absolute;
	z-index:200;
}

TR.consoleHeader
{
	background-color: #003366;
}

TR.consoleHeader TD
{
	text-align: center;
	font-weight: bold;
	color: White;
}

TABLE.ConsoleMenu
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 100%;
	padding-top: 0px;
}

TD.consoleMenu
{
	padding-left: 6px;
	padding-right: 6px;
}

table.consoleMenuBorder
{
	COLOR: Black;
	FONT-FAMILY: Tahoma, Verdana,Arial,Helvetica,'MS Sans Serif';
	FONT-SIZE: 10pt;
	FONT-WEIGHT: normal;
	background-color: #dcdcdc;
	BORDER-RIGHT: black 1px solid; 
	BORDER-TOP: black 1px solid; 
	BORDER-LEFT: black 1px solid; 
	BORDER-BOTTOM: black 1px solid;
}

table.consoleMenuBorder a:visited, table.consoleMenuBorder a:link
{
	color:Black;
}

.consoleMenuNoBorder
{
	COLOR: Black;
	FONT-FAMILY: Tahoma, Verdana,Arial,Helvetica,'MS Sans Serif';
	FONT-SIZE: 10pt;
	FONT-WEIGHT: normal;
	background-color: #dcdcdc;
}

table.consoleMenuNoBorder td a:visited, table.consoleMenuNoBorder td a:link
{
	color:Black;
	text-decoration:none;
}

table.consoleMenuNoBorder td a:hover, table.consoleMenuNoBorder td a:active
{
	text-decoration:underline;
}

.sgItem
{
	COLOR: Black;
	background-color: #DDCC66;
}
.sgAlternateItem
{
	COLOR: Black;
	background-color: #dadada;
}
.sgHeader
{
	FONT-WEIGHT:bold;
	COLOR: Black;
	background-color: #ffffff;
}
#revamp_toolbar{
	color: #CC0000;
	background-color: #CC0000;
	text-align: right;
	padding: 4px 24px 0 0;
	height: 21px;

}
#revamp_header {
}