@charset "ISO-8859-1";
/* CSS Document */

html {
scrollbar-base-color: #e6e7e7;
scrollbar-arrow-color: orange;
scrollbar-track-color: white;

scrollbar-shadow-color: white;
scrollbar-lightshadow-color: white;
scrollbar-darkshadow-color: white;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: white;
}

/*body{
overflow-y:hidden;
}*/

td {font-family:arial; font-size:10pt;}
A:link { TEXT-DECORATION: none; color: black;}
A:visited { TEXT-DECORATION: none; color: black;}
A:hover { TEXT-DECORATION: underline; color: black;}
.negrito {font-family:arial; font-size:10pt; font-weight:bold;}
.categoria {font-family:arial; font-size:14pt; font-weight:bold;}
.titulo {font-family:arial; font-size:14pt; font-weight:normal;}
.produto {font-family:arial; font-size:12pt; font-weight:bold; padding-left:15px;}
.codigo {font-family:arial; font-size:8pt;}
.descricao {font-family:arial; font-stretch:narrower; font-size:8pt; color:gray; padding-left:14px;}
input, select {border-color: #858585; border-width: 1px; border-style: solid; background-color:##FDFDFD; font-size: 11px; font-family: tahoma;}
.submit {border-right: #fff366 1px solid; border-top: #fff366 1px solid; font-size: 10px; font-weight: bold; border-left: #fff366 1px solid; color: #000000; border-bottom: #fff366 1px solid; font-family: verdana; background-color: #fbc34e;}
.textarea {border-right: #858585 1px solid; border-top: #858585 1px solid; font-size: 8pt; border-left: #858585 1px solid; color: #000000; border-bottom: #858585 1px solid; font-family: verdana; background-color: #e8ebec;}
.itemMenu {background-image:url(../images/bkg_menu_plus.jpg); background-repeat:no-repeat;}
.small {font-family:arial; font-size:7.5pt;}
.alert {color:red; font-family:arial;}
.pg {color:black;}

.SI-FILES-STYLIZED label.cabinet
{
	width: 100px;
	height: 22px;
	background: url(../images/btn_adicionar.jpg) 0 0 no-repeat;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.SI-FILES-STYLIZED label.cabinet input.file
{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.formata {
font: 12px arial, verdana, helvetica, sans-serif; 
}
a.dcontexto{
position:relative; 
font:12px arial, verdana, helvetica, sans-serif; 
padding:0;
color:#039;
text-decoration:none;
border-bottom:2px dotted #039;
cursor:move; 
z-index:24;
}
a.dcontexto:hover{
background:transparent;
z-index:25; 
}
a.dcontexto span{display: none}
a.dcontexto:hover span{ 
display:block;
position:absolute;
width:130px; 
top:1em;
text-align:center;
left:0;
font: 12px arial, verdana, helvetica, sans-serif; 
padding:5px 10px;
border:1px solid #999;
background:#e0ffff; 
color:#000;
}