.console-container
{
	width: 200;
	position: absolute;
	z-index: 1000;
	/*top: 175; left: expression(document.body.clientWidth - this.clientWidth - 50);*/
}

.console-header
{
	background-color: #666666;
	border: 1px solid #999999;
	/*filter:progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=4, Direction=135);*/
	width: 50%;
	cursor: move;
	text-align: center;
}

.console-header TABLE
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 0.65em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
}

.console-info
{
	background-color: #E6E6E6;
	position: relative; 
}

.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 #999999;
	position: absolute; 
	visibility: visible;
	margin-top: -1px;
}

.console-options TABLE
{
	width: 100%;
	font-family: Tahoma, Verdana, Arial;
}

.console-options TH
{
	background-color: #E3E3E3;
	background-image: url(/chamusca/Images/console_logo.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 24;
}

.console-options TD
{
	padding: 2;
}

.console-options HR
{
	width: 100%;
	height: 1px;
	border: dashed;
	text-align: left;
	color: #CCCCCC;	
	margin: 1 0 1 6;
	padding: 2 0 2 0;
	position: absolute;
}

.console-options A
{ 
	font-family: Tahoma, Verdana, Arial;
	font-size: 0.7em;
	text-decoration: none;
	width: 100%;
	color: #000000;
	padding: 3 3 3 6;
	margin: 5 1 1 1;
}

.console-options A:hover
{ 
	border: 1px solid #C1C1C1; 
	background-color: #C1C1C1;
	margin: 4px 0 0 0;
}

.console-options P
{
	margin: 0;
	line-height: 1.75;
	padding: 0 0 0 9;
	font-size: 0.6em;
}


.console-options STRONG
{
	color: #FF0000;
	margin: 0;
}

.console-options CITE
{
	font-size: 0.6em;
	font-style: italic;
}