/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	;
	width: 8px;
	height: 100%;
	margin:0;

}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #FFF;
	position: relative;
	width:11px;
	background: #FFF;
}

.jspDrag
{
	position: relative;
	top: 0;
	left: 0;
	width:8px;
	cursor: pointer;
	margin-right:-4px;
	background-color: #D8D8D8;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #a9a9a9;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #a9a9a9;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #a9a9a9;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
#content {
	text-align:left;
	position:absolute;
	height:99%;
	background-color: #FFF;
	z-index: 9999999;
	float: left;
	left: 0px;
	top: 0px;
	padding: 0px;
	vertical-align: top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 35;
}
#content2 {
	text-align:left;
	height:96%;
	background-color: #FFF;
	z-index: 9999;
	float: right;
	vertical-align: top;
	margin-top: 15px;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 69px;
	margin-left: 360px;
    min-width:900px;
}

.logo-content {
	margin-top: 0px;
}

#content .scrollable {
	height:99%;
	outline:none;
	width:325px;
	overflow:auto;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 25px;
	}
#content2 .scrollable {
	height:98%;
	outline:none;
	overflow:hidden;
	padding-top: 10px;
	padding-right: 13px;
	padding-left: 25px;
	width: 94%;
	float: right;
	text-align: left;
	}
	#content p {
		font:13px Arial, Helvetica, sans-serif;
		line-height:1.6;
		text-transform:none;	
	}
	#content pre {
		font:11px "Courier New", Courier, monospace;
		text-transform:none;
		margin-bottom:10px;
		background:url(../images/alpha.png);
		background:rgba(255, 255, 255, 0.5) url();
		padding:20px;
		margin-left:-20px;
	}
	#content code {
		font:11px "Courier New", Courier, monospace;
		text-transform:none;
	}

#caixa-txt-esq {
	width: 330px;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 15px;
	height: 200px;
	text-align: left;
}
#barra-menu {
	text-align:left;
	height:99%;
	background-color: #CCC;
	z-index: 99999999;
	float: left;
	padding: 0px;
	vertical-align: top;
	width: 321px;
	position: absolute;
}
