@charset "utf-8";
/* CSS Document */

* {
    color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

html, body {
	margin: 0;
	margin-bottom: 10px;
}

body {
	background: #6e797f url('image/main_degradee.gif') repeat-x;
}

a {
	color: #6e797f;
	text-decoration: none;
}

h2 {
	margin-top: 0;
	font-size: 16px;
}

a:hover {
	text-decoration: underline;
}

form {
	margin: 0;
	padding: 0;
}

#ovd-logo {
	background: url('image/logo.gif') no-repeat;
	width: 266px;
	height: 85px;
}

#main-container {
	margin: 0 20px;
}

#second-container {
	margin: 0 5px;
	margin-top: 13px;
}

#title-container {
	background: #ddc584;
	padding: 0 8px;
	line-height: 27px;
}

#title-container a {
	color: #fff;
}

#data-container {
	background: #fff;
	padding: 0 8px;
	padding-top: 7px;
}

#about {
	margin-top: 10px;
	text-align: right;
	font-size: 10px;
}

.box-tl {
	background: url('image/corners.gif') no-repeat scroll 0 0;
	padding-left: 9px;
	font-size: 1px;
}

.box-tr {
	background: url('image/corners.gif') no-repeat right -9px;
	padding-right: 9px;
	font-size: 1px;
}

.box-tc {
	background: #ddc584;
	height: 9px;
	font-size: 1px;
}

.box-bl {
	background: url('image/corners.gif') no-repeat scroll 0 -18px;
	padding-left: 9px;
	font-size: 1px;
}

.box-br {
	background: transparent url('image/corners.gif') no-repeat right -27px;
	padding-right: 9px;
	font-size: 1px;
}

.box-bc {
	background: #fff;
	height: 9px;
	font-size: 1px;
}

.data-table {
	border: 1px solid #000;
	width: 100%;
}

.data-table th {
	background: #eaeaea;
	font-weight: bold;
	padding: 2px;
	text-align: left;
}

.data-table td {
	border-top: 1px solid #ddc584;
}

.data-table .c {
	text-align: center;
}

.data-table .r textarea {
	width: 100%;
	height: 100px;
}

.tableless-form {
	text-align: left;
	margin: 0 5px;
}

.tableless-form label {
	width: 120px;
	float: left;
	font-weight: bold;
}

.tableless-form input, textarea, button, select {
	border: 1px solid #000;
	background: #fff;
}

.tableless-form input, textarea, select {
	margin-bottom: 5px;
	font-size: 11px;
}

.tableless-form input, textarea {
	width: 180px;
}

.tableless-form textarea {
	width: 250px;
	height: 80px;
}

.tableless-form br {
	clear: left;
}

.tableless-form .box {
	width: 1em;
}

.tableless-form .submit {
	margin: 5px 0 0 120px;
}

.dataview b {
	float: left;
	display: block;
	width: 160px;
}

.dataview br {
	clear: left;
}

.dataview .value {
	float: left;
	width: 500px;
	margin-bottom: 6px;
}

.block { 
    border: 2px solid #b2bac0;
    background-color: #caced2;
    width: 70%; 
    height: 600px;
    margin: 10px; 
    position: absolute;
  }


#prompt {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 100;
}

#prompt div {
     width:500px;
     margin: 50px auto;
     background-color: #fff;
     border:1px solid #000;
     padding:15px;
     text-align:center;
}

<!-- Relatório para o MEC-->

#lista_tipos{
	width: 100%;
}
#lista_tipos2{
	width: 100%;
	height: 19px;
	background-color: #999;
}
#lista_tipos div div div{
	float: left;
 	list-style: none;
 	width: 140px;
 	font-family: Verdana;
 	font-size: 12px;
 	font-weight: bold;
}
#lista_registros div div{
	float: left;
 	list-style: none;
 	width: 140px;
 	height:auto;
 	font-family: Verdana;
 	font-size: 11px;	
}
