@charset "utf-8";
/* CSS Document */
body {
    background: none repeat scroll 0 0 #F5F5F5 !important;
    margin: 0;
    padding: 0;
}
table, td {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    border-spacing: 0;
}
.conteudo {
    margin: 0 auto;
    max-width: 1205px;
	max-height: 710px !important;
    overflow-y: scroll;
    padding: 5px;
    width: 100%;
	border: 1px solid #DDDDDD;
    border-radius: 3px;
	position:relative;
	top:30px;
}
.rowAlternate {
    background-color: #DDDDDD;
}
.rowNormal {
    background-color: #FFFFFF;
}
.rowPrincipal{
	background-color:#428BCA;
	color:#fff;
	font-weight:bold;
	font-size:14px;
}
.texto-nota {
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    font-family: arial;
    height: 100%;
    margin: 30px auto 0;
    max-height: 710px !important;
    max-width: 1205px;
    overflow-y: scroll;
    padding: 5px;
    text-align: justify;
    width: 100%;
}
.flash {
    margin: 0 auto;
    width: 100%;
    max-width: 1205px !important;
    height: 740px;
}
div.texto[name="menu"] {
    margin: 0 auto;
    width: 100%;
	max-width: 1205px;
}
.nota {
    float: right !important;
}
.nav-pills>li {
	background-color: #eee;
	border-radius: 3px !important;
}