/* Default CSS
================================================*/
/* Basic styling, used when JavaScript is unsupported */
.cwb {
	background:#FFF;
	padding-left:11px;
	padding-right:11px;
	padding-top:20px;
	padding-bottom:20px;
}

/* Normal styling */
	/* Top corners and border */
.bt,.bt div {
	height:20px;
}
.bt {
	margin:0 0 0 20px;
	background:url(/layout/images/box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-20px;
	width:20px;
	background:url(/layout/images/box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}
.topo_janela,.bt,.bt div {
	/* Topo da Janela */
	background-color:#598615
}
/* Bottom corners and border */
.bb, .bb div {
	height:20px;
}
.bb {
	margin:0 0 0 20px;
	background:url(/layout/images/box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-20px;
	width:20px;
	background:url(/layout/images/box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 11px;
	background:url(/layout/images/borders.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 11px 0 0;
	margin-right:0px;
	background:url(/layout/images/borders.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	background:#FFF;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */

.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}
