#principal {
	display: none;
	position: absolute;
	top: 200px;
	left: 50px;
	text-align: center;
	z-index: 2;
	padding: 0px 0px 0px 0px;
	background-color: white;
}


#info {
	top: 80px;
	left: 150px;
	position: absolute;
	width: 400px;
	margin-top: 10px;
	background: white;
	z-index: 2;
}

#info_head {
	position: relative;
	width: 460px;
	height: 20px;
	text-align: center;
	background-image: url('../img/fundo_green.gif');
       background-repeat: repeat-x;
}

#info_head_left_top {
	position: relative;
	float: left;
	width: 10px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	background-image: url('../img/borda_top_left.gif');
       background-repeat: no-repeat;
	background-position: left top;
}

#info_head_right_top {
	position: relative;
	float: right;
	width: 10px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	padding-right: 45px;
	background-image: url('../img/borda_top_right.gif');
       background-repeat: no-repeat;
	background-position: right top;
}

#info_conteudo {
	position: relative;
	width: 458px;
	min-height: 100px;
	text-align: center;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aeaeae;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #aeaeae;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aeaeae;
	padding-top: 15px;
}

.tr_0 {
	background-color: #dedede;
	cursor: pointer;
}

.tr_1 {
	background-colof: #FFFFFF;
	cursor: pointer;
}
