﻿/* Pesquisa avançada nos pedidos e nos avisos */
.sa_block 
{
	width: 100%;
	padding: 0px;
	margin: 3px 0px 3px 0px;
		
	/*
	border: 1px dashed red;
	border-left: 1px dashed red;
	border-right: 1px dashed red;
	*/
}
	
.sa_message 
{
	width: 696px;
	float: left;
	margin: 1px;

	height: 25px;
	line-height: 25px;
	font-weight: bold;
		
	/*border: 1px dashed gray;*/
}

.sa_field
{
	width: 347px;
	float: left;
	margin: 1px;
	/*border: 1px dotted orange;*/
}
	
.sa_name
{
	float: left;
	margin: 1px;
	min-width: 105px;
	width: 105px;
	height: 25px;
	line-height: 25px;
	text-align: right;
	font-size: 10px;

	white-space:nowrap;
	
	/*border: 1px dotted blue;*/
}
	
.sa_value
{
	float: left;
	margin: 0px;
	padding: 1px 1px 1px 1px;
	min-width: 233px;
	height: 25px;
	line-height: 25px;
		
	/*border: 1px dotted green;*/
}

/***** dados *****/
.sa_textbox
{
	width: 230px;
	height: 25px;
}

.sa_textbox_codigo
{
	width: 80px;
	height: 25px;
}
.sa_textbox_data
{
	width: 70px;
	height: 25px;
	font-size: 11px;
	
	padding-left: 3px;
	margin-right: 5px;

	/*
	width: 75px; text-align: center; margin-right: 5px; border: thin dotted green;
	*/
}
.sa_dropdownlist 
{
	width: 230px;
}
