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

*/
a:link, a:visited{
	font-size: 12px;
	font-weight: bold;
	color: #990066;
	text-decoration: underline;
}
a:hover, a:active{
	font-size: 12px;
	font-weight: bold;
	color: #550039;
	text-decoration: none;
}
#layout {
	background-image: url(../img/pop_up.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 510px;
	width: 510px;
	display: none;
}
#BTFechar {
	text-align: right;
}
#layout h1 {
	font-size: 17px;
	font-weight: bold;
	color: #5A0201;
	width: 444px;
	margin-right: 28px;
	margin-bottom: 31px;
	margin-left: 28px;
	padding-top: 10px;
	line-height: 19px;
}
#layout #PopUpConteudo h2 {
	font-size: 14px;
	font-weight: bold;
	color: #910100;
	margin-top: 10px;
	margin-bottom: 15px;
}
#layout #PopUpConteudo h3 {
	font-size: 12px;
	font-weight: bold;
	color: #910100;
	margin-top: 2px;
	margin-left: 5px;
	margin-bottom: 4px;
}

#layout #PopUpConteudo{
	height: 385px;
	overflow: auto;
	display: block;
	font-size: 12px;
	color: #5A0201;
	margin-left: 28px;
	padding-right: 38px;
	width: 431px;
	padding-top: 4px;
	padding-left: 4px;
}

#layout #PopUpConteudo #img {
	margin-left: 20px;
	float: right;
	width: 169px;
}

#layout #PopUpConteudo #img img {
	width: 169px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#layout #PopUpConteudo #texto {
	float: left;
	width: 235px;
}

#layout #PopUpConteudo ul{
	padding-left: 5px;
	list-style-type: none;
}

#layout #PopUpConteudo ul li{
	background-image: url(../img/marcador_conteudo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
	margin-bottom: 3px;
}

#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	display:none;
}
  
#boxes .window {
	position:absolute;
	width:510px;
	height:510px;
	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: #EAD7C4;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background-color: #E6C5AA;
}
.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;*/
}