tr.tr-headers {
	background-color: #C4D8F1;
}

tr.tr-subheaders {
	background-color: #EDF4FF;
}

div.avisos-observacoes {
	float: left;	
}

div.top-menu {
	padding-bottom: 10px;
}

/*** Integração Urânia ***/
.separador {
	margin: 35px 0;
	border: 0;
	height: 2px;
	background-image: linear-gradient(to right, transparent, #CCC, transparent); 
}

#table_ciclos > thead, #table_turmas > thead{

	background: transparent url(../../resource/extjs/images/default/panel/top-bg-secretaria.png) repeat-x 0 -1px;
	background-size: contain;
	color: #04408c;
}

#table_ciclos > tbody, #table_turmas > tbody {
	display:block;
	height:300px;
	overflow:auto;
}

#table_ciclos > thead, #table_ciclos > tbody tr, #table_turmas > thead, #table_turmas > tbody tr{
	display:table;
	width:100%;
	table-layout:fixed;
}

.box-xml{
	margin-bottom: 10px;
}

.box-xml > fieldset {
	border: 1px solid lightgray;
	padding: .35em .625em .75em;
}

.box-xml > fieldset > legend{
   font-size: 11px; 
   width: auto;
   margin: 0;
   border: 0;
}

.box-xml > fieldset > input{
	background-color: #fff;
	outline: 0;
	border-width: 0 0 1px;
	margin: 5px;
	width: 175px
}
