﻿/* Main */
.tblMainConsole
{
    width: 100%;
    background-color: #b4b4b4;
}
.tblMainConsole TD 
{
	FONT-SIZE: 14px;
	padding-left: 5px;
	border-left: 1px;
	border-left-color: #000000;
	border-left-style: solid;
}
.tblMainConsole TD A
 {
	COLOR: #ffffff;
}
.tblMainConsole TD A:hover
{
	COLOR: #444444;
}
/* Switch */
.tblConsoleSwitch
{
    width: 100%;
    background-color: #919191;
}
.tblConsoleSwitch TD
{
    font-size: 14px;
}
.tblConsoleSwitch TD A 
{
	COLOR: #ffffff;
}
.tblConsoleSwitch TD A:hover 
{
	COLOR: #444444;
}
/* Hidden Postings */
.tblHiddenPostings
{
    width: 100%;
    background-color: #b4b4b4;
}
.tblHiddenPostings TD 
{
	padding-left: 5px; 
	font-size: 14px;
	padding: 2px 0px 2px 0px;
}
/* Error */
.tblErrorConsole
{
    width: 100%;
    background-color: #ffffff;
    border: medium solid #FF0000;
}
.tblErrorConsole TD 
{
	FONT-SIZE: 14px;
	padding-left: 5px;
	border-left: 1px;
	border-left-color: #000000;
	border-left-style: solid;
}
.tblErrorConsole TD A
 {
	COLOR: #ff0000;
}
.tblErrorConsole TD A:hover
{
    
}
.Tools
{
    width: 200px;
}
.ToolsHiddenPostings
{
    width: 450px;
}