
/* ------------------------------------ */
/*	CONSOLE								*/
/* ------------------------------------ */
.console
{					
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color:Black;	
}
.console hr
{
	color: Black;
	width: 100%;
	height: 1;
}
.console table
{
	background-color: #a9a9a9;
}

.console td 
{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;	
	
	border-bottom-color: #d3d3d3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
/* Console - mouse over */
.consoleover
{
	background-color: #FF8700;	
}
.consoleover td
{
	background-color: #FF8700;	
}
/* Console - break */
.consolebreak td 
{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;	
	border-bottom-color: #d3d3d3;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}
/* Console - menu cheio */
.consolefull td
{
	background-color: #a9a9a9;	
	height:13px;
}
/* Console - cores invertidas */
.consoleinverse td
{
	background-color: #515151;	
	border-bottom-color: #515151;
	border-bottom-style: solid;		
}

.consolegray td
{
	font-family: Arial;
	background-color: #d3d3d3;
	border-bottom-color: #d3d3d3;
	border-bottom-style: solid;
	border-bottom-width: 1px;	
	
	border-left-color:#d3d3d3;
	border-left-style: solid;
	border-left-width: 5px;	
}

.console td a,.console td a:hover,.console td a:active,.console td a:visited, 
.consoleover td a,.consoleover td a:hover,.consoleover td a:active,.consoleover td a:visited 
{
	font-family: Arial;
	font-size: 11;
	font-style: normal;
	text-decoration: none;	
	font-weight:bold;
	margin-left:5;
	color:Black;
}
