/* CSS Document 
Estilos para janela Modal(jquery.modal.js) e Scroll (jScrollPane.js)

*/
a {color:#333; text-decoration:none}
a:hover {color:#ccc; text-decoration:none}
#layout {
	background-image: url(../img/quadro_box.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 487px;
	width: 534px;
	display: none;	
}
#BTFechar {
	text-align: right;
	padding-top: 2px;
}
#layout h1 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 19px;
	line-height: 17px;
	margin-right: 23px;
	margin-left: 23px;
	padding-top: 5px;
}

#layout #Conteudo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	margin-right: 5px;
	margin-left: 23px;
	height: 367px;
	display: block;
	padding-right: 35px;
	overflow: auto;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
	position:absolute;
	width:534px;
	height:487px;
	display:none;
	z-index:9999;
	padding:20px;
	left: 0px;
	top: 0px;
}

.close{display:block;}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #E0BB0C;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background-color: #632F13;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
