/*na parte de insero dos dados*/
table.insere_dados { background-color: #83EC12; border-style: outset }

/*no ficheiro de dados inseridos*/
table.inserido 
{ 
	background-color: #006600; 
	color: #FFFF00; 
	font-weight: bold; 
	border: 4px double #006600
}
h1.inserido  
{ 
	color: #FFFF00; 
	background-color: #006600; 
	text-align: Left; 
	border-top-style: double; 
	border-top-color: #C0C0C0; 
   	border-bottom-style: double; 
	border-bottom-color: #C0C0C0 
}
div.bo_topo
{
	padding-right:5px;
	background-color:#006600;
	font-size:12px;	   
	text-align:right;
	margin:0;  
	color:#FFFF00;
}				   

div.bo_topo a,div.bo_topo a:visited		
{ 
	color: #FFFF00; 
	text-decoration: none;
}
div.bo_topo a:hover		
{
	color: #FF9900; 
	text-decoration: none ;
	background-color:#006600;
}
a.topo, a.topo:visited		
{ 
	color: #FFFF00; 
	text-decoration: none;
}
a.topo:hover		
{
	color: #FF9900; 
	text-decoration: none ;
	background-color:#006600;
}

div.inserido 
{
	width: 743px; 
	height: 300px; 
	text-align: center
}
/*no ficheiro de dados inseridos*/


/*file onde se inserem os dados*/
tr.ver        { background-color: #006600; color: #FFFF00 }

table.ver        
{
	border-bottom-style: solid;
	border-bottom-color: #006600;
	color: #000000;  
}

/*file onde se inserem os dados*/

/* page veiculos, format where informs we have more cars to sell */
p.stock
{
	width:100%;
	font-size:0.8em;
	background-color:#99CC00;
	text-align:center;
}
a.stock
{
	display: block;
	text-decoration:none;
	
}

  /*******************************************************/
  /* used in veiculos page to format the details showed */
 /******************************************************/ 
span.leftlink
{
	float:left; 	
	width:51%; /* 50%/50% gives error on IE (as usual;) */
/*	background-color:#CCFF33; */
}
span.rightlink
{
	float:right; 	
	text-align:right;
	width:49%; /* 50%/50% gives error on IE (as usual;) */
/*	background-color:#CCFF33; */
}

div.veiculo
{
	border-top: 1px solid green;
	border-bottom: 1px solid green;	
	height: 128px; 
	margin: 0px;
	padding: 0px;
}
p.veiculo_tit
{
	background-image: url(../img/veiculos_tit.jpg);
	background-position:left;
	background-repeat: repeat-x;
	color: #456851;
	padding: 2px 5px 2px 175px;
	margin-left: 5px;
	font-size: 0.9em;
	font-weight: bold; 
	margin: 0; 

}
div.detalhes
{
	margin: 0px 0px 0px 180px;
	padding: 0px;
	font-size: 0.8em;
} 

div.detalhes div.legenda
{
	float: left;
	margin-left: 10px;
	
}

p.estado
{
	/*float:left;*/
	color:#FF0000;
	font-weight:bold;
	font-size: small; 
/* 	font-variant:small-caps; */
	font-family:"Times New Roman", Times, serif;
	text-align: center;

	padding:0 10px;	
	margin: 5px 0;

}

span.detalhes
{
	float:right;
	text-align:right;
	margin:0 10px 0 20px;
} 

span.preco
{
	font-size: 1.5em;
	font-weight: bold;
	
}



 /* placed out of the other div tag because of the left image */
div.imagem
{
	float:left;
	width:170px;
	margin: 0;
	padding: 0;
}
div.imagem a
{
	margin: 0px;
	padding: 0px;
}

  /**********************************************************/
 /* end used in veiculos page to format the details showed */
/**********************************************************/

 /********************************************************\
 	formata as labels para que fiquem alinhadas nas forms  |
 *********************************************************/
span.legenda
{
	float:left;
	width:100px;
	text-align:right;
}

h1.login
 {
 	background-color:#99cc00; 
	padding: 10px;
	text-align:left;  
	margin:0;
	
 } 
