BODY
{
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 10px;
	color: Black;
	padding: 0px;
	top: 0px;
	
	background-color: #616161;
	
	scrollbar-track-color: #F4F9FF;
	
	scrollbar-arrow-color: #FFFFFF;
	
	scrollbar-face-color: #616161;
	
	scrollbar-3dlight-color: #F4F9FF;
	
	scrollbar-base-color: #F4F9FF;
	
	scrollbar-darkshadow-color: #F4F9FF;
	
	scrollbar-highlight-color: #F4F9FF;
	
	
	
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  
  /*__overflow-y: hidden;
  __overflow-x: hidden;*/
  

}

HTML
{
	overflow: auto;
}

TABLE, TR, TD
{
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
	font-size: 10;
	padding: 0px;

	border: none 0px;
}

label
{
	/*cursor: pointer;*/
}
form
{
	display: inline;
	left: 0;
	top: 0;
	margin: 0;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-size: 10;
}
img
{
	vertical-align: middle;
	border: 0px;
}

/*Textbox Watermark*/

.watermarked 
{
  font-style:italic;
}	


/* Usando hyperlinks ---------------------------------------------------------*/


input
{
  background-color: #FFFCFC;
  /*border-color: #898989; */
  color: Black;
}

a:link, a:visited, a:active
{
	color: #636363;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	color: #636363;
	
}

/* leftnavtop - bold */
a:link.leftnavtop, a:visited.leftnavtop, a:active.leftnavtop
{
	color: #636363;
	text-decoration: none;
	font-weight: bold;
}

/* Update propress
*/


.updateProgress
{
  position: absolute;
  background-color: Black;
  filter: alpha(opacity=50);
  opacity: 0.5;
  
  z-index: 9998;
  background-image: url(Images/wait_32.gif);
  background-repeat: no-repeat;
  background-position:center;
  
  width: 100%;
  height: 100%;
}


/*Modal Popup*/
.modalBackground
{
  filter: alpha(opacity=50);
  opacity: 0.5;
  background-color: Black;
}


.LookupBoxButton
{
  background-color: Fuchsia;
  
}

.LookBoxText
{
  background-color: Lime;
  float:right;
  width: 100%;
}

.SecurityLogo
{
  width: 150px;
  height:150px;
  
  background-image: url(Images/SecurityLogo.gif);
  background-repeat: no-repeat;
  background-position:center;
}

.btnCloseForm
{
  border: none 0px;
  background-image: url(Images/FormClose22.gif);
  background-position: center;
  background-repeat:no-repeat;
  background-color:Transparent;
  cursor: pointer; 
  float: right;
  width: 25px;
  height: 25px;
  vertical-align:middle;
 
}

.DivBtnCloseForm
{
  position: absolute; 
  width: 100%;
  height:25px;
  z-index: 9999;
}

.Button
{
  background-image: url(Images/WebImageButton/igwib_bg-office12_normal.gif);
}