@charset "utf-8";
/* CSS Document */

/* Formatação de textos */

.Texto_11px_3 {
font-family : Tahoma;
font-size : 11px;
color: #333333;
line-height:16px;
}
.Texto_11px_6 {
font-family : Tahoma;
font-size : 11px;
color: #666666;
line-height:16px;
}
.Texto_11px_9 {
font-family : Tahoma;
font-size : 11px;
color: #999999;
}
.Texto_11px_f {
font-family : Tahoma;
font-size : 11px;
color: #ffffff;
}
.Texto_11px_red {
font-family : Tahoma;
font-size : 11px;
color: #b00026;
}
.Texto_14px_red {
font-family : Tahoma;
font-size : 14px;
color: #b00026;
}
.Texto_14px_6 {
font-family : Tahoma;
font-size : 14px;
color: #666666;
}

/* Formatação de links */

.Link_14px_6 {
font-family : Tahoma;
font-size : 14px;
color: #666666;
text-decoration:none;
}
.Link_14px_6 :hover {
font-family : Tahoma;
font-size : 14px;
color: #b00026;
text-decoration:underline;
}
.Link_14px_red {
font-family : Tahoma;
font-size : 14px;
color: #b00026;
text-decoration:none;
}
.Link_14px_red :hover {
font-family : Tahoma;
font-size : 14px;
color: #b00026;
text-decoration:underline;
}
.Link_10px_3 {
font-family : Tahoma;
font-size : 10px;
color: #333333;
text-decoration:none;
}
.Link_10px_3 :hover {
font-family : Tahoma;
font-size : 10px;
color: #b00026;
text-decoration:underline;
}
.Link_11px_3 {
font-family : Tahoma;
font-size : 11px;
color: #333333;
text-decoration:none;
}
.Link_11px_3 :hover {
font-family : Tahoma;
font-size : 11px;
color: #b00026;
text-decoration:underline;
}
.Link_11px_red {
font-family : Tahoma;
font-size : 11px;
color: #b00026;
text-decoration:none;
}
.Link_11px_red :hover {
font-family : Tahoma;
font-size : 11px;
color: #333333;
text-decoration:underline;
}

/* Formatação Formularios */
.input-text {
font-family : Tahoma;
font-size : 11px;
color : #666666;
height : 14px;
}
.combo-box {
font-family : Tahoma;
font-size : 11px;
color : #666666;
height : 16px;
}
.combo-busca-emp {
font-family : Tahoma; 
font-size : 11px; 
color : #666666; 
width: 245px;
height: 18px;
}
.combo-busca-prod {
font-family : Tahoma; 
font-size : 11px; 
color : #666666; 
width: 180px;
height: 18px;
}
.input-text-multline-form {
font-family : Tahoma; 
font-size : 11px; 
color : #666666; 
}
.botao {
border: 1px solid #999999;
	font-family : Tahoma;
	font-size : 11px;
	color : #333333;
	height : 18px;
	width: 26px;
}
