
/* tag mestre */
.jframe_white {
	background-color: transparent;
}

/* celula onde ficarao os console */
.jframe_white .jframe_inside {
	background-color: transparent;
}

/* parte esquerda */
.jframe_white .jframe_left {
	top: 0px;
	bottom: 0px;

	left: 0px;
	width: 300px;
/*	z-index: 1;*/
}

/* parte direita */
.jframe_white .jframe_right {
	top: 0px;
	bottom: 0px;

	right: 0px;
	left: 300px;
/*	z-index: 2;*/
}

/* comum as duas partes */
.jframe_white .jframe_left, .jframe_white .jframe_right {
	background-color: #FFF;
	border: 1px solid #555;
}

/* divisor */
.jframe_white .jframe_separator_vertical {
	width: 8px;

	background-color:transparent;
	background-image: url(../ui/jframe_vsep1.png);
	background-position: 0px 49%;
	background-repeat: no-repeat;

	top: 0px;
	bottom: 0px;
	left: 298px;

	cursor:ew-resize;
/*	z-index: 3;*/
}

