/* CSS Document */
#toggle-view-tab {
    list-style: none;   
    margin: 0 10px;
    padding: 0;
}
#toggle-view-tab li.toggle {
	padding: 0px;
	position: relative;
	cursor: pointer;
}
#toggle-view-tab h2.title {
	line-height: 30px;
	background-color: #679800;
	color: #FFF;
	font-weight: normal;
	border: 1px solid #FFF;
	padding: 0 10px;
	margin: 0;
}
#toggle-view-tab span.toggle-cmd {
	position: absolute;
	right: 10px;
	top:0;
	color: #FFF;
	line-height:30px;
	font-size: 13px;
}
#toggle-view-tab div.toggle-content {
	margin: 5px 10px;
	display: none;
}
#lab .paper_top {
	background: transparent url(../img/escoladaenergia/lab/paper_top1.png) 0 0 no-repeat scroll;
	width: 878px;
	height: 87px;
	line-height: 87px;
	display: block;
}
#lab .paper_content {
	background: transparent url(../img/escoladaenergia/lab/paper_repeat.png) 0 0 repeat-y scroll;
	width: 830px;
	display: block;
	padding: 0 24px;
}
#lab .paper_bottom {
	background: transparent url(../img/escoladaenergia/lab/paper_bottom.png) 0 0 no-repeat scroll;
	width: 878px;
	height: 35px;
	line-height: 35px;
	display: block;
}
#lab .tag {
	font-weight: bold;
	text-align: right;
	padding: 10px 24px 0 0;
}
#lab .paper_content h4 {
	color: #333333;
	line-height: 18px;
	font-weight: bold;
}
#lab .headline {
	font-size: 14px;
}