.console-container
{
	width: 200;
	position: absolute;
	z-index: 1000;
	/*top: 175; left: expression(document.body.clientWidth - this.clientWidth - 50);*/
}

.console-header
{
	background-color: #ffcc33;
	border: 3 solid #ffcc33;
	filter:progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=4, Direction=135);
	width: 50;
	cursor: move;
	margin-left: 100px;
}

.console-header TABLE
{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding: 0 4 0 4;
}

.console-options
{
	filter: revealTrans(Transition=5, Duration=0.15) progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=4, Direction=135) progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	background-color: #FFFFFF;
	border: 1 solid #A4A4A4;
	position: absolute; 
	visibility: visible;
	margin-top: -4;
}

.console-options TABLE
{
	width: 100%;
	font-family: Verdana, Arial, Tahoma;
}

.console-options TH
{
	background-color: #E6E6E6;
	background-image: url(/wayback/20170222054417oe_/http://www.knetworks.gov.pt/knetworks/Imagens/consola.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 24;
}

.console-options TD
{
	padding: 1;
}

.console-options HR
{
	width: 100%;
	border: solid;
	text-align: left;
	color: #A6A6A6;	
	margin: 0 0 0 6;
	padding: 2 0 2 0;
	position: absolute;
}

.console-options A
{ 
	font-family: Verdana, Arial, Tahoma;
	font-size: 10px;
	text-decoration: none;
	width: 100%;
	color: #000000;
	padding: 3 3 3 6;
	margin: 2 1 1 1;
}

.console-options A:hover
{ 
	border: 1 solid #0A246A; 
	background-color: #B6BDD2;
	margin: 1 0 0 0;
}

/* Parte que diz Page e Lock Status*/
.console-options P
{
	margin: 0;
	line-height: 1.75;
	padding-left: 9;
	font-size: 10px;
	color:Gray;
}


.console-options STRONG
{
	color: #FF0000;
	margin: 0;
}

.console-options CITE
{
	font-size: 10px;
	
}