body
{
  	font-family: Roboto;
	color: #222222;
}

.header 
{
	font-size: 20px; 
	font-weight:bold;
	display: block;
  	font-family: Roboto;
	color: #222222;
	
}

.StockList
{
 	height:985px; 
}

a:link 
{
  color: #0000EE;
}

/* visited link */
a:visited 
{
  color: #551A8B;
}

/* mouse over link */
a:hover 
{
  color: red;
}

/* selected link */
a:active 
{
  color: blue;
}

.tabHeader
{
	padding: 0px;
	padding-bottom: 0px;
	font-weight:bold;
	font-size: 14px;
  	font-family: Roboto;
	color: #222222;

}

.StockTable
{
	font-size: 13px;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  	font-family: Roboto;
	color: #222222;
}

.StockTable tbody
{
  display:block;
  width: 100%;
  overflow: auto;
  height: 460px;
}

.StockTable thead tr 
{
   display: block;
}

.StockTable thead 
{
	font-weight:bold;
	font-size: 14px;
}

.StockTable th, .StockTable td 
{
  
}
.StockTableHeader
{
}

.changeNo
{
}

.changeUp
{
	color: #008000;
}

.changeDown
{
	color: #FF0000;
}

.qtd
{
	font-size: 12px;
	padding-bottom: 7px;

}

.qtdVal
{
	font-weight: bold;
}

.ajax__tab_xp 
{
    background-color:transparent;
    margin: 0px;
    padding: 0px;    
    text-align: left;
    float: left;
}

.ajax__tab_header
{
	height: 21px;
}