@charset "utf-8";
/* CSS Document */
		
#pane, #pane1, #pane3, #pane4 {
	height: 190px;
	width:282px;
}

#pane2 {
	height:345px;
	width:430px;
}

#wrap100 .jScrollPaneDrag{
	left:3px;
	background:url(../../img/common/scroll-bg.jpg);
	width:7px;
	height:50px;
}
	
			
.jScrollPaneDrag{
	left:0px;
	background:url(../../img/common/scroll-drag.jpg);
	width:7px;
	height:50px;
}

.temaDiretores .jScrollPaneContainer  {  width:262px!important; margin-bottom:48px;}
				
			
/* IE SPECIFIC HACKED STYLES */
* html .osX .jScrollPaneDragBottom {
	bottom: -1px;
}
/* /IE SPECIFIC HACKED STYLES */


#leiaInstrucoes .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	width:653px!important;
	padding-left:25px;
	margin-top:10px;
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding-right:30px;
}

.box-calendario .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	width:165px!important;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background:url(../../img/common/scroll-bg.jpg) repeat-y;
	width:13px!important;;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
}

.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;*/
	background: url(../../img/scroll/arrow-up.jpg) no-repeat 0 0;
	height: 21px;
	width:20px!important;
}

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: 21px;
	width:20px!important;
	background:url(../../img/scroll/arrow-down.jpg) no-repeat 0 0;
}

a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

#gmap .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	width:540px!important;	
	margin-top:10px;
	margin-bottom:25px;
	height:260px!important;
}

.balloon_scrollpane { font-size:12px; font-family:tahoma; 	width:540px!important;	}

