﻿/* Styles for scrolling layers and scrollbars  */
div#holder1 { 
  position:relative; left:2px; top:0;
  width:298px; height:250px; 
  overflow:hidden; z-index:100; }
div#wn1  { 
  position:absolute; 
  left:0; top:20;
  width:280px; height:236px; 
  clip:rect(0, 280px, 236px, 0); 
  overflow:hidden; z-index:1;  

}
/* op7 needs width set here too (?) */  
div#lyr1 { width:280px}
div.content { 
  position:absolute; visibility:hidden; 
  left:0; top:0; z-index:1;
  }  

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar1 { 
  position:absolute; visibility:hidden; 
  left:284px; top:0px; 
  width:14px; height:250px; 
  font-size:1px; z-index:2
  
  }
div#track1 { 
  position:absolute; left:0; top:14px;
  width:14px; height:222px;
  background-color:#858585;
  z-index:1
  }
div#dragBar1 {
  position:absolute;
  width:14px; height:5px;
  background-color:#4a4a4a;
  z-index:1
  }  
div#up1 { position:absolute; left:0; top:0; z-index:2 }  
div#down1 { position:absolute; left:0; bottom:0; z-index:3 }


#winDetalhe{
	width:560px;
	float:left;
	border:#666666;
	border-style:solid;
	border-width:1px;
	background-image:url(../images/1x1_50black.png);
	background-position:top;
	margin: 0 0 12px 0;
	padding:0
}
#winExtra{
	width:300px;
	height:250px;
	float:right;
	border:#666666;
	border-style:solid;
	border-width:1px;
	background-image:url(../images/1x1_50black.png);
	background-position:top;
	margin: 0 0 12px 0;
	padding:0;
}
/*MREC*/
#winMrec{
	width:300px;
	height:250px;
	float:right;	
	margin: 0 0 12px 0;
	padding:0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.textoDescricao {
	font-size:10px;
	font-style:normal;
	font-weight:bold;
	color:#DEE6E6
}
.noBut {
	visibility:hidden
}
.butChangePassword{
	position:relative;
	left:127px;
	float:left
}
.textoErro{
	font-size:10px;
	font-style:normal;
	font-weight:bold;
	color:#00FFFF
}
.cx_registerBox {
    BORDER-RIGHT:none;
    BORDER-TOP:none;
    BORDER-LEFT:none;
    BORDER-BOTTOM:none;
    COLOR: #777777; 
    font-family: Verdana, Arial,  Helvetica, sans-serif; 
    BACKGROUND-COLOR: white;
    FONT-SIZE: 10px;
	font-weight:normal;
    text-decoration: none;
	height:16px;
	padding:2px 0 0 3px
}
.cx_scrollBox {
    BORDER-RIGHT:none;
    BORDER-TOP:none;
    BORDER-LEFT:none;
    BORDER-BOTTOM:none;
    COLOR: #777777; 
    font-family: Verdana, Arial,  Helvetica, sans-serif; 
    BACKGROUND-COLOR: white;
    FONT-SIZE: 10px;
	font-weight:normal;
    text-decoration: none;
	height:19px;
	padding:2px 0 0 3px
}
.style1 {
	font-size: 14px;
	font-weight: bold;
}
