/* MODAL */
.modal {
	width:700px;
	z-index:1001;
	margin-left:-350px;
	left:50%
}
.modal .modalAux {
	background:#fff url(/img/bg_modal.png) top left repeat-x;
	padding:1px;
	clear:both;
	width:700px;
}
.modal #modalContent{
	min-height:100px;
	_height:100px;
}

.header-modal{
	background:#1a1a1a url(/img/bg/bg_modal.png) no-repeat 0 0;
	height:95px;
	width:670px;
	padding:15px;
	margin-bottom:20px
}
.header-modal p{
	text-indent:-9000px
}

.btFechar{
	bottom:-25px;
	color:#DB1919;
	float:right;
	font-weight:bold;
	position:relative;
	right:5px;
}

table.tblInvestimentos{
	font-size:11px;
	color:#000;
	margin:20px 0
}
table.tblInvestimentos td{
	padding:3px 10px
}
table.tblInvestimentos thead{
	color:#024c98;
	text-transform:uppercase;
}
table.tblInvestimentos thead td{
	background:#333;
	color:#ffcc00;
	padding:8px 10px
}
table .odd{
	background:#bdbdbd
}

.frmFiltroInvestimentos{
	width:650px;
	display:inline-block;
	padding:10px 25px
}
.frmFiltroInvestimentos fieldset{
	width:325px;
	float:left;
}
.frmFiltroInvestimentos .btOk{
	margin-left:55px
}

