html {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}
body {
	margin: 0;
	padding: 0;
	border-width: 0;
}
form {
	margin-bottom: 0;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h2,
p.erro,
p.sucesso {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-left: 0.5em;
}
table {
	border-collapse: collapse;
	font-size: 12px;
	line-height: 1.5em;
}
table thead {
	font-size: 14px;
}
table input[type="submit"],
table input[type="button"],
table input[type="reset"] {
	display: inline-block;
	font-size: 12px;
}
table form {
	display: inline;
}
img {
	border-style: none;
	vertical-align: bottom;
}
p {
	margin: 0;
}
textarea {
	resize: vertical;
}
a, a:visited {
  color: rgb(166,4,0);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
input[type="reset"],
input[type="submit"],
input[type="button"] {
	background-color: rgb(230,230,230);
	border-left-width: 0;
	border-top-width: 0;
	border-right: 1px solid rgb(153,153,153);
	border-bottom: 1px solid rgb(153,153,153);
	border-radius: 11px;
	cursor: pointer;
	outline: 0;
	overflow: visible;
	padding: 3px 10px 4px;
	text-shadow: rgb(255,255,255) 0 1px 1px;
	
}
ol {
	margin: 0;
}
#cabecalho-wrapper {
	margin-top: 5px;
}
#cabecalho,
#menu,
#erros,
#avisos,
#sucesso,
#corpo {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
#cabecalho {
	margin-bottom: 19px;
	margin-top: 18px;
	overflow: hidden;
	text-align: left;
}
#corpo {
	padding-top: 30px;
	padding-bottom: 50px;
}
#erros, 
#avisos,
#sucesso {
	padding: 5px 15px;
}
#erros {
	border: 1px solid rgb(166,4,0);
}
#avisos {
	border: 1px solid rgb(151,151,0);
}
#menu-wrapper + #erros,
#menu-wrapper + #avisos,
#menu-wrapper + #sucesso {
	margin-top: 30px;
}
#erros + form,
#avisos + form,
#sucesso + form {
	margin-top: 10px;
}
#sucesso {
	border: 1px solid rgb(0,166,4);
}
#erros + #avisos,
#avisos + #sucesso,
#erros + #sucesso {
	margin-top: 10px;
}
#erros a {
	color: black;
}
#sucesso ul{
	list-style-type: none;
}
#logo_dga,
#logo_unicamp {
	display: inline-block;
	vertical-align: top;
}
#logo_dga {
	margin-left: 7px;
	margin-top: 2px;
	padding-bottom: 5px;
}
#logo_dga img {
	height: 44px;
}
#logo_unicamp img {
	height: 50px;
}
#titulosite {
	display: inline-block;
	margin-left: -1em;
	margin-right: 1em;
	text-align: right;
	width: 9em;
}
.campo-com-erro {
	border: 2px solid red;
}
.wrapper {
	min-width: 900px;
	width: 100%;
}
.titulo-pagina {
	float: right;
	margin: 0; /*reset*/
	margin-right: 56px;
	margin-top: 0.5em;
}
.menu,
.lista-simples {
	display: block;
	list-style-type: none;
	padding: 0;
}
.menu ul {
	z-index: 99;
}
.container-campo {
	margin-bottom: 0.75em;
}
.container-links {
	padding: 10px 5px;
}
.titulo-campo,
.titulo-bloco {
	display: block;
	font-weight: bold;
}
.titulo-bloco {
	padding-top: 10px;
	padding-bottom: 10px;
}
.lista-opcoes {
	list-style-type: none;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.lista-opcoes .item-lista {
	padding: 2px;
}
.lista-opcoes .item-lista .remover {
	display: inline-block;
	margin: 3px;
	color: red;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #CCC;
	border-radius: 10px;
	width: 1.5em;
	text-align: center;
	word-wrap: break-word;
}
.lista-opcoes .item-lista .remover:hover {
	background-color: #CCC;
}
.secao-em-linha .container-campo {
	display: inline-block;
}
.secao-em-linha .container-campo + .container-campo {
	margin-left: 18px;
}
/*table-layout: fixed precisa de um width*/
table {
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
	width: 900px;
}
table thead th,
table tbody td {
	padding: 4px 8px;
}
table thead th {
	background-color: #E6E6E6;
	border-left: 1px solid #CCC;
	font-weight: normal;
	vertical-align: middle;
}
table thead th:first-child {
	border-left-style: none;
}
table thead th#botoes,
table thead th.header-botoes {
	width: 130px;
}
table tbody tr {
	border-bottom: 1px solid #CCC;
}
table tbody tr.impar {
	background-color: white;
}
table tbody tr.par {
	background-color: #F2F2F2;
}
table tbody td {
	border-left: 1px solid #CCC;
	vertical-align: top;
	text-overflow: ellipsis;
	white-space: nowrap;
}
table tbody td:first-child {
	border-left-style: none;
}
table tbody td.numero {
	text-align: right;
}
table tbody td.data {
	text-align: center;
}
table tbody td.texto {
	overflow: hidden;
	text-align: left;
}
table tr:hover td.texto {
	overflow: hidden;
	text-overflow: clip;
	white-space: normal;
	word-wrap: break-word;
}

.ui-dialog .ui-widget-content,
.ui-dialog .ui-widget-header { 
  background-image: none; 
  border: none; 
}

.ui-dialog .ui-widget-overlay {
  position: fixed;
  background: rgb(0,0,0);
  opacity:0.7;
  filter:alpha(opacity=70);
}

.ui-dialog {
  background-color: rgb(255,255,255);
}

.month-picker table {
	width: auto;
}